I would like to load the Mathjax package “physics” by default for all my notebooks
Currently, I use the command “\require{physics}” in all my notebook
Reading Mathjax documentation, I’ve discovered that there is a “package” option where we can add the extra packages to load: Configuring MathJax — MathJax 3.2 documentation
This should be supported as the current Mathjax version in Jupyterlab is 3.2.2
Is there a way to set it?