Skip to content

Commit 65f95f5

Browse files
authored
Merge pull request #33 from ahuang11/update_logo
Update logo
2 parents a2c9568 + 1ec5a7c commit 65f95f5

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

docs/assets/logo.png

276 KB
Loading

docs/assets/logo_bw.png

294 KB
Loading

docs/supported_formats.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ stream(df, uri="gapminder.mp4", groupby="Country", title="{Year}")
7878
pip install polars pyarrow hvplot selenium webdriver-manager
7979
```
8080

81+
You must also have `firefox` or `chromedriver` installed on your system.
82+
83+
```bash
84+
conda install -c conda-forge firefox
85+
```
86+
8187
```python
8288
from streamjoy import stream
8389
import polars as pl
@@ -90,7 +96,7 @@ stream(df, uri="gapminder.mp4", groupby="Country", title="{Year}")
9096
```
9197

9298
<video controls="true" allowfullscreen="true">
93-
<source src="https://github.com/ahuang11/streamjoy/assets/15331990/fb07014c-8c63-46da-9ca0-1592e4649ccd" type="video/mp4">
99+
<source src="https://github.com/ahuang11/streamjoy/assets/15331990/75531331-3974-46b8-8399-6dd14ad31f5c" type="video/mp4">
94100
</video>
95101

96102
## 🗄️ XArray Dataset or DataArray
@@ -149,6 +155,12 @@ stream(ds, uri="air.mp4", cmap="RdBu_r")
149155
pip install pooch netcdf4 hvplot xarray
150156
```
151157

158+
You must also have `firefox` or `chromedriver` installed on your system.
159+
160+
```bash
161+
conda install -c conda-forge firefox
162+
```
163+
152164
```python
153165
import xarray as xr
154166
import hvplot.xarray

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ theme:
88
name: material
99
features:
1010
- content.code.copy
11-
icon:
12-
logo: material/library
11+
logo: assets/logo.png
1312
palette:
1413
# Palette toggle for automatic mode
1514
- media: "(prefers-color-scheme)"

0 commit comments

Comments
 (0)