- 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
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- 從零開始構建企業級RAG系統
- Mastering JavaScript Object-Oriented Programming
- Learning Selenium Testing Tools with Python
- Developing Middleware in Java EE 8
- BeagleBone Media Center
- Python高級機器學習
- Android NDK Beginner’s Guide
- KnockoutJS Starter
- 打開Go語言之門:入門、實戰與進階
- RocketMQ實戰與原理解析
- Flink技術內幕:架構設計與實現原理
- Mastering SciPy
- Three.js Essentials
- Swift iOS Programming for Kids