jupyter nodebook 安装

安装 jupyter

  • 安装jupyter
  • 设置密码:
  • 启动jupter

安装jupyter

 pip3 install jupyter

设置密码:

jupyter notebook password

启动jupter

jupyter notebook --ip 0.0.0.0 --allow-root --port 8888

你可能感兴趣的:(jupyter,jupyter,linux,python)