Skip to content

Commit a8f442c

Browse files
committed
Give better tip to exercise completion
1 parent 02db9c0 commit a8f442c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

notebooks/07.More-libraries/07.04-ipygany.ipynb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "a3ad3dbb",
5+
"id": "8cddcdc1",
66
"metadata": {},
77
"source": [
88
"# ipygany: Interactive library for 3-D mesh analysis\n",
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "markdown",
28-
"id": "1ad69cc5",
28+
"id": "671e1c2d",
2929
"metadata": {},
3030
"source": [
3131
"### Features\n",
@@ -38,7 +38,7 @@
3838
{
3939
"cell_type": "code",
4040
"execution_count": null,
41-
"id": "3a2f231d",
41+
"id": "f32f3ff1",
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
@@ -56,7 +56,7 @@
5656
{
5757
"cell_type": "code",
5858
"execution_count": null,
59-
"id": "d7807fc4",
59+
"id": "e8ca6782",
6060
"metadata": {},
6161
"outputs": [],
6262
"source": [
@@ -66,7 +66,7 @@
6666
{
6767
"cell_type": "code",
6868
"execution_count": null,
69-
"id": "81367b65",
69+
"id": "940efad0",
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
@@ -77,7 +77,7 @@
7777
{
7878
"cell_type": "code",
7979
"execution_count": null,
80-
"id": "1ee4daf8",
80+
"id": "3ab9fa2c",
8181
"metadata": {},
8282
"outputs": [],
8383
"source": [
@@ -89,7 +89,7 @@
8989
{
9090
"cell_type": "code",
9191
"execution_count": null,
92-
"id": "42f29333",
92+
"id": "d14a7a21",
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
@@ -103,7 +103,7 @@
103103
{
104104
"cell_type": "code",
105105
"execution_count": null,
106-
"id": "f1e2eb44",
106+
"id": "cba61a48",
107107
"metadata": {},
108108
"outputs": [],
109109
"source": [
@@ -115,7 +115,7 @@
115115
{
116116
"cell_type": "code",
117117
"execution_count": null,
118-
"id": "802c51e4",
118+
"id": "28d8ee32",
119119
"metadata": {},
120120
"outputs": [],
121121
"source": [
@@ -125,7 +125,7 @@
125125
{
126126
"cell_type": "code",
127127
"execution_count": null,
128-
"id": "f5276f41",
128+
"id": "a66fd3e3",
129129
"metadata": {},
130130
"outputs": [],
131131
"source": [
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"cell_type": "markdown",
138-
"id": "0950f803",
138+
"id": "6caa5c3f",
139139
"metadata": {},
140140
"source": [
141141
"* Blues\n",
@@ -148,7 +148,7 @@
148148
{
149149
"cell_type": "code",
150150
"execution_count": null,
151-
"id": "21535d54",
151+
"id": "2e04b309",
152152
"metadata": {},
153153
"outputs": [],
154154
"source": [
@@ -158,7 +158,7 @@
158158
{
159159
"cell_type": "code",
160160
"execution_count": null,
161-
"id": "5de3cfdd",
161+
"id": "88e114a5",
162162
"metadata": {},
163163
"outputs": [],
164164
"source": [
@@ -168,7 +168,7 @@
168168
{
169169
"cell_type": "code",
170170
"execution_count": null,
171-
"id": "6fc666f7",
171+
"id": "4b82155b",
172172
"metadata": {},
173173
"outputs": [],
174174
"source": [
@@ -183,7 +183,7 @@
183183
{
184184
"cell_type": "code",
185185
"execution_count": null,
186-
"id": "53cd43bf",
186+
"id": "b69fe38d",
187187
"metadata": {},
188188
"outputs": [],
189189
"source": [
@@ -197,7 +197,7 @@
197197
{
198198
"cell_type": "code",
199199
"execution_count": null,
200-
"id": "24112e9e",
200+
"id": "0a4ab2a3",
201201
"metadata": {},
202202
"outputs": [],
203203
"source": [
@@ -206,26 +206,26 @@
206206
},
207207
{
208208
"cell_type": "markdown",
209-
"id": "2ad3031a",
209+
"id": "d4805a04",
210210
"metadata": {},
211211
"source": [
212212
"# Exercise"
213213
]
214214
},
215215
{
216216
"cell_type": "markdown",
217-
"id": "07c4a5a6",
217+
"id": "530eb4ae",
218218
"metadata": {},
219219
"source": [
220220
"#### 1) Connect a slider to the `th` value.\n",
221221
"\n",
222-
"**Tip: the slider does not offer fine enough control to change the threshold. Try to multiply the slider value for 1/10**."
222+
"Tip: the default slider values don't offer fine enough control to change the threshold. Try to multiply the slider value by 1.0e-08 to have a better result."
223223
]
224224
},
225225
{
226226
"cell_type": "code",
227227
"execution_count": null,
228-
"id": "b6ef4340",
228+
"id": "b832aad6",
229229
"metadata": {},
230230
"outputs": [],
231231
"source": []

0 commit comments

Comments
 (0)