Home / Python / Python / Installation
Notebooks
source ~/.venv/bin/activate
pip install jupyter
N.B. To run Jupyter, execute
source ~/.venv/bin/activate && jupyter notebook
in a shell or in the Compilation mode.
Home / Python / Python / Installation
source ~/.venv/bin/activate
pip install jupyter
N.B. To run Jupyter, execute
source ~/.venv/bin/activate && jupyter notebook
in a shell or in the Compilation mode.