We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134ab50 commit 6e06c31Copy full SHA for 6e06c31
myst.yml
@@ -15,6 +15,9 @@ project:
15
- file: intro.md
16
- file: programming.md
17
- file: README.md
18
+ jupyter:
19
+ binder:
20
+ repo: https://github.com/executablebooks/thebe-binder-base
21
22
site:
23
template: book-theme
programming.md
@@ -1,3 +1,9 @@
1
+---
2
+kernelspec:
3
+ name: python3
4
+ display_name: 'Python 3'
5
6
+
7
# 파이썬 프로그래밍
8
9
외국인과 대화하려면 그 나라 말을 배워야 하듯, 컴퓨터에게 일을 시키려면 **컴퓨터와의 대화**를 가능하게 하는 언어를 배워야 한다. 그것이 바로 **프로그래밍 언어**다.
0 commit comments