copy from https://jupyter.org/install

Getting started with JupyterLab

Installation

JupyterLab can be installed using conda or pip. For more detailed instructions, consult the installation guide.

conda

If you use conda, you can install it with:

conda install -c conda-forge jupyterlab

pip

If you use pip, you can install it with:

pip install jupyterlab

If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab.

Getting started with the classic Jupyter Notebook

Prerequisite: Python

While Jupyter runs code in many programming languages, Python is a requirement
(Python 3.3 or greater, or Python 2.7) for installing the JupyterLab or the classic Jupyter Notebook.

Installing Jupyter Notebook using Anaconda

We strongly recommend installing Python and Jupyter using the Anaconda Distribution,
which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.

First, download Anaconda. We recommend downloading Anaconda’s latest Python 3 version.

Second, install the version of Anaconda which you downloaded, following the instructions on the download page.

Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

See Running the Notebook for more details.

Installing Jupyter Notebook with pip

As an existing or experienced Python user, you may wish to install Jupyter using Python’s package manager, pip, instead of Anaconda.

If you have Python 3 installed (which is recommended):

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

If you have Python 2 installed:

python -m pip install --upgrade pip
python -m pip install jupyter

Congratulations, you have installed Jupyter Notebook! To run the notebook, run
the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

See Running the Notebook for more details.

  </div>

最新文章

  1. 用Kotlin开发Android应用(II):创建新项目
  2. 虚拟机VMWARE上ORACLE License 的计算
  3. PMIC RTC 寄存器
  4. 从网络上下载文件到sd卡上
  5. 怎么安装MYSQL5.0的JDBC驱动
  6. cocos2d-x如何新建一个模板项目
  7. 看原理图之UART
  8. Django的Form
  9. ZooKeeper之(一)ZooKeeper是什么
  10. 人工智能初识(百度ai)
  11. bzoj5109: [CodePlus 2017]大吉大利,晚上吃鸡!
  12. Spring Boot 设置静态资源访问
  13. ecilpse运行Servlet程序是找不到路径的原因
  14. java 多线程通知 CountDownLatch 倒数计数器的使用
  15. 分布式协议学习笔记(三) Raft 选举自编写代码练习
  16. SQL分区表示例
  17. vs附加调试 w3p进程没有名称
  18. Qt常用类及类方法简介之 QAction类
  19. 忘记SVN密码怎么办
  20. Java中将InputStream读取为String, 各种方法的性能对比

热门文章

  1. MVC效验器
  2. LightOJ1199 Partition Game
  3. BZOJ11208 宠物收养所
  4. 源码分析 RocketMQ DLedger(多副本) 之日志复制(传播)
  5. rails 5 功能新增及改变
  6. 用span写一个特殊样式的1
  7. JS基础-垃圾回收机制与内存泄漏的优化
  8. 提示用户输入一个1-40之间的数字,使用if语句根据输入数字的大小进行判断,如果输入的数字在
  9. MySQL的安装、启动和基础配置 —— mac版本
  10. html5-心跳