A Custom Jupyter Stack for my Python for Everyone Class
414
Learn Python with help and practice. These Jupyter notebooks support my CIS-15 class at Cabrillo College. The notebooks teach the principles of programming with activities that give you practice and projects to challeng you.
It has never been easier to use this course content. Just click the "Binder" badge at the top of this page. The notebooks load with all of the lessons and labs ready to go. Binder sessions aren't saved but you can download individual notebooks to your computer and re-upload them to Binder next time. If you would like to take a deeper dive into the notebooks on your own computer the best way is to use the Docker Hub images that are built from this repository. New to Docker? It's quite easy to get started! Follow the instructions to install Docker. From the command line you can launch the Jupyter Lab server with this command:
$ docker run -it -p 8888:8888 mikematera/python-for-everyone
The result is just like starting a local Jupyter server and you will be able to connect to Jupyter using the 127.0.0.1 URL provided.
This project is under active development. Please contact me if you want to collaborate.

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Content type
Image
Digest
Size
1 GB
Last updated
about 5 years ago
docker pull mikematera/p4e-stack:20210724