Notebook interface

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. Examples of the notebook interface include the Mathematica notebook, Maple worksheet, MATLAB notebook, IPython/Jupyter, R Markdown, Apache Zeppelin, Apache Spark, and the Databricks cloud.[2]

History

The notebook interface was first introduced in 1988 with the release of Mathematica 1.0 on the Macintosh.[3][4][5] It was followed by Maple in 1989 when their first notebook-style graphical user interface was released with version 4.3 for the 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.[2][7]

Use

Notebooks are traditionally used in the science 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.[2][7]

In education, the notebook interface provides a digital learning environment, particularly for the teaching of computational thinking.[8][9] 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.[10]

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.[2][11][12]

References

  1. Standage, Daniel (2015-03-13). "Literate programming, RStudio, and IPython Notebook". BioWize. Wordpress. Retrieved 2016-12-01.
  2. 1 2 3 4 "The Rise of Data Science Notebooks". Datanami. 2016-05-04. Retrieved 2016-11-23.
  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. 1 2 "The IPython notebook: a historical retrospective". blog.fperez.org. Retrieved 2016-11-23.
  8. 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?".
  9. "How to Teach Computational Thinking—Stephen Wolfram". blog.stephenwolfram.com. Retrieved 2016-11-23.
  10. Databricks (2015-07-06), Spark Summit 2015 demo: Creating an end-to-end machine learning data pipeline with Databricks, retrieved 2016-11-23
  11. Andrews, Ian (2016-03-30). "Delivering information in context". O'Reilly Media. Retrieved 2016-11-23.
  12. "jupyter-incubator/dashboards". GitHub. Retrieved 2016-11-23.
This article is issued from Wikipedia - version of the 12/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.