Changes between Version 4 and Version 5 of Jupyter


Ignore:
Timestamp:
05/20/18 11:45:23 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v4 v5  
    55
    66Jupyter is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media in a document called Jupyter Notebook.
     7Jupyter Notebooks are for **creating reproducible computational narratives**.
    78
    89The Jupyter Notebook is based on a set of open standards for interactive computing. Think HTML and CSS for interactive computing on the web. These open standards can be leveraged by third party developers to build customized applications with embedded interactive computing.
    910
    10 * Language of choice \\ The Notebook has support for over 40 programming languages, including Python, R, Julia, and Scala.
     11* **Language of choice** \\ The Notebook has support for over 40 programming languages, including Python, R, Julia, and Scala.
    1112
    12 * Share notebooks \\ Notebooks can be shared with others using email, Dropbox, !GitHub and the Jupyter Notebook Viewer.
     13* **Share notebooks** \\ Notebooks can be shared with others using email, Dropbox, !GitHub and the Jupyter Notebook Viewer.
    1314
    14 * Interactive output \\ Your code can produce rich, interactive output: HTML, images, videos, LaTeX, and custom MIME types.
     15* **Interactive output** \\ Your code can produce rich, interactive output: HTML, images, videos, LaTeX, and custom MIME types.
    1516
    16 * Big data integration \\ Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, !TensorFlow.
    17 
     17* **Big data integration** \\ Leverage big data tools, such as Apache Spark, from Python, R and Scala. Explore that same data with pandas, scikit-learn, ggplot2, !TensorFlow.
    1818
    1919more:
     
    2525  * Jupyter Notebook Gallery (https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks)
    2626
    27 === Run Jupyter
     27=== !JupyterLab
     28!JupyterLab is the advanced interactive development environment for working with notebooks, code and data and  has full support for Jupyter Notebooks. But additionally, !JupyterLab enables you to use
     29* text editors, terminals
     30* data file viewers
     31* and other custom components
     32side by side with Jupyter Notebooks in a tabbed work area.
     33
     34=== Run Jupyter / !JupyterLab
    2835[[Image(jupyterpreview.png, 200px, align=right, margin=10)]]
    2936
     
    4047This might not suite your needs and you want to switch to a different software stage or want to load additional software modules. In that case you need to set up your own specialized Jupyter kernel. This can be done in a few steps:
    4148
     49----
    4250
     51=== Develop for JupyterLab
     52TypeScript, React, Lerna, Yarn, and webpack
    4353
    4454----