Skip to main content

Documenting Your Work

  • Chapter
  • First Online:
Practical Data Science with Python 3
  • 8653 Accesses

Abstract

Data science and scientific computing are human-centered, collaborative endeavors that gather teams of experts covering multiple domains. You will rarely perform any serious data analysis task alone. Therefore, efficient intra-team communication that ensures proper information exchange within a team is required. There is also a need to convey all details of an analysis to relevant external parties. Your team is part of a larger scientific community, so others must be able to easily validate and verify your team’s findings. Reproducibility of an analysis is as important as the result itself. Achieving this requirement—to effectively deliver data, programs, and associated narrative as an interactive bundle—is not a trivial task. You cannot assume that everybody who wants to peek into your analysis is an experienced software engineer. On the other hand, all stakeholders aspire to make decisions based on available data. Fortunately, there is a powerful open-source solution for reconciling differences in individuals’ skill sets. This chapter introduces the project Jupyter (see https://jupyter.org ), the most popular ecosystem for documenting and sharing data science work.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 44.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 59.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    The name Jupyter originated as an amalgamation of the letters shown in bold from the supported languages.

  2. 2.

    Another two popular web clients, with extensions to communicate with a notebook server, are nteract (see https://nteract.io/ ) and Google Colaboratory (see https://colab.research.google.com ). There is also a tool called Binder (see https://mybinder.org ) that can turn your GitHub repository with passive notebooks into a live interactive environment. It packages your notebooks into a Docker image amenable to being deployed into JupyterHub.

  3. 3.

    The fastest way is to just run %qtconsole inside a code cell, and this will summon a Qt Console tool attached to your kernel. The command will automatically pick up the required connection information.

  4. 4.

    Visit https://github.com/computationalmodelling/nbval for instructions on how to install the Py.test plug-in for validating Jupyter notebooks.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Ervin Varga

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Varga, E. (2019). Documenting Your Work. In: Practical Data Science with Python 3. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-4859-1_4

Download citation

Publish with us

Policies and ethics