command 'jupyter.selectjupyteruri' not found 点一下vscode右上角 python 版本,在弹出的列表里选择合适的python kernel。
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" ...
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....
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...
Does this issue occur when all extensions are disabled?: No VS Code Version: 1.99.0 (Universal) OS Version: Darwin arm64 24.3.0 Steps to Reproduce: Use conda create a new env The Select a Python Environment in jpuyter may miss the new env. Thus I can not choose the new env....
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 ...
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...