SAT-7 / sat

main repo for SAT server
0 stars 2 forks source link

Py Extension integration with NetLogo Web #2

Open whatcoloris opened 2 years ago

whatcoloris commented 2 years ago

Currently the NetLogo Web site: https://www.netlogoweb.org/launch#https://www.netlogoweb.org/assets/modelslib/Sample%20Models/Chemistry%20&%20Physics/Boiling.nlogo

Will not run NetLogo models which use the py extension (and likely won't run models using other extensions either), which for us is NO GOOD - some of the COOLEST models NEED Python, the abilities of the NetLogo language itself are not enough!

So we need to figure out whether the implementation of this functionality should happen on a case-by-case basis (we could just stick the Python in the actual Flask somehow... but that's messy... and hacky!), or whether we can contribute to NetLogo Web itself (which is Open Source) and add that functionality! This last one would be coolest.