Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 571 Bytes

Pin Cell Extension


Jupyter NB Extension to pin your important cell in the sidebar. Save your precious time scrolling up and down just for looking another cell.

Install Extension

Install this extension using this command:

git clone git://github.com/maziyank/pin_cell_extension
cd pin_cell_extension
jupyter nbextension install pin_cell 

Enable Extension

jupyter nbextension enable pin_cell/main

Usage

  • Select a cell that you want to pinned.
  • Click pin cell icon in the toolbar

Pin Cell