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 ticket tracks changes needed to support Notebook v7 in the home app.
I did a brief test by opening all various notebook files by running jupyter notebook <app>.ipynb (i.e. I ran outside of Appmode), here's a list of problems I found (there might be more of course).
IPython object on the JS side does not exist, so the following code relying on it fails, for example
This ticket tracks changes needed to support Notebook v7 in the home app.
I did a brief test by opening all various notebook files by running
jupyter notebook <app>.ipynb
(i.e. I ran outside of Appmode), here's a list of problems I found (there might be more of course).IPython
object on the JS side does not exist, so the following code relying on it fails, for exampleCC @unkcpz
The text was updated successfully, but these errors were encountered: