rameshvarun / cs234-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build the Docker Container

docker build -t cs234-project --build-arg QUANDL_API_KEY=<QUANDL_API_KEY> .

Run the Docker Container and Get a Shell

docker run -v $PWD:/project -p 8888:8888 -it cs234-project /bin/bash

Start a Jupyter Notebook

jupyter notebook --allow-root --ip=0.0.0.0

About


Languages

Language:Python 50.7%Language:Jupyter Notebook 49.1%Language:Dockerfile 0.2%