diff --git a/Template/convert_py_to_ipynb.py b/Template/convert_py_to_ipynb.py index 0b83e60..ecb8263 100644 --- a/Template/convert_py_to_ipynb.py +++ b/Template/convert_py_to_ipynb.py @@ -118,4 +118,4 @@ def extract_template(in_file, template_file): print(os.popen(cmd).read().rstrip()) cmd2 = 'jupyter nbconvert --to notebook --execute ' + out_nb_path + ' --inplace' - print(os.popen(cmd2).read().rstrip()) + # print(os.popen(cmd2).read().rstrip()) diff --git a/Template/template.ipynb b/Template/template.ipynb index 7e949f5..cc73088 100644 --- a/Template/template.ipynb +++ b/Template/template.ipynb @@ -5,10 +5,10 @@ "metadata": {}, "source": [ "\n", - " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", + " \n", "
View source on GitHubNotebook ViewerRun in binder Run in Google Colab View source on GitHubNotebook ViewerRun in binder Run in Google Colab
" ] }, @@ -146,10 +146,10 @@ { "data": { "text/html": [ - "
" + "
" ], "text/plain": [ - "" + "" ] }, "execution_count": 6,