Connection error

My kernel keeps getting interrupted saying “some changes were not recognised by the server” or something like that and I have to run my code from the starting point. Also many times I have to install all the libraries every time I run the codes of an old kernel.

Is there a solution for my above mentioned two problems?

Hi,

My kernel keeps getting interrupted saying “some changes were not recognised by the server” or something like that and I have to run my code from the starting point.

Could you send me an ID (link) of your notebook via DM so I can check the logs?

Also many times I have to install all the libraries every time I run the codes of an old kernel.

Notebook (machine) is always stared with the default environment (there are three predefined environments at the moment - “pip default”, “pip minimal” and “conda minimal”), so each time you start a notebook - you need to install your dependencies. If such dependencies were installed using the built-in library manager (Environment tab) - they are persisted in the environment.yml file and will be installed automatically during the start-up.