Skip to content

Commit

Permalink
Merge pull request #85 from flyberry-capital/develop
Browse files Browse the repository at this point in the history
Fixed ipynb.py
  • Loading branch information
oz123 committed Feb 23, 2015
2 parents 2e67788 + 611fefb commit d441d46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nvd3/ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ def _print_html(chart):
initialize_javascript()
import time
time.sleep(5)
chart.buildcontainer()
chart.buildjschart()
return chart.container + chart.jschart
chart.buildhtml()
return chart.htmlcontent

def _setup_ipython_formatter(ip):
''' Set up the ipython formatter to display HTML formatted output inline'''
Expand Down

0 comments on commit d441d46

Please sign in to comment.