If you want to run a system command from Python code, you can do something like https://www.askpython.com/python-modules/python-system-command
and if all you want to do is run a system command in a cell, put %%sh on the first line! On Wednesday, 30 December 2020 at 04:46:53 UTC-7 [email protected] wrote: > Some of the codes require a command-line interface to run, for example, > the Manim codes (https://github.com/malhotra5/Manim-Tutorial) would > require a command that is more or less similar to > > manim example.py SquareToCircle -p -ql > > to execute. > > Is there a way round to use the command line in SageCell? > > NB: > > How do I increase the size of the default SageCell output box? > > Kind regards, > > Elimboto > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/0cd8fde8-afd9-4656-8830-048fa3cb7cb4n%40googlegroups.com.
