Skip to content

pip安装Jupyter

  • 确保安装python

    shell
    python --version
  • 使用pip安装Jupyter

    shell
    pip install jupyter

    image-20250812113613882

  • 启动Jupyter Notebook,启动成功后浏览器自动打开 http://localhost:8888/tree

    shell
    jupyter notebook

    image-20250812115406199

    image-20250812120023024

Anaconda安装Jupyter

MIT版权,未经许可禁止任何形式的转载