xukai0414 / jupyterlab_app

A native app for JupyterLab, based on electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyterlab App

Build Status

A native app for JupyterLab, based on Electron.

Build dependencies

Linux

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.

Getting started

  1. run git clone git@github.com:jupyterlab/jupyterlab_app.git
  2. run yarn install or npm install
  3. run yarn build:all or npm run build:all

Building for distribution

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

About

A native app for JupyterLab, based on electron.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 89.3%Language:CSS 7.3%Language:JavaScript 2.9%Language:HTML 0.5%