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

Initialization cell (init_cell) not working #937

Open
david1309 opened this issue Apr 1, 2017 · 7 comments
Open

Initialization cell (init_cell) not working #937

david1309 opened this issue Apr 1, 2017 · 7 comments

Comments

@david1309
Copy link

Hello,

The nbextension of Initialization Cell is not displaying it's options.

The options are supposed to display like this:
icon

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":
screenshot from 2017-03-31 20-57-07

@jcb91
Copy link
Member

jcb91 commented Apr 3, 2017

any errors/warnings visible in the javascript console?

@david1309
Copy link
Author

Not actually, this is what appears:

screenshot from 2017-04-07 15-50-38

The thing is that I cant even mark which are the initializations cells with the check mark

@jcb91
Copy link
Member

jcb91 commented Apr 8, 2017

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

@david1309
Copy link
Author

I am not sure how to place braekpoint. However, I opened the JavaScript Console before loading the notebook and there's actually an error right after loading the init_cell ... do you know what could be happening ?

screenshot from 2017-04-10 18-12-34

@jcb91
Copy link
Member

jcb91 commented Apr 11, 2017

oh, it looks like you're using 0.2.6, and seeing a bug which has already been fixed in #928. You can resinstall from the git repo, or apply the fix in be593bd directly to init_cell/main.js

@simonnier
Copy link

@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

@luk-f-a
Copy link

luk-f-a commented Jun 23, 2019

@jcb91 @simonnier same here, check boxes do not show up with notebook server 5.6.0

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

4 participants