Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass-through mode #42

Open
jeremymanning opened this issue Jul 31, 2023 · 0 comments
Open

Pass-through mode #42

jeremymanning opened this issue Jul 31, 2023 · 0 comments
Labels
coding required Is coding required for this task? help wanted Extra attention is needed non-coding Task that doesn't require writing code

Comments

@jeremymanning
Copy link
Member

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?
@jeremymanning jeremymanning added help wanted Extra attention is needed coding required Is coding required for this task? non-coding Task that doesn't require writing code labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding required Is coding required for this task? help wanted Extra attention is needed non-coding Task that doesn't require writing code
Projects
None yet
Development

No branches or pull requests

1 participant