QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

Add support for RST tables #14

Open NickSifniotis opened 6 years ago

NickSifniotis commented 6 years ago

Issue #772 transfer from the Quantecon.Lectures repo.

As it stands, the Jupinx extension does not support the translation of RST tables into Jupyter markdown. It would be nice if this feature was implemented.

mmcky commented 6 years ago

Basic support has now been added however this does not include multicolumn features etc. so will leave this issue open.

See #27