sphinxcontrib-jupyter icon indicating copy to clipboard operation
sphinxcontrib-jupyter copied to clipboard

Update when nb metadata is written to notebooks

Open mmcky opened this issue 6 years ago • 0 comments
trafficstars

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"
  },

mmcky avatar Aug 08 '19 03:08 mmcky