spikeburton / jupyter-docker

Run Jupyter Notebooks locally in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Notebooks in Docker ๐Ÿณ

A simple Docker image built from ๐Ÿ continuumio/miniconda3 ๐Ÿ to run Jupyter Notebooks locally

How To Run

Create a directory inside this repo and name it notebooks. Place your notebooks inside this directory. Or, change the value of the NOTEBOOKS variable in run.sh to point to the directory where you store your notebooks.

Run the run.sh script with /bin/bash run.sh or ./run.sh which will build the image and run an instance container. Change the DOCKER_IMAGE variable in the script to whatever name you like. Alternatively, if you just want to build the image, run the build.sh script.

About

Run Jupyter Notebooks locally in a Docker container


Languages

Language:Shell 69.9%Language:Dockerfile 30.1%