Skip to content

Commit

Permalink
update notebook template
Browse files Browse the repository at this point in the history
  • Loading branch information
nqbao committed Sep 30, 2020
1 parent 1a58ab3 commit 7a2ca9b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion h1st/cli/templates/notebook.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"metadata": {},
"outputs": [],
"source": [
"from $$MODEL_PACKAGE$$ import $$MODEL_CLASS$$ \n",
"from $$MODEL_PACKAGE$$ import $$MODEL_CLASS$$"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"m = $$MODEL_CLASS$$()"
]
},
Expand Down

0 comments on commit 7a2ca9b

Please sign in to comment.