I have cloned the following in my local DEV folder.
using-cognite-python-sdk.git
I have also installed the dependencies that are defined in the pyproject.toml in the repo.
To run the code in jupyter notebooks. (Note: Change the "Kernel" to use the virtual environment created by poetry.) and add new libraries as needed.
How do I change the Kernel in jupyter notebook to the one created by poetry? When I open the jupyter notebook from the repo folder, it shows the general python3 (ipykernel) but this was present even before I installed poetry.
So how do I change the kernel in my notebook.
Please advise.