Skip to content

Instantly share code, notes, and snippets.

@argenisleon
Created October 24, 2020 19:25
Show Gist options
  • Select an option

  • Save argenisleon/5c343819721ac0fb4739844517a8576c to your computer and use it in GitHub Desktop.

Select an option

Save argenisleon/5c343819721ac0fb4739844517a8576c to your computer and use it in GitHub Desktop.
The first time just create a new a password
$ jupyter notebook --generate-config
$ jupyter notebook password
$ conda deactivate && byobu
This is after creating the conda envs
$ conda activate rapids_blazing && jupyter lab --ip=0.0.0.0 --port=8888 --no-browser
Press F2
$ conda activate rapids_blazing && jupyter kernelgateway --ip=0.0.0.0 --JupyterWebsocketPersonality.list_kernels=True --KernelGatewayApp.allow_origin='*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment