paddymul / buckaroo

Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook.
https://paddymul.github.io/buckaroo/
BSD 3-Clause "New" or "Revised" License
227 stars 9 forks source link

Add quick command bar #289

Open paddymul opened 1 month ago

paddymul commented 1 month ago

Checks

How would you categorize this request. You can select multiple if not sure

Low Code UI

Enhancement Description

It would be useful to permanently enable certain commands, particularly filter and search commands without adding the entire Low Code UI.

Add a config to Buckaroo widget that plumbs in specially enabled commands to another menu bar. This should probably be a different row of the status bar

Pseudo Code Implementation

This should be a BuckarooWidget() level config, not a toggable config. If you want to view the UI without it, instantiate differently

Prior Art

N/A