fix: inconsistencies which code cells are editable
If a section has an code example and encourages the reader to experiment around, the code cell with the initial example should be editable
This commit is contained in:
parent
8bb0d1b6d7
commit
3ed8146f81
1 changed files with 2 additions and 10 deletions
|
|
@ -372,7 +372,7 @@
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "5feeda4a-682f-419e-bda4-b8c85c7e9d5e",
|
"id": "5feeda4a-682f-419e-bda4-b8c85c7e9d5e",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"editable": false,
|
"editable": true,
|
||||||
"slideshow": {
|
"slideshow": {
|
||||||
"slide_type": ""
|
"slide_type": ""
|
||||||
},
|
},
|
||||||
|
|
@ -400,7 +400,7 @@
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"id": "69014430-eb93-4f42-b12d-d4a3c3135043",
|
"id": "6ba975a5-1a7a-44e9-be8f-3483ec595ec0",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"slideshow": {
|
"slideshow": {
|
||||||
|
|
@ -410,14 +410,6 @@
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": []
|
"source": []
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"id": "6ba975a5-1a7a-44e9-be8f-3483ec595ec0",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": []
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue