Literate.jl icon indicating copy to clipboard operation
Literate.jl copied to clipboard

Simple package for literate programming in Julia

Results 51 Literate.jl issues
Sort by recently updated
recently updated
newest added

Hi, I commonly use this great package is to generate a markdown report for data-analysis work. However sometimes I find it too easy to (mistakenly) create a cell. For example...

This is more of a request / question. I'd like to know if this [added feature](https://github.com/climate-machine/CLIMA/pull/1006/commits/940a92b25e83bff035077c840fd711ec079380b3#diff-6afdb61592b3ac8012fbef1b68d7f575) is something that could be incorporated into Literate, or if it's better for Documenter,...

Lines beginning with `]` could be considered "Pkg mode" and evaluated as if in that repl mode; this follows what IJulia does when this is in a cell. Currently this...

speculative

**Existing:** At the moment, you can include/exclude lines based on type, eg, Markdown, Notebook, script. Example: `a=1 #md` will only be included in the Markdown outputs **Request:** It would be...

I'm using *Literate.jl* to work on some class material, and in specific cases, I would like a code block to result in an error -- this is mostly to walk...

I would like something like the following ``` 1 + 1 3 + 4 ``` to get translated as ``` julia> 1 + 1 2 julia> 3 + 4 7...

I try to have a script convert itself into a notebook (without execution), but save it to a parallel directory. However, no matter what I pass on as `outputdir`, the...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies