Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created August 29, 2018 12:20
Show Gist options
  • Save Voronenko/a147da4c62546f80da56f7cdafbe572d to your computer and use it in GitHub Desktop.
Save Voronenko/a147da4c62546f80da56f7cdafbe572d to your computer and use it in GitHub Desktop.
. /usr/local/anaconda/bin/activate
pip freeze | grep jupy
jupyter==1.0.0
jupyter-client==5.2.3
jupyter-console==5.2.0
jupyter-core==4.4.0
jupyterhub==0.8.1
jupyterlab==0.34.2
jupyterlab-launcher==0.13.1
tune
c.Spawner.default_url = '/lab'
sudo cat -n /etc/jupyterhub/jupyterhub_config.py | grep c.Spawner.default_url
412 #c.Spawner.default_url = ''
+
c.Spawner.cmd = ['jupyter-labhub']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment