Closed rvlander closed 4 years ago
jupyter labextension install @jupyter-widgets/jupyterlab-manager
should do the trick. If it does, would you mind doing a PR to add that to a spot in the docs that makes sense to you?
It did not. I still have the same error.
JupyterLab v2.1.2
Known labextensions:
app dir: /home/rvlander/CloudStation/WIP/ipyjsxgraph/env/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
ipyjsxgraph v0.1.0 enabled OK*
local extensions:
ipyjsxgraph: /home/rvlander/CloudStation/WIP/ipyjsxgraph/js
I am new to jupyter hacking. How is it architectured? How do I debug these types of error? I want to do a widget library for the jsxgraph library. Are their already known efforts for this work?
Thx
I suspect you should apply this patch to your package: https://github.com/jupyter-widgets/widget-cookiecutter/pull/59/files. And then reinstall the labextension for your package.
Thanks. It is working now. The two tricks are needed. Last version of this template already integrate the aforementioned patch.
I followed every step on this project's README for jupyterlab.
I get the following error on jupyterlab starting:
Any hint?
Here is the
pip list
output:And
jupyter labextension list
: