Python recipe Excel packages

Options
User
User Registered Posts: 5 ✭✭✭
edited July 16 in Using Dataiku

Hello everyone,

I have an issue while constructing excel with python recipe.
I need to use precise packages (xlsxwriter, xlwings, openpyxl and so on) that work very well in Anaconda.But in Dataiku python recipe it's not the case.
In my mind with python recipe I could do whatever python usually does.

Ex below of a line that does not work:

XlwingsError: Your platform only supports the instantiation via xw.Book(json=...)

Does anyone have a solution please ?

Thank you!

Best regards

Tagged:

Answers

Setup Info
    Tags
      Help me…