avatar

目录
jupyter_notebook_notes

jupyter 基础安装

jupyter 如何顺利安装并开启conda kernels

这个太坑了…
需要如下安装:

Code
1
2
3
4
5
conda install jupyter
conda install jupyter lab
conda install ipykernel
conda install nb_conda
conda install nb_conda_kernels

另外的插件看下面.

jupyter notebook

jupyter notebook 幻灯片插件

https://blog.csdn.net/blmoistawinde/article/details/85009603

https://blog.csdn.net/qq_27825451/article/details/85050496

jupyter notebook 插件

https://www.wandouip.com/t5i186155/

jupyter notebook 神奇技巧

https://www.zybuluo.com/hanxiaoyang/note/534296

jupyter notebook 魔法命令

http://www.raincent.com/content-85-7795-2.html

jupyter lab

jupyter lab安装

https://blog.csdn.net/weixin_34355715/article/details/88670628

jupyter lab简介

https://www.codercto.com/a/75771.html

jupyter lab 技巧

https://blog.csdn.net/weixin_37641832/article/details/94437445


评论