look at the show parameter in mne.viz.plot_topomap
my default mne calls plt.show() that outside jupyter opens a separate window.
if you use show=False in mne.viz.plot_topomap and then only do plt.show()
I guess it should work
Alex
look at the show parameter in mne.viz.plot_topomap
my default mne calls plt.show() that outside jupyter opens a separate window.
if you use show=False in mne.viz.plot_topomap and then only do plt.show()
I guess it should work
Alex