Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.2 KB

interactive-tutorials-python.rst

File metadata and controls

57 lines (38 loc) · 2.2 KB

Interactive Tutorials (Python)

.. toctree::
   :maxdepth: 2
   :caption: Notebooks
   :hidden:

   interactive-tutorials-python/notebooks-installation


Jupyter notebooks show how to use various OpenVINO features to run optimized deep learning inference with Python. Notebooks with Binder button and Google Colab button buttons can be run in the browser, no installation required. Just choose a tutorial and click the button.

Binder and Google Colab are free online services with limited resources. For the best performance and more control, you should run the notebooks locally. Follow the :doc:`Installation Guide <interactive-tutorials-python/notebooks-installation>` in order to get information on how to run and manage the notebooks on your system.

Note

If you have any issues with the notebooks, refer to the Troubleshooting and FAQ sections in the :doc:`Installation Guide <interactive-tutorials-python/notebooks-installation>` or start a GitHub discussion.

Additional Resources