Cadabra
Computer algebra system for field theory problems
|
The interactive console works in the same Python context as the notebook cells to allow evaluation of expressions for debugging/logging purposes
Public Member Functions | |
def | log (self, *objs) |
def | clear (self) |
def | warn (self, msg) |
def cadabra2_defaults.Console.clear | ( | self | ) |
Clears the output of the console window
def cadabra2_defaults.Console.log | ( | self, | |
* | objs | ||
) |
Sends a string representation of objs to the console
def cadabra2_defaults.Console.warn | ( | self, | |
msg | |||
) |