Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Fabric Notebook too big

I have a Notebook that runs fine when I run it manually. But once I try to automate the notbook to run I get this error Failed to run notebook due to invalid request. [Error: Size of notebook content...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

    Thanks for using Fabric Community and reporting this issue.

    While going through your scenario team is in plan to extend size to 32M, same as the notebook size limit. This will increase output storage size and help users to work productively.
    Unfortunately 32M may be not enough in your case, since notebook content will have a limit size and team can't extend this size to infinite.

    In your case loading large data is fine, the problem is to display large dataframe in notebook output. 
    Note: Display in notebook = storage a large notebook content in our service system storage

    You should try to display large output in files and not directly displaying in console.

    We can observe display dataframe code cell in your notebook.

    When trying to run through pipeline or schedule, Notebook service will store all code cell outputs. But in manually run, it will show directly without saving outputs. That's why you are only facing this error in pipeline or schedule. The correct thing to do is check all code cells and aviod display or print large dataframe. Incase if requires to display the dataframe then you should display this output in files.! 

    Hope this is helpful. Please let me know incase of any queries.