File tree Expand file tree Collapse file tree 2 files changed +32
-28
lines changed
Expand file tree Collapse file tree 2 files changed +32
-28
lines changed Original file line number Diff line number Diff line change 11{
22 "cells" : [
33 {
4- "cell_type" : " raw" ,
5- "metadata" : {
6- "raw_mimetype" : " text/x-quarto"
7- },
8- "source" : [
9- " ---\n " ,
10- " title: \" Lesson 1 – Basic Introduction to Programming in Python\"\n " ,
11- " format: live-html\n " ,
12- " jupyter: python3\n " ,
13- " ---\n "
14- ]
15- },
4+ "cell_type" : " raw" ,
5+ "metadata" : {
6+ "raw_mimetype" : " text/x-quarto" ,
7+ "vscode" : {
8+ "languageId" : " raw"
9+ }
10+ },
11+ "source" : [
12+ " ---\n " ,
13+ " title: \" Lesson 1 – Basic Introduction to Programming in Python\"\n " ,
14+ " format: live-html\n " ,
15+ " jupyter: python3\n " ,
16+ " ---"
17+ ]
18+ },
1619 {
1720 "attachments" : {},
1821 "cell_type" : " markdown" ,
9295 ]
9396 },
9497 {
95- "cell_type" : " code" ,
96- "execution_count" : null ,
97- "metadata" : {
98- "quarto" : { "engine" :" pyodide" ,"autorun" :false ,"echo" :true }
99-
100- },
101- "outputs" : [],
102- "source" : [
103- " print('hello world')"
104- ]
98+ "cell_type" : " code" ,
99+ "execution_count" : null ,
100+ "metadata" : {
101+ "quarto" : {
102+ "autorun" : false ,
103+ "echo" : true ,
104+ "engine" : " pyodide"
105+ }
106+ },
107+ "outputs" : [],
108+ "source" : [
109+ " print('hello world')"
110+ ]
105111 },
106112 {
107113 "attachments" : {},
Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ format:
4747 toc : true
4848 number-sections : false
4949
50- execute :
51- freeze : auto
52- cache : true
53- warning : false
54- message : false
55- error : true
50+ execute :
51+ enabled : auto
52+ freeze : auto # only re-execute if source changed
53+ cache : true # speed up CI builds
You can’t perform that action at this time.
0 commit comments