Forum Discussion

Arundhati_Sen1's avatar
Arundhati_Sen1
Frequent Visitor
1 year ago
Solved

Fabric Notebook notebookutils.notebook.exit('Output Value') not working

Hi, I am trying to run MS fabic notebook from data pipeline and get the exitValue which is required to perform next steps. In my code I had to use python fintech library. When I am importing the fin...
  • v-pnaroju-msft's avatar
    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:

    1. Please refer to the Fintech library's documentation or source code to identify any known issues or conflicts with other modules.
    2. 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.