Can we load data in Team folder through Qlib?

When we test the code in notebook, we need to save some computed factors in our Team folder due to the limit of memory, in a format of .pkl, but when we try to read pickle in the qilb, it raise error, is there any way to read data in Qilb? Thank you very much

QLib should be used as your ‘code’ repositoy with reviewion control and ability to share your code with your team member. Qlib is not meant to be used to store data, you can create a function that fetch data from your team directory and load it in your console if you need to.


I hope that helps ! Lionel.