-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load @finos/perspective-jupyterlab:~0.10.0 #1502
Comments
VS Code does not support labextensions, it would be best to reach out to them to ask about their plans for supporting them out of the box. More thoughts in this ticket #1251 |
@timkpaine I thought VS Code Insiders does support labextensions. At least Matplotlib is working nicely as you already knew because there was a picture about it in ticket #1251. |
@kimmolinna that is using a notebook extension not a lab extension. |
@timkpaine Is it also same for itkwidgets and bqplot (installed via Jupyterlab extension tab)? I have installed itkwidgets using |
If you check the web pack file you can find bundling specific for lab and for notebook https://github.com/InsightSoftwareConsortium/itkwidgets/blob/a05a15afe9f57dee5be7e21e13a96bd61959ae99/js/webpack.config.js#L50 |
@timkpaine Is it correct that a character in a name of module version is
|
Yes |
@timkpaine So basically I have understood the whole think wrong. JupyterLab is an interface which is working in browser and uses notebooks as a storage. And Visual Studio Code can use the same notebooks too. My apologies. |
JupyterLab is the newer interface, Jupyter Notebook is the older interface. VS Code has some degree of compatibility with the old interface. |
PercpectiveWidget is working nicely via localhost/lab, but when I try to use it inside Visual Studio Code Insiders I will get the following error message:
Widgets require us to download supporting files from a 3rd party website. (Error loading @finos/perspective-jupyterlab:~0.10.0).
I used to the following example to notice a problem
I'm using JupyterLab 3.1.1 with Jupyter Server 1.10.1 and Visual Studio Code - Insiders is 1.59.0-insider on Windows 10 Enterprise 1908 and
And jupyter labextension list looks like
The text was updated successfully, but these errors were encountered: