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

Add Support for Jinja2 Overrides

Open rarnold97 opened this issue 7 months ago • 0 comments

Ideally, a user should be able to add in their own jinja file that can inherit from the jupyter lab template used in notebook.html.j2 The use case in my application was I wanted to be able to make cell outputs collapsable, and remove execution counts from the rendered cells. It is currently impossible to do so without forking or just making my own nbconvert plugin.

Example config:

plugins:
  - mkdocs-jupyter
      custom_overrides:
        my_jupyter_overrides/

rarnold97 avatar Nov 29 '23 15:11 rarnold97