- 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
推薦閱讀
- Manga Studio Ex 5 Cookbook
- OpenCV for Secret Agents
- PHP+MySQL網站開發(fā)技術項目式教程(第2版)
- SQL for Data Analytics
- 程序員考試案例梳理、真題透解與強化訓練
- Mastering Apache Maven 3
- Mastering Android Game Development
- Mastering React
- 機器學習微積分一本通(Python版)
- 微課學人工智能Python編程
- Java Web從入門到精通(第2版)
- Python函數(shù)式編程(第2版)
- 愛上C語言:C KISS
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數(shù)據
- Visual C++開發(fā)寶典