Fons van der Plas

Results 845 comments of Fons van der Plas

MWE is: ```julia r_v = rand(2) [@show (index) for index in eachindex(r_v)] ```

Hey! You can wrap the plot in a div with `flex: 1 1 auto`, i.e. replace `[chooser, plot]` with ```julia [ chooser, PlutoUI.ExperimentalLayout.Div([plot]; style=Dict("flex" => "1 1 auto")), ] ```...

And how is your experience with Pluto? 🎈 What could be improved to make Pluto better for your use case? Feel free to reply here or email me!

It looks like your installation of dotnet is interfering with Julia's ability to launch a process. Dotnet added a `~` to your PATH variable

Are you able to use the Pkg package manager in a REPL outside of Pluto, in a REPL? Try creating a new env, adding packages, etc

Interesting! Originally, `PlutoUI.ExperimentalLayout.Div ` would only work when it was used all the way to the top, i.e. the `Div` must be the object returned by the cell, or its...

But note that you only get the full benefits of experimentallayout (like partial re-rendering) if you return it directly from a cell.

This can still lead to issues when running a notebook for more than 7 days...