open the notebook file in a different editor and delete the kernelspec section in the notebook file itself and then restart code. It will pick an environment for you (see below). But I still think this behavior is a bug and I've spent a long time typing this report and don't want...
Issue Type: Bug I'm sometimes (seems random) unable to select my python kernel. The Select Kernel options shows an empty list and I don't see any of my anaconda environments there. I also tried setting the interpreter by providing the co...
清除输出:在VSCode中,可以选择要刷新的代码块或整个Notebook,然后使用快捷键Shift+Enter或右键点击选择"Run Cell and Select Below"来运行代码并清除输出。这将重新执行选定的代码,并清除输出结果,从而刷新缓冲区。 需要注意的是,以上方法都会重新执行代码,可能会导致之前的变量和状态丢失。因此,在刷新缓冲区之前...
linux yum install xxx 报错:Loaded plugins: fastestmirror Linux自动压缩文件夹备份脚本 Windows自动压缩文件夹备份脚本 mysql报错:ERROR 1142 (42000): SELECT command denied to user \\ mount/umount 挂载/卸载 CentOS cannot find a valid baseurl for repo base/7/x86_64 IIS HTTP 自动跳转 HTTPS 的安全配置...
Issue Type: Bug Can no longer select jupyter kernel in virtual environments created outside of /usr directory. In previous version other jupyter kernels would appear in list after restarting VSCode. (Seems to have stopped working with ve...
When I click "select kernel" on a jupyter notebook, there's no list to choose from: 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...
i select again to connect to remote kernel and vscode asks to restart no ask to install ipykernel locally because i already did than in the pdoc environment an hour ago when i was trying this the first time around notebook kernel status now says: ...
In Python interactive window, I should be able to select a kernel via Jupyter: Select a Kernel command. Actual behaviour Command Palette does not show Jupyter: Select a Kernel in Python interactive context Steps to reproduce: [NOTE: Self-contained, minimal reproducing code samples are extremely ...
"DataScience.pythonRestartHeader": "Restarted kernel:", "DataScience.pythonNewHeader": "Started new kernel:", "DataScience.executingCodeFailure": "Executing code failed : {0}", @@ -387,5 +386,9 @@ "DataScience.jupyterSelectURINewLabel" : "Existing", "DataScience.jupyterSelectURINewDetail...
For #8612 Prompt user to select a kernel (when nothing matches). Register and install kernel for current interpreter Misc fixes related to kernel registration.