User Tools

Site Tools


network_stuff:machine_learning:jupyter
python3 -m venv my-jupyter-env
source my-jupyter-env/bin/activate
pip install jupyter notebook  OR pip install jupyterlab
  • Create a new cell: Esc + B
  • Run a cell: Ctrl + Enter or Shift + Enter
  • Change cell type (code/markdown): Esc + Y (code), Esc + M (markdown)
network_stuff/machine_learning/jupyter.txt · Last modified: by jotasandoku