SlicerJupyter
SlicerJupyter copied to clipboard
Error browser can't be closed
Error browser can't be closed:
I invoked the dialog box clicking on the bottom right X. It appeared on top left. And now I am unable to close or minimize it.
We don't use a window manager in the slicer-notebook docker image, to keep the GUI simple (don't show window controls inside notebooks). I guess this is just an unlucky situation that currently cannot be resolved using the GUI. However, you can easily hide the error window by typing this command:
slicer.util.mainWindow().errorLogWidget().hide()
This is useful feedback, maybe we'll disable or hide the button in the slicer-notebook image.
The command worked. I would vote for keeping it otherwise how else users would be able to see errors? We can keep this instruction somewhere so the user knows how to close the dialog box after invoking.