Skip to content

Commit 06626ee

Browse files
[misc] Improve jupyter command of Makefile.
1 parent b0b3eb9 commit 06626ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ join:
1111
docker exec -it inclearn_${USER}${SUFFIX} ${SHELLNAME}
1212

1313
jupy:
14-
jupyter-notebook --ip="*" --no-browser --allow-root
14+
jupyter-notebook --no-browser --allow-root --port=8891
1515

1616
tests:
1717
pytest -p no:cacheprovider tests/

0 commit comments

Comments
 (0)