Skip to content

Commit 0a6cded

Browse files
author
Dou Du
committed
update notebook
1 parent d40efbd commit 0a6cded

File tree

1 file changed

+7
-54
lines changed

1 file changed

+7
-54
lines changed

example/example.ipynb

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 13,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stdout",
10-
"output_type": "stream",
11-
"text": [
12-
"The autoreload extension is already loaded. To reload it, use:\n",
13-
" %reload_ext autoreload\n",
14-
"env: ANYWIDGET_HMR=1\n"
15-
]
16-
}
17-
],
7+
"outputs": [],
188
"source": [
199
"# This cell (autoloading & hot module replacement) is only needed for development!\n",
2010
"%load_ext autoreload\n",
@@ -24,24 +14,9 @@
2414
},
2515
{
2616
"cell_type": "code",
27-
"execution_count": 14,
17+
"execution_count": null,
2818
"metadata": {},
29-
"outputs": [
30-
{
31-
"data": {
32-
"application/vnd.jupyter.widget-view+json": {
33-
"model_id": "067c689334a14910a7f11d529b60f922",
34-
"version_major": 2,
35-
"version_minor": 1
36-
},
37-
"text/plain": [
38-
"BZVisualizer(disable_interact_overlay=True, height='800px', seekpath_data={'faces_data': {'triangles_vertices'…"
39-
]
40-
},
41-
"metadata": {},
42-
"output_type": "display_data"
43-
}
44-
],
19+
"outputs": [],
4520
"source": [
4621
"from widget_bzvisualizer import BZVisualizer\n",
4722
"\n",
@@ -68,7 +43,7 @@
6843
},
6944
{
7045
"cell_type": "code",
71-
"execution_count": 15,
46+
"execution_count": null,
7247
"metadata": {},
7348
"outputs": [],
7449
"source": [
@@ -82,24 +57,9 @@
8257
},
8358
{
8459
"cell_type": "code",
85-
"execution_count": 17,
60+
"execution_count": null,
8661
"metadata": {},
87-
"outputs": [
88-
{
89-
"data": {
90-
"application/vnd.jupyter.widget-view+json": {
91-
"model_id": "2acda8bf7ef946388c889d763521417b",
92-
"version_major": 2,
93-
"version_minor": 1
94-
},
95-
"text/plain": [
96-
"BZVisualizer(height='800px', seekpath_data={'faces_data': {'triangles_vertices': [[-1.1089190599406602, -2.220…"
97-
]
98-
},
99-
"metadata": {},
100-
"output_type": "display_data"
101-
}
102-
],
62+
"outputs": [],
10363
"source": [
10464
"# Load info with ASE\n",
10565
"# NOTE: (ASE is not included as a direct dependency, needs to be installed separately)\n",
@@ -115,13 +75,6 @@
11575
"display(bz2)"
11676
]
11777
},
118-
{
119-
"cell_type": "code",
120-
"execution_count": null,
121-
"metadata": {},
122-
"outputs": [],
123-
"source": []
124-
},
12578
{
12679
"cell_type": "code",
12780
"execution_count": null,

0 commit comments

Comments
 (0)