jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
A jupyter notebook serverextension providing config interfaces for nbextensions.
The latest version on GitHub and PyPI is 0.6.3 from 3 months ago, while the latest version on conda-forge is 0.6.1 from ~8 months ago. May I ask if is...
JupyterServer handlers are not compatible with Notebook 6 series, this updates mitigates error that Notebook 6 users installing the latest version of the `jupyter_nbextensions_configurator`, may encounter.
After installing the extensions, I do get the link to the extension configurator, but the page is all empty, except for the header:  The javascript console...
Error
### **I don't known how to do in the case.** In Configurable nbextensions of jupyter page. _[jupyter_nbextensions_configurator] error loading scratchpad/main_ > This is my `jupyter nbextension list` > notebook section...
When I install this extension on nbclassic, anyone can access the endpoints provided by Server Extension without credentials. This is because the Server Extension uses `notebook.base.handlers.IPythonHandler`. https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/blob/master/src/jupyter_nbextensions_configurator/__init__.py#LL18C1-L18C1 As reported to...
This package is important for a lot of users and it would be nice to have a quick iteration in the fixes and releases going forward. This is particularly important...
[W 2023-02-13 06:49:31.959 ServerApp] 404 GET /nbextensions/nbextensions_configurator/tree_tab/main.js?v=20230213144929 ([email protected]) 15.20ms referer=http://localhost:8888/tree I have successfully done 'jupyter nbextensions_configurator enable --user'
What is the difference between line 2 and 3 below? 1. `pip install jupyter_nbextensions_configurator` 2. `jupyter nbextensions_configurator enable --user` 3. `jupyter contrib nbextension install --user` 4. `jupyter nbextension enable toc2/main`
The nbextensions tab is blank, and the `Navigate` menu item has no items in the dropdown. I am trying to use the `toc2` tool, and I can see the table...
Using `pyenv` shows this Duplicate Listings issue . . . any tips? ``` pip install jupyter_nbextensions_configurator jupyter nbextensions_configurator enable --user jupyter contrib nbextension install --user jupyter nbextension enable toc2/main ```