-
Notifications
You must be signed in to change notification settings - Fork 392
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
Literate.jl format pairing #264
Comments
Hello @pnavaro , thanks for letting me know about Precisely, The differences that I have seen are
From what I have seen, the representation of Now, can you describe a bit further what are your expectations for the pairing between Jupyter notebooks and Julia scripts? Or Markdown documents? Which feature are you missing now? And maybe we should also invite @fredrikekre to join this conversation, he will surely have interesting remarks. Also, see how a sample Julia Jupyter notebook is represented as a Markdown document or as a Julia script using Jupytext. |
I use Literate.jl to provide some examples of Julia. From this Literate.jl file you can generate the |
Sure. Did you try that? I would have expected it to work. With Jupytext, every |
When i save the Literate.jl file.jl with jupytext it breaks the format by inserting some spaces. |
I think i can fix these minor changes with a few lines of code during the documentation processing. |
I guess that is subjective, I, for one, really dislike editing notebooks and much prefer a plain text file representation, also when editing :) It is not immediately clear to me what issue you are having, is it:
? I will try to install jupytext later and play around a bit. |
Thanks @fredrikekre . I'd be happy to help and to improve the compatibility of Jupytext with existing tools.
@mpastell, I followed the links above and see that you also have experience with notebooks as |
The .jmd files are almost the same . There is just a header at the top of the file
Math equations are also defined with
instead of
|
Literate.jl markdown format is very useful to include tutorial in Julia package documentation generated by Documenter.jl.
Unfortunately this format is not really made for editing. It already exists a converter from ipynb file. It could be nice if
jupytext allows to pair a notebook with Literate markdown.
Jupytext fixed the main drawback of Jupyter notebooks. Thank you very much.
The text was updated successfully, but these errors were encountered: