From 539e84cc5ad5d54dfc6cd6a6112d6b81f54d431f Mon Sep 17 00:00:00 2001
From: felmer <franz-josef.elmer@id.ethz.ch>
Date: Thu, 16 May 2019 08:12:34 +0200
Subject: [PATCH] SSDM-8127: Add hint for debugging Jupyter

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 2b9550a..deaee92 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,12 @@ After the setup is complete, you'll have
 * openBIS running at <https://localhost:8122/openbis/>, with credentials admin/password.
 * Object /DEFAULT/DEFAULT with a lot of datasets for testing.
 
+Hint: Jupyter creates no log file. Everything is printed onto the console. In order to see this output do the following:
+1. vagrant ssh
+2. screen -r
+
+You can escape from the screen by typing ^A followed by ^D. 
+
 
 ### clone repository and install extension for development
 
-- 
GitLab