Python
Jupyter notebook 에서 Line Number(줄번호) 보이기
브라이언7
2016. 9. 12. 01:30
Adding Line Numbers in IPython/Jupyter Notebooks
http://randyzwitch.com/line-numbers-ipython-notebook/
Show Line Numbers by Default in IPython Notebook
https://www.webucator.com/blog/2015/11/show-line-numbers-by-default-in-ipython-notebook/
Cell 에서 Ctrl-m 으로 명령(Command) 모드로 들어간 후에 L 을 치면 줄 번호가 toggle되어 보인다.