File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 10
10
- id : double-quote-string-fixer
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 22.12 .0
13
+ rev : 23.3 .0
14
14
hooks :
15
15
- id : black
16
16
28
28
rev : v2.2.0
29
29
hooks :
30
30
- id : seed-isort-config
31
+
31
32
- repo : https://github.com/PyCQA/isort
32
- rev : 5.11.4
33
+ rev : 5.12.0
33
34
hooks :
34
35
- id : isort
35
36
40
41
additional_dependencies :
[[email protected] ]
41
42
42
43
- repo : https://github.com/nbQA-dev/nbQA
43
- rev : 1.6.1
44
+ rev : 1.7.0
44
45
hooks :
45
46
- id : nbqa-black
46
47
additional_dependencies : [black]
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ This Project Pythia Cookbook covers ... (replace `...` with the main subject of
35
35
36
36
## Running the Notebooks
37
37
38
- You can either run the notebook using [ Binder] ( https://mybinder .org/ ) or on your local machine.
38
+ You can either run the notebook using [ Binder] ( https://binder.projectpythia .org/ ) or on your local machine.
39
39
40
40
### Running on Binder
41
41
42
42
The simplest way to interact with a Jupyter Notebook is through
43
- [ Binder] ( https://mybinder .org/ ) , which enables the execution of a
43
+ [ Binder] ( https://binder.projectpythia .org/ ) , which enables the execution of a
44
44
[ Jupyter Book] ( https://jupyterbook.org ) in the cloud. The details of how this works are not
45
45
important for now. All you need to know is how to launch a Pythia
46
46
Cookbooks chapter via Binder. Simply navigate your mouse to
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: Project Pythia Cookbook Template
5
5
author : the <a href="https://projectpythia.org/">Project Pythia</a> Community
6
6
logo : notebooks/images/logos/pythia_logo-white-rtext.svg
7
7
8
- copyright : " 2022 "
8
+ copyright : " 2023 "
9
9
10
10
description : A sample cookbook description.
11
11
thumbnail : thumbnail.png
16
16
- samplepackage
17
17
18
18
execute :
19
- # To execute notebooks via a binder instead, replace 'cache' with 'binder'
19
+ # To execute notebooks via a Binder instead, replace 'cache' with 'binder'
20
20
execute_notebooks : cache
21
21
timeout : 600
22
22
allow_errors : False # cells with expected failures must set the `raises-exception` cell tag
@@ -36,10 +36,10 @@ parse:
36
36
37
37
sphinx :
38
38
config :
39
- linkcheck_ignore : ["https://doi.org/*",]
40
- nb_execution_raise_on_error : true # raise exception in build if there are notebook errors
39
+ linkcheck_ignore : ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
40
+ nb_execution_raise_on_error : true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
41
41
html_favicon : notebooks/images/icons/favicon.ico
42
- html_last_updated_fmt : ' %-d %B %Y'
42
+ html_last_updated_fmt : " %-d %B %Y"
43
43
html_theme : sphinx_pythia_theme
44
44
html_permalinks_icon : ' <i class="fas fa-link"></i>'
45
45
html_theme_options :
You can’t perform that action at this time.
0 commit comments