We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47cf269 + 55305e1 commit b1e4066Copy full SHA for b1e4066
etc/docker_cmd.sh
@@ -4,7 +4,7 @@
4
# generate configuration, cert, and password if this is the first run
5
#
6
if [ ! -f /var/tmp/zipline_init ] ; then
7
- jupyter notebook --generate-config
+ jupyter notebook --allow-root --generate-config
8
if [ ! -f ${SSL_CERT_PEM} ] ; then
9
openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
10
-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=127.0.0.1" \
@@ -14,6 +14,6 @@ if [ ! -f /var/tmp/zipline_init ] ; then
14
touch /var/tmp/zipline_init
15
fi
16
17
-jupyter notebook -y --no-browser --notebook-dir=${PROJECT_DIR} \
+jupyter notebook --allow-root -y --no-browser --notebook-dir=${PROJECT_DIR} \
18
--certfile=${SSL_CERT_PEM} --keyfile=${SSL_CERT_KEY} --ip='*' \
19
--config=${CONFIG_PATH}
0 commit comments