python - Showing line numbers in IPython/Jupyter Notebooks -


error reports language kernels running in ipython/jupyter notebooks indicate line on error occurred; (at least default) no line numbers indicated in notebooks.

is possibile add line numbers ipython/jupyter notebooks?

ctrl - ml toggles line numbers in codemirror area. see quickhelp other keyboard shortcuts.

in more details ctrl - m (or esc) bring command mode, pressing l keys should toggle visibility of current cell line numbers. in more recent notebook versions shift-l should toggle cells.

if can't remember shortcut, bring command palette ctrl-shift+p (cmd+shift+p on mac), , search "line numbers"), should allow toggle , show shortcut.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -