2022-10-10 11:13:41 +02:00
|
|
|
|
# See https://jupyterbook.org/customize/config.html
|
|
|
|
|
|
|
|
|
|
title: Data Science mit Python
|
|
|
|
|
author: MARS – Center for Entrepreneurship
|
|
|
|
|
email: c.giess@hs-mannheim.de
|
2023-04-11 13:49:33 +02:00
|
|
|
|
copyright: "2023"
|
2022-10-10 11:13:41 +02:00
|
|
|
|
logo: logo_mars.png
|
|
|
|
|
|
|
|
|
|
only_build_toc_files: true
|
|
|
|
|
|
|
|
|
|
execute:
|
|
|
|
|
execute_notebooks: force
|
|
|
|
|
|
|
|
|
|
latex:
|
|
|
|
|
latex_documents:
|
|
|
|
|
targetname: python_data_science.tex
|
2023-04-11 13:49:33 +02:00
|
|
|
|
author: Dr. Christoph Giess \\ MARS – Center for Entrepreneurship
|
|
|
|
|
latex_show_urls: inline
|
|
|
|
|
latex_show_pagerefs: true
|
2022-10-10 11:13:41 +02:00
|
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
|
extra_extensions:
|
|
|
|
|
- sphinx_jupyterbook_latex
|
|
|
|
|
config:
|
2023-04-11 13:49:33 +02:00
|
|
|
|
language: de
|