Jupyter Notebook의 tcolorbox가 포함된 색상 상자

Jupyter Notebook의 tcolorbox가 포함된 색상 상자

배경색이 있는 상자 안에 수식을 노트북으로 가져오는 방법을 이해할 수 없습니다. 다음과 같이 시도해 보았는데 제대로 작동하지 않습니다. 내 실수는 무엇입니까?. 친애하는

\usepackage{tcolorbox}
\tcbuselibrary{theorems}
\begin{equation}
\tcboxmath[colback=magenta!25!white,colframe=magenta, title=Solución]
{\sum\limits_{i=1}^k P{x_i}= 1}  
\end{equation}

관련 정보