Forum Discussion
Fabric Notebook notebookutils.notebook.exit('Output Value') not working
- 1 year ago
Hi Arundhati_Sen1,
Thank you for your update.
As a workaround, kindly review the following steps that may assist in resolving the issue:
- Please refer to the Fintech library's documentation or source code to identify any known issues or conflicts with other modules.
- If the exit function is critical, consider placing the exit logic before importing the Fintech library, as this may help prevent any interference.
exit_value = {"status":"successful"}notebookutils.notebook.exit(exit_value)
from fintech import register
Additionally, please find below a reference link that may be helpful in resolving the issue:Solved: Re: Python (not spark) Notebook exitValue issue - Microsoft Fabric Community
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.
Thank you.
Hi Arundhati_Sen1,
We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.
If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.
Thank you.