I am working on an installation where several developers
If you have many developers working on a remote computer, you should use JupyterHub, JupyterHub was created for this, and JupyterHub is the first step to relieve your pain; if you do not use JupyterHub, everything will be wrong.
After you install JupyterHub, your developers will be able to connect to their account using a single port and will be able to start / stop laptop servers without having to log in.
Once this is done, you will be able to examine several veins.
In each environment you want to install ipykernel . This is a module that knows how to talk with a laptop. And in each environment, you need to release python -m ipykernel install --user --name=my-env-name , as said in the comments below your posts. This register every env with Jupyter, telling him: "Hey, I exist, exposing me to your users." You can also install this , which does part of this automatically for you, but has some caveats.
As other commentators note, you probably want to read the Jake post , and if you have multiple users, you should absolutely always use JupyterHub with almost no questions.
source share