(feat) add path to run with jupyter

This commit is contained in:
cardosofede
2023-12-08 11:50:03 -03:00
parent 0d078a535a
commit 255b57aee9

View File

@@ -6,8 +6,20 @@
"outputs": [],
"source": [
"import os\n",
"import sys\n",
"\n",
"import pandas as pd\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": [
"\n",
"from utils.optuna_database_manager import OptunaDBManager\n",
"\n",