I've set up different Python venv/virtualenv environments on my Debian 12, each with their own packages.
However, I want to use/install Jupyter Notebook only once (in just one virtual environment).
When I start the venv/virtualenv environment Jupyter Notebook, how can I make it use installed packages from the other virtual environments as well?