-
Notifications
You must be signed in to change notification settings - Fork 70
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
appmode
with pip installed extension
#8
Comments
Hi, which version of Jupyter are you using? |
|
So, I think the root cause is this recent commit: jupyter/notebook@198d74a. It added a new argument What's puzzling me though is that you are already using this code, because it is only in the master branch and not yet in 5.4.x branch. Therefore, it is also not part of the latest release. I will however have to adopt Appmode soon. So, thanks for the early warning :-) |
yes, true most of my system runs on git:master branch for the main repository. I'll keep an eye on your changes and install |
Before I adopt Appmode, I would like to wait until this change actually gets released by the notebook project. In the meantime I would suggest that you patch server_extension.py yourself. It should look kinda like this (haven't tested it):
|
Applied the patch, it works great! |
I just released Appmode 0.3.0 and I decided to include the patch for this issue after all. Hopefully, this minimizes the trouble for everybody else once Jupyter notebook make their release. |
I'm trying to run notebooks in
appmode
but I hit the following error when I try to switch to app mode in the notebook user interface:The text was updated successfully, but these errors were encountered: