Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Kino Python

notebook.livemd

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