Skip to content

Cross-reference in Notebooks markdown cell not rendered correctly #236

@thomasmarwitz

Description

@thomasmarwitz

When I reference something from my API documentation, I'd expect this to work even inside jupyter notebooks as it does inside normal mkdocs pages with the mkdocstrings plugin.

For example, I want to be able to write this in a markdown cell in jupyter notebook:

[`MetaLearner.fit`][metalearners.metalearner.MetaLearner.fit]

and it should be rendered as a link pointing to the API method as it also happens in normal pages:

Image

Current behavior just renders the text:

Image

Have you encountered something like this before? At some point, the resolving of the references needs to be injected into the process before being rendered to plain html.

Happy to work on a solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions