def get_markdown_file()

in scripts/nb_to_md.py [0:0]


  def get_markdown_file(self):
    p = Path(self.file_path)
    markdown_file_path = p.with_suffix('.md')
    
    return MarkdownFile(markdown_file_path)