Giter Site home page Giter Site logo

gitter-badger / jupyterlab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jupyterlab/jupyterlab

0.0 1.0 0.0 24.53 MB

JupyterLab computational environment. This is a very early preview, and is not suitable for general usage yet.

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

Python 1.37% JavaScript 1.12% HTML 0.12% Shell 0.24% TypeScript 91.58% CSS 5.57%

jupyterlab's Introduction

JupyterLab

An extensible computational environment for Jupyter.

This is a very early pre-alpha developer preview. It is not ready for general usage yet.

API Docs

JupyterLab Demo

Jupyter Server Extension

The Jupyter server extension source files are in the jupyterlab/ subdirectory. To use this extension, you need the Jupyter notebook server version 4.2 or later.

User installation

pip install jupyterlab
jupyter serverextension enable --py jupyterlab

Start up Jupyterlab with the command jupyter lab, open a browser to the server's URL (e.g., http://localhost:8888).

Developer Installation

You will need npm (preferably version 5 or later).

git clone https://github.com/jupyter/jupyterlab.git
cd jupyterlab
npm install
pip install -e . # will take a long time to build everything
jupyter serverextension enable --py jupyterlab

Start up Jupyterlab with the command jupyter lab, open a browser to the server's URL (e.g., http://localhost:8888).

When you make a change to JupyterLab npm package source files, run python setup.py jsdeps to build the changes and refresh your browser to see the changes.

NPM Package

The npm package source files are in the src/ subdirectory.

Prerequisites

  • node (preferably version 5 or later)
  • Jupyter notebook server version 4.2 or later (to run examples)
npm install --save jupyterlab

NPM Source Build

git clone https://github.com/jupyter/jupyterlab.git
cd jupyterlab
npm install
npm run build

Rebuild

npm run clean
npm run build

Run Tests

Follow the source build instructions first.

npm test

Build Examples

Follow the source build instructions first. Requires a Python install with the Jupyter notebook (version 4.2 or later).

npm run build:examples

Change to the appropriate example in the examples directory and run python main.py.

Build Docs

Follow the source build instructions first.

npm run docs

Navigate to docs/index.html.

Supported Runtimes

The runtime versions which are currently known to work are listed below. Earlier versions may also work, but come with no guarantees.

  • IE 11+
  • Firefox 32+
  • Chrome 38+

Note: "requirejs" must be included in a global context (usually as a <script> tag) for Comm targets.

Bundle for the Browser

Follow the package install instructions first.

Any bundler that understands how to require() files with .js and .css extensions can be used with this package.

Note: This npm module is fully compatible with Node/Babel/ES6/ES5. Simply omit the type declarations when using a language other than TypeScript.

jupyterlab's People

Contributors

afshin avatar aggftw avatar blink1073 avatar craigcitro avatar dwillmer avatar ellisonbg avatar jasongrout avatar lduchesne avatar minrk avatar rgbkrk avatar sccolbert avatar sylvaincorlay avatar vidartf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.