Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for notebook v7 #177

Open
danielhollas opened this issue Oct 14, 2024 · 0 comments
Open

Support for notebook v7 #177

danielhollas opened this issue Oct 14, 2024 · 0 comments

Comments

@danielhollas
Copy link
Contributor

danielhollas commented Oct 14, 2024

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).

  1. IPython object on the JS side does not exist, so the following code relying on it fails, for example
%%javascript
IPython.OutputArea.prototype._should_scroll = function(lines) {
    return false;
}

image

  1. The Terminal app is broken
    image

CC @unkcpz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant