Link to a notebook in a project WIKI
Hi,
I am writing the project documentation in a Wiki, and I can't find how to link to Notebook in the project.
In this page : https://doc.dataiku.com/dss/latest/collaboration/wiki.html#id6
It is written :
In your Wiki article, you can create clickable links to any DSS object (dataset, recipe, notebook, ….) in the project or in another project. See the documentation about Markdown for details on the syntax to create links to DSS objects
However when going into the quoted documentation page, I can only find the following examples :
[[PROJECT_KEY.Wiki Article 1]] (my dataset)[dataset:PROJECT_KEY.dataset_name] (my model)[saved_model:PROJECT_KEY.model_id] (my project)[project:PROJECT_KEY]
And indeed, notebook:my_notebook does not work.
Best Answer
-
AlexGo Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 18 Dataiker
Hi, try using [link title](jupyter_notebook:<PROJECT_KEY>.<notebook name>)
Or [link title](jupyter_notebook:<notebook name>) if it's the current project
FYI - the latest version of Dataiku has the links built into the menu you just have to select the text.
Answers
-
Works great, thanks !