Warning loading server extension
See original GitHub issueGood morning,
I have issue enabling the server extension app:
step 1
pip install jupyterlab-requirements
jupyter lab build
step 2
jupyter serverextension list
config dir: .local/share/virtualenvs/test-xEaUW4qa/etc/jupyter
jupyterlab enabled
- Validating...
jupyterlab 3.0.7 OK
jupyterlab_requirements enabled
- Validating...
Error loading server extension jupyterlab_requirements
X is jupyterlab_requirements importable?
I followed all documentation but I cannot find the reason why it’s not validated:
[W 2021-02-05 10:40:05.727 ServerApp] The module 'jupyterlab_requirements' could not be found. Are you sure the extension is installed?
Refernce repo: https://github.com/thoth-station/jupyterlab-requirements
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Error loading Jupyter Notebook Extensions - Stack Overflow
I am using a Macbook with OS Sierra, and running Python 3.6.1 and Jupyter Notebook Server 5.0.0 ...
Read more >Error loading server extension nbextensions #1077 - GitHub
I am getting the following output when running jupyter notebook. It runs ok and I have the extensions, though.
Read more >About system extensions and macOS - Apple Support
You may see an alert on your Mac that says that a program loaded or tried to load a system extension signed by...
Read more >Page display 500 Internal Server Error after loading extension
When I load Cite extension, the page doesn't display properly, and displayed two kinds error logs:" PHP Warning: Parameter 1 to Cite::clearState() expected...
Read more >Extensions — JupyterLab 3.6.0b0 documentation
JupyterLab will check the extensions against the defined listings. Warning. Only one mode at a time is allowed. If you or your server...
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
ok found the solution finally!! Thanks again @fcollonval @jasongrout the extension is finally ready for users to be installed correctly!
They have identical result. In the example the helper
jupyter-packaging
package is used. Its syntax to define python data files is a bit different as you find out. But the results is the same, the JSON file activating the server extension needs to be copied in/jupyter/jupyter_server_config.d
.I advice you to follow the example syntax.