Run OpenVINO™ notebooks
Your JupyterLab workspace comes installed with OpenVINO™ dependencies accessible in notebooks. Use this
development environment to ensure code containing any openvino api runs. For any performance evaluations
please see Test Containers.
Configure and run notebooks
Make sure a valid
OpenVINO
kernel is selected on the top right corner of the Jupyter* Notebook and run each cell individually
with SHIFT+ENTER
or use Run > Run All Cells
option from the menu in the top-left hand side of your jupyterlab* instance.
Using the above mechanism you can try out other notebooks from the
openvino_notebooks
repository to get familiar with OpenVINO™ api.- Your active Jupyterlab instance can be used for upto2 hoursbefore a relaunch is required by clickingCoding Environment.
- Only the Notebooks listed on the menu are officially supported.
- Additonally, OpenVINO™ developer utilities can be accessed using!omz_downloader --print_all, see the openvino-dev python package for more info.