Skip to content

lisa.notebook: Fix MouseButton with matplotlib < 3.1

matplotlib < 3.1 does not have the MouseButton Enum, but 3.1 is not compatible with Python >= 3.6

Merge request reports