Myles Scolnick

Results 126 comments of Myles Scolnick

Most IDEs have an auto-import feature (mine auto-imports on save), I don't think it is too magical, especially for `mo` which is quite common

Bottom of the file and new cell would be my opinion. I thought trying to merge with existing imports, but could cause noisy/unwanted re-renders.

we don't really have a pattern internally with our plugins/utils for displaying for UI vs for the terminal. you can build this in your own notebook, using [mo.running_in_notebook](https://docs.marimo.io/api/miscellaneous.html#marimo.running_in_notebook). You could...

Going to close this as the above snippet should solve this

We've seen this before https://github.com/marimo-team/vscode-marimo/issues/14, but I cannot repro this on a Mac. Looks like this happens on Windows too. We are open to contributions as I don't have a...

Is anyone still experiencing this issue? We made some changes that may have fixed this.

Closing this - should be fixed on the latest

If someone does pick this up, using one of the helper panels (maybe the Dependency Viewer Panel / mini-map) instead of the main view may easier to rearrange the cells.

Original ask: | I have a notebook that's structured in sections/subsections using markdown headers, and i would like to reorder the sections This was resolved by https://github.com/marimo-team/marimo/pull/1826

can you explain a bit more about the 2 docker containers - are they running locally or on a remote VM? are they running on the same VM? when you...