# Interactive Books

Related links:\
🔗 [Awesome List of Data Visualization](https://github.com/irosyadi/gitbook/blob/master/note/data-visualization/README.md)\
🔗 [Awesome List of Machine Learning Visualization](https://github.com/irosyadi/gitbook/blob/master/book/ml-visualization.md)\
🔗 [Awesome List of Interactive and Explorable Webs](/irosyadi/webapp/interactive-explorable-web.md)\
🔗 [Interactive Books](https://github.com/irosyadi/gitbook/blob/master/book/interactive-book/README.md)

## Interactive Books

* [Immersive Math Linear Algebra](https://immersivemath.com/ila/index.html)
* [Interactive Linear Algebra](https://textbooks.math.gatech.edu/ila/)
* [Think Scipy](https://runestone.academy/runestone/books/published/thinkcspy/index.html)
* [Mathigon](https://mathigon.org/)
* [Explained Visually](https://setosa.io/ev/)
* [Jeremy Kun Math Blog and Book](https://jeremykun.com/)
* [Seeing Theory](https://seeing-theory.brown.edu/index.html) A Visual Introduction to Probability and Statistics [Gitub](https://github.com/seeingtheory/Seeing-Theory) License: Apache

## Interactive Books

* [Home - CircuitVerse](https://learn.circuitverse.org/) : Interactive Online Book on Digital Logic Design, License: MIT
  * [CircuitVerse/Interactive-Book: Interactive Online Book on Digital Logic Design](https://github.com/CircuitVerse/Interactive-Book)
  * [CircuitVerse/CircuitVerse: CircuitVerse Primary Code Base](https://github.com/CircuitVerse/CircuitVerse)
  * [CircuitVerse - Online Digital Logic Circuit Simulator](https://circuitverse.org/)
* [KnetML/Knet-the-Julia-dope: An interactive book on deep learning. Much easy, so Knet. Wow.](https://github.com/KnetML/Knet-the-Julia-dope): This repo is the [Julia](https://github.com/JuliaLang/julia) *translation* of the [mxnet-the-straight-dope](https://github.com/zackchase/mxnet-the-straight-dope) repo, a collection of notebooks designed to teach deep learning, MXNet, and the `gluon` interface.
* [zackchase/mxnet-the-straight-dope: An interactive book on deep learning](https://github.com/zackchase/mxnet-the-straight-dope): License Apache
* [ProjPython–index](http://projectpython.net/chapter00/index.html)
* [Composing Programs](http://composingprograms.com/) License: CC-BY
* [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/index.html) License: CC-BY
* [Learn Python - Free Interactive Python Tutorial](https://www.learnpython.org/)
  * [ronreiter/interactive-tutorials: Interactive Tutorials](https://github.com/ronreiter/interactive-tutorials) License: Apache
* [Math to Code](https://mathtocode.com/)
  * [vthommeret/mathtocode](https://github.com/vthommeret/mathtocode) License MIT'
* [PY4E - Python for Everybody](https://www.py4e.com/) License: [CC-NC](https://github.com/csev/py4e/blob/master/TRANSLATION.md).
  * [PY4E - Python for Everybody](https://www.py4e.com/book)
  * [py4e/book3 at master · csev/py4e](https://github.com/csev/py4e/tree/master/book3)
  * [Py4e at Trinket](https://books.trinket.io/pfe/index.html) License: CC-NC

## Interactive Books

* [seeingtheory/Seeing-Theory: A visual introduction to probability and statistics.](https://github.com/seeingtheory/Seeing-Theory) License: Apache, except visualization (NC)
  * [Seeing Theory](https://seeing-theory.brown.edu/)
* [Home - OKAI : An Interactive Introduction to Artificial Intelligence (AI)](https://okai.brown.edu/)
  * [jama1017/OKAI: OKAI - An Interactive Introduction to Artificial Intelligence (AI)](https://github.com/jama1017/OKAI) License: GPL, except visualization (CC-BY)
  * [The Ultimate Workflow of Creating Scroll-Based Animations - by Jiaju Ma - UX Planet](https://uxplanet.org/the-ultimate-workflow-of-creating-scroll-based-animations-7366b670630)
* [Introduction—Machine Learning from Scratch](https://dafriedman97.github.io/mlbook/content/introduction.html)
  * [dafriedman97/mlbook: Repository for the free online book Machine Learning from Scratch (link below!)](https://github.com/dafriedman97/mlbook) License: MIT
* [Visual Introduction to Machine Learning](http://www.r2d3.us/)
* [NASA: Prospect](http://nasaprospect.com/)

## Look Also

* [Interactive and Explorable Sites](/irosyadi/webapp/interactive-explorable-web.md)
* [Machine Learning Interactive Visualization](https://github.com/irosyadi/gitbook/blob/master/book/ml-visualization.md)
* [Interactive Books](/irosyadi/book/interactive-book.md)
* [Data Visualization](https://github.com/irosyadi/gitbook/blob/master/note/data-visualization.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/book/interactive-book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
