Skip to content

destination-earth/DestinE-DataLake-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destination Earth banner

DestinE-DataLake-Lab

Author: EUMETSAT

Destination Earth Data Lake Laboratory, which contains additional information for working with DestinE Data Lake services:

Further information available in DestinE Data Lake documentation: https://destine-data-lake-docs.data.destination-earth.eu/en/latest/index.html

Additional ressources:


DestinE Platform Insula Service Users
Please perform the following and select my_env kernel when running the provided Notebooks

Open a terminal window (File, New, Terminal) and run the following commands in sequence:

Create a virtual environment:

 python -m venv /home/jovyan/my_env

Activate it:

 source /home/jovyan/my_env/bin/activate

Install required dependencies for this example Notebooks:

 pip install -r /home/jovyan/datalake-lab/requirements.txt

Verify the installation:

 pip list | grep destinelab

This should give:

destinelab 0.9

Install kernel my_env. Run the command:

 python -m ipykernel install --name my_env --user

Select the kernel my_env from the top-right menu of these notebooks.

Users who already have a previous version of the 'my_env' environment installed, should delete the kernel before running the steps above. To delete the my_env kernel please run the following command: 'jupyter kernelspec uninstall my_env' from a terminal window.

About

Examples on how to make use of DestinE Data Lake services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published