Daniel Ashbrook
Daniel Ashbrook
### Description There are lots of variables in the variable explorer! It's hard to find the one I'm looking for. ### Suggested solution I'd like to be able to filter...
### Describe the bug I have a moderate-sized notebook with 25 cells. When I open the variable explorer, I get a nice list of variables and the cells that are...
### Description [Jupyterlab-Vim](https://github.com/jupyterlab-contrib/jupyterlab-vim) adds a "Jupyterlab Command Mode" which enables manipulation at the cell level. It's super nice and I'd love to see it implemented in Marimo. ### Suggested solution...
### Checklist - [x] Using latest version on the [App Store](http://itunes.apple.com/app/id1156707581) - [x] Read the [docs](http://blink.sh/docs/) - [x] Searched for [existing GitHub issues](https://github.com/blinksh/blink/issues) ### Configuration Blink 13.5.12 iOS 14.4.2 iPad...
### Describe the bug Cell output for a dict with tuples for keys renders the tuple as strings: Input: `{(1,2,3): 4}` Output: ``` { 1 Items "(1, 2, 3)": 4...
### Description Cell output for types of `list` and `tuple` is identical if the contents of the collection is identical. For example:  ### Suggested solution Instead of representing a...
### Describe the bug Input: `[1]` Output: ``` [ 1 Items 0: 1 ] ``` It should say `1 Item` instead. ### Environment { "marimo": "0.9.10", "OS": "Darwin", "OS Version":...
### Description It would be nice to have cells not get marked as "stale" when I only change comments or add/remove whitespace lines. ### Suggested solution Here's an example. The...
### Description Rearranging cells in a large notebook is rather difficult, especially if there is a lot of complex output (e.g., DataFrames or plots) which slow down dragging cells around....
If I make a visual selection then do `:Hi +x%`, I get a highlight; if I then re-select the same area and do `:Hi -x`, the highlight does not go...