microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 292 forks source link

Use Local Version of ipywidgets #15921

Closed gregegg closed 3 months ago

gregegg commented 3 months ago

I am working on a Jupyter Notebook over the remote-ssh interface and I'm unable to use the jupyter_bokeh extension. I'm working on a corporate computer that does not have access to jsdeliver.com or unpkg.com to grab the needed files.

I am requesting a way to point to a local copy of the files needed from jsdeliver.com as described here.

e.g., (on the local computer), add something like

"jupyter.widgetScriptSources": [
    "jsdelivr.com", 
    "C:\\path\\to\\env\\Lib\\site-packages\\jupyter_bokeh\\nbextension"
],
DonJayamanne commented 3 months ago

Duplicate of https://github.com/microsoft/vscode-jupyter/issues/14791