Skip to content

Commit 82c9eee

Browse files
committed
1 parent 97d0226 commit 82c9eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/netcbs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ <h2 class="h3 my-3">netCBS: creating network measures using CBS networks (POPNET
377377
<h2 id="installation">Installation</h2>
378378
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>pip install netcbs
379379
</span></span></code></pre></div><h2 id="usage">Usage</h2>
380-
<p>See <a href="tutorial_netCBS.ipynb">notebook</a> for accessible information and examples.</p>
380+
<p>See <a href="https://github.com/sodascience/netCBS/blob/main/tutorial_netCBS.ipynb">notebook</a> for accessible information and examples.</p>
381381
<h3 id="create-network-measures-eg-the-average-income-and-age-of-the-parents-link-type-301-of-the-classmates-of-children-in-the-sample">Create network measures (e.g. the average income and age of the parents (link type 301) of the classmates of children in the sample)</h3>
382382
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span>query <span style="color:#f92672">=</span> <span style="color:#e6db74">&#34;[Income, Age] -&gt; Family[301] -&gt; Schoolmates[all] -&gt; Sample&#34;</span>
383383
</span></span><span style="display:flex;"><span>df <span style="color:#f92672">=</span> netcbs<span style="color:#f92672">.</span>transform(query,

0 commit comments

Comments
 (0)