-
Notifications
You must be signed in to change notification settings - Fork 393
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
How to customize output? #173
Comments
Hello Doug, thanks for your feedback! Well, currently there is no template mechanism in Jupytext. And as you know, Jupytext has a strong focus on the input cells, and on the round trip conversion. At this stage I have no experience with exporting the outputs... Would you expect large objects like a table or a plot to be exported? And imported back into the original notebook ?? I would say that |
Good points, and thanks for the hints. I don't really need round-trip, so I'll checkout nbconvert. Thanks! |
Doug, actually I did play with
|
Thanks for the details! That technique sounds very useful in general. |
We have been using jupytext in a few different manners. Thank you!
Here is a problem we are running into:
We currently turn notebooks into markdown which we include in our documentation. Two problems:
(where the quotes should be back ticks). Currently, the lessthan's and greaterthan's get treated improperly, and it is impossible to see the output as output.
Is there a templating mechanism in jupytext? If not, is it possible to do something like this using jupytext? Thanks for any suggestions!
The text was updated successfully, but these errors were encountered: