Forked from xiaolai/gist:cef9c92caa9c252fe6aaa3f43cecb102
Created
March 17, 2020 15:28
-
-
Save zdway10/6dd98bf116b1fe308335ed9d25977f02 to your computer and use it in GitHub Desktop.
Run Jupterlab as an desktop app
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
# install anaconda | |
jupyter-lab --generate-config | |
edit ~/.jupyter/jupyter_notebook_config.py, add lines: | |
c.NotebookApp.token = '' #you can set password here. | |
#https://github.com/jiahaog/nativefier | |
npm install nativefier -g | |
nativefier "http://localhost:8888" | |
jupyter lab --no-browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment