Skip to content

Commit 3d412cd

Browse files
committed
Update utility scripts to use poetry
1 parent e5b970c commit 3d412cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
33
LOG="$DIR/jupyter_notebook.log"
44
CONFIG="$DIR/jupyter_notebook_config.py"
5-
pipenv run nohup jupyter notebook --config="$CONFIG" 1>/dev/null 2>> "$LOG" &
5+
poetry run nohup jupyter notebook --config="$CONFIG" 1>/dev/null 2>> "$LOG" &

stop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
pipenv run jupyter notebook stop
2+
poetry run jupyter notebook stop

0 commit comments

Comments
 (0)