notebooks naming convention
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:25 AM
I have read info about objects names but are there any best practices regarding notebooks naming convention?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 11:03 AM
It is recommended to name notebooks descriptively so that it is easy to understand their purpose and content. A good practice is to follow a consistent naming convention to help keep notebooks organized. These are some of general practices
- Use naming conventions that describe the notebook's function and contents. This can include the project name, dataset used, task name or category.
- Use dashes (-) or underscores (_) instead of spaces when separating words in the notebook name.
- Begin each notebook name with a prefix representing the notebook type or project name to easily identify related notebooks.
- Keep notebook names concise and limit them to 30 characters or less to ensure the name is fully visible in the Databricks workspace.
- Avoid special characters or symbols in notebook names.

