c.NotebookApp.allow_origin = '*' c.NotebookApp.notebook_dir = '/root' c.NotebookApp.ip = '*' c.NotebookApp.open_browser = True