OpenVINO Notebooks Snippets for Jupyter Lab #185
helena-intel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jupyter Lab Code Snippets allows you to save often used snippets in Jupyter Lab, for easy access across all projects. You can install it with
pip install jupyterlab-code-snippets
in theopenvino_env
environment. You may have to dojupyter lab build
after that.For some useful OpenVINO snippets, copy the code below, go to Settings->Advanced Settings Editor in Jupyter Lab, select Code Snippets Manager and paste the code in the User Preferences editor to the right. Click the save button to save, and your snippets should show up instantly. They are now always accessible from the sidebar in Jupyter. You can add snippets too (please share useful ones here!) and edit them to match your preferences. To use a snippet, click on the snippets menu icon (three dots) and choose Copy snippet to clipboard
For explanation of the code in the snippets, see the OpenVINO API Tutorial notebook and the Model Optimizer notebooks (101, 102 and 103).
Beta Was this translation helpful? Give feedback.
All reactions