NBExtension installs but will not validate
See original GitHub issueI ran $ jupyter nbextension install https://github.com/Calysto/notebook-extensions/archive/master.zip
and was able to install the extension in /usr/local/share/jupyter/nbextensions.
However, when I attempt to enable the extension, I get:
$ jupyter nbextension enable calico-document-tools
Unrecognized JSON config file version, assuming version 1
Enabling notebook extension calico-document-tools...
- Validating: problems found:
- require? X calico-document-tools
Any idea what this error message means?
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
NBExtension does not validate in Jupyter Notebook
I am running Jupyter 4.1.0 on a Mac which I downloaded with Anaconda. I have tried downloading front-end extensions to Jupyter Notebook but...
Read more >Installing jupyter_contrib_nbextensions
Most nbextensions here should work fine with jupyterhub (because jupyterhub spawns regular notebook servers for each individual user), but won't work with ...
Read more >Installing the SAS kernel — sas_kernel 2.4.13 documentation
If the pip command in your path does not map to Python3, then use pip3 instead. pip install sas_kernel. Verify that the package...
Read more >Jupyter Notebook extensions - Towards Data Science
(If you don't see a tab, open a notebook and click Edit > nbextensions config). The enabled extensions can be seen in the...
Read more >jupyter/notebook - Gitter
did you nbextension install the widgets at some point? ... Validating: OK ... can you just install the notebook and widgets, and not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m having a similar problem. I am able to install and validate the tools, but they do not work in the notebook. On the Jupyter console I’m getting a 404 for the typo.js,
And in the developer console in the notebook when I enable spell check and type:
I am also seeing some errors when it is loading:
Also, the spellcheck from https://bitbucket.org/ipre/calico works for me.
I’m seeing this too, on one installation. On another everything appears ok. Looking into it…