You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
icon.png fix rights to 755 (linux actual) 2 years ago
main.css fix rights to 755 (linux actual) 2 years ago
main.js fix rights to 755 (linux actual) 2 years ago
readme.md fix rights to 755 (linux actual) 2 years ago
rubberband.yaml fix rights to 755 (linux actual) 2 years ago

readme.md

Rubberband

Multi-Cell selection using a rubberband. This extension is only available for IPython version 3.x.

Description

The rubberband extension allows selecting multiple cells. Cells are selected by pressing shift or ctrl+shift + left mouse button click and dragging the rubber band over the cells.

  • shift + left mouse button : select cells that are currently touched by the rubberband
  • ctrl + shift + left mouse button : select cells that were touched by the rubberband

The ctrl+shift action is useful when scrolling inside the notebook. Scrolling is activated when the mouse reaches the upper or lower boundary of the notebook area. For now, the mouse has to be moved to achieve continuous scrolling.

A short video demonstrating the rubberband extension can be found here: screenshot

Two other extensions make use of this feature: exercise and chrome_clipboard.

Internals

New metadata element added to each cell:

  • cell.metadata.selected - means this cell is selected