Skip to content

Instantly share code, notes, and snippets.

@gretzky
Created November 9, 2019 15:54
Show Gist options
  • Save gretzky/f04ba010bab05c521566c2702be3dd7d to your computer and use it in GitHub Desktop.
Save gretzky/f04ba010bab05c521566c2702be3dd7d to your computer and use it in GitHub Desktop.
Set up a virtualenv for Jupyter Notebook with ML tools

Install conda

conda create -n venv python=3.7
conda activate venv
conda install nb_conda pandas matplotlib numpy scikit-learn 
conda install -c conda-forge keras tensorflow
python -m ipykernel install --user name venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment