Skip to content

Commit

Permalink
removing base_kernel_url and base_project_url from Jupyterlab start s…
Browse files Browse the repository at this point in the history
…cript
  • Loading branch information
ChuckRIHead committed May 23, 2018
1 parent 3f6f55f commit 3d53b45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jupyterlab/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ cat >> $CONF_FILE << EOF
c = get_config()
c.NotebookApp.notebook_dir = '${DRT_WORKING_DIR:-"/"}'
c.NotebookApp.base_url = '${PREFIX}'
c.NotebookApp.base_kernel_url = '${PREFIX}'
c.NotebookApp.base_project_url = '${PREFIX}'
c.NotebookApp.tornado_settings = {'headers': {'Content-Security-Policy': 'frame-ancestors *'}, 'static_url_prefix': '${PREFIX}static/'}
c.NotebookApp.default_url = '/lab/tree${DOMINO_WORKING_DIR}'
c.NotebookApp.token = u''
Expand Down

0 comments on commit 3d53b45

Please sign in to comment.