From 182fc8e51bc10c276e4569e56fceecc8d7a240b3 Mon Sep 17 00:00:00 2001 From: LinHuiqing <37061143+LinHuiqing@users.noreply.github.com> Date: Mon, 13 Jul 2020 09:55:33 +0800 Subject: [PATCH] amendment to jupyter dir readme import statement was erroneous and misleading for beginner programmers --- jupyter/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jupyter/README.md b/jupyter/README.md index 66df621..7f4c5a6 100644 --- a/jupyter/README.md +++ b/jupyter/README.md @@ -1,10 +1,6 @@ Save `workspace_utils.py` into your notebook's directory. -Then in your notebook run: - -```import workspace_utils.py``` - -and use it to wrap your long running code, as shown below: +Then in your notebook wrap your long running code with `active_session`, as shown below: ``` from workspace_utils import active_session