Jupyter中删除虚拟环境步骤:
D:anaconda3envspandas_notebook>jupyter kernelspec list Available kernels: pytorch_learn_nlp C:Usersy'rAppDataRoamingjupyterkernelspytorch_learn_nlp python3 D:anaconda3sharejupyterkernelspython3 pandas_notebook C:ProgramDatajupyterkernelspandas_notebook D:anaconda3envspandas_notebook>jupyter kernelspec uninstall pandas_notebook Kernel specs to remove: pandas_notebook C:ProgramDatajupyterkernelspandas_notebook Remove 1 kernel specs [y/N]: y [RemoveKernelSpec] Removed C:ProgramDatajupyterkernelspandas_notebook D:anaconda3envspandas_notebook>



