aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker/jupyter_notebook_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docker/jupyter_notebook_config.py')
-rw-r--r--tensorflow/tools/docker/jupyter_notebook_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/tools/docker/jupyter_notebook_config.py b/tensorflow/tools/docker/jupyter_notebook_config.py
new file mode 100644
index 0000000000..8031c5f269
--- /dev/null
+++ b/tensorflow/tools/docker/jupyter_notebook_config.py
@@ -0,0 +1,4 @@
+c.NotebookApp.ip = '*'
+c.NotebookApp.port = 8888
+c.NotebookApp.open_browser = False
+c.MultiKernelManager.default_kernel_name = 'python2'