-
Hi! It would be great if Pluto notebooks could work as an input format for Quarto! I talked briefly about this with @MichaelHatherly and with the Quarto devs at JupyterCon last year :) I believe that …
fonsp updated
3 weeks ago
-
# Literate package development using Julia and Pluto.jl
I propose a workshop in which we look into how to use [Pluto notebooks](https://plutojl.org/) to develop Julia packages in a way that tightly…
-
I am new to Pluto and Julia ecosystem as a whole. I come from the python world. I recently took the task to learn julia and build a package / library in it.
There are a few tools which has become…
-
Prototype visualizers are [tools/vl-post-viz.jl](https://github.com/yvs314/epi-net-m/blob/400b4cf5987fc3dc4fba40fbb4ab8d28b213cb3e/tools/vl-post-viz.jl) and [tools/vl-pre-viz.jl](https://github.com/…
-
Quoting @fonsp
I was looking at the new IO functions, I really like the feature of sharing your configuration!
However, I found that the new Economics struct contain baseline_emissions and extr…
-
A useful capability is writing a report on research or even just documenting the code. The exported notebook is a good starting point but usually can't stand as a finished work. So, the export needs t…
-
### Describe the bug
I am unsure if I am doing something wrong when saving a static version of a marimo notebook. Everything works fine, the HTML file is created and I can open it in any browser. Ho…
-
This is all very much my draft notes currently but will be worked upon in the comming days, so take everything with a grain of salt.
**tl;dr** This is looking really promising already in terms of t…
-
# Do you have a question or a problem?
--> Check this:
* [**Search Issues**](https://github.com/gsantner/markor/issues?q=#js-issues-search)
(USE THIS BEFORE POSTING ANYTHING - THANKS!)
* [*…
-
When I do
``` julia
# Main.jl
module Main
using .Foo
end
```
and there's a file called `Foo.jl` in the same directory as `Main.jl` it should be loaded. I suspect that relative `using` should also …