command 'jupyter.selectjupyteruri' not found 点一下vscode右上角 python 版本,在弹出的列表里选择合适的python kernel。
vscode-pylance ms- 2024.10.1 jupyter ms- 2024.9.1 jupyter-keymap ms- 1.1.2 jupyter-renderers ms- 1.0.19 vscode-jupyter-cell-tags ms- 0.1.9 vscode-jupyter-slideshow ms- 0.1.6 remote-containers ms- 0.388.0 makefile-tools ms- 0.11.13 vscode-markdown-notebook ms- 0.0.26 pdf tom 1.2....
Btw. the other suggestion on that thread was that "No Kernel" was expected until you tried to run a cell but if the last Interpreter used is no longer accessible since the previous time vscode started and I I try running a cell, I get the following output: Error: Invalid response: 500...
restart vscode and create new empty .ipynb file all the old .ipynb files pop up again and no connections possible however, now jupyter server says 405 post error so i guess something changed only content of the .vscode/settings.json ist still the "jupyter.jupyterServerType": "remote" ...
summary: I want to be able to run cells on jupyter notebook with a conda env (also in the remote server) as kernel. thanks so much ashleys0 changed the title remote-ssh remote-ssh: can't select jupyter kernel / python interpreter remotely on command palette Mar 5, 2023 github-actions...
"DataScience.pythonRestartHeader": "Restarted kernel:", "DataScience.pythonNewHeader": "Started new kernel:", "DataScience.executingCodeFailure": "Executing code failed : {0}", @@ -387,5 +386,9 @@ "DataScience.jupyterSelectURINewLabel" : "Existing", "DataScience.jupyterSelectURINewDetail...
You're right, my setup is slightly different. I'm running a jupyter server on a kubernetes pod and I'm connecting to it using a port forward. In the end, the URI I provide to VSCode looks like http://localhost:9999/user/<name>/?token=<token> and it hangs at the kernel selection...
microsoft / vscode-jupyter Public Notifications Fork 298 Star 1.3k Code Issues 180 Pull requests 30 Discussions Actions Projects Wiki Security 2 Insights New issue Simple, fast way to select kernel in smoke tests #15602 Merged ...
@C-SELLERS are you still using the command jupyter.selectjupyteruri I'm considering deprecating this command and getting extension authors to use the API registerRemoteServerProvider Not for my own application. @Martin-Molinero heads up, this may still be in use by QuantConnect vscode terminal ...
private async computeLaunchInfo( resource: Resource, sessionManager: IJupyterSessionManager, notebookMetadata?: INotebookMetadataLive, cancelToken?: CancellationToken ): Promise<{ info: INotebookServerLaunchInfo; changedKernel: boolean }> { // First we need our launch information so we can start a...