You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
The link would have to be to a notebook that is also a post in pelican. Basically the ipynb would need to have the metadata so pelican converts it to a post.
I bet that it works if you use the liquid tag method since its a regular markdown link that i know works. In the notebook add a link like this (thats how pelican generates links to other notebooks):
[link]({filename}./notebook-example.md)
Let me know if it works.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If notebook contain the links to another notebook (with
Link to [Math](09_Math.ipynb)
), plugin doesn't convert it to<a href="09_Math.html">Math</a>
.Could it be done?
The text was updated successfully, but these errors were encountered: