QuantEcon / sphinxcontrib-jupyter

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

Update when nb metadata is written to notebooks #230

Open mmcky opened 5 years ago

mmcky commented 5 years ago

In the html pipeline we write a bunch of cell metadata attributes during the execution phase.

It might be better if these are added to the notebook construction phase.

 "metadata": {
  "download_nb": 1,
  "download_nb_path": "https://datascience.quantecon.org/",
  "filename": "overview.rst",
  "filename_with_path": "overview",
  "kernelspec": {
   "display_name": "Python",
   "language": "python3",
   "name": "python3"
  },