jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.53k stars 4.83k forks source link

Disable online nbviewer equation auto-numbering feature by default #4610

Open lnshi opened 5 years ago

lnshi commented 5 years ago

The equation auto-numbering totally messed up my notebook when view with online nbviewer: https://nbviewer.jupyter.org/github/lnshi/ml-exercises/blob/master/ml_basics/rdm011_support_vector_machines/support_vector_machines.ipynb

Why ppl need these kind of pointless auto-generated equation numbers, why ppl even need these pointless features...

How to explicitly disable in my notebook?

lnshi commented 5 years ago

ok, looks {align*} instead of the {align} does the trick.