- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 58字
- 2021-07-02 14:00:17
Installing Jupyter notebook
For installing the Jupyter Notebook, download Anaconda.
Install the downloaded version of Anaconda and follow the instructions on the wizard.
Install Jupyter using pip:
pip install jupyter
In Linux, pip install jupyter will install Jupyter for python 2. If you want to install jupyter for python 3, run the following command:
pip3 install jupyter
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Mastering Zabbix(Second Edition)
- Node.js 10實戰
- Mastering RabbitMQ
- 區塊鏈:以太坊DApp開發實戰
- Elasticsearch Server(Third Edition)
- 數據結構與算法分析(C++語言版)
- Julia高性能科學計算(第2版)
- 從Java到Web程序設計教程
- Learning Node.js for .NET Developers
- Java 9 with JShell
- Python編程快速上手2
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- JavaScript高級程序設計(第4版)
- C++ Windows Programming