Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with " env python -m venv ./venv Active venv\Scripts\activate") |
No edit summary |
||
Line 5: | Line 5: | ||
Active | Active | ||
venv\Scripts\activate | venv\Scripts\activate | ||
Jupyter Notebook | |||
JupyterLab | |||
pip install jupyterlab | |||
jupyter lab | |||
Jupyter Notebook | |||
pip install notebook | |||
jupyter notebook | |||
Homebrew | |||
Homebrew is a package manager for macOS and Linux. You can use it to install Jupyter by running: | |||
brew install jupyterlab |
Revision as of 13:53, 11 September 2024
env
python -m venv ./venv
Active
venv\Scripts\activate
Jupyter Notebook
JupyterLab
pip install jupyterlab jupyter lab
Jupyter Notebook
pip install notebook jupyter notebook
Homebrew Homebrew is a package manager for macOS and Linux. You can use it to install Jupyter by running:
brew install jupyterlab