Skip to content

Commit

Permalink
address former split-cell users in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Nov 27, 2023
1 parent 07ffa36 commit 6e9865b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@ JupyterLab extension to
- tag cells so that they use a fraction of the width
- can replace former 'split-cell' extension in the classic notebook

It was have preferred not to re-use the term 'split', because in jupyterlab *split* already means, well, to split a cell into 2 cells...

## Requirements

- JupyterLab >= 4.0.0

## Usage

### as a replacement for for former `split-cell`

there is no button (yet) in this extension to do the equivalent of the former 'split-cell' thing, you can use

- either keyboard Ctrl-\ Ctrl-1 Ctrl-2 (meaning you want to use 1 / 2 of the horizontal space)
- or type gridwidth in the Palette and pick 1/2
- or command `gridwidth:toggle-1-2`
- that you can bind to a keyboard shortcut of your choice

### available tags:

- `gridwidth-1-2` (50%)
Expand Down

0 comments on commit 6e9865b

Please sign in to comment.