Myles Scolnick
Myles Scolnick
can you include your docker run command? what port are you exposing? what port are you mapping it to?
closing this issue - it seems to be a docker setup issue, but please re-open if you think this is a marimo issue
@rithik56, that would be awesome! Feel free to ping me on Discord if you need any help getting set up
@Light2Dark that would be great! And what you laid out makes sense. Rather than modifying the label, could we default tooltip to be the keyboard shortcut if the tooltip is...
For anyone that comes to this issue, please list of the things you would like themed. Let me know if i am missing anything: ``` primaryBackgroundColor: (light, dark) primaryForegroundColor: (light,...
You can now provide a `custom.css` file to be injected into your notebook. This does style the notebook as well as the marimo editor. https://docs.marimo.io/guides/theming.html We will be providing more...
You can do this without the `marimo` CLI. The link is just `https://marimo.app/#code/{url_encoded_code}` `url_encoded_code` is URL escaped code which is just `urllib.parse.quote(code, safe="~()*!.'")` but you will hit a 2mb limit...
Hey @declann our Community Cloud has implemented a way to include additional files to get past the 2mb URL limit. We do this by storing your files/assets in a S3-compatible...
Good news! This is now possible in marimo [0.10.0](https://github.com/marimo-team/marimo/releases/tag/0.10.0), here are the [docs](https://docs.marimo.io/guides/exporting.html#export-to-wasm-powered-html). (related [PR](https://github.com/marimo-team/marimo/pull/3134)). ```bash # export as readonly, with code locked marimo export html-wasm notebook.py -o output_dir --mode...
this is now complete thanks to @dmadisetti via https://github.com/marimo-team/marimo/pull/1332 let us know if there are any further enhancements to be made