Skip to content

Commit

Permalink
Hide the 'BokehJS x.y.z successfully loaded.' from 'import chartify' …
Browse files Browse the repository at this point in the history
…expr
  • Loading branch information
canavandl committed Dec 2, 2018
1 parent 6dbe996 commit 139126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def set_display_settings():
_IPYTHON_INSTANCE = True
# Inline resources uses bokeh.js from the local version.
# This enables offline usage.
output_notebook(Resources('inline'))
output_notebook(Resources('inline'), hide_banner=True)


set_display_settings()
Expand Down

0 comments on commit 139126b

Please sign in to comment.