From e6ab98bb9caf6ba3d8005e543bf0f5bac6620c68 Mon Sep 17 00:00:00 2001 From: ytinyui <43673200+ytinyui@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:36:32 +0800 Subject: [PATCH] changed name previewsave to save --- 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 52ab9e1..0ef8615 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: