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
- we are clearly putting a lot of working into continuing to support
them,
- they have very real advantages over Jupyter, both in terms of the UI
(the one large unified document with actual good virtualization/
windowing that works), and ALSO:
- starting a new worksheet *forks* rather than starts a new process, so
is fundamentally much faster than Jupyter.
- If we push through modernizing this it could be a unique contribution
as well.
"Consider creating a Jupyter Notebook and use a SageMath Kernel (use the 'SageMath Notebook' button). You can also convert existing SageMath Worksheets to Jupyter Notebooks by opening the worksheet and clicking 'Jupyter'.",
@@ -405,12 +381,12 @@ export function FileTypeSelector({
405
381
tip={intl.formatMessage({
406
382
id: "new.file-type-selector.sagews.tooltip",
407
383
defaultMessage:
408
-
"Create an interactive worksheet for using the SageMath mathematical software, Python, R, and many other systems. Do sophisticated mathematics, draw plots, compute integrals, work with matrices, etc.",
384
+
"Create an interactive worksheet for using the SageMath mathematical software, Python, R, and many other systems. Do mathematics, draw plots, compute integrals, work with matrices, etc.",
0 commit comments