Skip to content

Commit bd38e06

Browse files
committed
matplotlib inline might be causing problems?
1 parent 9718345 commit bd38e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/OpenMLDemo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"outputs": [],
438438
"source": [
439439
"# Helper code by Gilles Louppe\n",
440-
"% matplotlib inline\n",
440+
"# % matplotlib inline\n",
441441
"from matplotlib import pyplot as plt\n",
442442
"import numpy as np\n",
443443
"\n",

tests/examples/test_OpenMLDemo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def test_notebook(self):
4848
self.fail(msg)
4949
finally:
5050
with open(notebook_filename_out, mode='wt') as f:
51-
nbformat.write(nb, f)
51+
nbformat.write(nb, f)

0 commit comments

Comments
 (0)