-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Following up on #1228
We used to rely on notebook filters for processing notebooks, which had the upside that you could use nbdev directives in your Quarto project in a really lightweight way. We stopped using notebook filters for performance reasons. However, I wonder if it is possible to provide an interface to nbdev Processors that can modify notebooks through the stdin/stdout interface so people can still use these directives in their Quarto blogs in a lightweight fashion, especially if they decide to develop extensions.
The goal is that the only thing that people have to do enable nbdev directives in their plain quarto projects is make a one-line change in their _quarto.yml
file like this:
---
ipynb-filters: nbdev_filters
---
cc: @muellerzr
muellerzr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested