I would like to avoid:
or
import SymPyPythonCall: ↓
my preferred solution which currently does not work would be:
import SymPyPythonCall as SPPC
SPPC.@syms x
SPPC.↓(x)
# ERROR: UndefVarError: `↓` not defined
I don't know if this is Julia specific that you cannot use unicode symbols in this way or if it is SymPyPythonCall
Either way, it would be nice to have my preferred solution working as well :)
I would like to avoid:
using SymPyPythonCallor
my preferred solution which currently does not work would be:
I don't know if this is Julia specific that you cannot use unicode symbols in this way or if it is
SymPyPythonCallEither way, it would be nice to have my preferred solution working as well :)