Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zdway10/6dd98bf116b1fe308335ed9d25977f02 to your computer and use it in GitHub Desktop.
Save zdway10/6dd98bf116b1fe308335ed9d25977f02 to your computer and use it in GitHub Desktop.
Run Jupterlab as an desktop app
# 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