Created
August 29, 2018 12:20
-
-
Save Voronenko/a147da4c62546f80da56f7cdafbe572d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
. /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