danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
422 stars 105 forks source link

ENH: allow cells[start:end] in liquid #60

Closed jakevdp closed 7 years ago

jakevdp commented 7 years ago

This brings over the cells[start:end] syntax from liquid tags. I find this useful when I want to compose a blog post in a notebook, but also have the notebook available for download. Using this I can skip some intro cells (such as the title and a note about the blog post) without needing two copies of the notebook.

danielfrg commented 7 years ago

Thanks