Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Jinja2 Overrides #178

Open
rarnold97 opened this issue Nov 29, 2023 · 0 comments
Open

Add Support for Jinja2 Overrides #178

rarnold97 opened this issue Nov 29, 2023 · 0 comments

Comments

@rarnold97
Copy link

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant