-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feature request: unliterate() #106
Comments
from your reply on Discourse: |
Just pasting a link to the referenced discourse post: https://discourse.julialang.org/t/way-to-add-tests-that-utilize-jupyter-notebooks/38341/6 |
Maybe also relevant: ipynb2LiterateJulia does not work with the new nbconvert, see oxinabox/ipynb2LiterateJulia#8 |
To soothe my mind (after a certain cross country relay) I attempted a rewrite of the archived JuliaAcademy material. The simple code below actually allows for a roundtrip (Literate.notebook(),unliterate(),...) without changing anything. Since my notebooks do not contain any important metadata, I did not implement anything for that.
|
and from stevengj's answer at discourse (https://discourse.julialang.org/t/export-jupyter-to-jl-does-not-preserve-markdown-cells/57556)
|
@PaulSoderlind thanks a million, I just found this - you've saved me a lot of hassle. |
The package NBInclude provides a function |
Just so this (from Julia Discourse) does not get lost: have you considered adding an
unliterate()
?The text was updated successfully, but these errors were encountered: