Skip to content

Instantly share code, notes, and snippets.

@hizkifw
Last active August 8, 2023 05:22
Show Gist options
  • Save hizkifw/e2b2ced38430d0ee5296aea4b6b13cad to your computer and use it in GitHub Desktop.
Save hizkifw/e2b2ced38430d0ee5296aea4b6b13cad to your computer and use it in GitHub Desktop.
Create a Jupyter env
#!/usr/bin/env bash
python -m venv venv
. ./venv/bin/activate
python -m pip install jupyter jupyterlab ipywidgets notebook numpy pandas scipy matplotlib Pillow seaborn tqdm
python -m jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment