<INSERT TOPIC NAME>
Brief blurb that introduces the topic in a simple way for someone who has never heard of it. Try to keep this to less than 4 sentences.
Code Examples
All of the code examples are written in Python, unless otherwise noted. |
Containers
These are code examples in the form of Jupyter notebooks running in a container that come with all the data, libraries, and code you’ll need to run it. Click here to learn why you should be using containers, along with how to do so. |
Quickstart: Download Docker, then run the commands below in a terminal. |
#pull container, only needs to be run once
docker pull ghcr.io/thedatamine/starter-guides:<NAME OF CONTAINER>
#run container
docker run -p 8888:8888 -it ghcr.io/thedatamine/starter-guides:<NAME OF CONTAINER>
Need help implementing any of this code? Feel free to reach out to datamine-help@purdue.edu and we can help!