You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,9 +316,9 @@ Inside the docker container, run:
316
316
To run locally the dashboard application, you can use it out on a sample data file such as the one in `examples/emissions.csv`, and run it with the following command from the code base:
317
317
318
318
```bash
319
-
uv run carbonboard --filepath="examples/emissions.csv"
319
+
uv run --extra viz-legacy task carbonboard --filepath="examples/emissions.csv"
0 commit comments