Skip to content

Commit

Permalink
Deploying to gh-pages from @ 56dba1b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 26, 2024
1 parent 6d58a51 commit 8a04198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes/recipe00.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="f12038c2-091e-4848-8023-be70074cd1cb">Loading BokehJS ...</span>
<span id="ff4520c2-bfb7-4fd9-8caf-085f4e57ae3a">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("f12038c2-091e-4848-8023-be70074cd1cb");
const el = document.getElementById("ff4520c2-bfb7-4fd9-8caf-085f4e57ae3a");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -998,7 +998,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("f12038c2-091e-4848-8023-be70074cd1cb")).parents('.cell').data().cell;
const cell = $(document.getElementById("ff4520c2-bfb7-4fd9-8caf-085f4e57ae3a")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe04.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h1>Recipe 4: Estimating Differential Reform Response<a class="headerlink" href=
ALL 204.484 3.811 1.19
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2154/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2135/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
gbydf = vdf.groupby(&#39;table_row&#39;, as_index=False)
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8a04198

Please sign in to comment.