Specify remote server kernel #9142
-
Hello, I am using code-server with Jupyter notebook plugin. It works good enough apart for some bugs in the plugin itself regarding external file updates confusing it. However, I have a critical issue with The settings seem to be persistent as it stays selected when restarting code-server & the tab. Yet it is not in User/Workspace settings so they seem to be cached somewhere. Can anyone fill me in where is this or is there a more sane way to do this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately we don't allow storing these in the settings as users could have sensitive information such as |
Beta Was this translation helpful? Give feedback.
Unfortunately we don't allow storing these in the settings as users could have sensitive information such as
tokens
used to authenticate against the Jupyter server.We could support this provided you configure the jupyter server to allow anonymous connections (i.e. without any tokens, without passwords).
If this is an approach you're happy to go down, please feel free to file an issue as an enhancement.