shermansiu
commited on
Commit
•
89197cf
1
Parent(s):
6c071a1
Attempt to improve syntax highlighting.
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ ECMWF data products are subject to the following terms:
|
|
55 |
## Usage
|
56 |
Use the Huggingface Hub file system to load files. The `datasets` library doesn't support netCDF files yet.
|
57 |
|
58 |
-
```
|
59 |
from huggingface_hub import HfFileSystem
|
60 |
import xarray
|
61 |
|
|
|
55 |
## Usage
|
56 |
Use the Huggingface Hub file system to load files. The `datasets` library doesn't support netCDF files yet.
|
57 |
|
58 |
+
```python
|
59 |
from huggingface_hub import HfFileSystem
|
60 |
import xarray
|
61 |
|