def exists()

in scripts/nb_to_md.py [0:0]


  def exists(self):
    """Indicates if the Markdown file exists."""
    return Path(self.file_path).exists()