MICA-MNI / BrainSpace

BrainSpace is an open-access toolbox that allows for the identification and analysis of gradients from neuroimaging and connectomics datasets | available in both Python and Matlab |
http://brainspace.readthedocs.io
BSD 3-Clause "New" or "Revised" License
185 stars 75 forks source link

plot_hemispheres: plot always generated in a separate window #73

Closed victoris93 closed 2 years ago

victoris93 commented 2 years ago

Hi,

plot_hemispheres always generates a plot in a separate window which cannot be closed. When I try to force quit, jupyter kernel dies. Is there a way to plot gradients in the notebook inline? Using python 3.8.

Thanks in advance!

victoris93 commented 2 years ago

Ok, the argument embed_nb = True works, for some reason it didn't before.