Changes between Version 5 and Version 7 of Ticket #19132
- Timestamp:
- Sep 7, 2015, 9:47:16 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19132
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Commit
changed from
af48d8b6c3c9f9e6de65628ff7fdd77ec89b2fb3
toa281e344e30955987df1d696b25b18f452c5a218
-
Property
Status
changed from
-
Ticket #19132 – Description
v5 v7 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 , this is no longer a problem.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.