diff --git a/jupyter_notebook_config.py b/jupyter_notebook_config.py deleted file mode 100644 index e6aecc3..0000000 --- a/jupyter_notebook_config.py +++ /dev/null @@ -1,7 +0,0 @@ -c = get_config() -c.IPKernelApp.pylab = 'inline' # if you want plotting support always -c.NotebookApp.ip = 'airborne.ddns.net' -c.NotebookApp.port = 8001 -c.NotebookApp.open_browser = False -c.NotebookApp.tornado_settings = { 'headers': { 'Content-Security-Policy': "frame-src 'self' http://airborne.ddns.net:8001/" } } -