Skip to content

Instantly share code, notes, and snippets.

@ddelizia
Last active August 11, 2018 17:34
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 ddelizia/3b0ae9b791a32d4cd2fa06c071977688 to your computer and use it in GitHub Desktop.
Save ddelizia/3b0ae9b791a32d4cd2fa06c071977688 to your computer and use it in GitHub Desktop.
pip3 install pipenv
#Installing Jupyter notebook in pipenv
pyenv install 3.6.6
mkdir -p ~/projects/jupyter
cd ~/projects/jupyter
pipenv --python ~/.pyenv/versions/3.6.6/bin/python
pipenv install tensorflow scikit-learn keras matplotlib pandas plotly jupyter statsmodels xgboost
@ddelizia
Copy link
Author

ddelizia commented Aug 6, 2018

Install python files

curl -L https://gist.github.com/ddelizia/3b0ae9b791a32d4cd2fa06c071977688/raw/ | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment