Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit e0b7485

Browse files
committed
Move GIF to URL
1 parent d8e7832 commit e0b7485

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This library makes it easy to develop Plotly Dash apps interactively from within Jupyter environments (e.g. classic Notebook, JupyterLab, Visual Studio Code notebooks, nteract, PyCharm notebooks, etc.).
55

6-
![](images/jupyterlab_mode.gif)
6+
![jupterlab example](https://user-images.githubusercontent.com/15064365/82324108-150d4200-99a7-11ea-8d22-5c1bb8acaadb.gif)
77

88
See the [notebooks/getting_started.ipynb](https://github.com/plotly/jupyter-dash/blob/master/notebooks/getting_started.ipynb) for more information and example usage.
99

images/jupyterlab_mode.gif

-1.07 MB
Binary file not shown.

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ def run(self):
9898
os.path.join(here, "extensions", "jupyterlab", "README.md"),
9999
)
100100

101-
shutil.copytree(
102-
os.path.join(here, "images"),
103-
os.path.join(here, "extensions", "jupyterlab", "images"),
104-
)
105-
106101

107102
def readme():
108103
with open(os.path.join(here, "README.md")) as f:

0 commit comments

Comments
 (0)