Skip to content

NII-cloud-operation/Jupyter-LC_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter-LC_index Binder

Jupyter-LC_index is an extension that puts README.svg and README.md on the tree page of Jupyter.

example

README.svg appears on top of the page, and README.md appears on the bottom.

Prerequisite

  • Jupyter Notebook 5.x or 6.x

Installation

    $ 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.

How to Use

https://github.com/mnagaku/notebooks-diagram is a good example.