# Book settings title: Applied Data Analysis and Machine Learning author: Morten Hjorth-Jensen logo: logo.png only_build_toc_files: true latex: latex_documents: targetname: book.tex repository: url : https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/index.html html: use_repository_button: true #launch_buttons: #binderhub_url : https://mybinder.org html: use_issues_button: true html: comments: hypothesis: true execute: execute_notebooks : off # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off") #cache : "" # A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/` #exclude_patterns : [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time) #timeout : 30 # The maximum time (in seconds) each notebook cell is allowed to run. #run_in_temp : false # If `True`, then a temporary directory will be created and used as the command working directory (cwd), # otherwise the notebook's parent directory will be the cwd. #allow_errors : false # If `False`, when a code cell raises an error the execution is stopped, otherwise all cells are always run. #stderr_output : show # One of 'show', 'remove', 'remove-warn', 'warn', 'error', 'severe' # Parse and render settings parse: myst_extended_syntax : false # enable MyST extended syntax support (see documents for details) myst_url_schemes : [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links # HTML-specific settings html: favicon : "" # A path to a favicon image use_edit_page_button : false # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in use_repository_button : false # Whether to add a link to your repository button use_issues_button : false # Whether to add an "open an issue" button extra_navbar : Powered by Jupyter Book # Will be displayed underneath the left navbar. extra_footer : "" # Will be displayed underneath the footer. google_analytics_id : "" # A GA id that can be used to track book views. home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar baseurl : "" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ comments: hypothesis : false utterances : false ####################################################################################### # LaTeX-specific settings latex: latex_engine : pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex' ####################################################################################### # Launch button settings #launch_buttons: #notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"] #binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org) # jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) #thebe : false # Add a thebe button to pages (requires the repository to run on Binder) # colab_url : "" # The URL of Google Colab (https://colab.research.google.com) repository: url : https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/index.html # The URL to your book's repository # path_to_book : "" # A path to your book's folder, relative to the repository root. branch : master # Which branch of the repository should be used when creating links