You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug occurs when I use the IPython package.
However, new versions of notebook return this error : > Javascript Error: IPython is not defined.
This module is in a python script who is called from a cells of my notebook. I show you below my notebook and Python code
RRosio
changed the title
IPython extension broken with new versions of Notebook ( <=7.0.0 )
IPython extension broken with new versions of Notebook ( >=7.0.0 )
Aug 8, 2023
Hi @Adamou02, thank you for submitting this issue! This has been previously reported in #6394 so I will close this as a duplicate. Please feel free to add information/feedback under that issue!
Description
This bug occurs when I use the IPython package.
However, new versions of notebook return this error : > Javascript Error: IPython is not defined.
This module is in a python script who is called from a cells of my notebook. I show you below my notebook and Python code
Reproduce
Savepdf() is the function using IPython package.
Expected behavior
Everything works well with notebook 6.5.4 version. Notebook is saved as if I used Ctrl+S in the notebook.
Context
Notebook is opened from Python with the command : jupyter notebook
I installed Notebook with "pip3 install notebook==7.0.0".
The text was updated successfully, but these errors were encountered: