Skip to content

Commit

Permalink
Deploying to gh-pages from @ 404113e 🚀
Browse files Browse the repository at this point in the history
jdebacker committed Sep 15, 2024
1 parent 7e58236 commit 90c2800
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions content/examples/PSL_demo.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions content/examples/TCJA_extension.html
Original file line number Diff line number Diff line change
@@ -472,7 +472,9 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
Requirement already satisfied: PyYAML&gt;=3.10 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (6.0.2)
Requirement already satisfied: tornado&gt;=6.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (6.4.1)
Requirement already satisfied: xyzservices&gt;=2021.09.1 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (2024.9.0)
Requirement already satisfied: python-dateutil&gt;=2.8.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2.9.0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: python-dateutil&gt;=2.8.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2.9.0)
Requirement already satisfied: pytz&gt;=2020.1 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2024.2)
Requirement already satisfied: tzdata&gt;=2022.7 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2024.1)
Requirement already satisfied: marshmallow&gt;=3.0.0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from paramtools-&gt;cost-of-capital-calculator) (3.22.0)
@@ -483,9 +485,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
Requirement already satisfied: requests in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from taxcalc-&gt;cost-of-capital-calculator) (2.32.3)
Requirement already satisfied: MarkupSafe&gt;=2.0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from Jinja2&gt;=2.9-&gt;bokeh-&gt;cost-of-capital-calculator) (2.1.5)
Requirement already satisfied: six&gt;=1.5 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from python-dateutil&gt;=2.8.2-&gt;pandas-&gt;cost-of-capital-calculator) (1.16.0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: llvmlite&lt;0.44,&gt;=0.43.0dev0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from numba-&gt;taxcalc-&gt;cost-of-capital-calculator) (0.43.0)
Requirement already satisfied: llvmlite&lt;0.44,&gt;=0.43.0dev0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from numba-&gt;taxcalc-&gt;cost-of-capital-calculator) (0.43.0)
Requirement already satisfied: charset-normalizer&lt;4,&gt;=2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from requests-&gt;taxcalc-&gt;cost-of-capital-calculator) (3.3.2)
Requirement already satisfied: idna&lt;4,&gt;=2.5 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from requests-&gt;taxcalc-&gt;cost-of-capital-calculator) (3.9)
Requirement already satisfied: urllib3&lt;3,&gt;=1.21.1 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from requests-&gt;taxcalc-&gt;cost-of-capital-calculator) (2.2.2)
@@ -522,7 +522,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="ed61e063-55bf-4bba-aa0c-b1412fadea5e">Loading BokehJS ...</span>
<span id="a64c464d-642f-49ed-bcf9-81857d2594b0">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
@@ -687,7 +687,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("ed61e063-55bf-4bba-aa0c-b1412fadea5e");
const el = document.getElementById("a64c464d-642f-49ed-bcf9-81857d2594b0");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
@@ -821,7 +821,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("ed61e063-55bf-4bba-aa0c-b1412fadea5e")).parents('.cell').data().cell;
const cell = $(document.getElementById("a64c464d-642f-49ed-bcf9-81857d2594b0")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}

0 comments on commit 90c2800

Please sign in to comment.