简体   繁体   中英

Install Jupyter Notebooks without installing anaconda navigator

I need to install Jupyter Notebook but I do not want to have to install anaconda navigator with it.

Is there anyway that I can install Jupyter Notebooks without installing Anaconda.

Go to your terminal and use the pip tool.

pip install notebook

source: Jupyter Installation

If you haven't tried JupyterLab, I'd recommend it, which provides a better Notebook experience than the traditional one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM