Skip to content

Latest commit

 

History

History
 
 

examples

Anovos Examples

To try the examples, run

./create_anovos_examples_docker_image.sh
sudo docker run -p 8888:8888 anovos-examples:latest

or

choose to pull the notebook image from our docker hub public repo and run the image:

sudo docker pull anovos/anovos-notebook-demo:0.1
sudo docker run -p 8888:8888 anovos/anovos-notebook-demo:0.1

and open the link to http://127.0.0.1:8888/?token... generated by the Jupyter NotebookApp:

You'll find the Getting Started with Anovos guide within the /guides folder. We also provide a series of notebooks that showcase the capabilities of each of Anovos' modules and a number of example data sets for you to work and experiment with.