Skip to content

Instantly share code, notes, and snippets.

@matteo-peltarion
Last active March 25, 2020 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matteo-peltarion/9fb84d9c45877d8df2ade62e17aaedea to your computer and use it in GitHub Desktop.
Save matteo-peltarion/9fb84d9c45877d8df2ade62e17aaedea to your computer and use it in GitHub Desktop.
COVID-19 analysis code 01 - Environment setup
git clone https://github.com/CSSEGISandData/COVID-19
cd COVID-19
conda create --name jupyter python=3 matplotlib seaborn \
pandas scikit-learn
conda activate jupyter
conda install -c conda-forge jupyterlab
mkdir notebooks && cd notebooks
jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment