Skip to content

Commit 4328c3b

Browse files
authored
Merge pull request #151 from mwcraig/reorg-06
Move styling content into folder
2 parents 60fef0b + 7795510 commit 4328c3b

23 files changed

+7
-7
lines changed

notebooks/06.01-widget-layout-and-styling.ipynb renamed to notebooks/06.Layout/06.01-widget-layout-and-styling.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
"metadata": {},
787787
"outputs": [],
788788
"source": [
789-
"# %load solutions/layout/applayout-no-sides.py"
789+
"# %load solutions/applayout-no-sides.py"
790790
]
791791
},
792792
{
@@ -876,7 +876,7 @@
876876
"metadata": {},
877877
"outputs": [],
878878
"source": [
879-
"# %load solutions/layout/slider-bqplot-sliders-app.py"
879+
"# %load solutions/slider-bqplot-sliders-app.py"
880880
]
881881
},
882882
{

notebooks/06.14-OPTIONAL-container-exercises.ipynb renamed to notebooks/06.Layout/06.14-OPTIONAL-container-exercises.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"outputs": [],
114114
"source": [
115-
"# %load solutions/container-exercises/password-ex2.py\n",
115+
"# %load solutions/password-ex2.py\n",
116116
"\n",
117117
"numbers = widgets.Checkbox(description='Include numbers in password')\n",
118118
"words = widgets.Label('The generated password is:')\n",
@@ -168,7 +168,7 @@
168168
},
169169
"outputs": [],
170170
"source": [
171-
"# %load solutions/container-exercises/password-ex3i.py\n",
171+
"# %load solutions/password-ex3i.py\n",
172172
"\n",
173173
"vbox_left_layout = widgets.Layout(align_items='flex-start')\n",
174174
"\n",
@@ -206,7 +206,7 @@
206206
},
207207
"outputs": [],
208208
"source": [
209-
"# %load solutions/container-exercises/password-ex3ii.py\n",
209+
"# %load solutions/password-ex3ii.py\n",
210210
"\n",
211211
"numbers = widgets.Checkbox(description='Include numbers in password',\n",
212212
" style={'description_width': 'initial'})\n",
@@ -237,7 +237,7 @@
237237
},
238238
"outputs": [],
239239
"source": [
240-
"# %load solutions/container-exercises/password-ex4.py\n"
240+
"# %load solutions/password-ex4.py\n"
241241
]
242242
},
243243
{
@@ -277,7 +277,7 @@
277277
"name": "python",
278278
"nbconvert_exporter": "python",
279279
"pygments_lexer": "ipython3",
280-
"version": "3.7.3"
280+
"version": "3.8.10"
281281
}
282282
},
283283
"nbformat": 4,

0 commit comments

Comments
 (0)