How to run an entire python script in pycall

I just remembered @lungben wonderful Pluto notebook where he explains PyCall. Really helps as I learn by example

excellent PyCall worked examples in a Pluto notebook

thank you

1 Like

went back and read the PyCall documentation ( properly this time) and saw that @stevengj had added

so I cranked up the REPL ( not Pluto waiting for Plutohooks.jl) the code below worked out of the box. Really helped me out. Thanks @stevengj great work.

@pyinclude("test.py")