Skip to content

Commit 0896061

Browse files
Change python version of notebooks to 3
1 parent a8255ae commit 0896061

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ include
1212
pip-selfcheck.json
1313
.pytest_cache/
1414
.tox
15+
.ipynb_checkpoints/
1516

examples/notebooks/02_Load_Pointcloud_with_colors.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@
123123
"language_info": {
124124
"codemirror_mode": {
125125
"name": "ipython",
126-
"version": 2
126+
"version": 3
127127
},
128128
"file_extension": ".py",
129129
"mimetype": "text/x-python",
130130
"name": "python",
131131
"nbconvert_exporter": "python",
132-
"pygments_lexer": "ipython2",
133-
"version": "2.7.12"
132+
"pygments_lexer": "ipython3",
133+
"version": "3.5.2"
134134
}
135135
},
136136
"nbformat": 4,

examples/notebooks/03_Visualize_3d_pointcloud.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,14 +917,14 @@
917917
"language_info": {
918918
"codemirror_mode": {
919919
"name": "ipython",
920-
"version": 2
920+
"version": 3
921921
},
922922
"file_extension": ".py",
923923
"mimetype": "text/x-python",
924924
"name": "python",
925925
"nbconvert_exporter": "python",
926-
"pygments_lexer": "ipython2",
927-
"version": "2.7.12"
926+
"pygments_lexer": "ipython3",
927+
"version": "3.5.2"
928928
}
929929
},
930930
"nbformat": 4,

0 commit comments

Comments
 (0)