From b72e69999cacd8450f02b55210a8aff2b490d771 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 8 Feb 2019 13:34:04 +0100 Subject: [PATCH] Add instructions for NERSC users --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a15ff9..1e4c25c 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,8 @@ PYSPARK_DRIVER_PYTHON_OPTS="jupyter-notebook --debug --no-browser --port=$PORT1" --master $SPARKURL \ --packages $PACK \ --driver-memory $MEMDRIVER --executor-memory $MEMEXEC --executor-cores $EXECCORES --total-executor-cores $TOTALCORES -``` \ No newline at end of file +``` + +### DESC members: working at NERSC + +Source your DESC environement. Then go to the Jupyter Lab web [interface](https://jupyter-dev.nersc.gov/), and execute the notebook with the desc-pyspark kernel. \ No newline at end of file