timzhangau / docker-zipline-notebook

jupyter notebook image with zipline, pyfolio installed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-zipline-notebook

jupyter notebook image with zipline, pyfolio installed

docker hub repo

https://hub.docker.com/r/timzhangau/zipline-notebook

run jupyter notenook server

docker run -p 443:8888 -v /path/to/folder/saving/notebook/files:/projects -e PW_HASH="u'{YourHashedPasswordHere}'" -d timzhangau/zipline-notebook

About

jupyter notebook image with zipline, pyfolio installed

License:MIT License


Languages

Language:Python 85.4%Language:Dockerfile 10.5%Language:Shell 4.1%