jupysql icon indicating copy to clipboard operation
jupysql copied to clipboard

identify doc sections that have code in markdown cells

Open edublancas opened this issue 2 years ago • 2 comments

context: see the last bullet point in this list: https://github.com/ploomber/jupysql/pull/496#issuecomment-1554810784

@neelasha23: did you get a chance to verify this? It's still unclear to me why readthedocs passed given that some of the notebooks were failing

edublancas avatar May 23 '23 02:05 edublancas

Readthedocs was failing that's how the issue came up. I can see in some open PRs as well like this one. For some tutorials like this it's not in a code cell which is why it's not failing. We need to find these manually. Do you mean there are some PRs in which it passed intermittently?

@edublancas

neelasha23 avatar May 23 '23 04:05 neelasha23

ok, so the problem is that we still have some notebooks that have code in markdown cells, which aren't executed. let's find those, then we can decide which ones we fix. we can ignore the ones in the integrations since they require docker and we cannot run docker commands in readthedocs

edublancas avatar May 23 '23 14:05 edublancas