We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6124cc7 commit 97ba7c0Copy full SHA for 97ba7c0
README.md
@@ -261,3 +261,10 @@ sudo ln -s $HOME/go/bin/gophernotes /go/bin/gophernotes
261
```
262
263
Restart jupyter, and you should now be up and running.
264
+
265
+### Look at Jupyter notebook's logs for debugging
266
267
+In order to see the logs for your Jupyter notebook, use the --log-level option
268
+```
269
+jupyter notebook --log-level DEBUG
270
0 commit comments