diff --git a/docs/source/notebook/public_server.rst b/docs/source/notebook/public_server.rst index 1745497e6..f79d1799e 100644 --- a/docs/source/notebook/public_server.rst +++ b/docs/source/notebook/public_server.rst @@ -95,9 +95,6 @@ commented; the minimum set you need to uncomment and edit is the following:: c = get_config() - # Kernel config - c.IPKernelApp.pylab = 'inline' # if you want plotting support always - # Notebook config c.NotebookApp.certfile = u'/absolute/path/to/your/certificate/mycert.pem' c.NotebookApp.ip = '*'