Link to a notebook in a project WIKI

Solved!
VFL
Level 2
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.

0 Kudos
1 Solution
AlexGo
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.

Screen Shot 2022-04-12 at 11.05.33 AM.png

 

View solution in original post

0 Kudos
2 Replies
AlexGo
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.

Screen Shot 2022-04-12 at 11.05.33 AM.png

 

0 Kudos
VFL
Level 2
Author

Works great, thanks !

0 Kudos