You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matplotlib>=3.1 started requiring Python>=3.6, hence reprexpy now requires matplotlib<3.1 when Python<3.6
Default of advertise is now set to False
Starting with nbconvert 6.0.2, IPython kernels were no longer defaulting to store history (store_history=False). This was causing SessionInfo() to not know what packages were imported when it was being called from inside reprex(). reprexpy now requires nbconvert<=6.0.1 to deal with this issue in the short term.