Skip to content

Jupyter Collaboration prevents JupyterLab from being killed from the terminal #161

@martinRenou

Description

@martinRenou

Issue

Installing jupyter_collaboration results in not being able to kill JupyterLab from the terminal.

Reproduce

  1. Install jupyterlab and jupyter_collaboration
  2. Create a Notebook, so that you create at least one room
  3. Try to kill jupyterlab with Ctrl + C in the terminal

Attempts to fix the issue

After some investigation, it looks like this sys.exit call does not work as expected even though it properly raises a SystemExit.

One reason for sys.exit to not work can be a hanging thread or subprocess that has not been terminated.

My investigations so far have been:

None of these attempts fixed the issue. Though I think the refactor of the tasks cleanup could be good to include anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions