Changes between Version 10 and Version 11 of Jupyter


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v10 v11  
    6363!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.\\
    6464!JupyterLab use modern !JavaScript technologies such as
    65 * !TypeScript https://www.typescriptlang.org
    66 * React https://reactjs.org
    67 * Lerna https://lernajs.io
    68 * Yarn https://yarnpkg.com , Yarn is a package manager for your code.
    69 * webpack https://webpack.js.org , static module bundler for modern !JavaScript applications
     65* !TypeScript, https://www.typescriptlang.org
     66* React, https://reactjs.org
     67* Lerna, https://lernajs.io , optimizes the workflow around managing multi-package repositories with git and npm.
     68* Yarn, https://yarnpkg.com , Yarn is a package manager for your code.
     69* webpack, https://webpack.js.org , static module bundler for modern !JavaScript applications
    7070
    7171----