Skip to content

Add support to import modules using pyimport command

Example use:

pyimport numpy as np
np.sin(5)
from math pyimport sin
sin(5)
from math pyimport sin as s
s(5)

Depends on !79 (merged).

Merge request reports

Loading