Python Installing Jupyter

Posted Mr黄瑞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Installing Jupyter相关的知识,希望对你有一定的参考价值。

  1. Jupyter说明
    jupyter notebook是一款网页版的Python编辑器组件,便于学习Python
  2. Jupyer安装
    yum -y install python-pip
    Python3:
    python3 -m pip install --upgrade pip
    python3 -m pip install jupyter
    python2:
    python -m pip install --upgrade pip
    python -m pip install jupyter
  3. 启动
    基础命令:jupyter notebook
     jupyter notebook /data/notebook --allow-root --ip=127.0.0.1
  4. 使用
    浏览器打开
    http://127.0.0.1:8888/tree
    提示输入Token,输入窗口随机Token即可,点击右上角New新建项目即可
  5. Jupyer同时支持Python2和Python3
    pip install ipython notebook
    python3 -m pip install ipython notebook 
    python3 -m ipykernel install
    检查
    jupyter-kernelspec list



















以上是关于Python Installing Jupyter的主要内容,如果未能解决你的问题,请参考以下文章

jupyter中,ipynb文件转pdf文件

Installing Python 3.5.2 from source

jupyter notebook 导出PDF报错:nbconvert failed: xelatex not found on PATH

jupyter notebook 导出PDF报错:nbconvert failed: xelatex not found on PATH

[work] Installing Python 3 on Linux

[work] Installing Python 3 on Linux