jupyter的使用

  • pip3 --default-timeout=100 install -U jupyter

    default-timeout含义:设置延迟是100ms

    -U含义:给予管理员的身份

1. 卸载旧环境

  • pip uninstall -y notebook jupyter-contrib-nbextensions jupyter-nbextensions-configurator

2. 安装

  • JupyterLab pip install jupyterlab

3. 安装常用扩展(例如代码补全、格式化)

  • pip install jupyterlab-code-formatter
  • jupyter labextension install @ryantam626/jupyterlab_code_formatter

4. 启动

  • cd D:\python\WaterProject
  • cd D:\python\WaterProject>jupyter notebook
  • 选则一个合适的位置然后找到对应的网盘,在cmd中输入打开jupyter notebook

运行代码

  • shift + enter 运行代码
  • Ese + m 切换到markdown模式