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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
update | |||
pip install --upgrade pip | |||
env | env | ||
| Line 5: | Line 9: | ||
Active | Active | ||
venv\Scripts\activate | venv\Scripts\activate | ||
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 | |||
upgrade python | |||
choco upgrade python -y | |||
Latest revision as of 04:06, 7 October 2025
update
pip install --upgrade pip
env
python -m venv ./venv
Active
venv\Scripts\activate
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
upgrade python
choco upgrade python -y