openworm / hodgkin_huxley_tutorial

A repository containing code for a number of tutorials on the Hodgkin Huxley model, including an interactive Jupyter notebook
GNU Lesser General Public License v3.0
36 stars 9 forks source link

Feat/allow plot toggling #61

Closed sanjayankur31 closed 1 year ago

sanjayankur31 commented 1 year ago

Adds more options to the HH class to note if a figure needs to be plotted. Adds corresponding checkboxes to the jupyter notebook. Each time a checkbox is toggled, the simulation is run again, so not the most efficient implementation, but will do for the moment.