Changes between Version 21 and Version 22 of Jupyter


Ignore:
Timestamp:
05/21/18 13:45:58 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v21 v22  
    44[[Image(jupyter-main-logo.png, 450px, align=right, margin=10, link=wiki:ParaView)]]
    55
    6 Jupyter 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.
     6Jupyter is an interactive computational environment **in the web browser**, in which you can combine code execution, rich text, mathematics, plots and rich media in a document called Jupyter Notebook.
    77Jupyter Notebooks are for **creating reproducible computational narratives**.
    88
    99The 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.
    10 
    11 * **Language of choice** \\ The Notebook has support for over 40 programming languages, including Python, R, Julia, and Scala.
    1210
    1311* **Share notebooks** \\ Notebooks can be shared with others using email, Dropbox, !GitHub and the Jupyter Notebook Viewer.
     
    1614
    1715* **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.
     16
     17* **Language of choice** \\ The Notebook has support for over 40 programming languages, including Python, Julia, R and Bash.
    1818
    1919==== !JupyterLab