question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Specify local or remote Jupyter server for connections` broken

See original GitHub issue

Issue Type: Bug

Communicating the migration instructions after factoring out Jupyter extension from the Python extension has been ham-handed. among others: https://github.com/microsoft/vscode-jupyter/issues/1057

It is not at all clear that to get to the pop-up selection menu to input a new server in the <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>p</kbd> menu, input Jupyter: Specify local or remote Jupyter server for connections.

If I select Jupyter: Specify local or remote Jupyter server for connections, even if its the same server it is already connected to, VS Code will force me to reload/restart VS Code. If I don’t restart and select Jupyter: Specify local or remote Jupyter server for connections again, I get a VS Code ERROR:

Command ‘Jupyter: Specify local or remote Jupyter server for connections’ resulted in an error (command ‘jupyter.selectjupyteruri’ not found)

Also, how can I delete urls from the list of recently used servers+tokens? It is keeping a list of all of the Jupyter servers that have long since been shut down.

Is it possible to specify the server in the .code-workspace settings like I used to before the Jupyter extension was factored out of the Python extension? It was much more convenient to simply specify “python.dataScience.jupyterServerURI”: “http://100.100.100.001:8888/?token=*******************” in the settings.

Why was the python.dataScience.jupyterServerURI setting not ported over to the Jupyter extension as jupyter.jupyterServerURI along with most of the other python.dataScience settings?

Extension version: 2020.11.358541065 VS Code version: Code 1.51.1 (e5a624b788d92b8d34d1392e4c4d9789406efe8f, 2020-11-10T23:34:32.027Z) OS version: Windows_NT x64 10.0.18363

System Info
Item Value
CPUs Intel® Core™ i5-6300U CPU @ 2.40GHz (4 x 2496)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.88GB (1.95GB free)
Process Argv –crash-reporter-id f652528b-5678-4b12-9ca0-3de6b1e1135f
Screen Reader no
VM 0%

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Nov 17, 2020

Is there any way to view this setting?

The only way to view the setting is to bring up the ‘Specify local or remote Jupyter server for connections’ picker. It will show the current value at the top:

image

We should probably have a ‘what’s changed’ in the release notes that describes what’s changed.

I can do a brief summary here:

As far as I remember that should be the sum total of the differences. I’ll add a bug to put this in our release notes (and or documentation)

2reactions
rchiodocommented, Nov 14, 2020

We’re also planning on revamping the remote support. Something more akin to this is coming: https://github.com/microsoft/vscode-jupyter/issues/1366

Read more comments on GitHub >

github_iconTop Results From Across the Web

Working with Jupyter Notebooks in Visual Studio Code
To connect to a remote Jupyter server: Select the Jupyter Server: local button in the global Status bar or run the Jupyter: Specify...
Read more >
Persistent use of Jupyter Notebook from remote server
To reconnect, you just have to reconnect to the remote server using ssh -L xxxx:localhost:yyyy server . If you want to access the...
Read more >
Connecting to a Jupyter Notebook on a remote Linux machine ...
Step 1 is to ssh into your remote machine and launch Jupyter Notebook to a local port with the --no-browser option. user@local_machine$ ssh...
Read more >
Connecting Jupyter Notebook to VS Code - Data Science
다양한 메뉴 중에서 (MacOS 기준) Python: Specify local or remote Jupyter server for connections 를 클릭하면 아래와 같은 이미지가 나타날 ...
Read more >
Disappointed with Dataspell : r/Jetbrains - Reddit
I can use the same URI to connect my remote jupyter server in VS code but not in DataSpell. The error is "404...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found