12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- title: Jupyter Books
- author: Samuel Lau and Deborah Nolan and Chris Holdgraf
- email: samlau95@berkeley.edu
- description: >-
- This is an example book built with Jupyter Books.
- baseurl: "/jupyter-book"
- url: "https://predictablynoisy.com"
- content_folder_name : "content"
- textbook_logo : images/logo/logo.png
- hide_cell_text : "# HIDDEN"
- hide_code_text : "# NO CODE"
- css_url : "/assets/css"
- js_url : "/assets/js"
- collapse_inactive_chapters: true
- hub_url : "https://mybinder.org"
- hub_name : "JupyterHub"
- hub_type : "binder"
- binder_repo_base : "https://github.com/"
- binder_repo_org : "choldgraf"
- binder_repo_name : "jupyter-book"
- binder_repo_branch : "master"
- use_jupyterlab : false
- interact_text : "Interact"
- defaults:
- - scope:
- path: ""
- values:
- layout: "default"
- toc: true
- toc_label: " On this page"
- toc_icon: "list-ul"
- favicon_path: "images/logo/favicon.ico"
- markdown: kramdown
- kramdown:
- input: GFM
- syntax_highlighter: rouge
- sass:
- style: compressed
- collections:
- build:
- output: true
- permalink: /:path.html
- exclude:
- - notebooks/
- - add_section_numbers_to_book.py
- - convert_notebooks_to_html_partial.py
- - Gemfile
- - Gemfile.lock
- - node_modules
- - vendor/bundle/
- - vendor/cache/
- - vendor/gems/
- - vendor/ruby/
- - scripts/
- plugins:
- - jekyll-redirect-from
|