Python: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| update  | |||
|  pip install --upgrade pip | |||
| env | env | ||
| Line 7: | Line 11: | ||
| JupyterLab | JupyterLab | ||
|   pip install jupyterlab |   pip install jupyterlab | ||
Revision as of 15:40, 11 September 2024
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