I installed pandas-profiling
with pip for jupyter notebook (not using conda!), and everything was working fine, until I installed plotly
Now, when I try to use the df.profile_report()
method, I get the following error:
DispatchError: Function <code object pandas_missing_bar at 0x12c62e500, file "/Users/myuser/myvenv/lib/python3.9/site-packages/pandas_profiling/model/pandas/missing_pandas.py", line 18>
Please advise,