zoukankan      html  css  js  c++  java
  • linux ubuntu安装Jupyter Notebook打开运行. ipynb文件

    1.更新pip:

    pip install --upgrade pip

    2.安装jupyter

    pip install jupyter

    过程中可能会出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*(其中×与要安装的软件有关)

    解决方法sudo python -m pip install --upgrade --force pip

                      sudo pip install setuptools==33.1.1

    3.运行jupyter

    gyq@gyq-virtual-machine:~$ jupyter-notebook

  • 相关阅读:
    如何为创建大量实例节省内存?
    4-5
    4-6
    4-4
    4-3
    4-2
    3-11
    4-1
    3-10
    3-8
  • 原文地址:https://www.cnblogs.com/zzgyq/p/8509263.html
Copyright © 2011-2022 走看看