Skip to content

Commit

Permalink
Merge pull request #326 from UCL-CCS/dpc/fix/dask-tutorial
Browse files Browse the repository at this point in the history
missed a '%matplotlib inline' needed for binder
  • Loading branch information
orbitfold authored Mar 17, 2021
2 parents 189c269 + 653e5f8 commit 4d95f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/easyvvuq_fusion_dask_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"import matplotlib\n",
"if not os.getenv(\"DISPLAY\"): matplotlib.use('Agg')\n",
"import matplotlib.pylab as plt\n",
"from IPython.display import display"
"from IPython.display import display\n",
"%matplotlib inline"
]
},
{
Expand Down

0 comments on commit 4d95f4e

Please sign in to comment.