-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change plotly rendering to allow for correct figure rendering on GitHub
- Loading branch information
Showing
2 changed files
with
174 additions
and
4,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Explanations of internal `lcm` concepts | ||
|
||
> [!NOTE] | ||
> The following explanations are designed for `lcm` developers and not users. | ||
> 1. The following explanations are designed for `lcm` developers and not users. | ||
> 1. Figures are only rendered correctly on nbviewer, not on GitHub. Please use the | ||
> links below to view the correctly rendered notebooks. | ||
| Module name | Description | | ||
| --------------------------------------------------------------- | ---------------------------------------------------------------------- | | ||
| [`dispatchers.py`](./dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions | | ||
| [`function_representation.py`](./function_representation.ipynb) | Explanations of what the function representation does and how it works | | ||
| Module name | Description | | ||
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | | ||
| [`dispatchers.py`](https://nbviewer.org/github/OpenSourceEconomics/lcm/blob/main/explanations/dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions | | ||
| [`function_representation.py`](https://nbviewer.org/github/OpenSourceEconomics/lcm/blob/main/explanations/function_representation.ipynb) | Explanations of what the function representation does and how it works | |
Oops, something went wrong.