Python-Extension icon indicating copy to clipboard operation
Python-Extension copied to clipboard

Python extension for NetLogo

Results 12 Python-Extension issues
Sort by recently updated
recently updated
newest added

Currently, every `py:set` sends a message to the python process and waits for a result. However, we could instead batch `py:set`s with `py:run`s and `py:runresult`s to reduce the amount of...

Dealing with matplotlib can be kind of tricky. The docs should discuss how to do both blocking and non-blocking plots. Copied from https://github.com/qiemem/PythonExtension/issues/1