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

add beaker bindings to terarium notebooks #4494

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Conversation

blanchco
Copy link
Contributor

Description

  • Adding beaker keybindings to terarium notebook
    j, ArrowUp -> select previous cell
    k, ArrowDown -> select next cell
    a -> add cell above
    b -> add cell below
    enter -> enter cell
    esc -> exit cell

  • fix: default dataset cell when opening notebook

@blanchco blanchco self-assigned this Aug 19, 2024
@blanchco blanchco linked an issue Aug 19, 2024 that may be closed by this pull request
Copy link
Contributor

@shawnyama shawnyama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting some overflow issue
image

@blanchco
Copy link
Contributor Author

getting some overflow issue image

Hmmm, not really getting anything different on my side, I didnt really touch the css or templating. Let me see if I can create something similar

@blanchco
Copy link
Contributor Author

The overflow issue was present before these changes, will fix this up when Im working on the cells

@blanchco blanchco merged commit bb7f063 into main Aug 21, 2024
5 checks passed
@blanchco blanchco deleted the notebook-keyboard-bindings branch August 21, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add keybindings to notebook
3 participants