Elucidata Corna Package
Running the package:
- Go to the directory where setup.py file is present.
- In the command prompt, type: python setup.py install
- Corna package version 0.1.0 will be installed in your python libraries
- Use the demo folder to run the demo.py script. The demo folder contains the data foler with data files
- You can also write your own script by referring to the demo.py script and add your data files in the working directory
- You can run the demo.py script in ipython. To install ipython, follow the steps given below: - In the command prompt , pip install ipython. - pip install jupyter notebook. - run the demo.py script in jupyter notebook.