readme
This commit is contained in:
parent
ca3d9e17fe
commit
86a239bd8f
11
README.md
11
README.md
|
@ -12,11 +12,11 @@ v.1.0.0
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
locally clone the repository and copy them in your JupyterLab instance
|
Locally clone the repository and copy them in your JupyterLab instance.
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
* [Copernicus CDSAPI](https:
|
* [Copernicus CDSAPI](https://cds.climate.copernicus.eu/how-to-api/) - the Copernicus Climate Data Store (CDS) Application Program Interface (API) client
|
||||||
//cds.climate.copernicus.eu/how-to-api/) - the Copernicus Climate Data Store (CDS) Application Program Interface (API) client
|
|
||||||
* [python](https://python.org/)
|
* [python](https://python.org/)
|
||||||
* [d4science](https://www.d4science.org/)
|
* [d4science](https://www.d4science.org/)
|
||||||
* [d4science_copernicus_cds](https://code-repo.d4science.org/D4Science/d4science_copernicus_cds)
|
* [d4science_copernicus_cds](https://code-repo.d4science.org/D4Science/d4science_copernicus_cds)
|
||||||
|
@ -27,13 +27,14 @@ The original tutorial notebooks are available on [Copernicus Training C3S](https
|
||||||
|
|
||||||
These notebooks have been fixed (the official ones do not work with the new Copernicus data format), integrated with the d4science_copernicus_cds library, and adapted to the D4Science infrastructure.
|
These notebooks have been fixed (the official ones do not work with the new Copernicus data format), integrated with the d4science_copernicus_cds library, and adapted to the D4Science infrastructure.
|
||||||
|
|
||||||
### Testing in d4science JupyterLab
|
### Testing in D4Science JupyterLab
|
||||||
|
|
||||||
To test the notebooks in the D4Science JupyterLab environment, follow these steps:
|
To test the notebooks in the D4Science JupyterLab environment, follow these steps:
|
||||||
|
|
||||||
1. **Access D4Science JupyterLab**
|
1. **Access D4Science JupyterLab**
|
||||||
- Log in to the D4Science portal with your credentials.
|
- Log in to the D4Science portal with your credentials.
|
||||||
- Navigate to the JupyterLab section.
|
- Navigate to the JupyterLab section.
|
||||||
- if existing, select the specific VM for Copernicus to have the dependencies pre-installed.
|
- If existing, select the specific VM for Copernicus to have the dependencies pre-installed.
|
||||||
|
|
||||||
2. **Upload Notebooks**
|
2. **Upload Notebooks**
|
||||||
- Upload the tutorial notebooks to your JupyterLab workspace.
|
- Upload the tutorial notebooks to your JupyterLab workspace.
|
||||||
|
|
Loading…
Reference in New Issue