I want to use Zipline, but Zipline does not financial data that I need. Now to make my my own data bundle I went through the following link: http://www.zipline.io/bundles.html
From what I understood I passed the following command on my ubuntu terminal:
"zipline ingest -b /home/furqan/Desktop/python_data"
My data is saved in folder 'python_data' located on desktop. Passing the above command I got into following error:
Error: No bundle registered with the name'/home/furqan/Desktop/python_data'`
How should I solve this issue?
As said at iPython magic for Zipline cannot find data bundle, it is a known bug in zipline. It says to load zipline as shown below before you do anything else with it. import os