Bryan Head
Bryan Head
Note that the level 1 pot still operate additively with level 1 cv for controlling the frequency of the internal oscillator as that is handled separately on line 84.
Often I want to create a new behaviorspace experiment based on an old one after updating the model. I don't want to duplicate the old one since, often, the available...
This makes impossible, for example, to export data as CSV in the Sandpile model:
A good example is Diffusion on a Directed Network: NLW:  Desktop: 
To reproduce, open up this model in Tortoise and NetLogo. `setup`, `go`, and then hit the `crt num-turtles...` button over and over. In NetLogo, you'll see turtles pop up briefly...
Currently, attempting to report a heterogeneous list gives a `ParseException` pyNetLogo attempts to the elements of a `LogoList` based on the type first element: ``` > netlogo.report('["hi" 8]') java.text.ParseException: Java...
The `margin_titles` argument of `FacetGrid` is quite useful for improving the space efficiency and readability of faceted plots in some cases. The seaborn.objects API has very powerful and easy to...
Adds a `fmt` argument to the `so.Text` mark, allowing the user to pass in a [format string](https://docs.python.org/3/library/string.html#formatstrings) to format the text before display. I also considered having it just take...
This PR is more the sketch of an idea to gauge interest/get feedback (albeit a functional one). I've wanted to be able to label the value of aggregated data points....
I have typescript-notebook working locally, but when I try to use it while remote-sshed into another machine, executing cells will spin forever. The "TypeScript Kernel" output lists: ``` Starting node...