Getting started with the classic Jupyter Notebook

 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:

URL parameters with React Router

 https://ui.dev/react-router-url-parameters If you're reading this, you're probably familiar with the idea of function parameters. T...