All Projects → jupyterlab → Jupyterlab_app

jupyterlab / Jupyterlab_app

Licence: bsd-3-clause
A desktop application for JupyterLab, based on Electron.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jupyterlab app

Jupyterlab Python Bytecode
JupyterLab extension to explore CPython Bytecode
Stars: ✭ 57 (-69.19%)
Mutual labels:  jupyterlab
Jupyterlab Demo
Demonstrations of JupyterLab
Stars: ✭ 122 (-34.05%)
Mutual labels:  jupyterlab
Jupyter bokeh
An extension for rendering Bokeh content in JupyterLab notebooks
Stars: ✭ 165 (-10.81%)
Mutual labels:  jupyterlab
Jupyterlab Configuration
Containerized and Script-controlled JupyterLab Project Environment
Stars: ✭ 84 (-54.59%)
Mutual labels:  jupyterlab
Jupyterlab Prodigy
🧬 A JupyterLab extension for annotating data with Prodigy
Stars: ✭ 97 (-47.57%)
Mutual labels:  jupyterlab
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-21.62%)
Mutual labels:  jupyterlab
Elyra
Elyra extends JupyterLab Notebooks with an AI centric approach.
Stars: ✭ 839 (+353.51%)
Mutual labels:  jupyterlab
Jupyterlab Go To Definition
Navigate to variable's definition with a click in JupyterLab (or with a few key strokes)
Stars: ✭ 180 (-2.7%)
Mutual labels:  jupyterlab
Jupyterlab materialdarker
The Material Darker theme for JupyterLab
Stars: ✭ 120 (-35.14%)
Mutual labels:  jupyterlab
Jupyterlab System Monitor
JupyterLab extension to display system metrics
Stars: ✭ 154 (-16.76%)
Mutual labels:  jupyterlab
Jupyterlab Topbar
JupyterLab Top Bar extension
Stars: ✭ 86 (-53.51%)
Mutual labels:  jupyterlab
Jupyterlab Spreadsheet
JupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files
Stars: ✭ 95 (-48.65%)
Mutual labels:  jupyterlab
Jupyterlab Data Explorer
First class datasets in JupyterLab
Stars: ✭ 146 (-21.08%)
Mutual labels:  jupyterlab
Jupyterlab Gitplus
JupyterLab extension to create GitHub commits & pull requests
Stars: ✭ 76 (-58.92%)
Mutual labels:  jupyterlab
Jupyterlab Interactive Dashboard Editor
A drag-and-drop dashboard editor for JupyterLab
Stars: ✭ 165 (-10.81%)
Mutual labels:  jupyterlab
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+425.41%)
Mutual labels:  jupyterlab
Jupyterlab
JupyterLab computational environment.
Stars: ✭ 11,659 (+6202.16%)
Mutual labels:  jupyterlab
Jupyterlab Hub
Deprecated: JupyterLab extension for running JupyterLab with JupyterHub
Stars: ✭ 181 (-2.16%)
Mutual labels:  jupyterlab
Extension Examples
JupyterLab Extensions by Examples
Stars: ✭ 174 (-5.95%)
Mutual labels:  jupyterlab
Awesome Jupyterlab
A curated list of awesome JupyterLab extensions and resources
Stars: ✭ 2,035 (+1000%)
Mutual labels:  jupyterlab

Jupyterlab App

Build Status

A desktop application 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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].