mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-14 20:58:10 +00:00
Builds docker image with TA-Lib, Jupyter, and checked out version of zipline and starts Jupyter server on port https://localhost:8888 when container runs. The default password for the Jupyter server is 'jupyter'. Instructions on usage found in the Dockerfile comments. Example image at docker.io/jxstanford/zipline.
6 lines
48 B
Text
6 lines
48 B
Text
MANIFEST.in
|
|
**/*pyc
|
|
.eggs
|
|
dist
|
|
build
|
|
*.egg-info
|