-
Notifications
You must be signed in to change notification settings - Fork 810
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
Initialization cell (init_cell) not working #937
Comments
any errors/warnings visible in the javascript console? |
Hmm, ok, so it seems that something in the registering of celltoobar widgets and presets is going wrong, but not so wrong that it prevents the nbextension from loading completely (hence no error in console). If you're comfortable using a JavaScript console, you could try placing a breakpoint somewhere in the loading to try to see what goes wrong, but so far I'm unable to reproduce this, init_cell seems to be working ok for me... |
@jcb91 Hello, I am using " jupyter_nbextensions_configurator 0.4.1 py37_0 conda-forge" , I encounter the same problem, I can not find any check box |
@jcb91 @simonnier same here, check boxes do not show up with notebook server 5.6.0 |
Hello,
The
nbextension of Initialization Cell
is not displaying it's options.The options are supposed to display like this:
But I don't actually see neither the drop down menu (even if I go to menu/View/Celltoolbar) nor the check-mark square to indicate that a "Initialization Cell":
The text was updated successfully, but these errors were encountered: