A hassle free container for time series analysis using anticipy in a Jupyter notebook.
294
A hassle free container for time series analysis using anticipy in a Jupyter notebook.
To run the anticipy enhanced notebook simply run:
docker run -d -p 8888:8888 skyuk/anticipy
To keep your notebooks you are going to have to use a volume or a bind in to the container:
Use a normal volume which is managed by Docker. This way you can get the tutorial notebook saved
docker run -d -p 8888:8888 -v notebooks:/opt/notebook skyuk/anticipy
Use a bind volume which mounts your local folder. This way you can save your notebooks. However this will overwrite the tutorial notebook. You should use this to conduct your own analysis with anticipy.
notebooks in your working directory.Anticipy Github repository found in github.com/sky-uk/anticipy
Special thanks to eipdev for his minimalistic Jupyter Docker implementation. eipdev/alpine-jupyter-notebook
Content type
Image
Digest
Size
176.9 MB
Last updated
over 7 years ago
docker pull skyuk/anticipy