Forum Discussion
Datas science Fabric Notebook run issue - Session restart
- 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
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
- v-cboorla-msft2 years agoMicrosoft Employee
Hi asifraza
We are glad to hear that your query got resolved. Please continue using Microsoft Fabric Community for your further queries. Your insights on writing code within notebooks will be beneficial to other community members. Thank you for your contribution.
Thanks.