innovationOUtside / nbev3devsim

Ev3DevSim ipywidget in Jupyter notebooks
Apache License 2.0
5 stars 0 forks source link

Allow "batch" calls of magic with parameter lists #128

Closed psychemedia closed 3 years ago

psychemedia commented 3 years ago

In some cases, it may be useful to run the same experiment repeatedly in the simulator using a parameter sweep.

This means:

psychemedia commented 3 years ago

Thinks: we can do this already:

Example here.

There is an example of how to pass state from a notebook Python shell program into a simulator program here.