You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
With slicerJupyter notebook, all users end up sharing same session screen.
We would like to have different session for different user. For this, I came to know JupyterHub allows it to happen. I am trying to integrate slicer notebook into existing jupyterhub container, before writing dockerfile. However, I am stuck in running ./install.sh Slicer/Slicer giving error: Sicer: cannot connect server X.
If anyone has been successfully serve slicer notebook via JupyterHub, then please kindly guide me through the steps required or can share sample dockerfile to integrate slicer-notebook into jupyterhub.
Thanks
The text was updated successfully, but these errors were encountered:
You probably want to separate users (not just screens but files, processes, etc) and you can achieve that by running the kernel in a docker container, as it is done at mybinder.org. You can use the current slicer-notebook image for this.
In this docker image, each kernels use the same screen. Since the active kernel's window is automatically brought to the top, this typically causes only temporary inconvenience when frequently switching between notebooks (if it is visible to users at all), so for us this is an acceptable solution.
If this screen sharing is not acceptable for you and willing to spend some time with improving this then you could experiment with automatically setting up a separate virtual desktop or screen or x server for each kernel. Probably you can just edit the command that starts the kernel in the kernelspec file.
Hi,
With slicerJupyter notebook, all users end up sharing same session screen.
We would like to have different session for different user. For this, I came to know JupyterHub allows it to happen. I am trying to integrate slicer notebook into existing jupyterhub container, before writing dockerfile. However, I am stuck in running ./install.sh Slicer/Slicer giving error: Sicer: cannot connect server X.
If anyone has been successfully serve slicer notebook via JupyterHub, then please kindly guide me through the steps required or can share sample dockerfile to integrate slicer-notebook into jupyterhub.
Thanks
The text was updated successfully, but these errors were encountered: