DeanLight / spannerlib

https://deanlight.github.io/spannerlib/
Apache License 2.0
3 stars 1 forks source link

Stop filtering magics #132

Closed loayshaqir1 closed 11 months ago

loayshaqir1 commented 11 months ago

It turned out that the solution we did together did not actually work, even though it seemed to be. We thought it worked because show_docs actually has some sort of a cache (_procs folder) that saved the HTML files that i got after i manually deleted "clean_magics" and ran nbdev_preview before the meeting to verify that this solves the problem.

this PR implements the same idea that we did but instead monkey patches the updated function inside the nbdev.processors file itself.