diff --git a/README.md b/README.md index 2b9550aaf7ae4643bc3c4266280f4f00cec25589..deaee92c4f7960538c2104fab9eb6093f438ae65 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