Skip to content

Commit d148173

Browse files
committed
Merge pull request #108 from amueller/testserver_in_notebook
use test server in notebook
2 parents 60c2e4b + f9e0809 commit d148173

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/OpenMLDemo.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"\n",
8989
"# assumes you have your api key in ~/.openml/config\n",
9090
"# amueller's read/write key that he will throw away later\n",
91-
"openml.config.apikey='610344db6388d9ba34f6db45a3cf71de'"
91+
"openml.config.apikey='610344db6388d9ba34f6db45a3cf71de'\n",
92+
"# we also want to use the test server so as not to polute the production system\n",
93+
"openml.config.server = \"http://test.openml.org/api/v1/xml\""
9294
]
9395
},
9496
{

0 commit comments

Comments
 (0)