Alberto Mengali
Alberto Mengali
Thanks for the feedback. I'd have to check the feasibility of this now that I am back after some longish holiday :D
@Pangoraw It seems not, it also works when moving the assignment to the constructor. For reference to other potential users, here is the code snippet I put in my notebook...
@fonsp I just tried with new Pluto and I don't seem to have access to hljs from the frontend, do you know why?
ok it indeeds worked after a restart, sorry for the bother!
I know that Makie does it (I seem to remember) but didn't consider. Would you suggest to just do the conversion on the fly before sending data with `publish_to_js`?
Tried the easy fix but stumbled upon a Pluto issue blocking this feature: https://github.com/fonsp/Pluto.jl/issues/2092
Would this change allow to interrupt cells on windows as well, or is that broken anyhow?
Hi, I just tried this on my computer with a very simple example as I was interested in this issue and indeed the MATLAB code seems faster even when disabling...
Is there a specific reason why you want to print the dataframe to the console inside Pluto rather than just displaying it as output of the cell or using the...
I'd like to add that apart from precompilation time this PR (making PlutoRunner its own package with UUID) will open up a lot of possibilities regarding building package extensions to...