When working on a Python file with VSCode a new integrated terminal automatically activates the virtual environment from which I have chosen the Python interpreter. I find this to be very useful and I wanted to know if it's possible to do the same with Jupyter Notebooks.
If I select a specific virtual environment as my Jupyter kernel and open a new terminal, this will not activate the virtual environment. I thought there could be some command like "jupyter.terminal.activateEnvironment": true
(if that makes sense?) but haven't been able to find anything.
Is there anything close to this? I'm very new to VSCode so some things I say might not be correct... Happy to learn more and thanks for any help!