how to use command line in jupyter notebook code example
Example 1: jupyter notebook command
jupyter notebook
Example 2: shell command in jupyter notebook
# use ! + command example:
!pwd
jupyter notebook
# use ! + command example:
!pwd