Forum Discussion

asifraza's avatar
asifraza
Regular Visitor
2 years ago
Solved

Datas science Fabric Notebook run issue - Session restart

While working on notebook, frequently I am facing this issue , note I am using the Trial version data science.   InternalError: Ipython kernel exits with code 9. Please restart your session.
  • asifraza's avatar
    2 years ago

    Here is tips regarding writing code on notebook:

    1-  Avoid or declare any kind of unwanted variable. you can simply use the del to delete it from memory. try to use one variable and override it again and again.

    2- add the following code start of the cell (beginning of notebook),  %reset -f (Clear all variables forcefully). re-run the all cells