Sign inSign up

skyuk/anticipy

By skyuk

Updated over 7 years ago

A hassle free container for time series analysis using anticipy in a Jupyter notebook.

Image
0

294

skyuk/anticipy repository overview

Anticipy in a Jupyter Notebook

Latest Release pulls

A hassle free container for time series analysis using anticipy in a Jupyter notebook.

How to:

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.

    • FIrstly make a directory of notebooks in your working directory.
    • Then run: docker run -d -p 8888:8888 -v $PWD/notebooks:/opt/notebook skyuk/anticipy
In each case the Jupyter notebook can be reached at: localhost:8888

Anticipy Github repository found in github.com/sky-uk/anticipy

Special thanks to eipdev for his minimalistic Jupyter Docker implementation. eipdev/alpine-jupyter-notebook

Tag summary

Content type

Image

Digest

Size

176.9 MB

Last updated

over 7 years ago

docker pull skyuk/anticipy