Skip to content

Commit ee3ae18

Browse files
authored
Merge pull request jupyter#418 from manics/patch-1
try.yml: Replace mybinder master with HEAD
2 parents fc3ba66 + 0343775 commit ee3ae18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_data/try.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
A tutorial introducing basic features of Jupyter notebooks
44
and the IPython kernel using the classic Jupyter Notebook interface.
55
logo: python.svg
6-
url: https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?urlpath=tree/binder/Index.ipynb
6+
url: https://mybinder.org/v2/gh/ipython/ipython-in-depth/HEAD?urlpath=tree/binder/Index.ipynb
77

88
- title: Try JupyterLab
99
description: |
1010
JupyterLab is the new interface for Jupyter notebooks and is ready for general use.
1111
Give it a try!
1212
logo: jupyter.png
13-
url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo
13+
url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo
1414

1515
- title: Try Jupyter with Julia
1616
description: |
1717
A basic example of using Jupyter with Julia.
1818
logo: julia.svg
19-
url: https://mybinder.org/v2/gh/binder-examples/demo-julia/master?filepath=demo.ipynb
19+
url: https://mybinder.org/v2/gh/binder-examples/demo-julia/HEAD?filepath=demo.ipynb
2020

2121
- title: Try Jupyter with R
2222
description: |
2323
A basic example of using Jupyter with R.
2424
logo: R.svg
25-
url: https://mybinder.org/v2/gh/binder-examples/r/master?filepath=index.ipynb
25+
url: https://mybinder.org/v2/gh/binder-examples/r/HEAD?filepath=index.ipynb
2626

2727
- title: Try Jupyter with C++
2828
description: |
@@ -34,10 +34,10 @@
3434
description: |
3535
Explore the Calysto Scheme programming language, featuring integration with Python
3636
logo: Scheme.png
37-
url: https://mybinder.org/v2/gh/Calysto/calysto_scheme/master?filepath=notebooks/Reference%20Guide%20for%20Calysto%20Scheme.ipynb
37+
url: https://mybinder.org/v2/gh/Calysto/calysto_scheme/HEAD?filepath=notebooks/Reference%20Guide%20for%20Calysto%20Scheme.ipynb
3838

3939
- title: Try Jupyter with Ruby
4040
description: |
4141
A basic example of using Jupyter with Ruby.
4242
logo: ruby.png
43-
url: https://mybinder.org/v2/gh/RubyData/binder/master?filepath=ruby-data.ipynb
43+
url: https://mybinder.org/v2/gh/RubyData/binder/HEAD?filepath=ruby-data.ipynb

0 commit comments

Comments
 (0)