Skip to content

Transform notebooks into md files #1

@thorwhalen

Description

@thorwhalen

There's nbconvert already, but there's still some manual work to make it clean.

Known problems:

  • style scoped html visible (in pandas dataframe displays): See image
  • AxesSubplot:xlabel when displaying graphs
  • images are saved in root level (in zip): More convenient to save them in an img folder to keep them out of view. Need to change the (e.g.) ![png](output_18_1.png) snippets to ![png](img/output_18_1.png).

Pre-dev research:

  • nbconvert arguments
  • existing github/pypi code to solve problem

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions