Closed JohannesWiesner closed 1 year ago
Also right now, when shutting down the jupyter-notebook server, the whole container stops running. It should be possible to shut down the jupyter-notebook server independently from shutting down the container as a whole
Currently, when running the image as container, jupyter-notebook is always started by default. But sometimes users don't even want this to happen but only want to run the container and start a different software (mricron, octave, etc.) or use a different IDE than jupyter-lab/notebook. When running the container the conda environment should be activated but after this nothing more should happen. Users then should decide themselves what to do next.