Questions tagged [jupyter-contrib-nbextensions]

The jupyter_contrib_nbextensions package contains a collection of community-contributed unofficial extensions that add functionality to the Jupyter notebook. These extensions are loaded locally in the browser and provide added functionality such as highliting, code/header folding, automatic code manipulation, enhanced result/code presentation, etc.

The jupyter_contrib_nbextensions package contains a collection of community-contributed unofficial extensions that add functionality to the Jupyter notebook. These extensions are loaded locally in the browser and provide added functionality such as highliting, code/header folding, automatic code manipulation, enhanced result/code presentation, etc.

From the project's git page:

For Jupyter version 4 or 5, use the master branch of the repository. Most nbextensions have been updated to work with both Jupyter 4.x and 5.x

Example screen: enter image description here

74 questions
1
vote
2 answers

How to set the argument "--template toc2" through nbconvert API?

I have a Python jupyter notebook, which I can successfully export to HTML with a table of content through the command line: $ jupyter nbconvert nb.ipynb --template toc2 How do I do the same, but programmatically (via API)? This is what I achieved…
1
vote
1 answer

Hinterland's 'exclude regex' doesn't work - using a colon always produces the autocompletion menu

I've been trying to configure Hinterland for ages, even downgrading to Jupyter 5 to see if that would work. The default settings in Hinter should prevent the autocompletion menu from appearing: In spite of this, I still see the following: I've…
1
vote
0 answers

Beakerx - 'validating problems found: beakerx/tree beakerx/extension'

Trying to get beakerx working with JupyterLab using pipenv. Install $ pipenv install beakerx $ beakerx install Installing /Users/layne/.pyenv/versions/3.7.3/envs/biodb-py3.7.3/lib/python3.7/site-packages/beakerx/static -> beakerx - Validating:…
Kermit
  • 4,922
  • 4
  • 42
  • 74
1
vote
1 answer

cleanly uninstall a broken jupyter nbextension

A while ago I installed beakerx and an update broke the installation. Every time I start IPython, a warning is shown. How can I cleanly get rid of the extension and this output? [IPKernelApp] WARNING | Error in loading extension:…
clstaudt
  • 21,436
  • 45
  • 156
  • 239
1
vote
1 answer

How to load ES6 module for Jupyter notebook extension?

I currently use Jupyter Notebook Server version 5.7.0. I would like to write a Jupyter notebook extension, that loads some ES6 module by adding a script tag to the document, e.g: