Skip to content

Commit

Permalink
delete README
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmikerahl committed Mar 27, 2024
1 parent fd642bf commit eb0306c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
16 changes: 0 additions & 16 deletions README.md

This file was deleted.

Binary file added baybe_requirements.txt
Binary file not shown.
18 changes: 15 additions & 3 deletions exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,21 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'pandas'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[2], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mpandas\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mpd\u001b[39;00m\n\u001b[1;32m 2\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mnumpy\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mnp\u001b[39;00m\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'pandas'"
]
}
],
"source": [
"import pandas as pd\n",
"import numpy as np"
Expand Down Expand Up @@ -1003,7 +1015,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit eb0306c

Please sign in to comment.