No description
  • TypeScript 88.1%
  • CSS 5.5%
  • Python 4.9%
  • JavaScript 1.2%
  • Shell 0.2%
Find a file
Steven Silvester 4c9747dac0 Merge pull request #2756 from blink1073/appveyor-fix
Clean up process handling in commands
2017-07-27 16:08:38 -05:00
design Minor updates. 2017-05-11 15:16:39 -04:00
docs Remove dead link to services extension 2017-07-27 11:46:29 -05:00
examples Merge pull request #2747 from blink1073/package-integrity 2017-07-27 16:38:12 +01:00
git-hooks Add correct target as per Steve's feedback 2017-04-25 12:28:02 -07:00
jupyterlab use wait 2017-07-27 14:35:12 -05:00
packages Join cells source lines with empty string. 2017-07-27 10:28:18 -07:00
scripts use var instead of let 2017-07-26 13:29:33 -05:00
test Update tests. 2017-07-27 10:28:18 -07:00
typings/json-to-html fix rendermime package 2017-03-16 13:40:31 -05:00
.gitignore wip handle built in schemas 2017-07-15 16:18:35 +01:00
.npmrc disable package lock use on top-level package 2017-07-25 13:53:38 -07:00
.travis.yml Try forcing precise 2017-07-24 07:17:53 -05:00
appveyor.yml Do not cache the local node_modules 2017-06-16 10:35:20 -05:00
CONTRIBUTING.md Update notebook version requirement in CONTRIBUTING.md too. 2017-07-23 12:02:17 -04:00
environment.yml Update environment.yml for new binder 2017-05-30 12:32:46 -07:00
jupyter_plugins.png Update demo and add static picture 2016-03-16 13:29:26 -05:00
lerna.json Cleanup 2017-07-13 07:06:03 -05:00
LICENSE wip extension compatiblity 2017-06-15 13:09:32 -05:00
MANIFEST.in wip handle built in schemas 2017-07-15 16:18:35 +01:00
package.json Add a script to get the appropriate dependency 2017-07-26 13:22:51 -05:00
pytest.ini Clean up handling of pytest 2017-01-11 07:26:49 -06:00
README.md Update notebook version requirement from 4.2. to 4.3. 2017-07-23 12:00:45 -04:00
readthedocs.yml change build directory from tutorial to docs 2017-05-11 10:34:02 -07:00
RELEASE.md Add notes about release issues 2017-07-07 12:58:52 -05:00
setup.cfg Model setup.py after nbdime 2017-01-11 07:23:07 -06:00
setup.py Add requests requirement for tests 2017-07-26 08:20:56 -05:00
setupbase.py wip handle built in schemas 2017-07-15 16:18:35 +01:00
tslint.json Use default exports for plugins 2016-12-14 14:51:57 -06:00

Prerequisites | Installation | Contributing | License | Getting help

JupyterLab

Greenkeeper badge

Build Status Documentation Status Google Group

An extensible computational environment for Jupyter.

JupyterLab is a very early developer preview, and is not suitable for general usage yet. Features and implementation are subject to change.

With JupyterLab, you can create a computational environment for Jupyter that meets your workflow needs. Here's a quick preview of JupyterLab (link to YouTube):

JupyterLab Demo

We have a roadmap of planned development.


Prerequisites

Jupyter notebook version 4.3 or later. To check the notebook version:

jupyter notebook --version

Supported Runtimes

The runtime versions which are currently known to work:

  • Firefox 49+
  • Chrome 39+
  • Safari 10+

Earlier browser versions may also work, but come with no guarantees.

JupyterLab uses CSS Variables for styling, which is one reason for the minimum versions listed above. IE 11+ or Edge 14 do not support CSS Variables, and are not directly supported at this time. A tool like postcss can be used to convert the CSS files in the jupyterlab/build directory manually if desired.


Installation

If you use conda, you can install as:

conda install -c conda-forge jupyterlab

If you use pip, you can install it as:

pip install jupyterlab
jupyter serverextension enable --py jupyterlab --sys-prefix

Start up JupyterLab:

jupyter lab

JupyterLab will open automatically in your browser. You may also access JupyterLab by entering the notebook server's URL (http://localhost:8888) in the browser.

Instructions on how to install the project from the git sources are available in our contributor documentation.

Note: If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab.

Extensions

The JupyterLab environment can be extended using extensions. See documentation for users and developers.


Contributing

If you would like to contribute to the project, please read our contributor documentation.


License

We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.

All code is licensed under the terms of the revised BSD license.


Getting help

We encourage you to ask questions on the mailing list, and you may participate in development discussions or get live help on Gitter.

Resources