JuliaPy / PyInteract.jl

Julia support for IPython-based interactive widgets
6 stars 1 forks source link

precompilation #4

Open stevengj opened 5 years ago

stevengj commented 5 years ago

Right now, precompilation is turned off — it just makes it easier to do everything in module scope to begin with.

To turn it on, we have to make sure all Python objects are created in the module __init__, as described in the PyCall README.