Skip to content

Repo containing the monthly walkthroughs and tutorials from the OPUG meetings

License

Notifications You must be signed in to change notification settings

omahapython/tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorials

Repo containing the monthly walkthroughs and tutorials from the OPUG meetings.

All of the tutorials can be run using a Jupyter notebook, and support being run from either a docker cotainer, or running them locally using an installed version of Anaconda or building a virtualenv.

To contribute to the repo, please see the "How to Contribute" section below.

Quickstart

To get started, we'll want to run:

docker run -p 8888:8888 -v $(pwd)/tutorials:/home/jovyan jupyter/minimal-notebook

If you haven't already run the minimal-notebook docker image before, docker will automatically download the image and start a container based on the image. Once it's downloaded, you'll use the URL provided in the terminal output to access the Jupyter server.

Note, that some of the tutorials may use different docker-stack images; however, they'll call that out in their individual READMEs.

How to Contribute

#TODO: Fill this section out.

References:

Docker for Data Science: Running a Dockerized Jupyter Server

About

Repo containing the monthly walkthroughs and tutorials from the OPUG meetings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published