ob-sagemath icon indicating copy to clipboard operation
ob-sagemath copied to clipboard

org-babel integration with SageMath

Results 8 ob-sagemath issues
Sort by recently updated
recently updated
newest added

Thanks for the sage integration with org-babel. It works well for text, code, and tables output, but not for some graphics output types. More specifically I am not able to...

I would like to be able to open a sage session using C-c C-v C-z in a sage source block. When I use this shortcut, it currently shows "Error: no...

I'm having trouble writing the output of execution to a local file. For example ```python #+header: :results output file silent #+header: :session nil #+header: :file analog-type-I-phase-detector.dat :output-dir data/ #+begin_src sage...

This issue was observed on Sage 9.0 (packaged for Ubuntu 20.04), using the latest git master branch of `ob-sagemath`. If a sage plot command block is written as in ```...

I believe sagemath has completely moved to python3.*, which support `print("...")` but not `print "..."` by default. This raises a conflict in the example usage ``` #+BEGIN_SRC sage :session foo...

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...

The file should rename to `ob-sage.el` to match org-babel load convenstion.