I am trying to put two images side by side in Jupyter's markdown. We can use html
but I am unable to put two images side by side with caption. I tried every option in here but did not work.
<figure>
<img src='aaa.png' width="350" height="350" align="center"/>
<figcaption align = "center"><b>Fig 2.5; Courtesy of Linear Algebra: Theory, Intuition, Code by Mike X Cohen</b></figcaption>
<img src='bbb.png' width="350" height="350" align="center"/>
<figcaption align = "center"><b>Fig 2.3; Courtesy of Linear Algebra: Theory, Intuition, Code by Mike X Cohen</b></figcaption>
</figure>