-
Notifications
You must be signed in to change notification settings - Fork 294
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
Specify local or remote Jupyter server for connections
broken
#1118
Comments
why can't I simply specify something similar to the following in my
Where does the Jupyter extension save the remote jupyter server URI? |
now I am getting
and
|
well ... here is one .... vscode-jupyter/package.nls.json Line 109 in 68bee5c
|
How can I set
|
Sorry but setting the server URI directly is not supported. You have to use the command. It's stored in encrypted storage as this value may contain a token to a Jupyter server that you wouldn't want to expose on your file system. |
This should have happened automatically. It doesn't get ported to the same setting as it doesn't exist though. What should have happened is that it was encrypted and stored internally. |
Was there something else you're having trouble with besides your remote setting? |
We're also planning on revamping the remote support. Something more akin to this is coming: |
Agree that this is very confusing (change in behavior of |
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: 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) |
Issue Type: Bug
Communicating the migration instructions after factoring out Jupyter extension from the Python extension has been ham-handed.
among others: #1057
It is not at all clear that to get to the pop-up selection menu to input a new server in the ctrl+shift+p 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 selectJupyter: Specify local or remote Jupyter server for connections
again, I get a VS Code ERROR: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 asjupyter.jupyterServerURI
along with most of the otherpython.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
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
The text was updated successfully, but these errors were encountered: