-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
coding requiredIs coding required for this task?Is coding required for this task?help wantedExtra attention is neededExtra attention is needednon-codingTask that doesn't require writing codeTask that doesn't require writing code
Description
Overview
Add an additional button that simply executes the code in the cell instead of generating the chatify UI.
Describe the solution you'd like
It seems like something as simple as this could work:
- Add a button or menu to the UI where the user can select something like "remove UI and run this cell"
- Pressing the button does two things:
- Removes the
%%explaincommand from the current cell - Calls
exec(contents)on the cell's contents
- Removes the
Other things to think about
- What's the right interface for this? A button? An additional tab + dropdown menu option? Something else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coding requiredIs coding required for this task?Is coding required for this task?help wantedExtra attention is neededExtra attention is needednon-codingTask that doesn't require writing codeTask that doesn't require writing code