Skip to content
Christian Brodbeck edited this page Mar 31, 2020 · 1 revision

Eelbrain can be used in Jupyter notebooks, as long as the interactive features of plots are not needed.

The only provision that needs to be taken is to instruct matplotlib to render plots inside the notebook, rather than opening a window on the host computer. Before any of the imports, include the following line at the top of the notebook:

%matplotlib inline

To use Eelbrain on Google Colaboratory, install the required dependencies with the following first line:

!pip install eelbrain colormath keyring mne
%matplotlib inline