Skip to content

Commit

Permalink
fix minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Jun 7, 2022
1 parent acc5c3c commit b53793f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tutorials/mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,30 +141,6 @@
"print(response)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e93ee9e2",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'/Users/gtk/.eva/udfs/'"
]
},
"execution_count": 82,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"## Copy the example udf to the eva repository\n",
"from eva.configuration.dictionary import EVA_DEFAULT_DIR\n",
"import shutil\n",
"shutil.copytree('apps/', EVA_DEFAULT_DIR+ 'udfs/', dirs_exist_ok=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit b53793f

Please sign in to comment.