Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform notebooks into md files #1

Open
thorwhalen opened this issue Nov 10, 2020 · 0 comments
Open

Transform notebooks into md files #1

thorwhalen opened this issue Nov 10, 2020 · 0 comments

Comments

@thorwhalen
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant