Notebook interface: Difference between revisions

Source: Wikipedia, the free encyclopedia.
Content deleted Content added
Made the page! Still a work in progress, additional content to come.
 
No edit summary
Line 7: Line 7:
Notebooks are traditionally used in the science as [[Electronic lab notebook|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.<ref name=":0" /><ref name=":1" />
Notebooks are traditionally used in the science as [[Electronic lab notebook|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.<ref name=":0" /><ref name=":1" />


In [[Educational technology|education]], the notebook interface provides a digital learning environment, particularly in the teaching of [[computational thinking]]<ref>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?". </ref>
In [[Educational technology|education]], the notebook interface provides a digital learning environment, particularly for the teaching of [[computational thinking]].<ref>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?". </ref><ref>{{Cite web|url=http://blog.stephenwolfram.com/2016/09/how-to-teach-computational-thinking/|title=How to Teach Computational Thinking—Stephen Wolfram|last=|first=|date=|website=blog.stephenwolfram.com|publisher=|access-date=2016-11-23}}</ref> 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 [[Microsoft PowerPoint|PowerPoint]] and other presentation software, as they allow for the execution of code inside the notebook environment.<ref>{{Citation|last=Databricks|title=Spark Summit 2015 demo: Creating an end-to-end machine learning data pipeline with Databricks|date=2015-07-06|url=https://www.youtube.com/watch?v=NR1MYg_7oSg|accessdate=2016-11-23}}</ref>

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]].<ref name=":0" /><ref>{{Cite news|url=https://www.oreilly.com/ideas/delivering-information-in-context|title=Delivering information in context|last=Andrews|first=Ian|date=2016-03-30|newspaper=O'Reilly Media|access-date=2016-11-23}}</ref><ref>{{Cite web|url=https://github.com/jupyter-incubator/dashboards|title=jupyter-incubator/dashboards|website=GitHub|access-date=2016-11-23}}</ref>

== References ==

Revision as of 16:47, 23 November 2016

A Notebook interface (also called a Computational notebook or Data science notebook) is a virtual notebook environment. 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.[1]

History

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

Macintosh.[5] 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.[1][6]

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.[1][6]

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

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.[1][10][11]

References

  1. ^ a b c d "The Rise of Data Science Notebooks". Datanami. 2016-05-04. Retrieved 2016-11-23.
  2. ^ The ReDiscovered Future (2016-04-04), Macintosh + Mathematica = Infinity - April 1989, retrieved 2016-11-23
  3. ^ Hayes, Brian (1990). "Thoughts on Mathematica" (PDF). PIXEL. January/February 1990: 28–35.
  4. ^ "Launching Wolfram Player for iOS—Wolfram". Retrieved 2016-11-23.
  5. ^ "MTN Special Issue 1994". web.mit.edu. Retrieved 2016-11-23.
  6. ^ a b "The IPython notebook: a historical retrospective". blog.fperez.org. Retrieved 2016-11-23.
  7. ^ 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?".
  8. ^ "How to Teach Computational Thinking—Stephen Wolfram". blog.stephenwolfram.com. Retrieved 2016-11-23.
  9. ^ Databricks (2015-07-06), Spark Summit 2015 demo: Creating an end-to-end machine learning data pipeline with Databricks, retrieved 2016-11-23
  10. ^ Andrews, Ian (2016-03-30). "Delivering information in context". O'Reilly Media. Retrieved 2016-11-23.
  11. ^ "jupyter-incubator/dashboards". GitHub. Retrieved 2016-11-23.