spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

ERROR when "connecting" to viewer #251

Open jortiz12 opened 2 years ago

jortiz12 commented 2 years ago

Dear community

I´m trying to replicate the examples imexam_ds9_example.ipynb or imexam_ginga_example.ipynb but I'm having errors when executing either of these two commands.

a=imexam.connect()

a=imexam.connect(viewer='ginga')

The corresponding errors are

imagen

, and,

imagen

, respectively.

The issue may be due to the fact that I'm trying to run these notebooks in Google Colab, as opposed to in a local (ie in my computer) Jupyter session.

Any workaround would be highly appreciated. It may be due to the fact that I'm running the notebook in Google's platform as opposed to in a "local" (ie in my computer) Jupyter server.

Kind Regards Jose