Closed bqpd closed 4 years ago
test models please
test models please
test models please
test models please
@pgkirsch @danielhfourie this is now merged! check https://gpkit.readthedocs.io/en/latest/visint.html for the new syntax and interactive usage, and let me know if anything's unclear :D
@bqpd looks lovely! documentation and syntax makes sense. However when I test your WGS\ sankeys.ipynb on my machine, the model solves, and Sankey() runs without error, but no diagram shows up - just blank output. I'm running the latest gpkit master branch, ipysankeywidget 0.3.0, python 3.7.4. Also, Anaconda on Windows. I'll poke around to see what else I can find.
ohh you need to activate the extension: run
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix ipysankeywidget
(probably in an Anaconda Command Prompt)
added the notes above to the documentation!
@danielhfourie @pgkirsch
To do:
constrlinks
andvarlinks
var1 <= var2
orvar1 == var2
constraints)