Skip to content

Commit

Permalink
Plot plotly offline graph inside jupyter-notebook
Browse files Browse the repository at this point in the history
Fixes TimeoutError building the docs on travis-ci.
  • Loading branch information
Martin committed Jul 1, 2019
1 parent 9349eec commit f217376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/model-from-tabular-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -647,10 +647,10 @@
" stacked_plot,\n",
")\n",
"\n",
"offline.init_notebook_mode()\n",
"offline.init_notebook_mode(connected=True)\n",
"\n",
"\n",
"offline.plot(\n",
"offline.iplot(\n",
" hourly_plot(\n",
" scenario_name,\n",
" \"LA-electricity\",\n",
Expand Down

0 comments on commit f217376

Please sign in to comment.