Commit e385bf59 authored by Steve Tjoa's avatar Steve Tjoa

python basics and dependencies

parent 7a8c0b69
......@@ -11816,7 +11816,7 @@ div#notebook {
<ol>
<li><a href="about.html"><strong>About This Site</strong></a> (<a href="about.ipynb">ipynb</a>) Start here!</li>
<li><a href="why_mir.html">What is MIR?</a> (<a href="why_mir.ipynb">ipynb</a>)</li>
<li><a href="python_basics.html">Python Basics</a> (<a href="python_basics.ipynb">ipynb</a>)</li>
<li><a href="python_basics.html">Python Basics and Dependencies</a> (<a href="python_basics.ipynb">ipynb</a>)</li>
<li><a href="get_good_at_ipython.html">Jupyter Basics</a> (<a href="get_good_at_ipython.ipynb">ipynb</a>)</li>
<li><a href="ipython_audio.html">Jupyter Audio Basics</a> (<a href="ipython_audio.ipynb">ipynb</a>)</li>
<li><a href="numpy_basics.html">NumPy and SciPy Basics</a> (<a href="numpy_basics.ipynb">ipynb</a>)</li>
......
......@@ -37,7 +37,7 @@
"source": [
"1. [**About This Site**](about.html) ([ipynb](about.ipynb)) Start here!\n",
"1. [What is MIR?](why_mir.html) ([ipynb](why_mir.ipynb))\n",
"1. [Python Basics](python_basics.html) ([ipynb](python_basics.ipynb))\n",
"1. [Python Basics and Dependencies](python_basics.html) ([ipynb](python_basics.ipynb))\n",
"1. [Jupyter Basics](get_good_at_ipython.html) ([ipynb](get_good_at_ipython.ipynb))\n",
"1. [Jupyter Audio Basics](ipython_audio.html) ([ipynb](ipython_audio.ipynb))\n",
"1. [NumPy and SciPy Basics](numpy_basics.html) ([ipynb](numpy_basics.ipynb))\n",
......
......@@ -11784,7 +11784,7 @@ div#notebook {
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="Python-Basics">Python Basics<a class="anchor-link" href="#Python-Basics">&#182;</a></h1>
<h1 id="Python-Basics-and-Dependencies">Python Basics and Dependencies<a class="anchor-link" href="#Python-Basics-and-Dependencies">&#182;</a></h1>
</div>
</div>
</div>
......
......@@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Python Basics"
"# Python Basics and Dependencies"
]
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment