While executing a notebook from another notebook session gets closed
heta desai
252
Reputation points
I have created parent notebook in synapse which reads metadata from Azure sql server where multiple notebooks name are stored. Using for loop it iterates the metadata and executes the notebook in each iteration. But some times the execution gets stopped and it throws below error:
InternalError: Ipython kernel exits with code 1. Please restart your session.
Please suggest me the solution to avoid the above error.
Sign in to answer