Laid out how the notes folder looks

This commit is contained in:
2023-03-23 21:32:37 +02:00
parent f37ad15146
commit 761ca774e8
4 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Numpy Crash Course\n",
"Documenting the usage of Numpy within the project.\n",
"\n",
"Docs:\n",
"- https://numpy.org/doc/1.24/user/absolute_beginners.html"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.2"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}