eoas-ubc / docker-stacks

Ready-to-run Docker images containing Jupyter applications

Home Page:https://jupyter-docker-stacks.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter DSCI 100 Stacks

Jupyter Docker Stacks are a set of ready-to-run Docker images containing Jupyter applications and interactive computing tools for the DSCI 100 course.

Run locally

In the terminal, navigate to the directory where you would like to edit your files and run:

docker run --rm -it -p 8888:8888 -v ${PWD}:/home/jupyter ubcdsci/r-dsci-100-grading:2020W1

Then copy the last url from what is output on your terminal into a browser and you should be able to see and edit your files via Jupyter.

About

Ready-to-run Docker images containing Jupyter applications

https://jupyter-docker-stacks.readthedocs.io

License:Other


Languages

Language:Dockerfile 72.5%Language:Shell 27.5%