Skip to main content

ipyaladin

Project description

ipyaladin

Description

A bridge between Jupyter and Aladin Lite, enabling interactive sky visualization in IPython notebooks.

ipyaladin example

With a couple of lines, you can display Aladin Lite, center it on the target of your choice, and overlay an Astropy table:

ipyaladin example

Examples

Some example notebooks can be found in the examples directory.

Binder. You can also try it directly in mybinder, without installing anything.

Installation

To install use pip:

$ pip install ipyaladin

Make sure you have jupyter installed

$ pip install jupyter

Then, make sure to enable widgetsnbextension:

$ jupyter nbextension enable --py widgetsnbextension

Finally, enable ipyaladin:

$ jupyter nbextension enable --py --sys-prefix ipyaladin

And you are ready to use ipyaladin inside your notebooks! Additionny, for a jupyterlab usage you will need to:

$ jupyter labextension develop ipyaladin --overwrite

There is also an experimental conda package that can be installed with:

$  conda install -c tboch ipyaladin

Development

For a development installation (requires Node.js and Yarn version 1),

$ git clone https://github.com/cds-astro/ipyaladin.git
$ cd ipyaladin
$ npm install yarn
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix ipyaladin
$ jupyter nbextension enable --py --sys-prefix ipyaladin

When actively developing your extension for JupyterLab, you will need to run this command too:

$ jupyter labextension develop --overwrite ipyaladin

Then you need to rebuild the JS when you make a code change:

$ cd js
$ yarn run build

You then need to refresh the JupyterLab page when your javascript changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyaladin-0.1.11.tar.gz (493.7 kB view hashes)

Uploaded Source

Built Distribution

ipyaladin-0.1.11-py3-none-any.whl (415.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page