3 lines
111 B
Makefile
3 lines
111 B
Makefile
|
run_jupyter:
|
||
|
jupyter notebook --ip 127.0.0.1 --port 8888 --no-browser --allow-root --notebook-dir=./notebooks
|