Changes between Version 6 and Version 7 of Jupyter


Ignore:
Timestamp:
05/20/18 12:09:47 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v6 v7  
    3131* data file viewers
    3232* and other custom components
    33 side by side with Jupyter Notebooks in a tabbed work area.
     33side by side with Jupyter Notebooks in a tabbed work area. !JupyterLab provides a high level of integration between notebooks, documents, and activities.
     34
     35Introduction: https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906 \\
     36Overview: http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html \\
     37Interface: http://jupyterlab.readthedocs.io/en/stable/user/interface.html
    3438
    3539=== Run Jupyter / !JupyterLab
     
    5054----
    5155
    52 === Develop for JupyterLab
    53 TypeScript, React, Lerna, Yarn, and webpack
     56=== Develop for !JupyterLab
     57!JupyterLab is built on top of an extension system that enables you to customize and enhance !JupyterLab by installing additional extensions. To start developing a !JupyterLab extension, see
     58* the !JupyterLab Extension System http://jupyterlab.readthedocs.io/en/stable/user/extensions.htm
     59* the !JupyterLab Extension Developer Guide (http://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html)
     60* the !TypeScript (https://github.com/jupyterlab/extension-cookiecutter-ts)
     61* !JavaScript extension templates (https://github.com/jupyterlab/extension-cookiecutter-js)
     62
     63!JupyterLab itself is co-developed on top of PhosphorJS (https://phosphorjs.github.io), a new !JavaScript library for building extensible, high-performance, desktop-style web applications.
     64!JupyterLab use modern !JavaScript technologies such as
     65* !TypeScript
     66* React
     67* Lerna
     68* Yarn
     69* webpack.
    5470
    5571----