fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.9k stars 487 forks source link

Feature request: global links #1309

Open dsm-72 opened 1 year ago

dsm-72 commented 1 year ago

I like using reference style markdown links e.g.

[ref_name]: https://my-link-to-thing

It would be nice if I could, whether in index.ipynb or ini define a list of global reference links that I can use across all other notebooks without having to re define them everywhere.

dsm-72 commented 1 year ago

@muellerzr any updates on this? It is looking like Jupyter Notebooks may support this soon-ish (https://github.com/jupyterlab/jupyterlab/issues/14260)?