Tutorials

The following code examples are available as Jupyter Notebooks in tutorials/. To execute the tutorials, run following commands in your terminal:

  1. Open your console in the root folder of the CommonOcean Drivability Checker.

  2. Activate your environment with

$ conda activate co38
$ cd tutorials/
$ jupyter notebook name_of_notebook
Note that you have to replace
  • co38 with the name of your Anaconda environment.

  • name_of_notebook, e.g., with 01_python_wrapper.ipynb.