jupyter notebook安装、登录

时间:2021-07-24 22:47:27

pip install jupyter

 

jupyter notebook安装、登录

jupyter notebook安装、登录

提示pip需要升级(本人装的是anaconda)

输入:python -m pip install --upgrade pip

jupyter notebook安装、登录

 

 jupyter notebook安装、登录

安装完成。

运行jupyter notebook的方式:

(1)cmd》jupyter notebook,会默认跳转到相应的浏览器,

(2)或者直接打开网址http://localhost:8888/,下图是360浏览器中的显示效果。

jupyter notebook安装、登录

使用时,新建python即可

jupyter notebook安装、登录

输命令行:print('hello,world!'),按键“SHIFT+EHTER”执行命令即可。

 

jupyter notebook安装、登录