Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Overview

This page provides reference documentation describing the basic properties of files that compose a Developer Note (DevNote). It assumes that you have familiarized yourself with the basics of Nucleus Hub and have made a DevNote. If you are looking for examples of useful MyST Markdown syntax please refer to the relevant documentation page.

Filestructure

A DevNote can be thought of as a repository of research artifacts that can include Markdown text, code, datasets, design files, and any other supporting documents. A minimal DevNote project might have the following file structure:

# As seen in the file browser in Nucleus Hub

devnotes/my-project/
├── _build/
├── experiments/
├── general/
├── banner.webp
├── thumbnail.png
├── curvenote.yml
├── base.yml
├── environment.yml
├── main.md
└── README.md

Key Files

Directories