rschroll / 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.

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", "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

About

A native app for JupyterLab, based on electron.

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


Languages

Language:TypeScript 81.5%Language:CSS 13.8%Language:JavaScript 3.7%Language:HTML 1.0%