Skip to content

Commit ea0fdce

Browse files
authored
Merge pull request #19 from matthewfeickert/feat/improve-binder-stability
2 parents 3207f25 + 3926829 commit ea0fdce

10 files changed

+23
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Jupyter notebooks for the [HSF matplotlib tutorial](https://hsf-training.github.
99
1010
# Open in Binder
1111

12-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/plttraining/hsf_matplotlib_notebooks/main)
12+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hsf-training/hsf_matplotlib_notebooks/main)
1313

1414
# Open in SWAN
15-
[![SWAN](https://swan.web.cern.ch/sites/swan.web.cern.ch/files/pictures/open_in_swan.svg)](https://cern.ch/swanserver/cgi-bin/go?projurl=https://github.com/plttraining/hsf_matplotlib_notebooks.git)
15+
[![SWAN](https://swan.web.cern.ch/sites/swan.web.cern.ch/files/pictures/open_in_swan.svg)](https://cern.ch/swanserver/cgi-bin/go?projurl=https://github.com/hsf-training/hsf_matplotlib_notebooks.git)
1616

1717
# Open in Google Colab
1818

File renamed without changes.

binder/requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
numpy
2+
awkward
3+
uproot
4+
matplotlib
5+
scipy
6+
pandas
7+
hist
8+
mplhep
9+
h5py

binder/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-3.10

ep04-higgs-search.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/plttraining/hsf_matplotlib_notebooks/blob/main/ep04-higgs-search.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/hsf-training/hsf_matplotlib_notebooks/blob/main/ep04-higgs-search.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -29,7 +29,7 @@
2929
},
3030
"outputs": [],
3131
"source": [
32-
"! git clone https://github.com/plttraining/hsf_matplotlib_notebooks.git\n",
32+
"! git clone https://github.com/hsf-training/hsf_matplotlib_notebooks.git\n",
3333
"! cd hsf_matplotlib_notebooks/; pip install -r requirements.txt \n",
3434
"% cd hsf_matplotlib_notebooks/"
3535
]

ep05-mplhep.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/plttraining/hsf_matplotlib_notebooks/blob/main/ep05-mplhep.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/hsf-training/hsf_matplotlib_notebooks/blob/main/ep05-mplhep.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -28,7 +28,7 @@
2828
"id": "K8XXy3EqB8Lc"
2929
},
3030
"source": [
31-
"! git clone https://github.com/plttraining/hsf_matplotlib_notebooks.git\n",
31+
"! git clone https://github.com/hsf-training/hsf_matplotlib_notebooks.git\n",
3232
"! cd hsf_matplotlib_notebooks/; pip install -r requirements.txt ; bash postBuild"
3333
],
3434
"outputs": []

ep07-dimuonspectrum-awkward.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/plttraining/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum-awkward.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/hsf-training/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum-awkward.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -25,7 +25,7 @@
2525
{
2626
"cell_type": "code",
2727
"source": [
28-
"! git clone https://github.com/plttraining/hsf_matplotlib_notebooks.git\n",
28+
"! git clone https://github.com/hsf-training/hsf_matplotlib_notebooks.git\n",
2929
"! cd hsf_matplotlib_notebooks/; pip install -r requirements.txt ; bash postBuild\n",
3030
"% cd hsf_matplotlib_notebooks/"
3131
],

ep07-dimuonspectrum-pandas.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/plttraining/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum-pandas.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/hsf-training/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum-pandas.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -25,7 +25,7 @@
2525
{
2626
"cell_type": "code",
2727
"source": [
28-
"! git clone https://github.com/plttraining/hsf_matplotlib_notebooks.git\n",
28+
"! git clone https://github.com/hsf-training/hsf_matplotlib_notebooks.git\n",
2929
"! cd hsf_matplotlib_notebooks/; pip install -r requirements.txt \n",
3030
"% cd hsf_matplotlib_notebooks/"
3131
],

ep07-dimuonspectrum.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/plttraining/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/hsf-training/hsf_matplotlib_notebooks/blob/main/ep07-dimuonspectrum.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -31,7 +31,7 @@
3131
},
3232
"outputs": [],
3333
"source": [
34-
"! git clone https://github.com/plttraining/hsf_matplotlib_notebooks.git\n",
34+
"! git clone https://github.com/hsf-training/hsf_matplotlib_notebooks.git\n",
3535
"! cd hsf_matplotlib_notebooks/; pip install -r requirements.txt \n",
3636
"% cd hsf_matplotlib_notebooks/"
3737
]

requirements.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
binder/requirements.txt

0 commit comments

Comments
 (0)