https://github.com/sapal6/nbdev.jl
Create Julia packages from Notebooks
https://github.com/sapal6/nbdev.jl
developer-tools documentation-generator documentation-tool julia literate-programming notebooks pluto-notebooks
Last synced: 8 months ago
JSON representation
Create Julia packages from Notebooks
- Host: GitHub
- URL: https://github.com/sapal6/nbdev.jl
- Owner: sapal6
- License: mit
- Created: 2020-09-17T12:05:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T03:09:28.000Z (almost 4 years ago)
- Last Synced: 2025-10-21T11:53:11.222Z (8 months ago)
- Topics: developer-tools, documentation-generator, documentation-tool, julia, literate-programming, notebooks, pluto-notebooks
- Language: Julia
- Homepage: https://sapal6.github.io/Nbdev.jl/
- Size: 9.98 MB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Index
Alpha Release
Nbdev
This project is an attempt to port fastai Nbdev to Julia. Nbdev(both the oriignal version and the Julia version) are based on the idea of using Notebooks for literate programming.
While both projects try to achieve the same base goal i.e. generating source code and documentation from Notebooks, the Julia version aims to start from Pluto notebook while the python version starts from a Jupyter notebook.
On the documentation side, I am using Mkdocs as the document generator while the original version uses Jekyll as the static site generator of choice.
Getting-started
First among the version
This is an alpha release of Nbdev so expect some breaks in plumbing here and there. Some features are still under development and are not included in this version.