jupyter notebook-常用操作
1,安装与使用
都是在cmd中输入
//安装,以下
pip install jupyter
pip install ipykernel
//运行
jupyter notebook
2,使用虚拟环境
在虚拟环境中再安装jupyter notebook,然后再虚拟环境activate下打开jupyter notebook即可。
行动是治愈恐惧的良药,而犹豫拖延将不断滋养恐惧。
都是在cmd中输入
//安装,以下
pip install jupyter
pip install ipykernel
//运行
jupyter notebook
在虚拟环境中再安装jupyter notebook,然后再虚拟环境activate下打开jupyter notebook即可。