Jaal 0.1.0
Changelog
- Support added to return the Jaal app, which can be hosted using any 3rd party HTTP server like
gunicorn
. (example in readme) - For this, added
Jaal.create()
function that creates the app and returns it.Jaal.plot()
internally callsJaal.create()