rosinality / knotter

Implementation of Mapper algorithm for Topological Data Analysis
MIT License
45 stars 13 forks source link

launching knotter #8

Open mlnjsh opened 6 years ago

mlnjsh commented 6 years ago

Hi I am using ipython notebook

I have installed Knotter using ! pip install knotter

will you please guide me How to launch knotter?

rosinality commented 6 years ago

You can run knotter with

> knotter
mlnjsh commented 6 years ago

I have tried getting the following error


NameError Traceback (most recent call last)

in () ----> 1 knotter NameError: name 'knotter' is not defined
rosinality commented 6 years ago

I think you can run with ! knotter in the notebook, but I haven't tried it. Knotter is standalone program and you can run it in the shell or command prompt.

mlnjsh commented 6 years ago

ok , I will try