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.0 Style Guide | Contents | Tag Index | 1.2 Notebook Style >

Open in Colab

Download

1.1 Notebook naming and ancillary/generated files

Motebooks in a repository reside in a single top-level directory named notebooks.

The filenames begin with a prefix indicating their position in book-like organization. The prefix patterns is nn.mm- where

Any local data or figures used or created by the notebooks should be included within subdirectories located within the notebooks directory.

my-repository-title/
|
|-- notebooks/
|   |-- 00.00-Style-Guide.ipynb
|   |-- 01.00-Getting-Started.ipynb
|   |-- 01.01-First-Section-Title.ipynb
|   |-- 02.00-Second-Chapter-Title.ipynb
|   |-- A.00-First-Appendix.ipynb
|   |-- B.00-Another-Appendix.ipynb
|
|-- templates/
|   |-- nbpages.tpl
|   |-- index.md.tpl
|   |-- notebook_header.tpl
|
|-- nbpages.cfg
|
|-- docs/

< 1.0 Style Guide | Contents | Tag Index | 1.2 Notebook Style >

Open in Colab

Download