def write_file()

in scripts/nb_to_md.py [0:0]


  def write_file(self, content: str):
    p = Path(self.file_path)
    p.write_text(content)