Access IPython module when running as a script #7141
Replies: 1 comment
-
I realised this is actually an issue of IPython and not Jupyter |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way for a python script to access
IPython.display.display
when it is being run in a cell in a jupyter notebook. For example:A program that does rendered output might need access to the IPython module to ensure proper rendering inside of a Jupyter notebook when run as a script
Beta Was this translation helpful? Give feedback.
All reactions