Skip to content

Commit

Permalink
CI: add display import in notebook, because windows still has an old …
Browse files Browse the repository at this point in the history
…ipython
  • Loading branch information
tritemio committed Jul 19, 2017
1 parent 9f33896 commit 4c9ee57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/Example - Plotting timetraces with bursts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"import matplotlib as mpl\n",
"mpl.rcParams['font.sans-serif'].insert(0, 'Arial')\n",
"mpl.rcParams['font.size'] = 12\n",
"%config InlineBackend.figure_format = 'retina'"
"%config InlineBackend.figure_format = 'retina'\n",
"from IPython.display import display"
]
},
{
Expand Down

0 comments on commit 4c9ee57

Please sign in to comment.