Fernando says he was using this: https://github.com/JuliaLang/pyjulia (source code repo)
https://pypi.python.org/pypi/julia/0.1.1 (python pypi package) It seems like it was a Python notebook using Julia "magics" – i.e. doing "%julia 1+2" to evaluated the expression "1+2" as julia code. The PyCall package makes it possible to transparently share values across the language boundary. On Mon, Mar 23, 2015 at 2:28 AM, Scott T <[email protected]> wrote: > Was he using the PyCall package <https://github.com/stevengj/PyCall.jl> by > any chance? You can call Python functions from within Julia by using it. > > Cheers, > Scott > > > On Sunday, 22 March 2015 23:44:55 UTC, James Fairbanks wrote: >> >> Hello All, >> >> I recently saw Fernando Perez use a Jupyter notebook that called python >> and julia code in the same notebook completely fluidly. Does anyone know >> how to do this? It appeared like he was able to call python functions >> directly on julia objects. >> >> Thanks, >> James Fairbanks >> >
