Skip to content

Commit def91e4

Browse files
committed
Use absolute paths for images in README.md
So that those display on PyPI
1 parent 4e9d2f3 commit def91e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### EXPERIMENTAL: This extension is still in alpha. The API is subject to frequent changes.
1010

11-
![](design/gifs/showcase.gif)
11+
![](https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/showcase.gif)
1212

1313
Try our extension [here](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-tabular-data-editor/master?urlpath=lab)!
1414

@@ -25,31 +25,31 @@ See our progress as of 08/27/2020 from these [slides](https://docs.google.com/pr
2525
<summary>View Extension Highlights</summary>
2626
<br>
2727
<h3>Launch new files and quickly add rows and columns</h3>
28-
<img src="design/gifs/csvlauncher.gif" alt="gif of launching a new csv file within JupyterLab">
28+
<img src="https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/csvlauncher.gif" alt="gif of launching a new csv file within JupyterLab">
2929

3030
<br>
3131
<br>
3232

3333
<h3>Seamlessly rearrange your data table</h3>
34-
<img src="design/gifs/moving.gif" alt="gif of moving rows and columns within JupyterLab">
34+
<img src="https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/moving.gif" alt="gif of moving rows and columns within JupyterLab">
3535

3636
<br>
3737
<br>
3838

3939
<h3>Insert and remove multiple rows and columns</h3>
40-
<img src="design/gifs/multiremoveandinsert.gif" alt="gif of removing and inserting multiple rows and columns within JupyterLab">
40+
<img src="https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/multiremoveandinsert.gif" alt="gif of removing and inserting multiple rows and columns within JupyterLab">
4141

4242
<br>
4343
<br>
4444

4545
<h3>Format your data with a click of a button</h3>
46-
<img src="design/gifs/auto-format.gif" alt="gif of toggling on a mode that formats data based on data types within JupyterLab">
46+
<img src="https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/auto-format.gif" alt="gif of toggling on a mode that formats data based on data types within JupyterLab">
4747

4848
<br>
4949
<br>
5050

5151
<h3>Search and replace with ease</h3>
52-
<img src="design/gifs/searchandreplace.gif" alt="gif of searching and replacing a word within a large file within JupyterLab">
52+
<img src="https://raw.githubusercontent.com/jupytercalpoly/jupyterlab-tabular-data-editor/master/design/gifs/searchandreplace.gif" alt="gif of searching and replacing a word within a large file within JupyterLab">
5353
</details>
5454

5555
## Requirements

0 commit comments

Comments
 (0)