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
Hello, thank you for this package! I installed ob-sagemath and sage-shell-mode, and thankfully it works.
However, the performance is a bit slow on my setting, and also the session cannot be re-used. I wonder if I have missed something.
1
#+BEGIN_SRC sage :session foo
1+1
#+END_SRC
This code block takes 6 seconds to evaluate. Is this normal?
2
#+BEGIN_SRC sage :session foo
1+1+1
#+END_SRC
In the same session, lets say I change my code to 1+1+1. This time it tries to evaluate, but doesn't give an output for 60 seconds. Changing foo to fooo does solve this question. I suspect that in my setting, a session can only be used properly one time.
The text was updated successfully, but these errors were encountered:
It seems to be a problem of sage-shell-mode but not ob-sagemath.. haven't looked into the source code, I cannot judge. That said, the issue is taken care of again by following the fix of this issue.
Hello, thank you for this package! I installed
ob-sagemath
andsage-shell-mode
, and thankfully it works.However, the performance is a bit slow on my setting, and also the session cannot be re-used. I wonder if I have missed something.
1
This code block takes 6 seconds to evaluate. Is this normal?
2
In the same session, lets say I change my code to
1+1+1
. This time it tries to evaluate, but doesn't give an output for 60 seconds. Changingfoo
tofooo
does solve this question. I suspect that in my setting, a session can only be used properly one time.The text was updated successfully, but these errors were encountered: