korobool / MM-demo

0 stars 0 forks source link

Provide mind mapping Jupyter Notebook #15

Open korobool opened 5 years ago

korobool commented 5 years ago
  1. set the text
    text = "test text"
  2. Create an instance of client class (that wraps RESTful calls)
    client = MMClient(base_url)
    ....
    mmap = client.get_map(text)
  3. Develop a logic that takes JSON mmap and RENDERS a simple GRAPH that represent our mind map I think here it is possible to find an example for matplotlib OR some special implementations in github