Skip to content

Commit 8191909

Browse files
committed
fix notebook + use node 12 everywhere
1 parent 123bf2e commit 8191909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cache:
1414
- $HOME/.npm
1515
before_install:
1616
- pip install -U pip setuptools
17-
- nvm install 8
17+
- nvm install 12
1818
- pip install cookiecutter
1919
install:
2020
- pushd $(mktemp -d)

{{cookiecutter.github_project_name}}/examples/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"w = {{ cookiecutter.python_package_name }}.ExampleWidget()\n"
25+
"w = {{ cookiecutter.python_package_name }}.ExampleWidget()\n",
2626
"w"
2727
]
2828
},

0 commit comments

Comments
 (0)