Launch this repo on mybinder.org
with the following button.
- Develop a
.tpl
filter fornbconvert
for backend versus web versions to filter out the plotting and LaTeX cells. - Figure out how to integrate this code repository with the
source
directory of the textbook repository. - Get embedding to work with a tool like
nbinteract
. I got it working with thenbinteract
functions, but not with the simulation included. I got it almost working with regularinteract
+matplotlib
, but the graphic wouldn't show up. It seemed like the issue was with the%matplotlib widget
compatibility withnbinteract
.