Not charging while laptop in use otherwise charging

Hello, My leptop brand and number is (HP-ac124TX), laptop is charging well (orange light) when the laptop is not turned on and as soon as I’m turning it on it is not charging (white light), as matter of fact the following error is also coming when I’m turnin on the laptop (IDK whether it is … Read more

Jupyter/IPython notebook requires kernel restart after every exception encountered in a cell

Every time there is an error somewhere in a Python script, I need to kill and restart the kernel in Jupyter Notebook. Otherwise, none of the cells will execute. This happens with any script, i.e. it can be something as simple as print(‘Hello, world!) (missing the closing apostrophe). Killing and restarting the kernel is extremely … Read more

Jupyter does not work without kernel restart after exception

I need to kill and restart the kernel of Jupyter upon encountering an exception in the code. Otherwise, none of the cells will execute. This happens with any script, i.e. it can be something as simple as print(‘Hello, world!) (missing the closing apostrophe). Killing and restarting the kernel is extremely annoying, as I’m losing all … Read more