Open daviddesancho opened 1 year ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Hi @daviddesancho, Thanks for pointing this out. The solution seems reasonable. We will make a fix soon.
I'm seeing the same problem while trying to use sphinx-exercise
in a jupyter-book
.
After using pip install sphinx-exercise
I created a clean build using
jupyter-book clean .
jupyter-book build . --all
but that did not solve the problem, I see the bell and the missing f303 icon placeholder:
Describe the bug
When I render a jupyterbook including
exercise
directives I find that the icon used is not a pencil, but a bell.Someone at stackoverflow has suggested a possible culprit.
Reproduce the bug
Information in my
requirements.txt
file:Information in the
_config.yml
file:In the markdown notebooks:
List your environment