- Install Docker - instructions.
- Get a YouTube API key - instructions.
Save this as a file named anything in a folder in the root directory called
api_keys
. - Build the image:
./build_image.sh
.
Run the jupyter.sh
script to bring up a jupyter notebook
server that you can use. You need to specify a port.
A good default is 8888
. So:
./jupyter.sh 8888
NOTE: if you are using Windows, use the jupyter-windows.sh
script.