jupyter notebook-常用操作

1,安装与使用

都是在cmd中输入

//安装,以下
pip install jupyter
pip install ipykernel
//运行
jupyter notebook

2,使用虚拟环境

在虚拟环境中再安装jupyter notebook,然后再虚拟环境activate下打开jupyter notebook即可。

posted @ 2021-09-11 21:40  tensor_zhang  阅读(37)  评论(0编辑  收藏  举报