You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extend_Template.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@
151
151
"Within this folder create two python files:\n",
152
152
"1. {{cookiecutter.plugin_name}}.py.\n",
153
153
" - This file will contain the default function layout for all plugins of this type.\n",
154
-
" - This file can be copied almost directly from {{cookiecutter.project_name}}/{{cookiecutter.project_slug}}.postrocessor. The only adjustments which need to be made are changing the input and output variables of the function to better match a what is required from this type of plugin.\n",
154
+
" - This file can be copied almost directly from {{cookiecutter.project_name}}/{{cookiecutter.project_slug}}.postprocessor. The only adjustments which need to be made are changing the input and output variables of the function to better match a what is required from this type of plugin.\n",
155
155
"2. \\_\\_init\\_\\_.py\n",
156
156
" - This file will import the functions from the {{cookiecutter.plugin_name}} file"
0 commit comments