Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
ec2f7948
Commit
ec2f7948
authored
Jan 28, 2018
by
Chia-liang Kao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable jupyterhub-lab support.
parent
27ba5736
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
base-notebook/start-singleuser.sh
base-notebook/start-singleuser.sh
+6
-1
No files found.
base-notebook/start-singleuser.sh
View file @
ec2f7948
...
@@ -34,5 +34,10 @@ fi
...
@@ -34,5 +34,10 @@ fi
if
[
!
-z
"
$JPY_HUB_API_URL
"
]
;
then
if
[
!
-z
"
$JPY_HUB_API_URL
"
]
;
then
NOTEBOOK_ARGS
=
"--hub-api-url=
$JPY_HUB_API_URL
$NOTEBOOK_ARGS
"
NOTEBOOK_ARGS
=
"--hub-api-url=
$JPY_HUB_API_URL
$NOTEBOOK_ARGS
"
fi
fi
if
[
!
-z
"
$JUPYTERHUB_ENABLE_LAB
"
]
;
then
NOTEBOOK_BIN
=
"jupyter labhub"
else
NOTEBOOK_BIN
=
jupyterhub-singleuser
fi
.
/usr/local/bin/start.sh
jupyterhub-singleuser
$NOTEBOOK_ARGS
$@
.
/usr/local/bin/start.sh
$NOTEBOOK_BIN
$NOTEBOOK_ARGS
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment