to run these notebooks, you’ll need to have jupyter notebook set up.
most of the deep learning docker containers include jupyter - run the container of your choice and type jupyter notebook
to launch. depending on which port you’ve set for the notebook, you should be able to access it in a browser somewhere like http://localhost:8888/
to download an individual notebook (.ipynb file), click on the .zip version and download using the github “download” button.