jupyterlab python kernel 设置

jupyterlab python kernel 设置

添加kernel

首先安装ipykernel包到当前的python环境中

conda install ipykernel 

安装好之后,将这个环境加入到Jupyter Lab中

Python -m ipykernel install --name arcpy27

–name后加的参数即是在Jupyter Lab中显示的名称
来自:(https://www.cnblogs.com/memowings/p/db5d7e96c067ff3cc3aae9fb6f50da49.html)

删除kernel

jupyter kernelspec remove kernel_name

你可能感兴趣的:(python,python,jupyter,lab,kernel)