You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussed yesterday at the Pluto dev meeting with @fonsp, it would be cool to extract some basic functionality of the Pluto webserver and the communication between julia and HTML/JS similar to how it works in Pluto, so that one can use the same function/synthax (both in Julia and JS) even when outside of Pluto.
Ideally it would be nice to have a very lightweight implementation that just has webserver/websocket and support for the new with_js_link from #13.
This would allow packages (e.g. PlutoPlotly) to seamelessly provide advance interactivity with a unique synthax both inside and outside of Pluto.
The text was updated successfully, but these errors were encountered:
Discussed yesterday at the Pluto dev meeting with @fonsp, it would be cool to extract some basic functionality of the Pluto webserver and the communication between julia and HTML/JS similar to how it works in Pluto, so that one can use the same function/synthax (both in Julia and JS) even when outside of Pluto.
Ideally it would be nice to have a very lightweight implementation that just has webserver/websocket and support for the new with_js_link from #13.
This would allow packages (e.g. PlutoPlotly) to seamelessly provide advance interactivity with a unique synthax both inside and outside of Pluto.
The text was updated successfully, but these errors were encountered: