Skip to content

Commit

Permalink
Remove cell causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Nov 21, 2022
1 parent f1b29d0 commit 6d6598f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/tutorials/datapackage-reader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,6 @@
" path = os.path.join(results_path, (\"\").join([bus, '.csv']))\n",
" df = pd.read_csv(path, index_col=0, parse_dates=True)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"m.write(io_options={\"symbolic_solver_labels\": True})"
]
}
],
"metadata": {
Expand Down

0 comments on commit 6d6598f

Please sign in to comment.