|
5 | 5 | permalink: /try
|
6 | 6 |
|
7 | 7 | boxes:
|
8 |
| - - title: Try Classic Notebook |
9 |
| - description: | |
10 |
| - A tutorial introducing basic features of the classic Jupyter Notebook interface. |
11 |
| - logo: python.svg |
| 8 | + - title: Jupyter Notebook |
| 9 | + description: A tutorial introducing basic features of the classic Jupyter Notebook interface. |
| 10 | + src: try/python.svg |
| 11 | + alt: Jupyter Notebook |
12 | 12 | url: https://mybinder.org/v2/gh/ipython/ipython-in-depth/HEAD?urlpath=tree/binder/Index.ipynb
|
13 | 13 |
|
14 |
| - - title: Try JupyterLab |
15 |
| - description: | |
16 |
| - JupyterLab is the new interface for Jupyter notebooks and is ready for general use. |
17 |
| - Give it a try! |
18 |
| - logo: jupyter.png |
| 14 | + - title: JupyterLab |
| 15 | + description: JupyterLab is the new interface for Jupyter notebooks and is ready for general use. |
| 16 | + src: try/jupyter.png |
| 17 | + alt: JupyterLab |
19 | 18 | url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo
|
20 | 19 |
|
21 |
| - - title: Try Voilà |
| 20 | + - title: Voilà |
22 | 21 | description: An example with a variety of notebook dashboards.
|
23 |
| - logo: voila.svg |
| 22 | + src: try/voila.svg |
| 23 | + alt: Voilà |
24 | 24 | url: https://mybinder.org/v2/gh/voila-dashboards/voila/stable?urlpath=voila%2Ftree%2Fnotebooks
|
25 | 25 |
|
26 |
| - - title: Try Jupyter with Julia |
27 |
| - description: | |
28 |
| - A basic example of using Jupyter with Julia. |
29 |
| - logo: julia.svg |
| 26 | + - title: Julia |
| 27 | + description: A basic example of using Jupyter with Julia. |
| 28 | + src: try/julia.svg |
| 29 | + alt: Julia |
30 | 30 | url: https://mybinder.org/v2/gh/binder-examples/demo-julia/HEAD?filepath=demo.ipynb
|
31 | 31 |
|
32 |
| - - title: Try Jupyter with R |
33 |
| - description: | |
34 |
| - A basic example of using Jupyter with R. |
35 |
| - logo: R.svg |
| 32 | + - title: R |
| 33 | + description: A basic example of using Jupyter with R. |
| 34 | + src: try/R.svg |
| 35 | + alt: R |
36 | 36 | url: https://mybinder.org/v2/gh/binder-examples/r/HEAD?filepath=index.ipynb
|
37 | 37 |
|
38 |
| - - title: Try Jupyter with C++ |
39 |
| - description: | |
40 |
| - A basic example of using Jupyter with C++ |
41 |
| - logo: Cpp.svg |
| 38 | + - title: C++ |
| 39 | + description: A basic example of using Jupyter with C++ |
| 40 | + src: try/Cpp.svg |
| 41 | + alt: C++ |
42 | 42 | url: https://mybinder.org/v2/gh/QuantStack/xeus-cling/stable?filepath=notebooks/xcpp.ipynb
|
43 | 43 |
|
44 |
| - - title: Try Jupyter with Scheme |
45 |
| - description: | |
46 |
| - Explore the Calysto Scheme programming language, featuring integration with Python |
47 |
| - logo: Scheme.png |
| 44 | + - title: Scheme |
| 45 | + description: Explore the Calysto Scheme programming language, featuring integration with Python |
| 46 | + src: try/Scheme.png |
| 47 | + alt: Scheme |
48 | 48 | url: https://mybinder.org/v2/gh/Calysto/calysto_scheme/HEAD?filepath=notebooks/Reference%20Guide%20for%20Calysto%20Scheme.ipynb
|
49 | 49 |
|
50 |
| - - title: Try Jupyter with Ruby |
51 |
| - description: | |
52 |
| - A basic example of using Jupyter with Ruby. |
53 |
| - logo: ruby.png |
| 50 | + - title: Ruby |
| 51 | + description: A basic example of using Jupyter with Ruby. |
| 52 | + src: try/ruby.png |
| 53 | + alt: Ruby |
54 | 54 | url: https://mybinder.org/v2/gh/RubyData/binder/HEAD?filepath=ruby-data.ipynb
|
55 | 55 |
|
56 |
| - - title: Try Jupyter with Kotlin |
57 |
| - description: | |
58 |
| - Titanic example with LetsPlot and Dataframe libraries. |
59 |
| - logo: kotlin.svg |
| 56 | + - title: Kotlin |
| 57 | + description: Titanic example with LetsPlot and Dataframe libraries. |
| 58 | + src: try/kotlin.svg |
| 59 | + alt: Kotlin |
60 | 60 | url: https://mybinder.org/v2/gh/Kotlin/dataframe/master?filepath=examples/jupyter-notebooks/titanic/Titanic.ipynb
|
61 | 61 | ---
|
62 | 62 |
|
63 |
| -<div class="post"> |
64 |
| - {% include page-header.html |
65 |
| - title=page.title |
66 |
| - tagline=page.tagline |
67 |
| - %} |
| 63 | +{% include page-header.html |
| 64 | + title=page.title |
| 65 | + tagline=page.tagline |
| 66 | +%} |
68 | 67 |
|
69 |
| - <article class="post-content"> |
70 |
| - <div class="section-white top-section-border"> |
71 |
| - <div class="container"> |
72 |
| - <div class="row cardlist"> |
73 |
| - {%- for item in page.boxes -%} |
74 |
| - <a href="{{ item['url'] }}" class="try-link"> |
75 |
| - <div class="col-lg-4 col-md-6 col-sm-6 cardlist-col"> |
76 |
| - <div class="cardlist-card try-card"> |
77 |
| - <div class="card-heading"> |
78 |
| - <h4>{{ item['title'] }}</h4> |
79 |
| - </div> |
80 |
| - <div class="card-body text-center"> |
81 |
| - <img class="try-logo" src="{{ site.baseurl }}/assets/try/{{ item['logo'] }}"/> |
82 |
| - <p>{{ item['description'] }}</p> |
83 |
| - </div> |
84 |
| - </div> |
85 |
| - </div> |
86 |
| - </a> |
87 |
| - {%- endfor -%} |
88 |
| - </div> |
89 |
| - </div> |
90 |
| - </div> |
91 |
| - </article> |
92 |
| -</div> |
| 68 | +<article> |
| 69 | + <div class="section-white top-section-border"> |
| 70 | + <div class="container content content--wide boxlist"> |
| 71 | + {%- for obj in page.boxes -%} |
| 72 | + {% include box.html |
| 73 | + url=obj.url |
| 74 | + title=obj.title |
| 75 | + src=obj.src |
| 76 | + alt=obj.alt |
| 77 | + description=obj.description |
| 78 | + %} |
| 79 | + {%- endfor -%} |
| 80 | + </div> |
| 81 | + </div> |
| 82 | +</article> |
0 commit comments