Can't display stc.plot() in Jupyter Notebook

Hi, I have no experience in Jupyter Notebook, so maybe it’s a dumb question.
When I use stc.plot(…) in vector_mne_solution.ipynb, it just print some text and run forever.


There is no interactive GUI like this
And here are some information:

did you follow these install instructions https://mne.tools/stable/install/advanced.html#using-with-ipython-jupyter-notebooks ?

A

1 Like

Thanks.
I solved this problem by follow the instructions above.
I shouldn’t use “pip” to install every single lib, it may cause tricky problems.