We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b970c commit 3d412cdCopy full SHA for 3d412cd
start
@@ -2,4 +2,4 @@
2
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
3
LOG="$DIR/jupyter_notebook.log"
4
CONFIG="$DIR/jupyter_notebook_config.py"
5
-pipenv run nohup jupyter notebook --config="$CONFIG" 1>/dev/null 2>> "$LOG" &
+poetry run nohup jupyter notebook --config="$CONFIG" 1>/dev/null 2>> "$LOG" &
stop
@@ -1,2 +1,2 @@
1
#!/bin/bash
-pipenv run jupyter notebook stop
+poetry run jupyter notebook stop
0 commit comments