pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
모든 행 번호 표시
모든 셀의 행 번호를 전환하려면 도구 모음 버튼과 단축키를 추가하세요.
팁: L 단축키를 통해 직접 조작할 수도 있습니다.
from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all"
위 내용은 벽 균열 추천! 다양한 Jupyter Notebook 매우 실용적인 플러그인(2)의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!