Skip to content

Commit

Permalink
feat: realtime jupyter example (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 13, 2019
1 parent aa87581 commit 7563926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/realtime-stream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Import dev version of client\n",
"# Import a Client\n",
"\n",
"import os\n",
"import sys\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/stock-predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Import dev version of client\n",
"# Import a Client\n",
"\n",
"import os\n",
"import sys\n",
Expand Down

0 comments on commit 7563926

Please sign in to comment.