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.
How to access the WEkEO JupyterHub?
Few simple steps allow you to access the JupyterHub and use the Notebooks available:
Step 1. Log in to WEkEO JupyterHub.
Alternatively, while being signed in WEkEO, you could use the top bar menu and click on the first icon from the left:
Step 2. Enter the verification code sent to your email address:
Step 3. Choose the computing resources and click on Start to launch the server:
Step 4. 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 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 |
๐ Note: all the most used python packages are already installed in the default environment miniwekeolab
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:
We are user-driven and we implement users' suggestions, so feel free to contact us:
through a chat session available in the bottom right corner of the page
via our contact webpage
via e-mail to our support team (supportATwekeo.eu)