jupyterlab-variableInspector icon indicating copy to clipboard operation
jupyterlab-variableInspector copied to clipboard

Request: Support for Jupyter Lab 3.1.x

Open bschulth opened this issue 3 years ago • 10 comments

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 avatar Sep 01 '21 18:09 bschulth

@bschulth I have installed the extension on my Jupyterlab server instance (3.1.9) and it works out-of-the-box

daviddoji avatar Sep 02 '21 09:09 daviddoji

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.

jupyterlab-debug-c2c1h88h.log

JeremyMullins avatar Sep 02 '21 16:09 JeremyMullins

Fails on 3.1.12 as well. Would love to be able to use it on 3.1.*

snovaisg avatar Sep 15 '21 14:09 snovaisg

support for 3.1+ would be great

bobcolner avatar Sep 17 '21 16:09 bobcolner

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

bschulth avatar Sep 17 '21 20:09 bschulth

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.

maegul avatar Sep 20 '21 08:09 maegul

Close the issue?

  • Given that it works via pip, I am happy to have this ticket closed.

bschulth avatar Sep 21 '21 15:09 bschulth

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).

maegul avatar Sep 22 '21 04:09 maegul

Unfortunately, @bschulth's method does not solve my problem. Mine is on Jupyterlab 3.1.14

ZorkJ avatar Oct 09 '21 02:10 ZorkJ

not support the jupyterlab 3.2.4,please get some update, thanks

wikithink avatar Dec 06 '21 09:12 wikithink

Please install the extension via the python package for Jupyterlab 3+.

Closing as answered

fcollonval avatar Nov 04 '23 07:11 fcollonval