Skip to main content
labapi 1.0.0 documentation
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
Search Ctrl+K
  • Quick Start
  • User Guide
  • Example Applications
  • Frequently Asked Questions
  • API Reference

    • labapi
      • labapi.client
        • labapi.client.Client
        • labapi.client.StreamingResponse
      • labapi.entry
        • labapi.entry.attachment
          • labapi.entry.attachment.Attachment
          • labapi.entry.attachment.NamedBinaryIO
        • labapi.entry.collection
          • labapi.entry.collection.Entries
        • labapi.entry.comment
          • labapi.entry.comment.Comment
        • labapi.entry.entries
          • labapi.entry.entries.attachment
            • labapi.entry.entries.attachment.AttachmentEntry
          • labapi.entry.entries.base
            • labapi.entry.entries.base.Entry
          • labapi.entry.entries.text
            • labapi.entry.entries.text.HeaderEntry
            • labapi.entry.entries.text.PlainTextEntry
            • labapi.entry.entries.text.TextEntry
          • labapi.entry.entries.unknown
            • labapi.entry.entries.unknown.UnknownEntry
          • labapi.entry.entries.widget
            • labapi.entry.entries.widget.WidgetEntry
      • labapi.exceptions
        • labapi.exceptions.ApiError
        • labapi.exceptions.AuthenticationError
        • labapi.exceptions.ExtractionError
        • labapi.exceptions.LabArchivesError
        • labapi.exceptions.NodeExistsError
        • labapi.exceptions.PathError
        • labapi.exceptions.TraversalError
        • labapi.exceptions.TreeChildParseError
      • labapi.tree
        • labapi.tree.collection
          • labapi.tree.collection.Notebooks
        • labapi.tree.directory
          • labapi.tree.directory.NotebookDirectory
        • labapi.tree.mixins
          • labapi.tree.mixins.AbstractBaseTreeNode
          • labapi.tree.mixins.AbstractTreeContainer
          • labapi.tree.mixins.AbstractTreeNode
          • labapi.tree.mixins.HasNameMixin
        • labapi.tree.notebook
          • labapi.tree.notebook.Notebook
        • labapi.tree.page
          • labapi.tree.page.NotebookPage
      • labapi.user
        • labapi.user.User
      • labapi.util
        • labapi.util.ALL_PART_TYPES
        • labapi.util.browser
          • labapi.util.browser.detect_default_browser
        • labapi.util.extract
          • labapi.util.extract.extract_etree
          • labapi.util.extract.to_bool
        • labapi.util.path
          • labapi.util.path.NotebookPath
        • labapi.util.types
          • labapi.util.types.Index
          • labapi.util.types.InsertBehavior
          • labapi.util.types.NotebookInit
    1. API Reference
    2. labapi
    3. labapi.tree
    4. labapi.tree.directory
    • Copy page
    • View source

    labapi.tree.directory#

    Notebook Directory Module.

    This module defines the NotebookDirectory class, representing a directory (folder) within a LabArchives notebook. It extends both AbstractTreeContainer and AbstractTreeNode to allow it to contain other nodes and be managed as a node itself.

    Classes

    NotebookDirectory(tree_id, name, root, ...)

    Represents a directory (folder) within a LabArchives notebook.

    Previouslabapi.tree.collection.Notebooks Next labapi.tree.directory.NotebookDirectory

    © Copyright 2026, Christoph Li and Joshua Lawrimore

    Made with Sphinx and Breeze theme.

    Back to top