For AI PC using OpenVINOTM Toolkit
-
After installation is complete, a Jupyter Lab session is started by default. You can also launch this manually:
- Start a command prompt
- Navigate to the install directory:
cd c:\intel\aipcdevkit
- Activate the environment:
aipc-venv\scripts\activate.bat
- Navigate to the OpenVINO notebooks:
cd openvino_notebooks
- Launch the Jupyter Notebook server:
jupyter lab notebooks
-
Copy and paste one of the URLs displayed in the cmd window output for the Jupyter Lab server to your browser.
-
Once the browser is connected to the jupyter Lab session and the file system displays, open the notebooks folder then the project hello_npu folder.
-
Double click on
hello_npu.ipynb
and follow the instructions to execute the Jupyter notebook example. This will help verify that your installation succeeded and detect available devices, including the NPU.