From 48642167c3c4f48c955e93871eef0af7a5652c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20F=C3=A9rat?= Date: Tue, 6 Feb 2024 13:12:22 +0100 Subject: [PATCH] Update 10_entropy.py --- tutorials/segmentation/10_entropy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/segmentation/10_entropy.py b/tutorials/segmentation/10_entropy.py index c07d0ab0..3a6f3987 100644 --- a/tutorials/segmentation/10_entropy.py +++ b/tutorials/segmentation/10_entropy.py @@ -5,6 +5,7 @@ """ #%% # .. include:: ../../../../links.inc + #%% # .. note:: # @@ -21,7 +22,8 @@ # sphinx_gallery_thumbnail_number = 5 # Authors: Frederic von Wegner -# Victor Férat +# Victor Férat + from matplotlib import pyplot as plt from mne.io import read_raw_eeglab from pycrostates.cluster import ModKMeans