Changes between Version 7 and Version 8 of Ticket #19132
- Timestamp:
- 09/07/15 20:09:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19132 – Description
v7 v8 1 Jupyter assumes that it is running a single process . With Sage, this assumption is currently not true due to the "front-end" `$SAGE_ROOT/sage` script. If we instead use `exec` there and apply #19135, this is no longer a problem.1 Jupyter assumes that it is running a single process, otherwise interrupts get sent to the wrong process. With Sage, this assumption is currently not true due to the "front-end" `$SAGE_ROOT/sage` script. If we instead use `exec` there and apply #19135, this is no longer a problem and Sage Jupyter notebooks can be interrupted properly.