cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

jupyterlab not showing example #28

Closed Grindayzer closed 1 year ago

Grindayzer commented 3 years ago

Hi How to to fix this issue please in jupyterlab :

import ipyaladin
print (ipyaladin.__version__)

0.1.7

import ipywidgets
print (ipywidgets.__version__)

7.6.3

import ipyaladin as ipyal
aladin= ipyal.Aladin(target='messier 51', fov=1)
aladin

I don't have a view, but this just this line Aladin(fov=1.0, options=['allow_full_zoomout', 'coo_frame', 'fov', 'full_screen', 'log', 'overlay_survey', 'ov…

Thank's G

bmatthieu3 commented 1 year ago

Let me know if you still have the issue after upgrading to the 0.1.11 version. For now, I will close the issue.