(feat) add path to run with jupyter

This commit is contained in:
cardosofede
2023-12-08 11:49:51 -03:00
parent de9e7c4e8b
commit 0d078a535a

View File

@@ -5,7 +5,21 @@
"execution_count": null,
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"root_path = os.path.abspath(os.path.join(os.getcwd(), '../..'))\n",
"sys.path.append(root_path)"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"import traceback\n",
"from decimal import Decimal\n",
"import pandas_ta as ta # noqa: F401\n",