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
Hello,
since we introduced ipython 7.11 in Debian cycler failed to build its documentation, the fix is pretty straightforward:
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -48,8 +48,6 @@ hashable (as it will eventually be used
from __future__ import print_function
from cycler import cycler
-
-
color_cycle = cycler(color=['r', 'g', 'b'])
color_cycle