8000 Finalize Basic Tutorials by MarcSkovMadsen · Pull Request #6425 · holoviz/panel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Finalize Basic Tutorials #6425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
31ed209
content pn_bind
MarcSkovMadsen Mar 3, 2024
6aefbd7
add more references
MarcSkovMadsen Mar 3, 2024
5858f0a
update formulation
MarcSkovMadsen Mar 3, 2024
58deff2
add pn_rx
MarcSkovMadsen Mar 3, 2024
e166fa0
add note
MarcSkovMadsen Mar 3, 2024
64ca54d
fix
MarcSkovMadsen Mar 3, 2024
963212c
use .watch
MarcSkovMadsen Mar 3, 2024
0d6b122
review feedback
MarcSkovMadsen Mar 3, 2024
000febb
try to fix video on iphone
MarcSkovMadsen Mar 4, 2024
da14926
Update Community Tutorials
MarcSkovMadsen Mar 8, 2024
ee0b8d7
remove Thu Vu because outdated
MarcSkovMadsen Mar 8, 2024
622ddff
sort
MarcSkovMadsen Mar 8, 2024
e0cfa66
reorder
MarcSkovMadsen Mar 8, 2024
50e8532
CLEAN UP
MarcSkovMadsen Mar 8, 2024
c8bde59
Merge branch 'main' of https://github.com/holoviz/panel into enhancem…
MarcSkovMadsen Mar 8, 2024
d077e53
Merge branch 'main' of https://github.com/holoviz/panel into enhancem…
MarcSkovMadsen Mar 10, 2024
2686575
Merge remote-tracking branch 'origin/main' into enhancement/finalize-…
philippjfr Mar 11, 2024
d29d18e
Update pn_bind and pn_rx tutorials
philippjfr Mar 11, 2024
7361179
change height
MarcSkovMadsen Mar 14, 2024
ecf6bd3
review
MarcSkovMadsen Mar 14, 2024
80ddbbd
Merge branch 'main' into enhancement/finalize-basic-tutorial
MarcSkovMadsen Mar 15, 2024
fc4dea8
Merge branch 'main' into enhancement/finalize-basic-tutorial
philippjfr Mar 18, 2024
ac3f5e5
Replace table with definition list
philippjfr Mar 18, 2024
7504ce1
Some improvements for basic tutorials
philippjfr Mar 18, 2024
43e1c3b
Merge branch 'main' into enhancement/finalize-basic-tutorial
MarcSkovMadsen Mar 19, 2024
c7d6c0c
Merge branch 'enhancement/finalize-basic-tutorial' of https://github.…
MarcSkovMadsen Mar 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_static/bar_chart_race.mp4
Binary file not shown.
11 changes: 11 additions & 0 deletions doc/tutorials/basic/build_animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

In this tutorial, we will create a *bar chart race* using the [Altair](https://altair-viz.github.io) plotting library and the [`Player`](../../reference/widgets/Player.ipynb) widget.

*Todo: The below is for testing on ios. Clean up*

https://assets.holoviz.org/panel/tutorials/bar_chart_race.mp4 NOT PLAYING ON IPHONE

<video controls="" poster="https://assets.holoviz.org/panel/tutorials/bar_chart_race.png">
<source src="https://assets.holoviz.org/panel/tutorials/bar_chart_race.mp4" type="video/mp4" style="max-height: 400px; max-width: 100%;">
Your browser does not support the video tag.
</video>

../../_static/bar_chart_race_2.mp4 IS PLAYING ON IPHONE

<video controls="" poster="https://assets.holoviz.org/panel/tutorials/bar_chart_race.png">
<source src="../../_static/bar_chart_race.mp4" type="video/mp4" style="max-height: 400px; max-width: 100%;">
Your browser does not support the video tag.
</video>

:::{dropdown} Dependencies

```bash
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/basic/build_todo.md