Skip to content

Commit

Permalink
+ insert logo
Browse files Browse the repository at this point in the history
+ rerender NB
  • Loading branch information
jonsedar committed Dec 17, 2024
1 parent d8c2c62 commit 89d0104
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions notebooks/000_Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"\n",
"[Oreum Industries: Technical Resources](https://github.com/oreum-industries)\n",
"\n",
"<a href='https://oreum.io'><img src='../assets/img/Oreum_wordmark_black_right_aligned_S.png' width='300px' style=\"float: right;\"/></a><div style=\"clear:both\"/>\n",
"\n",
"---"
]
},
Expand Down Expand Up @@ -1837,6 +1839,8 @@
"+ `101_ModelA1.ipynb`: Partial architecture (extends ModelA0): Include Gaussian copula (w/ Jacobian adjustment), and several technical innovations to let `pymc` work with the transformations\n",
"+ `102_ModelA2.ipynb`: Full architecture (extends ModelA1): Include Jacobian Adjustment on transformed observations\n",
"\n",
"<a href='https://oreum.io'><img src='../assets/img/Oreum_wordmark_black_right_aligned_S.png' width='300px' style=\"float: right;\"/></a><div style=\"clear:both\"/>\n",
"\n",
"---\n",
"**[Oreum Industries](https://oreum.io/) &copy; 2024**"
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/renders/config_webpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
c.FilesWriter.build_directory = "renders" # output-dir
c.NbConvertApp.notebooks = ["000_Intro.ipynb"]
c.WebPDFExporter.embed_images = True
c.WebPDFExporter.exclude_input = True
# c.WebPDFExporter.exclude_input = True
c.WebPDFExporter.exclude_input_prompt = True
c.WebPDFExporter.exclude_output_prompt = True
# c.WebPDFExporter.allow-chromium-download = True # not needed?
Binary file modified publish/000_Intro.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions publish/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dev = [
"interrogate",
"pipdeptree",
"pip-licenses",
"playwright",
"pre-commit",
"pytest",
"ruff"
Expand Down

0 comments on commit 89d0104

Please sign in to comment.