QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

FEAT: Support :name: attribute in code-block directives for linking in notebooks #109

Open mmcky opened 6 years ago

mmcky commented 6 years ago

IT would be nice to be able to reference code-blocks using :name: attributes in the code-block directive. Then we can support internal hyperlinks that refer to code etc.

mmcky commented 5 years ago

just to clarify this would be similar to labelled block equations.