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
The .visualize() method accepts a keyword argument visualizers, which by default is set to most of the visualizers. However, spans isn't on this list, and passing it does nothing, despite the existence of the visualize_spans() method.
Maybe there's a reason for this?
The text was updated successfully, but these errors were encountered:
The
.visualize()
method accepts a keyword argumentvisualizers
, which by default is set to most of the visualizers. However,spans
isn't on this list, and passing it does nothing, despite the existence of thevisualize_spans()
method.Maybe there's a reason for this?
The text was updated successfully, but these errors were encountered: