Skip to content

Commit 4ca03a8

Browse files
authored
Merge pull request #123 from krassowski/patch-1
Use githubusercontent to fix display of GIFs on PyPI
2 parents 03478e0 + 5c96d9f commit 4ca03a8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,47 @@
77

88
Interactively create and customize dashboards in JupyterLab
99

10-
![presto-overview](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/overview.gif)
10+
![presto-overview](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/overview.gif)
1111

1212
## Additional Gifs
1313

1414
<details>
1515
<summary>Click to expand</summary>
1616
Add and rearrange outputs on dashboards right from your notebook.
1717

18-
![add-move-resize](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/add_move_resize.gif)
18+
![add-move-resize](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/add_move_resize.gif)
1919

2020
Add outputs from multiple notebooks.
2121

22-
![add-multiple](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/multiple_notebooks.gif)
22+
![add-multiple](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/multiple_notebooks.gif)
2323

2424
See changes immediately.
2525

26-
![see-changes](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/update_cells.gif)
26+
![see-changes](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/update_cells.gif)
2727

2828
Preview your dashboard and interact with widgets in present mode.
2929

30-
![present-mode](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/present_edit.gif)
30+
![present-mode](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/present_edit.gif)
3131

3232
Undo and redo.
3333

34-
![undo-redo](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/undo_redo.gif)
34+
![undo-redo](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/undo_redo.gif)
3535

3636
Add markdown too.
3737

38-
![markdown-too](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/markdown_too.gif)
38+
![markdown-too](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/markdown_too.gif)
3939

4040
Save dashboards to file,
4141

42-
![save-dashboard](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/save.gif)
42+
![save-dashboard](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/save.gif)
4343

4444
Load them up,
4545

46-
![load-dashboard](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/load.gif)
46+
![load-dashboard](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/load.gif)
4747

4848
And edit them again!
4949

50-
![edit-again](https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/blob/master/Design/gifs/edit_again.gif)
50+
![edit-again](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor/master/Design/gifs/edit_again.gif)
5151

5252
</details>
5353

0 commit comments

Comments
 (0)