You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1>textbook<aclass="headerlink" href="#textbook" title="Permalink to this heading">#</a></h1>
350
-
<p>Textbook for Econ 148: Data Science for Economists at UC Berkeley. Can be viewed at <aclass="reference external" href="http://econ148.org/textbook">econ148.org/textbook</a>.</p>
351
-
<p>Content is stored in the content folder. Order of textbook can be changed from _toc.yml file. All required packages are in requirements.txt (generated using update_reqs.ipynb).</p>
357
+
<p>Textbook for Econ 148: Data Science for Economists at UC Berkeley. Can be viewed at <codeclass="docutils literal notranslate"><spanclass="pre">econ148.org/textbook</span></code>.</p>
358
+
<p>Content is stored in the content folder. Order of textbook can be changed from <codeclass="docutils literal notranslate"><spanclass="pre">_toc.yml</span></code> file. All required packages are in <codeclass="docutils literal notranslate"><spanclass="pre">requirements.txt</span></code> (generated by running <codeclass="docutils literal notranslate"><spanclass="pre">update_reqs.ipynb</span></code>).</p>
359
+
<p>To update the textbook:</p>
360
+
<ulclass="simple">
361
+
<li><p>Make any relevant changes to notebooks in the content folder or <codeclass="docutils literal notranslate"><spanclass="pre">_toc.yml</span></code>.</p></li>
362
+
<li><p>Build the jupyter book (<aclass="reference external" href="https://jupyterbook.org/en/stable/start/build.html">link</a>). You can preview your changes here.</p></li>
363
+
<li><p>Push to the GitHub pages via running <codeclass="docutils literal notranslate"><spanclass="pre">ghp-import</span><spanclass="pre">-n</span><spanclass="pre">-p</span><spanclass="pre">-f</span><spanclass="pre">_build/html</span></code> on the command line (<aclass="reference external" href="https://jupyterbook.org/en/stable/start/publish.html">link</a>).</p></li>
364
+
</ul>
365
+
<p>This textbook is a part of Rohan Jha’s data science honors thesis. Code for the other portions of the data science honors thesis (including the package he built, <codeclass="docutils literal notranslate"><spanclass="pre">Stata2Python</span></code>) can be found in <aclass="reference external" href="https://github.com/rohanjha123/data-h195">this</a> GitHub repo.</p>
352
366
</section>
353
367
354
368
<scripttype="text/x-thebe-config">
@@ -379,7 +393,7 @@ <h1>textbook<a class="headerlink" href="#textbook" title="Permalink to this head
379
393
380
394
381
395
<footerclass="prev-next-footer">
382
-
<!-- Previous / next buttons -->
396
+
383
397
<divclass="prev-next-area">
384
398
</div>
385
399
</footer>
@@ -388,6 +402,8 @@ <h1>textbook<a class="headerlink" href="#textbook" title="Permalink to this head
388
402
389
403
390
404
405
+
<divclass="bd-sidebar-secondary bd-toc"></div>
406
+
391
407
392
408
</div>
393
409
<footerclass="bd-footer-content">
@@ -404,9 +420,10 @@ <h1>textbook<a class="headerlink" href="#textbook" title="Permalink to this head
0 commit comments