Skip to content

Commit

Permalink
cleanup notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mn5hk committed Jan 20, 2024
1 parent 492953e commit 8a6db7d
Show file tree
Hide file tree
Showing 49 changed files with 16,383 additions and 22,167 deletions.
3,651 changes: 3,651 additions & 0 deletions .ipynb_checkpoints/master-checkpoint.ipynb

Large diffs are not rendered by default.

208 changes: 113 additions & 95 deletions master.ipynb

Large diffs are not rendered by default.

2,332 changes: 0 additions & 2,332 deletions notebooks/.ipynb_checkpoints/01-Tutorial1-checkpoint.ipynb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,29 @@
"execution_count": 1,
"id": "435c8c43",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_2190/2784386326.py:1: DeprecationWarning: \n",
"Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),\n",
"(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)\n",
"but was not found to be installed on your system.\n",
"If this would cause problems for you,\n",
"please provide us feedback at https://github.com/pandas-dev/pandas/issues/54466\n",
" \n",
" import pandas as pd\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Initializing PySHbundle v0.0.1\n"
]
}
],
"source": [
"import pandas as pd\n",
"import os\n",
Expand Down Expand Up @@ -169,7 +191,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"id": "e9dfb57e",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -203,7 +225,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 8,
"id": "7333c734",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -265,7 +287,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 9,
"id": "6ad84a0c",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -327,7 +349,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 10,
"id": "63e7c51c",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -383,7 +405,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 11,
"id": "b4cf9e52",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -436,7 +458,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 12,
"id": "ac6f86bf",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -518,7 +540,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 13,
"id": "ffced6d3",
"metadata": {},
"outputs": [],
Expand All @@ -528,7 +550,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 14,
"id": "7bf338cd",
"metadata": {},
"outputs": [
Expand All @@ -538,7 +560,7 @@
"(37, 1, 73)"
]
},
"execution_count": 12,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -549,7 +571,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 15,
"id": "77a568d9",
"metadata": {},
"outputs": [
Expand All @@ -566,7 +588,7 @@
" 3.05432619, 3.14159265])"
]
},
"execution_count": 13,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -577,7 +599,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 16,
"id": "5a64aa7a",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -645,7 +667,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 17,
"id": "2e229fc7",
"metadata": {},
"outputs": [
Expand All @@ -669,7 +691,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 18,
"id": "56310a80",
"metadata": {},
"outputs": [
Expand All @@ -695,7 +717,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 19,
"id": "1c4f615b",
"metadata": {},
"outputs": [
Expand All @@ -721,7 +743,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 20,
"id": "f72977c6",
"metadata": {},
"outputs": [],
Expand All @@ -740,7 +762,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 21,
"id": "a5b9bb7c",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -812,7 +834,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -826,7 +848,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.9"
},
"vscode": {
"interpreter": {
Expand Down
Loading

0 comments on commit 8a6db7d

Please sign in to comment.