Replies: 4 comments 2 replies
-
This will likely work when we support vanilla jupyter notebook, which is actually a very straightforward and easy things to implement it but I stopped doing it since it makes dist annoying: #1063 We can reimplement a more minimal version of that PR and it should allow for non-JupyterLab context. |
Beta Was this translation helpful? Give feedback.
-
I believe this will work after the latest release is done |
Beta Was this translation helpful? Give feedback.
-
@timkpaine I get this message in the Output panel-
|
Beta Was this translation helpful? Give feedback.
-
this was deprecated in 3.*, so reopening |
Beta Was this translation helpful? Give feedback.
-
Support Question
When I try to use PerspectiveWidget in vscode, I get "nothing" (no display).
I'm using an environment in which PerspectiveWidget works in jupyter lab, and in which other ipywidgets work in vscode.
Notes:
Steps to Reproduce:
python -m pip install perspective-python ipywidgets jupyterlab
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @finos/perspective-jupyterlab
The code I'm using to verify ipywidgets work in general:
And perspective:
Working in jupyter lab:
Not working in vscode:
Though other ipywidgets work:
I am using the same python environment in both vscode and jupyter lab. In vscode, for its "how to connect to Jupyter" option, I tried both "default" (allow vscode to start a server) and I tried specifying the same (existing/already running) jupyter server as used above.
Unfortunately I don't (yet) know how to get more details about what is going wrong in vscode.
Environment:
I have only tried one environment.
Beta Was this translation helpful? Give feedback.
All reactions