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: