Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions jupyter/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down