akuesters
akuesters
Regarding EBRAINS: The point of source could be https://ebrains-cls-interactive.github.io/online-use-cases.html BUT: user needs access/account on EBRAINS [Jupyter-JSC](https://jupyter-jsc.fz-juelich.de) could also be an alternative, BUT access the JSC resources is also needed.
Regarding Linkage of docs and tutorials: Option 1: Extract text and code from notebook to generate documentation. Option 2: Remove the tutorials from the docs, and refer to the dir...
Additionally to binder, we could have a look at [voila](https://github.com/voila-dashboards/voila) as well to turn Jupyter notebooks into standalone web applications.
Thanks for the link, Sebastian. From flying over it I could see that - they use https://github.com/QuantEcon/sphinxcontrib-jupyter - they execute the notebooks on EBRAINS.
Comment from Padraig Gleeson in dev meet: - The tool runipy works also for testing notebooks...Unfortunately unmaintained.... - This is how I was using runipy, testing that the notebook was...
Lennart Landsmeer shares IO notebook on LFPy: https://github.com/llandsmeer/iopublic/blob/main/Local%20field%20potential%20v2.ipynb
I agree with Thorsten not to "fix" the `__init__` call. Forcing overwrites should be fixed though.
Also check if non-default constructors are missing: https://github.com/arbor-sim/arbor/blob/master/python/cells.cpp#L217