A desktop application 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 git@github.com:jupyterlab/jupyterlab_app.git
- run
yarn install
ornpm install
- run
yarn build:all
ornpm run build:all
To test building for distribution you can install Docker and run yarn dockerdist:platform
where "platform" is either "linux" or "win". To build for macOS a macOS computer is required.
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