From b16a27f969959968cfe9ad8137a5440767eb13a2 Mon Sep 17 00:00:00 2001 From: Ian Simon Date: Sat, 25 May 2024 08:26:16 -0700 Subject: [PATCH] change 'previewsave' to 'save' in bokeh figure PiperOrigin-RevId: 637220845 --- 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: