Benjamin Lungwitz

Results 10 issues of Benjamin Lungwitz

https://github.com/JuliaPluto/PlutoSliderServer.jl/issues/64 As far as I can see, this needs to be implemented on Pluto side. A starting point could be here: https://github.com/fonsp/Pluto.jl/blob/main/frontend/common/SliderServerClient.js#L71 Before sending the update request to the backend,...

frontend
online deployment

Follow-up of https://github.com/invenia/LibPQ.jl/pull/172 A test case for uploading a DataFrame using the CSV.RowIterator and a corresponding example to the documentation has been added. I had to update the version number...

Hello, PyJulia crashes when I try to callJulia from inside a Python process using Dask multiprocessing (dask.distributed.Client) throwing the following exceptions: ``` Exception: OSError('exception: access violation reading 0x00000000000019A8') Exception: AttributeError("function...

Added UML diagrams via Mermaid.jl https://mermaid-js.github.io/mermaid/#/ ![image](https://user-images.githubusercontent.com/52384612/109397352-6aaf4b80-7936-11eb-8eb8-d57f28893438.png)

With https://github.com/fonsp/Pluto.jl/pull/891 it is possible to get access to cell dependency information and execution order from inside a Pluto notebook with JavaScript. The following script, if executed inside a Pluto...

When changing elements in the notebook which trigger longer running calculations on the server, it is currently not visible for the user if the notebook is already updated with the...

enhancement
Pluto.jl frontend

It would be great if the "more" button in the Pluto Table View also works in PlutoSliderServer (both for rows and columns): ![image](https://user-images.githubusercontent.com/52384612/161080125-d252efc5-7b56-4804-8c64-cb116286efae.png) Currently, only the data needed for display...

enhancement
Pluto.jl frontend

The main page showing all hosted notebooks is currently rather minimalistic. Having it in Pluto style would be nice. In addition, it would be great if the hosted notebooks themselves...

enhancement

It would be great to optionally show the execution order of cells in Pluto. Use cases: * notebook debugging * creation of (mostly) linear notebooks for educational purposes (see https://discourse.julialang.org/t/notebook-use-case-for-mathematicians/64200/23?u=lungben)...

In my experience, Windows is often used together with Oracle, therefore it would be great if you could add support for Windows in your library.

enhancement
help wanted