Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
python -m venv ./venv | python -m venv ./venv | ||
Active | Active windows | ||
venv\Scripts\activate | venv\Scripts\activate | ||
Active ubuntu | |||
source venv/bin/activate | |||
JupyterLab | JupyterLab | ||
Revision as of 17:45, 5 April 2026
update
pip install --upgrade pip
env
python -m venv ./venv
Active windows
venv\Scripts\activate
Active ubuntu
source venv/bin/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