From 7a2ca9b17ff55f36e91dafafacabd03292a85b6f Mon Sep 17 00:00:00 2001 From: Bao Nguyen Date: Wed, 30 Sep 2020 16:00:22 -0700 Subject: [PATCH] update notebook template --- h1st/cli/templates/notebook.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/h1st/cli/templates/notebook.txt b/h1st/cli/templates/notebook.txt index 5539805d..54f9e889 100644 --- a/h1st/cli/templates/notebook.txt +++ b/h1st/cli/templates/notebook.txt @@ -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$$()" ] },