0% found this document useful (0 votes)
102 views9 pages

8 Guidelines To Create Professional Data Science Notebooks

The document outlines 8 guidelines for creating professional data science notebooks: 1) Use descriptive titles and headings, 2) Break work into cells with one concept each, 3) Add comments to explain steps, 4) Keep notebooks clean and well-organized, 5) Include imports in the first code cell, 6) Add citations and references, 7) Export notebooks to HTML or PDF for sharing, and 8) Consider version control with Git. Following these guidelines can help create organized and understandable notebooks that communicate data science work effectively.

Uploaded by

Teto Schedule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views9 pages

8 Guidelines To Create Professional Data Science Notebooks

The document outlines 8 guidelines for creating professional data science notebooks: 1) Use descriptive titles and headings, 2) Break work into cells with one concept each, 3) Add comments to explain steps, 4) Keep notebooks clean and well-organized, 5) Include imports in the first code cell, 6) Add citations and references, 7) Export notebooks to HTML or PDF for sharing, and 8) Consider version control with Git. Following these guidelines can help create organized and understandable notebooks that communicate data science work effectively.

Uploaded by

Teto Schedule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

Sign in create an account

1 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

2 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

3 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

4 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

df_cell_3

df_cell_3

5 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

6 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

import

.ipynb

7 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

.html

My_Notebook.ipynb

1 from subprocess import call


2 call(['python', '-m', 'nbconvert', 'My_Notebook.ipynb'])

export_nb.py hosted with by GitHub view raw

8 of 9 1/11/2022, 3:39 PM
8 Guidelines to Create Professional Data Science Notebooks |... https://towardsdatascience.com/8-guidelines-to-create-profess...

9 of 9 1/11/2022, 3:39 PM

You might also like