CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
AllenDowney

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: AllenDowney/ModSimPy
Path: blob/master/jb/_config.yml
Views: 531
1
# Book settings
2
title: Modeling and Simulation in Python
3
author: Allen B. Downey
4
5
latex:
6
latex_documents:
7
targetname: book.tex
8
9
execute:
10
execute_notebooks: 'off'
11
12
repository:
13
url: https://github.com/AllenDowney/ModSimPy
14
html:
15
use_repository_button: true
16
17
parse:
18
myst_extended_syntax: true
19
20