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)