-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Test some nbextensions to make sure everything works with 5.0 #2151
Comments
Ping @juhasch @jcb91 @jfbercher we're nearing notebook 5.0, so any help testing extensions is welcome. I don't think there are many major architectural shifts that might break things (we backed off the webpack stuff), but it's always possible. |
I have checked most of the extensions in jupyter_contrib_nbextensions, including latex_envs, toc2, highlight_selected_word, hinterland, collapsible headings, hide_menubar, exercise, exercise2, highlighter, python-markdown, select keymaps, ... and all that work out of the box :-) I had just a problem of interaction between Also, I had to install some extra js to run 5.0dev: proptypes, preact, and preact-compat |
@jfbercher Thanks for checking! What do you need the StartupDelay for ? |
@juhasch I must admit that I do not remember... 👎 |
@jfbercher
I've asked over here, but in the context of using a Dockerfile to install a dev version of the notebook, could you advise how this might be fixed, or does it require that the package.json be extended to include these additional packages? |
@Analect I only see an error message, as you have, indicating these missing dependencies and installed using |
I haven't had a chance to try 5.0 yet, but will report back if I discover anything relevant... |
* notebook 4.3, 4.4, 5.0.0b1 (see jupyter/notebook#2151) * python 3.6 on travis (appveyor doesn;t provide 3.6 yet)
I think this is happening on our appveyor (Windows) CI builds at https://ci.appveyor.com/project/jcb91/ipython-notebook-extensions-ynb9f/build/master-347/job/tqivj75ifr7vr4s8#L775, though the linux build on travis seems to install 5.0.0b1 without complaint: https://travis-ci.org/ipython-contrib/jupyter_contrib_nbextensions/jobs/202988147#L386 |
@gnestor could you test the nbgrader create assignment celltoobar with master? |
@ellisonbg Sure thing 👍 |
@gnestor great, many thanks! |
@gnestor possibly, though it seems to be working for me. What exact commands are you executing? When I run it from a clean environment:
everything gets installed. The handling of preact is a bit fiddly, since they are only npm packages but we need to load them as if they were bower. Maybe it doesn't correctly re-run |
@minrk I haven't been able to reproduce it but I've seen reports of it.
I think that explains it. I took a look at https://github.com/jupyter/notebook/blob/master/setupbase.py#L345-L377 and it looks like it's running Let's close this issue because it's resolved and keep an eye on #2056 for any other reports. Hopefully it's just an edge case affecting upgrades of dev installs. |
During the 5.0 dev cycle, nbextensions stopped working. This was due to the webpack stuff and should be fixed now. As part of the 5.0 release cycle, we need to install and test some of the popular nbextensions with 5.0. Let's track a list here:
The text was updated successfully, but these errors were encountered: