File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,13 @@ RUN apt-get update \
7171 && jupyter contrib nbextension install \
7272 && jupyter nbextensions_configurator enable
7373
74- COPY notebook.json /root/.jupyter/nbconfig/notebook.json
74+ COPY jupyter-notebook-config.json /root/.jupyter/nbconfig/notebook.json
75+ COPY jupyter-server-config.json /root/.jupyter/jupyter_notebook_config.json
7576
7677COPY requirements.txt conf
7778
7879RUN pip3 install --no-cache-dir -r conf/requirements.txt
7980
8081WORKDIR /devfest/notebooks
8182
82- ENTRYPOINT jupyter notebook --ip 0.0.0.0 --allow-root
83+ ENTRYPOINT jupyter notebook --ip 0.0.0.0 --allow-root --no-browser
File renamed without changes.
Original file line number Diff line number Diff line change 1+ {
2+ "NotebookApp" : {
3+ "nbserver_extensions" : {
4+ "jupyter_nbextensions_configurator" : true
5+ },
6+ "password" : " " ,
7+ "token" : " "
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments