Notebook interface: Difference between revisions

Source: Wikipedia, the free encyclopedia.
Content deleted Content added
Acrule (talk | contribs)
No edit summary
Adding an image of the original notebook interface
Line 1: Line 1:
[[File:Wolfram Mathematica version 1.0.jpg|thumb|The original notebook interface. Wolfram Mathematica version 1.0 operating on a Macintosh SE.]]
[[File:IPython-notebook.png|thumb|An example of an [[IPython]] notebook]][[File:Comet2006U7Notebook.png|thumb|An example of a [[Mathematica]] open cloud notebook]]
[[File:IPython-notebook.png|thumb|An example of an [[IPython]] notebook]][[File:Comet2006U7Notebook.png|thumb|An example of a [[Mathematica]] open cloud notebook]]
A '''notebook interface''' (also called a '''computational notebook''' or '''data science notebook''') is a virtual [[notebook]] environment used for [[literate programming]].<ref>{{cite web |url=https://biowize.wordpress.com/2015/03/13/literate-programming-rstudio-and-ipython-notebook/ |first=Daniel |last=Standage |title=Literate programming, RStudio, and IPython Notebook |work=BioWize |publisher=Wordpress |date=2015-03-13 |accessdate=2016-12-01}}</ref> It pairs the functionality of [[Word processor|word processing]] software with both the [[Shell (computing)|shell]] and [[Kernel (operating system)|kernel]] of that notebook's [[programming language]]. Millions of people use notebooks interfaces<ref>{{cite web |last1=Jupyter |first1=Project |title=JupyterLab is Ready for Users |url=https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906 |accessdate=30 May 2018}}</ref> to analyze data for science, journalism, and education.
A '''notebook interface''' (also called a '''computational notebook''' or '''data science notebook''') is a virtual [[notebook]] environment used for [[literate programming]].<ref>{{cite web |url=https://biowize.wordpress.com/2015/03/13/literate-programming-rstudio-and-ipython-notebook/ |first=Daniel |last=Standage |title=Literate programming, RStudio, and IPython Notebook |work=BioWize |publisher=Wordpress |date=2015-03-13 |accessdate=2016-12-01}}</ref> It pairs the functionality of [[Word processor|word processing]] software with both the [[Shell (computing)|shell]] and [[Kernel (operating system)|kernel]] of that notebook's [[programming language]]. Millions of people use notebooks interfaces<ref>{{cite web |last1=Jupyter |first1=Project |title=JupyterLab is Ready for Users |url=https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906 |accessdate=30 May 2018}}</ref> to analyze data for science, journalism, and education.

Revision as of 15:04, 7 August 2018

File:Wolfram Mathematica version 1.0.jpg
The original notebook interface. Wolfram Mathematica version 1.0 operating on a Macintosh SE.
Mathematica
open cloud notebook

A notebook interface (also called a computational notebook or data science notebook) is a virtual notebook environment used for literate programming.[1] It pairs the functionality of word processing software with both the shell and kernel of that notebook's programming language. Millions of people use notebooks interfaces[2] to analyze data for science, journalism, and education.

History

The notebook interface was first introduced in 1988 with the release of

Macintosh.[6] As the notebook interface increased in popularity over the next two decades, kernels/backends to notebooks for many languages were introduced, including MATLAB, Python, Julia, Scala, SQL, and others.[7][8]

Use

Notebooks are traditionally used in the sciences as electronic lab notebooks to document research procedures, data, calculations, and findings. Notebooks track methodology as to make it easier to reproduce results and calculations with different data sets.[7][8]

In education, the notebook interface provides a digital learning environment, particularly for the teaching of computational thinking.[9][10] Their utility for combining text with code makes them unique in the realm of education.

Digital notebooks are sometimes used for presentations as an alternative to PowerPoint and other presentation software, as they allow for the execution of code inside the notebook environment.[11]

Due to their ability to display data visually and retrieve data from different sources by modifying code, notebooks are also entering the realm of business intelligence software.[7][12][13]

Notebooks

Example of projects or products of notebooks:

References

  1. ^ Standage, Daniel (2015-03-13). "Literate programming, RStudio, and IPython Notebook". BioWize. Wordpress. Retrieved 2016-12-01.
  2. ^ Jupyter, Project. "JupyterLab is Ready for Users". Retrieved 30 May 2018.
  3. ^ The ReDiscovered Future (2016-04-04), Macintosh + Mathematica = Infinity - April 1989, retrieved 2016-11-23
  4. ^ Hayes, Brian (1990). "Thoughts on Mathematica" (PDF). PIXEL. January/February 1990: 28–35.
  5. ^ "Launching Wolfram Player for iOS—Wolfram". Retrieved 2016-11-23.
  6. ^ "MTN Special Issue 1994". web.mit.edu. Retrieved 2016-11-23.
  7. ^ a b c d "The Rise of Data Science Notebooks". Datanami. 2016-05-04. Retrieved 2016-11-23.
  8. ^ a b "The IPython notebook: a historical retrospective". blog.fperez.org. Retrieved 2016-11-23.
  9. ^ Barr, Valerie; Stephenson, Chris (2011). "Bringing computational thinking to K-12: what is involved and what is the role of the computer science education community?".
  10. ^ "How to Teach Computational Thinking—Stephen Wolfram". blog.stephenwolfram.com. Retrieved 2016-11-23.
  11. ^ Databricks (2015-07-06), Spark Summit 2015 demo: Creating an end-to-end machine learning data pipeline with Databricks, retrieved 2016-11-23
  12. ^ Andrews, Ian (2016-03-30). "Delivering information in context". O'Reilly Media. Retrieved 2016-11-23.
  13. ^ "jupyter-incubator/dashboards". GitHub. Retrieved 2016-11-23.