jupyterlab-variableInspector
jupyterlab-variableInspector copied to clipboard
Request: Support for Jupyter Lab 3.1.x
Would be great to add support for Jupyter Lab 3.1.x
https://github.com/lckr/jupyterlab-variableInspector/blob/master/package.json#L47-L54
https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html#v3-1
Thanks!
@bschulth I have installed the extension on my Jupyterlab server instance (3.1.9) and it works out-of-the-box
Just tried to rebuild after installing Variable Inspector in Jupyter Lab 3.1.7 and it fails. Uninstalling Variable Inspector will allow me to rebuild. Here is the log that is made when running "jupyter lab build" in my Python Command Prompt with Variable Inspector installed.
Fails on 3.1.12 as well. Would love to be able to use it on 3.1.*
support for 3.1+ would be great
I am running JupyterLab v3.1.11
I did some digging, and it seems like installing via pip
works:
/usr/bin/pip install lckr-jupyterlab-variableinspector
jupyter lab build --log-level=DEBUG
jupyter labextension list
But installing via jupyter labextension install
, fails
jupyter labextension install --no-build @lckr/jupyterlab_variableinspector
jupyter lab build --log-level=DEBUG
jupyter labextension list
With JupyterLab 3.1.12
I can confirm the same as @bschulth ... install with pip
(prebuilt) appears to do the trick.
Though, I haven't put much use in to see if there are any bugs.
Close the issue?
- Given that it works via
pip
, I am happy to have this ticket closed.
The installation instructions remain inaccurate (recommending labextension and/or the extension manager).
If not functioning through these means of installation is an issue (I'm not familiar enough with the jupyter world to be sure of that either way), then I'd say that this is a live issue.
Either way, the README should probably reflect the state of affairs if the issue is to be closed (IMO).
Unfortunately, @bschulth's method does not solve my problem. Mine is on Jupyterlab 3.1.14
not support the jupyterlab 3.2.4,please get some update, thanks
Please install the extension via the python package for Jupyterlab 3+.
Closing as answered