ioam / ioam-builder

Code for building documentation and running tests across IOAM
1 stars 1 forks source link

Added optional skip_execute argument to notebook directive #8

Closed jlstevens closed 7 years ago

jlstevens commented 7 years ago

Added optional skip_execute argument to the directive to skip running the notebook when necessary. For instance:

.. notebook:: holoviews Homepage.ipynb
   :skip_execute: True
philippjfr commented 7 years ago

Looks good, I'll try it right away but will just go ahead and merge now.