Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1015 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1015 Bytes

Talks

Some of the more well prepared talks I have given.

I use RISE (a jupyter extension) for the presentations.

View them statically nbviewer here, links should also be at the top of each presentation.

To have interactive sessions you can use the interactive link from mybinder.org

Local Install

If you have docker installed, you can get the exact versions I use with the jupyter repo2docker tool To install and run simply:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install jupyter-repo2docker
jupyter-repo2docker --editable .

# to enable docker access from within the notebook
# jupyter-repo2docker --editable --publish-all -v /var/run/docker.sock:/var/run/docker.sock --appendix "$(cat enable_sudo)" .

License

All of these talks are released under the MIT License.