ContextLab / ContextLab/chatify

Pass-through mode

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
coding required help wanted non-coding
Dominant language
Python
Stars
23
Forks
11
PR merge metrics
No merged PRs in 30d

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 `%%explain` command from the current cell
- Calls `exec(contents)` on the cell's contents

**Other things to think about**
- What's the right interface for this? A button? An additional tab + dropdown menu option? Something else?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.