Hello everyone! I have recently met a problem with my pc, due to python not recognizing ‘sans-serif’ character I ran
sudo apt install msttcorefonts -qq
rm ~/.cache/matplotlib -rf
found in stackoverflow. The last line, for some reason, deleted EVERYTHING in my Downloads folder, and I could not really recover my works in python(and the environment). It also removed some stuff related to anaconda and I had to reinstall it. Now it comes the burning question: Jupyter Notebook used to run on Firefox(now it does on Chrome), I could switch between one kernel and the other while running others in parallel, and in general it looked to be quite faster in running the same codes I managed to re-obtain.
Now it looks like I cannot switch kernel without some others stopping automatically, and they run quite slower…
What can be the problem? Can it even be fixed?
Thanks for the help!