Skip to content
README.md 607 B
Newer Older
Stefan Karner's avatar
Stefan Karner committed
# Workshop: Jupyter Notebooks


## Python / Jupyter Distributions

* [Anaconda](https://www.anaconda.com/download) - scientific Python distribution, includes Jupyter out of the box
* [Jupyter Docker Stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html) - Docker based all in one solution, comes in different sizes from tiny to machine-learning-huge

## Documentation

* [Pandas](https://pandas.pydata.org/pandas-docs/stable/) - Python data analysis library; sometimes called "Excel for Python"
* [spacy](https://spacy.io/api/) - "industrial strength natural language toolkit for Python"