Kino Python
Mix.install(
[
{:kino_python, path: "/Users/andres/Documents/kino_python"}
]
)
Section
import Pythonx
pyeval("import math\n\nb = math.sqrt(4)", return: [:a, :b])
Keyword.take(binding(), [:a, :b])
Mix.install(
[
{:kino_python, path: "/Users/andres/Documents/kino_python"}
]
)
import Pythonx
pyeval("import math\n\nb = math.sqrt(4)", return: [:a, :b])
Keyword.take(binding(), [:a, :b])