Created
February 2, 2019 04:04
-
-
Save xiaolai/cef9c92caa9c252fe6aaa3f43cecb102 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