--- jupyter_notebook_config.py.orig 2018-12-14 20:20:14.908078274 +0900
+++ jupyter_notebook_config.py 2018-12-14 20:22:42.962886135 +0900
@@ -206,6 +206,7 @@
# module, unless it is overridden using the --browser (NotebookApp.browser)
# configuration option.
#c.NotebookApp.open_browser = True
+c.NotebookApp.open_browser = False
## Hashed password to use for web authentication.
#
@@ -225,7 +226,8 @@
#c.NotebookApp.password_required = False
## The port the notebook server will listen on.
-c.NotebookApp.port = 30001
+#c.NotebookApp.port = 30001
+c.NotebookApp.port = 10001
## The number of additional ports to try if the specified port is not available.
#c.NotebookApp.port_retries = 50
change password
jupyter notebook password
run (create project root first)
mkdir -p ${PROJECT_ROOT}/jupyter && cd ${PROJECT_ROOT}/jupyter
jupyter notebook
CentOS 7
jupyter is installed as part of anaconda
change notebook configuration (default:
~/.jupyter/jupyter_notebook_config.py
)