Skip to content

Commit

Permalink
confirm nb works
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbohne123 committed Feb 17, 2024
1 parent 26021de commit 8067a64
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions Example_Data_NB.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -299,7 +299,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f47c4730550>]"
"[<matplotlib.lines.Line2D at 0x7fdc7d835d50>]"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -608,7 +608,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f47c4761190>]"
"[<matplotlib.lines.Line2D at 0x7fdc7c68dd50>]"
]
},
"execution_count": 9,
Expand Down Expand Up @@ -881,7 +881,7 @@
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f47c45d7cd0>]"
"[<matplotlib.lines.Line2D at 0x7fdc7c3ef650>]"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -946,7 +946,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -970,7 +970,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1196,7 +1196,7 @@
"[5 rows x 26 columns]"
]
},
"execution_count": 15,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1209,16 +1209,16 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f47c45a0e90>]"
"[<matplotlib.lines.Line2D at 0x7f29e4c25b50>]"
]
},
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -1248,7 +1248,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1281,7 +1281,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -1305,7 +1305,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1403,7 +1403,7 @@
"4 52 "
]
},
"execution_count": 19,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1416,7 +1416,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -1440,7 +1440,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1550,7 +1550,7 @@
"4 1.0 0.0 0.0 "
]
},
"execution_count": 21,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1563,7 +1563,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand All @@ -1587,13 +1587,6 @@
"get_ref(symbols, start_date, end_date, row_limit, columns)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 8067a64

Please sign in to comment.