One may start with the tutorial using either:
- Jupyter Notebook served on Binder
- Jupyter Notebook served by own server
- Using Docker
- Using Conda
The Jupyter Notebook is available on Binder for ease of use:
Note: May take a while to start the notebook as the Docker image might need to be rebuilt.
If you're interested in the Binder Project please visit the project website MyBinder or a brief description about the project on Jupyter.
make build
make run
Clone Github repo and create Conda environment
git clone https://github.com/endrelaszlo/IntroGaussianProcess.git
cd IntroGaussianProcess
conda env create -f environment.yml
conda activate gp
juptyer notebook