How to display images in jupyter with pyraf? #329
Unanswered
daniellekelley19
asked this question in
Q&A
Replies: 1 comment
-
You wrote in #331
So, did you get it working? If yes, it would be great if you could describe what the problem was and how you solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I'd like to use pyraf in jupyter notebook. It seems each pyraf command works okay in this environment except for those that can display images.
Currently, I use "import pyraf" to initialise it and it returns me warning messages:
Later when I invoke normal plot command as "implot(image="ha2d.fits001")", it just shows some errors:
Could anyone tell me how I can correctly displays the intermediate image files in jupyter with the pyraf package? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions