Use Project Variables in Applications (HTML tile)

VFL
VFL Registered Posts: 11 ✭✭✭
edited July 16 in Using Dataiku

Hello,

I am building an application, and part of the process is for the user to visit a particular notebook (to look at plots and choose parameters).

I am trying to build a simple "url link" message in the Application UI, but I can't find how to use variables in it.

  • I chose the "Variable Display" tile
  • Then in HTML, I was looking for something like this :

<a href = "server/" + ${projectKey} + "/notebooks/jupyter/my_notebook">Open the notebook</a>

But it does not work.

Any idea of I could manage to display such link ?

Best Answer

Answers

Setup Info
    Tags
      Help me…