Created
October 24, 2020 19:25
-
-
Save argenisleon/5c343819721ac0fb4739844517a8576c 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
| 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