Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd38e06

Browse filesBrowse files
committed
matplotlib inline might be causing problems?
1 parent 9718345 commit bd38e06
Copy full SHA for bd38e06

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎examples/OpenMLDemo.ipynb‎

Copy file name to clipboardExpand all lines: examples/OpenMLDemo.ipynb
+1-1Lines 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",
Collapse file

‎tests/examples/test_OpenMLDemo.py‎

Copy file name to clipboardExpand all lines: tests/examples/test_OpenMLDemo.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.