.. _overview: ######### Tutorials ######### The following code examples are available as Jupyter Notebooks in tutorials/. To execute the tutorials, run following commands in your terminal: #. Open your console in the root folder of the CommonOcean Drivability Checker. #. Activate your environment with .. code-block:: bash $ 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. .. toctree:: :includehidden: 01_python_wrapper.nblink 02_commonocean_interface.nblink 03_waters_compliance_checking.nblink 04_feasibility_checker.nblink 05_collision_checks_dynamic_obstacles.nblink 06_curvilinear_coordinate_system.nblink 07_cost_functions.nblink