Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Continuous line numbering for Jupyter Notebooks

License

Notifications You must be signed in to change notification settings

leukeleu/jupyter-linenumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Jupyter extension that adds continuous line numbering to code cells in a Jupyter Notebook.

Usage gif

Installation

pip install git+https://github.com/leukeleu/jupyter-linenumbers
jupyter nbextension install --py linenumbers --user
jupyter nbextension enable --py linenumbers --user