mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-10 12:20:38 +08:00
This extension enables the Ruler CodeMirror feature
Configuration
You can set the number of characters in the notebook extensions configration page or use the ConfigManager:
from IPython.html.services.config import ConfigManager
ip = get_ipython()
cm = ConfigManager(parent=ip)
cm.update('notebook', {"ruler_column": 80})