Skip to content

Commit

Permalink
Clarified error message (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar authored and philippjfr committed May 13, 2019
1 parent d6aadfe commit 4319245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions holoviews/ipython/display_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

def max_frame_warning(max_frames):
sys.stderr.write(
"You are trying to display over {max_frames} frames.\n"
"To avoid unexpected lengthy rendering times this will be skipped.\n"
"This can be changed using the following notebook magic:\n"
"Animation longer than the max_frames limit {max_frames};\n"
"skipping rendering to avoid unexpected lengthy computations.\n"
"If desired, the limit can be increased using:\n"
"hv.output(max_frames=<insert number>)".format(max_frames=max_frames)
)

Expand Down

0 comments on commit 4319245

Please sign in to comment.