-
Notifications
You must be signed in to change notification settings - Fork 18
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 Jupyter Notebook support? #316
Comments
Jupyter Notebooks encourage more "script"-style projects whereas Books.jl aims to have a proper software package and then call outputs from there. To avoid re-running long running computations, you could use |
Does books.jl also support “script-style” projects? It seems that Books.jl cannot do the following two things:
As you said:
But I think "script-style" can make writing more natural and help us port some Jupyter Notebooks with julia kernel, which will make Books.jl a direct replacement for Jupyter Book (if books are written in julia language) I don't know if this feature is within the goals of Books.jl or there is interest in implementing it, but I think it makes a lot of sense. I think there are two options:
|
Sorry, after checking JuliaDataScience ,I found that this can be done But I think something like this a little cumbersome:
I think we still need an interactive solution, It looks like there is already a ready-made solution: PlutoStaticHTML.jl But I still haven't figured out How to generate html and pdf from Pluto Notebook with numbering of sections, like a book. |
For some time-consuming code, Jupyter Notebook could save single run results, instead of running the codes in markdown every time.
So I think it's meaningful to support Jupyter Nootbook
The text was updated successfully, but these errors were encountered: