Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.86 KB

File metadata and controls

25 lines (19 loc) · 1.86 KB

TODO

Known issues in dqrobotics lessons

  1. Originally, the lessons written in MATLAB did not allow the use of latex macros. This means that the conversion from those to Jupyter notebooks brought notation as-is, which is not entirely compliant with the latest notation. This is a very time-consuming task, so it will only be attempted with community support or further funding sources.
  2. The current plot method using dqrobotics-pyplot in the Jupyter notebook is generating a phantom image besides the animation videos. There are instructions online that allow us to tackle this issue, but I haven't been able to find one that properly shows the video but not the image.
  3. The latex macros in all lessons do not seem to render well in jupyterlab. It's not yet clear to me why.

Text-based notebooks

  • Converting from traditional Jupyter notebooks to text-based notebooks might be an interesting topic to explore. See link. Classic notebooks store cell output on themselves, with implications on version control software. While classic Jupyter notebooks are more easily usable without extensions, jupytext seemingly allows for the conversions. See link.
  • The so-called paired notebooks are possibly the solution. Given that the latex macros sometimes do not render well in jupyterlab, this could become indirectly a solution. The latex support for myst is much less hacky, so it is likely that the notebooks exported from the text version are more likely to be compatible with jupyterlab.

Notes