From b670646c78eb9e60f6320cf3b7d08be4d2dfecb5 Mon Sep 17 00:00:00 2001 From: Ian Simon Date: Fri, 24 May 2024 17:28:12 -0700 Subject: [PATCH] change 'previewsave' to 'save' in bokeh figure PiperOrigin-RevId: 637077317 --- note_seq/notebook_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_seq/notebook_utils.py b/note_seq/notebook_utils.py index 03792d2..ce9ad4f 100644 --- a/note_seq/notebook_utils.py +++ b/note_seq/notebook_utils.py @@ -149,7 +149,7 @@ def _sequence_to_pandas_dataframe(sequence): return pd.DataFrame(pd_dict) - fig = bokeh.plotting.figure(tools='hover,pan,box_zoom,reset,previewsave') + fig = bokeh.plotting.figure(tools='hover,pan,box_zoom,reset,save') if width: fig.width = width if height: