Skip to content

Commit c342d06

Browse files
committed
Update cookiecutter prompt
1 parent 6152f7e commit c342d06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/examples/Widget Custom.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
"When prompted, enter the desired values like the following for all of the cookiecutter prompts:\n",
8989
"\n",
9090
"```bash\n",
91-
"author_name []:\n",
92-
"author_email []:\n",
91+
"author_name []: Your Name\n",
92+
"author_email []: [email protected]\n",
9393
"github_project_name []: ipyemail\n",
94-
"github_organization_name []:\n",
94+
"github_organization_name []: \n",
9595
"python_package_name [ipyemail]:\n",
9696
"npm_package_name [ipyemail]:\n",
9797
"npm_package_version [0.1.0]:\n",
98-
"project_short_description [A Custom Jupyter Widget Library]:\n",
98+
"project_short_description [A Custom Jupyter Widget Library]: An Custom Email Widget\n",
9999
"```\n",
100100
"\n",
101101
"Change to the directory the cookiecutter created and list the files.\n",

0 commit comments

Comments
 (0)