Skip to content

Commit 66a82d1

Browse files
committed
analytics, 2025, banner
1 parent fc0b073 commit 66a82d1

File tree

7 files changed

+347
-2317
lines changed

7 files changed

+347
-2317
lines changed

1_Basics_I.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@
29942994
"name": "python",
29952995
"nbconvert_exporter": "python",
29962996
"pygments_lexer": "ipython3",
2997-
"version": "3.12.2"
2997+
"version": "3.13.7"
29982998
}
29992999
},
30003000
"nbformat": 4,

1_Basics_II.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
"name": "python",
22902290
"nbconvert_exporter": "python",
22912291
"pygments_lexer": "ipython3",
2292-
"version": "3.12.2"
2292+
"version": "3.13.7"
22932293
}
22942294
},
22952295
"nbformat": 4,

2_NumPy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@
23792379
"name": "python",
23802380
"nbconvert_exporter": "python",
23812381
"pygments_lexer": "ipython3",
2382-
"version": "3.12.2"
2382+
"version": "3.11.9"
23832383
},
23842384
"nteract": {
23852385
"version": "0.15.0"

4_matplotlib.ipynb

Lines changed: 149 additions & 1256 deletions
Large diffs are not rendered by default.

7_SciPy_optimize.ipynb

Lines changed: 151 additions & 872 deletions
Large diffs are not rendered by default.

8_NumPy_random.ipynb

Lines changed: 39 additions & 183 deletions
Large diffs are not rendered by default.

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Book settings
33
title : 経済学のためのPython入門 # The title of the book. Will be placed in the left navbar.
44
author : 春山 鉄源 Tetsugen HARUYAMA # The author of the book
5-
copyright : "2024" # Copyright year to be placed in the footer
5+
copyright : "2025" # Copyright year to be placed in the footer
66
logo : "" # A path to the book logo
77
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"] # Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
88
only_build_toc_files : true # Auto-exclude files not in the toc
@@ -46,13 +46,15 @@ html:
4646
use_issues_button : false # Whether to add an "open an issue" button
4747
extra_navbar : '<a href="https://github.com/Py4Basics/py4basics.github.io">&#128200;&#127891;&#128202; <!-- Default Statcounter code for Py4Basics https://py4basics.github.io --> <script type="text/javascript"> var sc_project=12615270; var sc_invisible=1; var sc_security="2a7796f0"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12615270/0/2a7796f0/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code --></a>' # Will be displayed underneath the left navbar.
4848
extra_footer : '<!-- Default Statcounter code for Py4Basics https://py4basics.github.io --> <script type="text/javascript"> var sc_project=12615270; var sc_invisible=1; var sc_security="2a7796f0"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12615270/0/2a7796f0/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code -->' # Will be displayed underneath the footer.
49-
google_analytics_id : G-R9KXY9G892 # A GA id that can be used to track book views.
49+
analytics:
50+
google_analytics_id : G-R9KXY9G892 # A GA id that can be used to track book views.
5051
home_page_in_navbar : false # Whether to include your home page in the left Navigation Bar
5152
baseurl : 'https://py4basics.github.io/' # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
5253
comments:
5354
hypothesis : false
5455
utterances : false
55-
#announcement : "<p><a href='http://www.econ.kobe-u.ac.jp/topics/pdf/221212-2.pdf'>✴️<<font color='white'>特別講演「UCバークレー校における経済学とデータサイエンス教育」(2023年1月6日) ← クリック!✴️</font></a></p>"
56+
announcement : "<p><a href='https://www.saiensu.co.jp/search/?isbn=978-4-88384-416-6&y=2025'><span style='color:white; font-size:90%;'> ✴️ 書籍『経済学のためのPython入門』(発行日:2025年10月10日) ← クリック! ✴️ </span></a></p>"
57+
5658
#######################################################################################
5759
# LaTeX-specific settings
5860
latex:

0 commit comments

Comments
 (0)