Tim Huegerich
Tim Huegerich
I'm having the same experience. Facebook button is non-functional (nothing happens when clicking it) on the pol.is url.
Have you tried pystata_kernel? Or https://github.com/hugetim/nbstata, which I think is now at least feature-equivalent to stata_kernel.
The [directives docs](https://nbdev.fast.ai/explanations/directives.html#export-some.thing) suggest this issue can be closed, no?
It doesn't work in my simple example. The export directive silently fails, not exporting the function anywhere: [nbdev-hello-world-test.zip](https://github.com/fastai/nbdev/files/10670462/nbdev-hello-world-test.zip)
One pitfall I've run into that may be worth addressing in such a guide: when I forget to export functions (or imports), tests will still pass because the non-exported stuff...
Right, it is often caught in a test in a separate notebook if it is used elsewhere, but I won't always have exhaustive test coverage elsewhere if I think its...
I'm flattered to be asked but don't have anything to add on this. My knowledge of the nbdev codebase is limited pretty narrowly to the piece your recent PR touched,...
I once resolved it by using absolute (github) paths to refer to the figures. For [example](https://github.com/hugetim/nbstata/commit/8374e749ed8b8903584b0154e3b67ba6f76b6c37): ```html ``` (I've since removed that gif, but it worked at the time.)
Maybe related: https://forums.fast.ai/t/nbdev-export-raises-jsondecodeerror/103606/3 Myself, I was seeing the issue in the README.md generated by my index.ipynb. What triggered the error was trying to `pip install -e .`. Then the JSONDecodeError...
> i want to work on this I don't have plans to work on it myself, so that would be great! Thanks in advance.