Skip to content

lutostag/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Talks I've given

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages