Skip to content

cannot use SymPyPythonCall.↓ #41

@thorek1

Description

@thorek1

I would like to avoid:

using SymPyPythonCall

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions