I would like to add captions to a tcolorbox structure. How can I do so? The standard \caption{} construct does not work in this case. Or is there a way to make the same thing (but with captions) without using tcolorbox?
\begin{tcolorbox}
\begin{verbatim}
{'maxs': [0.0,
0.0006787988281249935,
0.00032118164062514,
0.0001609179687499518],
'means': [0.0,
0.00013521044921876194,
8.352197265622923e-05,
4.6293782552030614e-05]}
\end{verbatim}
\end{tcolorbox}


titlefor this. Note thattcolorboxhas some tremendous support for listings. – Nov 18 '20 at 20:23