Jupyter Notebook Environment Platform

From GM-RKB
(Redirected from Jupyter)
Jump to navigation Jump to search

A Jupyter Notebook Environment Platform is a notebook environment for managing Jupyter notebook documents.



References

2018b

2018

2017

2017b

2016a

2016b

  • http://jupyter-notebook.readthedocs.io/en/latest/notebook.html
    • QUOTE: The notebook extends the console-based approach to interactive computing in a qualitatively new direction, providing a web-based application suitable for capturing the whole computation process: developing, documenting, and executing code, as well as communicating the results. The Jupyter notebook combines two components:
      • A web application: a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media output.
      • Notebook documents: a representation of all content visible in the web application, including inputs and outputs of the computations, explanatory text, mathematics, images, and rich media representations of objects.

2016c

  • http://blog.jupyter.org/2016/07/14/jupyter-lab-alpha/
    • QUOTE: In reality, even today's “Jupyter Notebook” is a bit of a misnomer: the Notebook application includes not only support for Notebooks but also a file manager, a text editor, a terminal emulator, a monitor for running Jupyter processes, an IPython cluster manager and a pager to display help. And that is just what ships "out of the box", without counting the many third-party extensions for it. This rich toolset evolved organically, driven by the needs of our users and developers, even if we kept the increasingly ill-fitting "Notebook" name for the whole thing.

2015