A native app for JupyterLab, based on Electron.
You will need the development packages of libcairo, libjpeg, and libgif. In Debian-based distributions, these are provided by the libcairo2-dev, libjpeg8-dev, and libgif-dev packages.
- run
git clone [email protected]:jupyterlab/jupyterlab_app.git - run
yarn installornpm install - run
yarn build:allornpm run build:all
To test building for distribution you can install Docker and run yarn dockerdist:platform where "platform" is either "linux", "win" or "mac".
If you don't want to user Docker but instead want to build locally, there are a few dependencies you're required to install.
Regarding releasing please check out release