jupyterlab 增加新内核的方法ipykernel

参考:

https://blog.csdn.net/C_chuxin/article/details/82690830

进入环境下比如 source activate py36

pip install ipykernel

sudo python -m ipykernel install --name py36

重启 jupyterlab 成功

原文地址:https://www.cnblogs.com/qiezi-online/p/13870388.html