Use case "Simulation and validation of a mouse Purkinje cell multicompartmental model" from the Single Cell Modelling runs without error.
Actual Behavior (please include screenshot if possible)
In that use case there can be the following error:
AttributeError: Module 'matplotlib.pyplot' has no attribute 'hold'.
Steps to reproduce the problem
Install matplotlib version >3 (e.g. 3.1.2)
Restart the kernel
Run the notebook
The reason is that the 'hold' attribute for 'matplotlib.pyplot' has been removed for matplotlib version >=3. It looks like you just can remove that line in the cell where you define the function 'trace_features'. The notebook seems to run just fine (and still creates the same plots as before).
Expected behavior
Use case "Simulation and validation of a mouse Purkinje cell multicompartmental model" from the Single Cell Modelling runs without error.
Actual Behavior (please include screenshot if possible)
In that use case there can be the following error:
AttributeError: Module 'matplotlib.pyplot' has no attribute 'hold'.
Steps to reproduce the problem
The reason is that the 'hold' attribute for 'matplotlib.pyplot' has been removed for matplotlib version >=3. It looks like you just can remove that line in the cell where you define the function 'trace_features'. The notebook seems to run just fine (and still creates the same plots as before).