Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ marvel-college Public archive

Teaching materials for a high-school programming camp

Notifications You must be signed in to change notification settings

lab-cosmo/marvel-college

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marvel-college

Docker

to build the Docker image:

docker build -t tutorial ./docker/

to open a notebook from the image:

docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/notebooks/ tutorial

Notebooks

they are in the docker folder so that they can be copied to the image

About

Teaching materials for a high-school programming camp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published