diff --git a/assets/img/Oreum_wordmark_black_right_aligned_S.png b/assets/img/Oreum_wordmark_black_right_aligned_S.png new file mode 100644 index 0000000..a976229 Binary files /dev/null and b/assets/img/Oreum_wordmark_black_right_aligned_S.png differ diff --git a/notebooks/000_Intro.ipynb b/notebooks/000_Intro.ipynb index 3bf5f94..efddd04 100644 --- a/notebooks/000_Intro.ipynb +++ b/notebooks/000_Intro.ipynb @@ -27,6 +27,8 @@ "\n", "[Oreum Industries: Technical Resources](https://github.com/oreum-industries)\n", "\n", + "
\n", + "\n", "---" ] }, @@ -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", + "
\n", + "\n", "---\n", "**[Oreum Industries](https://oreum.io/) © 2024**" ] diff --git a/notebooks/renders/config_webpdf.py b/notebooks/renders/config_webpdf.py index 593a426..57b1340 100644 --- a/notebooks/renders/config_webpdf.py +++ b/notebooks/renders/config_webpdf.py @@ -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? diff --git a/publish/000_Intro.pdf b/publish/000_Intro.pdf index b98b08d..00a9652 100644 Binary files a/publish/000_Intro.pdf and b/publish/000_Intro.pdf differ diff --git a/publish/index.html b/publish/index.html index b983822..4ae9834 100644 --- a/publish/index.html +++ b/publish/index.html @@ -7451,6 +7451,7 @@

000_Intro.ipynbPDF version

Oreum Industries: Technical Resources

+

No description has been provided for this image


@@ -8498,6 +8499,7 @@

Next Steps101_ModelA1.ipynb: Partial architecture (extends ModelA0): Include Gaussian copula (w/ Jacobian adjustment), and several technical innovations to let pymc work with the transformations
  • 102_ModelA2.ipynb: Full architecture (extends ModelA1): Include Jacobian Adjustment on transformed observations
  • +

    No description has been provided for this image


    Oreum Industries © 2024

    diff --git a/pyproject.toml b/pyproject.toml index 0dcb141..c735b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dev = [ "interrogate", "pipdeptree", "pip-licenses", + "playwright", "pre-commit", "pytest", "ruff"