Context
In addition to the different available services, WEkEO also provides a JupyterHub development multi-users platform designed to create, run and share Python codes and scripts for data analysis, in virtual Jupyter Environments.
Several Jupyter Notebook files are already available in the WEkEO Jupyter Environment, accessible to all WEkEO users, for free. The only requirement is a WEkEO account.
โ ๏ธ Your data located on the WEkEO JupyterHub will be removed if you stay inactive during 5 months. You can simply login and do some work to reset the counter. After 2 months of inactivity, you will receive an email informing you that your data will be archived for 3 months. You need to contact us during this period for the recovery of the backup.
How to access the WEkEO JupyterHub?
Few simple steps allow you to access the JupyterHub and use the Notebooks available:
Log in to WEkEO.
Access MyWEkEO space and click on โOpenโ next to WEKEO Workspace.
Click on Sign in with OAuth 2.0:
Enter the verification code sent to your email address:
Choose the computing resources and click on Start to launch the server:
Your server environment ready, feel free to explore the available resources under the
public
folder.
๐ Note: under your home
directory, up to 20 GB of storage are available.
What is available in the WEkEO JupyterHub?
Once your Jupyter's session starts, several filesystems are mounted in different locations:
A read-only filesystem that contains code examples under
/home/<your_username>/public
, where you can find some notebooks demonstrating how to download data from WEkEO into your own Jupyter Environment and some others corresponding to the training sessions on Atmosphere, Climate, Land and Ocean applicationsA read-only filesystem that contains the files you may had before the migration on June 14th 2022 under
/home/<your_username>/old_files
A filesystem that contains your persistent files under
/home/<your_username>
Your Jupyter instance is initialized with default conda
environments, that are reset after each session restart, so all other locations unlisted above are not persisted.
Path | Performance | Persisted | Read-Only |
| Slower | Yes | Yes |
| Slower | Yes | Yes |
| Fast | Yes | No |
๐ก WEkEO Pro Tip: all the most used Python packages are already installed in the default environment wekeolab
of the WEkEO JupyterHub platform.
However, any custom environment you can create will be preserved: How to create a custom environment on WEkEO JupyterHub?
What's next?
These articles might be of interest for you:
Several articles are available in the WEkEO Help Center, but if you have any questions, issues or suggestions, feel free to contact us through a chat session available in the bottom right corner of the page.