Alberto Mengali

Results 53 comments of Alberto Mengali

@fonsp Thanks for the clarification. I see that indeed there was a similar issue when using PlotlyJS in jupiter [here](https://github.com/JuliaPlots/PlotlyJS.jl/issues/322). I'll check to see if I'll be able to work...

@jbrea If you are just interested in the basic plotly interactivity without need for fancy custom events handling (e.g. executing custom julia functions when clicking on plots) You can already...

I just noticed yesterday that the auto-reload from file doesn't seem to track file changes in metadata. Do we want also to support that? I guess it would be consistent...

Hi @fonsp, I think I did not in the end

If you want to hack a solution while waiting for feedback here, you can add the following cell to enable that functionality with Ctrl+H (taken from https://github.com/disberd/PlutoUtilities.jl/blob/273e080b03074d181371a2066636571bfb06f08a/src/kbd_shortcuts.jl) You can change...

I just tried running your notebook on latest Pluto and I don't notice this: ![image](https://user-images.githubusercontent.com/12846528/161040436-8b973734-c34f-452c-a8be-4d8807b4683e.png) Edit: I am on windows 10 with Julia 1.7.1 and using Chrome

Check this somehow related discussion: https://github.com/fonsp/Pluto.jl/discussions/1970 As I wrote there, I believe that it is not possible from javascript to get information on the path of files that are dropped...

I was trying to make recent plotly work in Pluto with latex given the recent support to MathJax 3. Unlike before, now the plot appears correctly if using a version...

@CarloLucibello Thanks for linking the post. Just clarifying that the solution in the discourse post uses KaTeX (and it has been very shallowly tested) so it can't be directly applied...

Pluto always used MathJax from what I remember (and the issue is/was related to that). The latest comment on Katex was just for the workaround in the link above (which...