Open
Description
While trying to fix the nightly build, lacking neuron as a dependency was identified as one of many problems with the current state of the "make notebooks" CI task:
- On master branch: notebook tests failing #661
- failing notebook builds should cause nightly build to fail #607
- nightly build failing #592
When investigating, I found that even with neuron installed (conda install -c conda-forge neuron), this notebook will not execute. This issue further splits this scope-of-work off of the resolution provided by #665, to be handled later.
In #665, the hook to drive the notebook was refactored so that "make notebooks-neuron" will drive the testing of the notebook.