Hey there!
I am working in a corporate environment where I don’t have the latitude to upgrade JupyterLab at this time. Currently, JupyterLab is on 0.34.12. Naturally, when I followed the instructions at https://plot.ly/python/getting-started/ and https://plotly.com/python/troubleshooting/, it didn’t get me anywhere.
I’m wondering what versions of the various JupyterLab extensions and plotly.py I should install to get things working. Is there a place that lists the various combinations of JupyterLab, extensions, and plotly that should work? I’ve scoured the internet and haven’t been able to find anything.
My situation is similar to https://stackoverflow.com/questions/57638012/plotly-extensions-install-with-jupyter-lab-version-0-34, which has no answer. I also haven’t found anything on this forum.
I am on GNU/Linux, JupyterLab 0.34.12, Plotly 4.9.0, ipywidgets 7.5.0, and my labextensions are as follows:
$ jupyter labextension list
JupyterLab v0.34.12
Known labextensions:
app dir: /opt/conda/share/jupyter/lab
jupyter-widgets/jupyterlab-manager v0.37.4 enabled OK
jupyterlab/hub-extension v0.11.0 enabled OK*
mflevine/jupyterlab_html v0.1.4 enabled OK
jupyterlab-drawio v0.4.0 enabled OK
jupyterlab_bokeh v0.6.2 enabled OKlocal extensions:
jupyterlab/hub-extension: /tmp/jupyterlab-hub
Any help would be greatly appreciated!
Thanks!