Ever wanted to send someone a direct link to launch a Renku session?

Maybe you're running a workshop and want participants to jump straight into the analysis, or you've built a dashboard that clients should access without navigating through project pages first.

Create custom launch links that do exactly that. Share them as simple URLs or embed them as colorful markdown badges—whatever fits your workflow.

How to share a launch link.

  1. Open the Launch Link modal. There are 2 ways to get here:
  1. Choose either to copy a Launch Link or markdown Launch Badge.

    launch-link-modal.png

  2. Paste the Launch Link or Launch Badge in a webpage or README file for your viewers to click!

When someone clicks on a Renku Launch Link, they will be taken directly to the session launch screen, skipping the Renku project page.

<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />

Tip: If you’d like your launch link to be usable by anyone, don’t forget to make sure your project is public!

</aside>

Make Launch Links Even Smarter with Environment Variables

You can also pass information directly to sessions through custom launch links.

Imagine you have a data catalog with dozens of datasets. Instead of creating separate Renku projects for each one, create a single project with all your analysis tools, then generate custom launch links that tell the session which dataset to load. When someone clicks your custom link, the dataset ID gets passed as an environment variable that your session can automatically pick up and use.

How to Customize a Launch Link

First, add an environment variable to your session launcher.

  1. Clicking on the Session Launcher to open its side panel.

  2. Scroll down to the Environment Variables section.

    env-vars.png

  3. Click on the ✏️ icon to edit the launcher’s environment variables.

  4. Give your environment variable a name, and optionally a default value.

    image.png

  5. Click Update session launcher to save.