Skip to content

Commit bbe72e6

Browse files
authored
Merge pull request jupyter-widgets#225 from vidartf/fatlines
Adds support for thick lines
2 parents 8864648 + b44ca43 commit bbe72e6

21 files changed

+1538
-36
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818
- ~/.npm # NPM cache
1919
before_install:
2020
- pip install -U pip setuptools
21-
- nvm install 6
21+
- nvm install 8
2222
install:
2323
- pip install --upgrade -e ".[test, examples, docs]"
2424
script:

examples/Geometries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
"name": "python",
11171117
"nbconvert_exporter": "python",
11181118
"pygments_lexer": "ipython3",
1119-
"version": "3.6.3"
1119+
"version": "3.6.6"
11201120
},
11211121
"widgets": {
11221122
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)