OpenVINO Notebooks require Python and Git. To get started, select the guide for your operating system or environment:
Explore Jupyter notebooks using this page, select one related to your needs or give them all a try. Good Luck!
NOTE: The main branch of this repository was updated to support the new OpenVINO 2025.2 release. To upgrade to the new release version, please run pip install --upgrade -r requirements.txt
in your openvino_env
virtual environment. If you need to install for the first time, see the Installation Guide section below. If you wish to use the previous release version of OpenVINO, please checkout the 2025.1 branch. If you wish to use the previous Long Term Support (LTS) version of OpenVINO check out the 2023.3 branch.
If you need help, please start a GitHub Discussion.
If you run into issues, please check the troubleshooting section, FAQs or start a GitHub discussion.
Notebooks with and buttons can be run without installing anything. Binder and Google Colab are free online services with limited resources. For the best performance, please follow the Installation Guide and run the notebooks locally.
The notebooks run almost anywhere — your laptop, a cloud VM, or even a Docker container. The table below lists the supported operating systems and Python versions.
Supported Operating System Python Version (64-bit) Ubuntu 20.04 LTS, 64-bit 3.9 - 3.12 Ubuntu 22.04 LTS, 64-bit 3.9 - 3.12 Red Hat Enterprise Linux 8, 64-bit 3.9 - 3.12 CentOS 7, 64-bit 3.9 - 3.12 macOS 10.15.x versions or higher 3.9 - 3.12 Windows 10, 64-bit Pro, Enterprise or Education editions 3.9 - 3.12 Windows Server 2016 or higher 3.9 - 3.12 To Launch a Single NotebookIf you wish to launch only one notebook, like the Monodepth notebook, run the command below (from the repository root directory):
jupyter lab notebooks/vision-monodepth/vision-monodepth.ipynb
Launch Jupyter Lab with index README.md
file opened for easier navigation between notebooks directories and files. Run the following command from the repository root directory:
jupyter lab notebooks/README.md
Alternatively, in your browser select a notebook from the file browser in Jupyter Lab using the left sidebar. Each tutorial is located in a subdirectory within the notebooks
directory.
Shut Down Jupyter Kernel
To end your Jupyter session, press Ctrl-c
. This will prompt you to Shutdown this Jupyter server (y/[n])?
enter y
and hit Enter
.
Deactivate Virtual Environment
To deactivate your virtualenv, simply run deactivate
from the terminal window where you activated openvino_env
. This will deactivate your environment.
To reactivate your environment, run source openvino_env/bin/activate
on Linux or openvino_env\Scripts\activate
on Windows, then type jupyter lab
or jupyter notebook
to launch the notebooks again.
Delete Virtual Environment (Optional)
To remove your virtual environment, simply delete the openvino_env
directory:
Remove openvino_env
Kernel from Jupyter
jupyter kernelspec remove openvino_env
If these tips do not solve your problem, please open a discussion topic or create an issue!
python check_install.py
. This script is located in the openvino_notebooks directory. Please run it after activating the openvino_env
virtual environment.ImportError
, double-check that you installed the Jupyter kernel. If necessary, choose the openvino_env
kernel from the Kernel->Change Kernel menu in Jupyter Lab or Jupyter Notebook.setupvars.bat
or setupvars.sh
are sourced.cmd.exe
), not PowerShell.ImportError: cannot import name 'collect_telemetry' from 'notebook_utils'
, make sure that you have the latest version of notebook_utils.py
file downloaded in the notebook directory. Try removing outdated notebook_utils.py
file and re-run the notebook - new utils file will be downloaded.When you execute a notebook cell that contains collect_telemetry()
function, telemetry data is collected to help us improve your experience. This data only indicates that the cell was executed and does not include any personally identifiable information (PII).
By default, anonymous telemetry data is collected, limited solely to the execution of the notebook. This telemetry does not extend to any Intel software, hardware, websites, or products.
If you prefer to disable telemetry, you can do so at any time by commenting out the specific line responsible for data collection in the notebook:
Also you can disable telemetry collection by setting SCARF_NO_ANALYTICS
or DO_NOT_TRACK
environment variable to 1
:
export SCARF_NO_ANALYTICS=1 # or export DO_NOT_TRACK=1
Scarf is used for telemetry purposes. Refer to Scarf documentation to understand how the data is collected and processed.
Made with contrib.rocks
.
* Other names and brands may be claimed as the property of others.
Human Rights Information: “Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See Intel’s Global Human Rights Principles at https://www.intel.com/content/dam/www/central-libraries/us/en/documents/policy-human-rights.pdf. Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4