您的位置:首页 >> Jupyter
列表
-
python
安装jupyter的方法:首先打开命令提示符,输入python;然后执行jupyter的安装命令“pip install jupyter”;最后执行jupyter的启动命令“jupyter notebook --ip=0.0.0.0”即可。
1
python
安装jupyter的方法:首先打开命令提示符,输入python;然后执行jupyter的安装命令“pip install jupyter”;最后执行jupyter的启动命令“jupyter notebook --ip=0.0.0.0”即可。