Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 821 Bytes

glossary.md

File metadata and controls

23 lines (17 loc) · 821 Bytes
title
Glossary

:::{glossary} Legacy Book : A Jupyter Book written for use with the Sphinx-based Jupyter Book 1 tools.

New Book : A Jupyter Book written for use with this project, the MyST-MD-based Jupyter Book 2 tool.

Hidden Files : In Unix-like operating systems, files or folders with names that start with a dot (e.g. .foo.txt), are treated as "hidden" in most applications.

Structured Data : A representation of rich markup that computer programs can easily understand and manipulate.

Environment Manager : Environment managers like virtualenv and conda help to keep software from different projects isolated from one another, reducing the risk of one package breaking another.

Deterministic Ordering : An order that is not random or dependent upon e.g. the computer running a piece of code. :::