request.get not working
requests.get()
does not work for me at all in WASM notebooks. I reckon this has something to do with browser security, but I don't know how to deal with it.Extension support
I suppose that would lead to a larger macro question of : is some sort of extension support / framework possible for Marimo?
API key not working
I'm getting an OpenAI API Key not configured message - this is my toml:
```
cat ~/.marimo.toml
[package_management]
manager = "poetry"...
Autoreload
Does marimo have something equivalent to autoreload in Jupyter? If I make a change to source code I'm importing into the marimo file, I'm currently quitting and relaunching marimo to make it take effect. Is there an easier to get the changes to take effect?
Asgi server
When using the asgi app functionality, I'm getting a 404 for everything except the root. Any ideas?
```
server = (
marimo.create_asgi_app()...
Package manager config
in Marimo edit session under the gear cog there's an option to change from pip to pixi for package management. How do I ensure that change persists? (Setting it doesn't seem to change the .toml file).
opening marimo no longer works
Hi, I'm having trouble opening my marimo notebooks. When I try and do "marimo edit <notebook>", the notebook doesn't load in the browser. I had this issue on 0.2.8, upgraded to 0.3.8, and still have the same problem. It looks like an issue with connecting to the web socket server:
Sharing variables across sessions
Given that it's 1 process, is there anyway to share a variable across multiple sessions of a notebook?
Or, is that scary and violates isolation and I should use Redis...
marimo magic
Example of how to use a Jupyter Magic (still a bit of a hack https://static.marimo.app/static/manim-example-rket )
Marimo could potentially have a decorator that would make this look nicer
@mo.Magic(whatever):...
Output size too large
I keep getting "Your output is too large" when I'm dealing with larger datasets, particularly in charting them in Altair and organizing the charts with tabs inside an accordion. Are there any other suggested workarounds besides just splitting them into more accordions?
Table crashes marimo
When I try this line
mo.ui.table([1, 2])
the server (0.3.8) crashes with "Task exception was never retrieved". Is that only me or should I open an issue for that?...wasm notebooks
Hi, a newbie question, as I have 0 experience with web apps or WASM. If I create a WASM permalink, where does this notebook live? Somewhere on Marimo server? Is there any limitation when it comes to length or content of such notebook?
Altair label conditional color
Does anyone know how to conditionally color an Altair chart label based on the value of another column? Struggling to find this one on Google
WASM notebooks for enterprise
Is it possible to create a WASM notebook from a marimo one that is shareable inside my organization (let's say average Windows enterprise environment) , runs on computers which may not have a Python installation and which does not require the use of marimo.app (nor any other way that makes it publicly available)?
Cohere in WASM
hey all! hope you've had a good weekend .i'm hoping to get a cohere chat running but in wasm. however it needs fastavro<2.0.0,>=1.9.4.
heres the thing - autoinstall does install it but installs a really old version (fastavro==0.17.5) that is lower than the requirement. presumably because that is the version for which a pure python wheel was made available (long time ago).
the latest version of fastavro is a Cython-based wheel which I believe isnt supported by pyodide. wondering if there is an alternative way to get this working (or maybe i'm just doing this all wrong). context: cohere has been using streamlit for a bunch of demos, so thought there could be one on marimo wasm....
Spinning hourglass
Not a huge problem, but I notice a few seconds of hour glass spinning time when first connecting to a notebook. Is this inevitable session booting time, or is it probably something I’m doing?
Presenting marimo notebook for class
Hi, I have a Marimo notebook that I would like to present in class. What would be an appropriate way for me to deploy the notebook as an app during my presentation so that people in my class can interact with it? I was originally going to use WASM but my notebook processes a png image using the sci-kit learn and Pillow libraries. As a result, I get an image not found error when using WASM. I don't have much experience with deploying applications.
scrolling through suggestions
How do I scroll through these suggestions? Are arrow keys the only option?