Marcos
Mmarimo
•Created by Marcos on 4/30/2024 in #archived-help-and-support
plotly click data
Hmm. I assumed because in Dash with
dcc.Graph
you have access to hoverData
, clickData
, selectedData
, and relayoutData
5 replies
Mmarimo
•Created by Marcos on 4/11/2024 in #archived-help-and-support
if you mean self-host all what you need
Well, I imagine it'd be a command line option.
marimo export wasm app dir
or something like that.
Shiny Live works like that. you type shinylive export myapp site
and then a new folder called site
can be uploaded to any web server (apache, nginx) and it just works; all the wasm/pyodide stuff gets loaded.
Wasm is client side but I don't think the python code is exposed? Like my shinylive exported folder for an app has a bunch of python .whl
files, pyodide_py.tar
and a bunch of other source files; but I don't think anyone can just download all that source by visiting the wasm app url.2 replies
Mmarimo
•Created by Marcos on 4/7/2024 in #archived-help-and-support
Extension support
Well, nothing in particular but it seems like a lot of jupyter functionality came from popular extensions. Table of contents, code folding, code formatting, execution time. You could try and implement a lot of these in the base Marimo or give some framework to folks to write extensions/plugins.
5 replies