Project Jupyter | Installing the Jupyter Software
Installation with mamba or conda
The classic notebook can be installed with mamba
and conda
:
mamba install -c conda-forge notebook
or
conda install -c conda-forge notebook
Installation with pip
If you use pip
, you can install it with:
pip install notebook
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.
Không có nhận xét nào:
Đăng nhận xét