jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Jupyter nbextensions does not work on jupyter-notebook 6.0.3
Hello, everybody! I tried to install jupyter_nbextensions_configurator but it doesn't work on jupyter-notebook 6.0.3. Is there an update planned? What is the problem? Maybe I can contribute...
Here's the error displayed:
`(base) c:\Packages Python>conda install jupyter_nbextensions_configurator-0.4.1-py37_0.tar.bz2
Downloading and Extracting Packages
############################################################################################################### | 100%
WARNING conda.core.prefix_data:_load_single_record(186): Ignoring malformed prefix record at: C:\Users\user\Anaconda\conda-meta\graphviz.json
Preparing transaction: done
Verifying transaction: done
Executing transaction: | b'Traceback (most recent call last):\n File "C:\Users\user\Anaconda\Scripts\jupyter-nbextensions_configurator-script.py", line 6, in
LinkError: post-link script failed for package
==> script output <== stdout: stderr: return code: 1
()`
I had same problem. I solved it by downgrading the notebook version
pip install notebook==6.1.5
This appears to be related to a missing mathjax library in the new version of notebook
discussed here
https://discourse.jupyter.org/t/the-static-notebook-js-mathjaxutils-js-is-missing/7303