Skip to content

Commit

Permalink
Move data to src to make jupyter online docs work
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 19, 2019
1 parent b5d0d1a commit 1557700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/model-from-tabular-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"# datapath for input data from the oemof tabular pacakge\n",
"datapath = os.path.join(\n",
" pkg.resource_filename(\"oemof.tabular\", \"\").replace(\n",
" \"src/oemof/tabular\", \"\"\n",
" \"/oemof/tabular\", \"\"\n",
" ),\n",
" \"data/data.xls\",\n",
")\n",
Expand Down
File renamed without changes.

0 comments on commit 1557700

Please sign in to comment.