Skip to content

Commit

Permalink
Update the notebook template
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jul 5, 2019
1 parent d71dfd9 commit ee3eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscaffoldext/dsproject/templates/template_ipynb.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Attention**: When saving this file please use the following naming convention: `VERSION-YOUR_INITIALS-SHORT_DESCRIPTION`, e.g. `1.0-fw-initial-data-exploration`. The version number mainly helps you to order the files."
"**PLEASE** save this file right now using the following naming convention: `NUMBER_FOR_SORTING-YOUR_INITIALS-SHORT_DESCRIPTION`, e.g. `1.0-fw-initial-data-exploration`. Use the number to order the file within the directory according to its usage."
]
},
{
Expand Down

0 comments on commit ee3eedc

Please sign in to comment.