Contents Menu Expand Light mode Dark mode Auto light/dark mode
nbrefactor - a Jupyter notebook refactoring tool
Light Logo Dark Logo

Getting Started

  • About nbrefactor
  • Installation
  • Demo

Technical Documentation

  • Command Line Interface
  • Markdown Commands
  • API
    • Nbrefactor Package
      • Datastructs Package
        • Markdown Element
        • Module Node
        • Parsed Cell
        • Unparsed Cell
      • Fileops Package
        • Reader
        • Utils
        • Writer
      • Processor Package
        • Cda
        • Parser
        • Processor
      • Utils Package
        • Argument Parsing
        • Logging
      • Visualization Package
        • Plot Module Tree
      • Cli

General Guidelines

  • Contributing
  • License
Back to top

Fileops Package#

(nbrefactor.nbrefactor.fileops)

  • Reader
    • read_notebook
  • Utils
    • compute_plot_path
    • ensure_dir
    • ensure_ipynb_validity
  • Writer
    • write_modules
Next
Reader
Previous
Unparsed Cell
Copyright © 2024, Mohamed Shahawy
Made with Furo