# Plotting interactive figures in jupyter notebook

**URL:** https://mne.discourse.group/t/plotting-interactive-figures-in-jupyter-notebook/2243
**Category:** Mailing List Archive (read-only)
**Tags:** list-archive
**Created:** [July 7, 2020, 5:00am UTC](https://mne.discourse.group/t/plotting-interactive-figures-in-jupyter-notebook/2243 "2020-07-07T05:00:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/mne/original/1X/85cc6bd2b69cb698a166dc6d880fb550510d0144.jpeg) [@system](https://mne.discourse.group/u/system)
#### Post date: [July 7, 2020, 5:00am UTC](https://mne.discourse.group/t/plotting-interactive-figures-in-jupyter-notebook/2243/1 "2020-07-07T05:00:18Z")

</div>

External Email - Use Caution

Hi everyone,

I am a newbie and I have problem plotting figures in jupyter notebook that can scroll or scale when I tried the following line:  
raw.plot(duration=5, n\_channels=30)

Thanks for any help!

Best wishes,  
Yuri

-------------- next part --------------  
An HTML attachment was scrubbed...  
URL: [http://mail.nmr.mgh.harvard.edu/pipermail/mne\_analysis/attachments/20200707/e75fc155/attachment.html](http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200707/e75fc155/attachment.html)

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/mne/original/1X/85cc6bd2b69cb698a166dc6d880fb550510d0144.jpeg) [@system](https://mne.discourse.group/u/system)
#### Post date: [July 7, 2020, 9:05am UTC](https://mne.discourse.group/t/plotting-interactive-figures-in-jupyter-notebook/2243/2 "2020-07-07T09:05:39Z")

</div>

External Email - Use Caution

hi Yuri

try adding:

%matplotlib notebook

in your notebook.

HTH  
Alex
