Monthly Archives: June 2024

Running VSCode with venv

Running VSCode with venv

In order to use venv from within VSCode, you need to set the path of venv in Settings.

Setting venv path in settings

Setting venv path in settings

In order to run notebooks here, it needs to install the required packages:

install notebook package

install notebook package

Just go to Show and Run Commands.

Now you can see that your venv is available for selection.

Now you can connect to your jupyter notebook: