Skip to content

Commit

Permalink
notebook and .html export update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Aug 31, 2023
1 parent 3c60f91 commit 8359d85
Show file tree
Hide file tree
Showing 22 changed files with 4,119 additions and 9,214 deletions.
536 changes: 257 additions & 279 deletions PCP.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions PCP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"<a href=\"https://opensource.org/licenses/MIT\"><img src=\"data_layout/PCP_MIT_License_OSIApproved_text.png\" width=\"70\" style=\"float:right;\" alt=\"CC\"></a> \n",
" \n",
"<strong>Note:</strong> The code, text, and figures of the PCP notebooks are licensed under the\n",
"<a href=\"https://opensource.org/licenses/MIT\">MIT License</a>. The latest version of the PCP notebooks is hosted on <a href=\"https://github.com/meinardmueller/PCP\">GitHub</a>. Alternatively, you can download a <a href=\"https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.2.zip\">zip-compressed archive</a> containing the PCP notebooks and all data. Further details can be found in the <a href=\"PCP_01_getstarted.html\">PCP notebook on how to get started</a>. We try to continuously improve the PCP notebooks and provide updates on a regular basis (current version: 1.1.2). For suggestions and feedback, please contact <a href=\"https://www.audiolabs-erlangen.de/fau/professor/mueller\">Meinard Müller</a>. If you use and want to refer to the PCP notebooks, please cite:\n",
"<a href=\"https://opensource.org/licenses/MIT\">MIT License</a>. The latest version of the PCP notebooks is hosted on <a href=\"https://github.com/meinardmueller/PCP\">GitHub</a>. Alternatively, you can download a <a href=\"https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.3.zip\">zip-compressed archive</a> containing the PCP notebooks and all data. Further details can be found in the <a href=\"PCP_01_getstarted.html\">PCP notebook on how to get started</a>. We try to continuously improve the PCP notebooks and provide updates on a regular basis (current version: 1.1.3). For suggestions and feedback, please contact <a href=\"https://www.audiolabs-erlangen.de/fau/professor/mueller\">Meinard Müller</a>. If you use and want to refer to the PCP notebooks, please cite:\n",
"<br>\n",
"\n",
"<ul>\n",
Expand Down Expand Up @@ -281,7 +281,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -295,7 +295,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.11"
"version": "3.9.17"
}
},
"nbformat": 4,
Expand Down
484 changes: 232 additions & 252 deletions PCP_01_getstarted.html

Large diffs are not rendered by default.

45 changes: 6 additions & 39 deletions PCP_01_getstarted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"Alternatively, you can download a zip-compressed archive containing the PCP notebooks and all data. You can find this archive at \n",
"\n",
"<div class=\"alert alert-block alert-warning\">\n",
" <a href=\"https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.2.zip\">https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.2.zip</a>\n",
" <a href=\"https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.3.zip\">https://www.audiolabs-erlangen.de/resources/MIR/PCP/PCP_1.1.3.zip</a>\n",
"</div> \n",
"\n",
"Decompress the archive and store it on your local computer."
Expand Down Expand Up @@ -148,44 +148,11 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"execution": {
"iopub.execute_input": "2021-09-23T10:11:46.317915Z",
"iopub.status.busy": "2021-09-23T10:11:46.317002Z",
"iopub.status.idle": "2021-09-23T10:11:46.322614Z",
"shell.execute_reply": "2021-09-23T10:11:46.321906Z"
}
"is_executing": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"name: PCP # the name of the environment\n",
"\n",
"channels: # conda channels from which packages are downloaded\n",
" - defaults\n",
" - conda-forge\n",
"\n",
"dependencies:\n",
" - python=3.7.* # Plain Python\n",
" - pip=19.2.* # Package installer for Python\n",
" - numpy=1.17.* # NumPy\n",
" - matplotlib=3.1.* # Matplotlib\n",
"# Jupyter Notebook dependencies:\n",
" - ipython=7.8.*\n",
" - jupyter=1.0.*\n",
" - jupyter_client=6.1.* # prevents server error\n",
" - jupyter_contrib_nbextensions=0.5.* # spell checker\n",
" - pip: # Packages that are installed via pip\n",
" - nbstripout==0.3.* # strip notebook output\n",
" - notebook>=6.4.4 # fixes Markdown table rendering\n",
" - nbconvert==5.6.* # HTML export\n",
"\n"
]
}
],
"outputs": [],
"source": [
"import os\n",
"\n",
Expand Down Expand Up @@ -375,7 +342,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -389,7 +356,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.13"
"version": "3.9.17"
},
"toc": {
"base_numbering": 1,
Expand Down
Loading

0 comments on commit 8359d85

Please sign in to comment.