Find below a few steps you can go through before the workshop begins
Clone this repository
Install Docker Community Edition (CE)
Pull the workshop Docker image from the hub (it can take several minutes):
docker pull kstyrc/timeseries-viscon:0.1
Note: The Dockerfile is provided in this repository so you can build/edit it by your own.
- Open a terminal and navigate to the repository cloned in step 1.
- Try to run the Docker image
docker run -p 8888:8888 -v "$PWD":/home/jovyan/work kstyrc/timeseries-viscon:0.1
And access the Jupyter web server with your browser (the link is printed in your terminal)
If you can access Jupyter from your browser you're all good for our workshop !
Note: for Windows users replace "$PWD"
with "%cd%"
- Kilian Brandt: kilian(at)unit8.co
- Krzysztof Styrc: kstyrc(at)unit8.co
- Website: https://unit8.co/
- LinkedIn: https://www.linkedin.com/company/unit8.co/
- Twitter: https://twitter.com/unit8co