linux系统下python开发工具jupyter notebook安装配置

  • Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言 。
  • 安装
  • 安装python 3
  • pip安装
    pip3 install --upgrade pip
    pip3 install jupyter
  • 运行
  • jupyter notebook 启动,会默认打开http://localhost:8888/,访问用户目录
    linux系统下python开发工具jupyter notebook安装配置

    文章插图

    如何自定义端口?