run cmd command in jupyter notebook code example
Example 1: how to launch jupyter notebook from cmd
python -m notebook
Example 2: jupyter notebook cmd
jupyter notebook
Example 3: shell command in jupyter notebook
# use ! + command example:
!pwd