None Notebook

This notebook contains material from nbpages by Jeffrey Kantor (jeff at nd.edu). The text is released under the CC-BY-NC-ND-4.0 license. The code is released under the MIT license.

< 1.2 Notebook Style | Contents | Tag Index | 1.4 Coding Style >

Open in Colab

Download

1.3 External Files

Notebooks often incorporate figures, data, or video. Any external files must be appropriately licensed for reuse. If that isn't possible, then that information should be accessed by linking to a resource showing the user how to properly access that information.

To facilitate use of the notebooks, external resources should be referenced by an external link whenever possible. If the resource must be included within repository, the link should be to the publically accessible repository. This practice enables cross-platform use of notebooks and streamlines the import and use of notebooks by other users.

1.3.1 Figures

Figures included within the repository should located within a common figures directory. This practice enables reuse of figures, and streamlines the editing and maintanence of figures. Figures should be .png or .jpg format as appropriate, and resized for use with the stndard markdown ![]() markup. Use of HTML image tags is discouraged and reported as 'lint'.

1.3.2 Data

Data files distributed with the repository should be located within a common data directory.

1.3.3 Embedding YouTube video

< 1.2 Notebook Style | Contents | Tag Index | 1.4 Coding Style >

Open in Colab

Download