aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
100 stars 8 forks source link

Convert links in notebooks to mkdocs references #410

Open mdbenito opened 1 year ago

mdbenito commented 1 year ago

Unlike mkdocs-jupyter, mknotebooks converts the notebooks to markdown and lets mkdocs handle the conversion from markdown to HTML. That makes it work with other plugins and extensions. That's why those warnings started appearing. We could now convert all the links to the jupyter notebooks to use aliases and let mkdocs resolve them but that makes the links unreadable in the notebook itself.

Originally posted by @AnesBenmerzoug in https://github.com/appliedAI-Initiative/pyDVL/issues/409#issuecomment-1699537195