Last active
July 2, 2022 00:48
-
-
Save wesleyit/197374f3a074734b07a5f560e9692a8e to your computer and use it in GitHub Desktop.
Some useful packages for Python3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install -U pip | |
cat > /tmp/x << PACKAGES | |
awscli | |
bash-kernel | |
bash_kernel | |
bokeh | |
docutils | |
fastparquet | |
flake8 | |
flask | |
flask_bootstrap4 | |
graphviz | |
h5py | |
imageio | |
ipython | |
ipywidgets | |
isort | |
jupyter | |
jupyter-contrib-nbextensions | |
jupyterlab | |
jupyter-tensorboard | |
keras | |
matplot | |
matplotlib | |
mxnet | |
numpy | |
pandas | |
pickleshare | |
pillow | |
plotly | |
pyarrow | |
pygments | |
pylama | |
pylint | |
pytest | |
requests | |
scikit-learn | |
scipy | |
seaborn | |
sklearn | |
sqlalchemy | |
statsmodels | |
tensorflow | |
tflearn | |
tox | |
yfinance | |
PACKAGES | |
pip install -Ur /tmp/x | |
rm -f /tmp/x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment