Skip to content

Instantly share code, notes, and snippets.

@zyxue
Last active April 24, 2019 02:32
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 zyxue/763bd0f532dc967056e706750023fefa to your computer and use it in GitHub Desktop.
Save zyxue/763bd0f532dc967056e706750023fefa to your computer and use it in GitHub Desktop.
install common packages in a newly created conda env
conda fgcreate -n venv ipython
source activate venv
pip install \
pandas \
scipy \
jupyter \
jupyterlab \
matplotlib \
sqlalchemy \
tqdm \
tables \
psycopg2 \
numba \
xgboost \
plotly \
bokeh \
mysqlclient \
shapely \
geopandas \
jellyfish \
xlrd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment