Jupyter-LC_index is an extension that puts README.svg and README.md on the tree page of Jupyter.
README.svg appears on top of the page, and README.md appears on the bottom.
- Jupyter Notebook 5.x or 6.x
$ pip install git+https://github.com/NII-cloud-operation/Jupyter-LC_index
To use the extension you will also need to install and enable, you can use Jupyter subcommand:
$ jupyter nbextension install --py notebook_index
$ jupyter nbextension enable --py notebook_index
then restart Jupyter notebook.
https://github.com/mnagaku/notebooks-diagram is a good example.