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
What the problem was:
The signal handler would call save_notebook(), which would stop the twisted server. There was a handler on the server shutdown, "reactor.addSystemEventTrigger('before', 'shutdown', save_notebook)", that would call save_notebook() again.
Changes:
Moved the code that stops the server into the signal handler, and removed the save_notebook call.
See
run_notebook.py
'srun_twisted
, which generatesDOT_SAGE/sagen_notebook.sagenb/twistedconf.tac
.Mentioned here.
Component: notebook
Author: Alex Leone
Reviewer: Tim Dumol
Merged: sagenb-0.6
Issue created by migration from https://trac.sagemath.org/ticket/7801
The text was updated successfully, but these errors were encountered: