nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Cross reference on nbdev

Open itepifanio opened this issue 2 years ago • 0 comments

Quarto cross referencing is very uselful when generating docs. I was able to use this feature with nbdev by using raw cells.

It would awesome to have a nbdev directive to reference a code cell in a markdown cell, for example:

Screenshot from 2022-12-16 13-45-32

Right now I'm using Quarto syntax on nbdev raw cells containing python code (see images below) but it can be a little limited since I can't test the code used on the raw cell.

Screenshot from 2022-12-16 13-50-57

Screenshot from 2022-12-16 13-51-03

itepifanio avatar Dec 16 '22 16:12 itepifanio