Files
study/reading/001_Algorithmic Trading Winning Strategies and their rationale/ch1/notes.ipynb
T
2026-06-16 01:37:56 -07:00

52 lines
958 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"id": "93b4302b",
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"import seaborn as sns\n",
"\n",
"sns.set_theme(style=\"whitegrid\", context=\"notebook\")"
]
},
{
"cell_type": "markdown",
"id": "bdd46cba",
"metadata": {},
"source": [
"# Chapter 1 Notes"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "roadmap (3.14.5)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.14.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}