diff --git a/frontend/src/components/notebook/NotebookListBox.tsx b/frontend/src/components/notebook/NotebookListBox.tsx index cbab9a9..77cde43 100644 --- a/frontend/src/components/notebook/NotebookListBox.tsx +++ b/frontend/src/components/notebook/NotebookListBox.tsx @@ -11,13 +11,14 @@ export interface NotebookListBoxProps { export function NotebookListBox({viewSet}: NotebookListBoxProps): JSX.Element { - // TODO: Add some flavour text - return ( Notebooks +

+ Notebooks are interactive Python documents that you can edit in your browser and run on Sophon server. +

{viewSet.resources?.map(res => )}
)