We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6c72b commit f9929deCopy full SHA for f9929de
plotly_resampler/figure_resampler/figure_resampler.py
@@ -240,3 +240,6 @@ def register_update_graph_callback(
240
dash.dependencies.Input(graph_id, "relayoutData"),
241
prevent_initial_call=True,
242
)(self.construct_update_data)
243
+
244
+ def _ipython_display_(self):
245
+ return self.show_dash(mode="inline")
0 commit comments