We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718345 commit bd38e06Copy full SHA for bd38e06
2 files changed
examples/OpenMLDemo.ipynb
@@ -437,7 +437,7 @@
437
"outputs": [],
438
"source": [
439
"# Helper code by Gilles Louppe\n",
440
- "% matplotlib inline\n",
+ "# % matplotlib inline\n",
441
"from matplotlib import pyplot as plt\n",
442
"import numpy as np\n",
443
"\n",
tests/examples/test_OpenMLDemo.py
@@ -48,4 +48,4 @@ def test_notebook(self):
48
self.fail(msg)
49
finally:
50
with open(notebook_filename_out, mode='wt') as f:
51
- nbformat.write(nb, f)
+ nbformat.write(nb, f)
0 commit comments