This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
I setup an environment in colab by pip install plotly_express and that seems to have worked but both line and line_3d report errors
px.line(demo_df,
x='left_dir_x',
y='left_dir_y',
animation_frame='index')
I get the error
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
/usr/local/lib/python3.6/dist-packages/IPython/core/formatters.py in __call__(self, obj)
913 method = get_real_method(obj, self.print_method)
914 if method is not None:
--> 915 method()
916 return True
917
/usr/local/lib/python3.6/dist-packages/plotly_express/_core.py in _ipython_display_(self)
36 init_notebook_mode()
37 ExpressFigure.offline_initialized = True
---> 38 iplot(self, show_link=False, auto_play=False)
39
40
TypeError: iplot() got an unexpected keyword argument 'auto_play'
line_3d reports ValueError: Invalid property specified for object of type plotly.graph_objs.Scatter3d: 'hovertemplate'