Creative Commons license ADASS 2024 presentation by Manon Marchand on iPyaladin

Nov. 14, 2024
Duration: 00:14:22
Number of views 16
Addition in a playlist 0
Number of favorites 0

This video is a recording of the talk given by Manon Marchand during ADASS 2024, with the participation of Matthieu Baumann, Thomas Boch, and Tom Czekaj.

It highlights how the newest versions of the iPyAladin widget have increased the compatibility between iPyAladin and the astropy ecosystem.

The notebook presented can be executed while viewing the video. To do so, download the files: - ADASS2024_ipyaladin_demo.ipynb - requirements.txt - chandra.fits from this link.

In a folder containing these files, create a new python (version between 3.8 and 3.12) environment:

$ python -m venv ./.adass-ipyaladin $ source .adass-ipyaladin/bin/activate (or .adass-ipyaladin\Scripts\activate.bat if you're using Windows cmd)
And install the required dependencies with:

$ pip install -r requirements_24vnFxP.txt

You can launch Jupyter and execute the cells:
$ python -m jupyterlab

When you're done, deactivate the environment with
$ deactivate

Tags: aladin astropy ipyaladin

 Infos

Comment(s)

Loading…