Skip to content

Jupyter server is coupled to a specific env

The point is that Jupyter should not be coupled to a specific python env.

Basically, it could have a lot of containers with different env (with different kernel). Each container would be connected to the notebook container which interfaces the notebook workspace and the libraries. Otherwise, I am running jupyter instances for each environment. This is redundant so it's bad.