This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is it possible to use PerspectiveWidget in Visual Studio Code (vscode)? #1251
Labels
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: