diff --git a/README.md b/README.md index ae5012c..fe0a7ed 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,11 @@ sudo ln -s $HOME/go/bin/gophernotes /go/bin/gophernotes ``` Restart jupyter, and you should now be up and running. + +### Look at Jupyter notebook's logs for debugging + +In order to see the logs for your Jupyter notebook, use the --log-level option + +``` +jupyter notebook --log-level DEBUG +```