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 >
