Last active
April 2, 2018 23:05
-
-
Save thejevans/5057a1f96c7463052889f18100806784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxy: | |
secretToken: "6b6847da2357051a396859394124027c730f8a47dd82ac22fa7a3491fa72d25b" | |
https: | |
hosts: | |
- jupyter.thejevans.com | |
letsencrypt: | |
contactEmail: [email protected] | |
hub: | |
extraEnv: | |
JUPYTER_ENABLE_LAB: 1 | |
extraConfig: | | |
c.KubeSpawner.cmd = ['jupyter-labhub'] | |
singleuser: | |
defaultUrl: "/lab" | |
image: | |
name: jupyter/tensorflow-notebook | |
tag: f9c74a1 | |
#this doesn't work "OAuth callback made without a code" | |
auth: | |
type: github | |
github: | |
clientId: "d64ec4fc75f10658a7ae" | |
clientSecret: "61255febcb7c016e5f5bc6496adc877aa99d55bf" | |
callbackUrl: "http://jupyter.thejevans.com/hub/oauth_callback" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment