Skip to content

Commit 188a462

Browse files
authored
Merge pull request #267 from AaltoSciComp/thebe
thebe
2 parents 6945c91 + 10cdef9 commit 188a462

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

content/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,16 @@
4040
'sphinx.ext.mathjax',
4141
'sphinx_aaltoscicomp_branding',
4242
'sphinxext.opengraph',
43+
'sphinx_thebe',
4344
]
4445
myst_enable_extensions = ['colon_fence']
4546

47+
thebe_config = {
48+
"selector": "div.highlight"
49+
}
50+
51+
nb_execution_mode = "off"
52+
4653
ogp_site_name = "Python for Scientific Computing"
4754
ogp_site_url = 'https://aaltoscicomp.github.io/python-for-scicomp/'
4855
import datetime

content/pandas.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ material, including:
3333
A quick Pandas preview
3434
----------------------
3535

36+
.. thebe-button::
37+
3638
Let's get a flavor of what we can do with pandas (you won't be able to follow everything yet). We will be working with an example dataset containing the passenger list from the Titanic, which is often used in Kaggle competitions and data science tutorials. First step is to load pandas::
3739

3840
import pandas as pd

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sphinx-lesson
66
https://github.com/aaltoscicomp/sphinx-aaltoscicomp-branding/archive/master.zip
77
sphinx_rtd_theme_ext_color_contrast
88
sphinxext-opengraph
9+
sphinx-thebe
910

1011
# for web-apis execution
1112
jsonlines

0 commit comments

Comments
 (0)