-
Notifications
You must be signed in to change notification settings - Fork 88
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
Extend support to notebook 7 #167
Comments
Merged
In addition, when you enable jupyter-collaboration extension for real time collaboration, opening a notebook will raise a JSON parsing exception such as following:
This was tested only with AWS S3 as a storage backend. The fix hence only focuses on s3_fs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jupyter Notebook 7 is about to be released (as of writing, b3 released).
In this new version, most of the backend is based on Jupyter server. While #161 has solved some compatibility issues, some problem remains.
For instance, there are still some
notebook.*
imports inipycompat.py
that raise exceptions on startup:I will PR a change that I've just tested to make it compatible with Notebook 7.
The text was updated successfully, but these errors were encountered: