NBInclude is a package for the Julia language that allows you to include and execute IJulia (Julia-language Jupyter) notebook files just as you would include an ordinary Julia file. The goal of this package is to make notebook files just as easy to incorporate into Julia programs as ordinary Julia (.jl) files, giving you the advantages of a notebook (integrated code, formatted text, equations, graphics, and other results) while retaining the modularity and re-usability of .jl files.
Features
- The path of the notebook is relative to the path of the current file (if any), and nested inclusions can use paths relative to the notebook, just as for include
- In a module, included notebooks work fine with precompilation in Julia (and re-compilation is automatically triggered if the notebook changes)
- No Python or Jupyter dependency
- To export to a string, use sprint(nbexport, notebookfile)
- Markdown cells in the notebook are parsed and formatted as pretty-printed text comments with the help of Julia's Markdown standard library
- Markdown cells can be ignored by passing markdown=false to nbexport
Categories
Data VisualizationLicense
MIT LicenseFollow NBInclude.jl
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of NBInclude.jl!