Several chapters of the book still have a number of <img> HTML tags for inline images in notebooks.
We are better off using MyST image and figure directives which give the same formatting options but have the advantages of cross-referencing, and rendering the same way in the book and in Jupyterlab (thanks to the jupyterlab-myst extension).
So someone should go through and replace them all. Or ask a robot to do this.
Several chapters of the book still have a number of
<img>HTML tags for inline images in notebooks.We are better off using MyST image and figure directives which give the same formatting options but have the advantages of cross-referencing, and rendering the same way in the book and in Jupyterlab (thanks to the jupyterlab-myst extension).
So someone should go through and replace them all. Or ask a robot to do this.