An open API service indexing awesome lists of open source software.

https://github.com/masonprotter/multilinepluto.jl


https://github.com/masonprotter/multilinepluto.jl

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# MultilinePluto.jl

This package simply loads and re-exports [Pluto.jl](https://github.com/fonsp/Pluto.jl),
but performs piracy on its `parse_custom` function during loading so that code-cells
containing multiple lines of code do not need to be wrapped in a `begin`/`end` block.

```julia
julia> using MultilinePluto

julia> Pluto.run()
```

![image](assets/Screenshot_20250130_235956.png)