From a26d681c2dd7f61552daa28fb674aef03d90044d Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 13 Feb 2021 16:47:29 -0800 Subject: [PATCH] add run_jupyter script --- bin/run_jupyter.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/run_jupyter.sh diff --git a/bin/run_jupyter.sh b/bin/run_jupyter.sh new file mode 100755 index 0000000..d2adca5 --- /dev/null +++ b/bin/run_jupyter.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan jupyter/datascience-notebook