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
-[Download the PUDL dataset from Kaggle](https://www.kaggle.com/datasets/catalystcooperative/pudl-project/download)
36
-
(it's ~20GB!) and unzip it somewhere conveniently accessible from the notebooks in the
37
-
cloned repo.
38
36
- Start your JupyterLab or Jupyter Notebook server and navigate to the notebooks in
39
37
the cloned repo.
40
-
- You'll need to adjust the file paths in the notebooks to point at the directory where
41
-
you put the PUDL data, and might need to adjust the packages installed in your Python
42
-
environment to work with the notebooks.
38
+
- If all the necessary packages are installed, you should be able to run the notebooks
39
+
without worrying about where the data is, since it is read directly from our public
40
+
AWS S3 bucket.
41
+
- If you would rather work with the data locally, you can [Download the PUDL dataset from Kaggle](https://www.kaggle.com/datasets/catalystcooperative/pudl-project/download)
42
+
(it's ~20GB!) and unzip it somewhere conveniently accessible from the notebooks in the
43
+
cloned repo.
44
+
- In this case you'll need to adjust the file paths in the notebooks to point at the
0 commit comments