@@ -32,11 +32,11 @@ def set_default_plotter_backend(backend):
3232 "figtitle" : "The figure title, default: None" ,
3333 },
3434 "figpack" : {
35- "generate_url" : "If True, the figurl URL is generated and printed, default: True" ,
3635 "display" : "If True and in jupyter notebook/lab, the widget is displayed in the cell, default: True." ,
3736 "figlabel" : "The figurl figure label, default: None" ,
3837 "inline" : "If True, the widget is displayed inline in the cell, default: None" ,
3938 "height" : "The height of the figpack View in jupyter, default: None" ,
39+ "wait_for_input" : "If True, the widget waits for user input before continuing, default: False" ,
4040 },
4141 "ipywidgets" : {
4242 "width_cm" : "Width of the figure in cm, default: 10" ,
@@ -57,7 +57,7 @@ def set_default_plotter_backend(backend):
5757
5858default_backend_kwargs = {
5959 "matplotlib" : {"figure" : None , "ax" : None , "axes" : None , "ncols" : 5 , "figsize" : None , "figtitle" : None },
60- "figpack" : {"generate_url " : True , "display " : True , "figlabel " : None , "inline " : None , "height " : None },
60+ "figpack" : {"display " : True , "figlabel " : None , "inline " : None , "height " : None , "wait_for_input " : False },
6161 "ipywidgets" : {"width_cm" : 25 , "height_cm" : 10 , "display" : True , "controllers" : None },
6262 "ephyviewer" : {},
6363 "spikeinterface_gui" : {},
0 commit comments