When performing data mining with an IPython laptop, it often takes a lot of time to compute. You are waiting for the star to In [*]:bring out something.
In [*]:
After a few hours, I finally noticed that the kernel was not responding. How to know exactly if the kernel is working or not? Is there a command in the terminal?
Yes. You can check this command:
jupyter notebook list
You will have a list like this:
(virtualenv) user@machine ~/Projetos/python $ jupyter notebook list Currently running servers: http://localhost:8888/?token=311320580ea96e5740459b3668656c9a3f89ff0629937a80 :: /home/user/Projetos/python/bigclima-project
Source: https://habr.com/ru/post/1626275/More articles:Free Serial Port After SerialException "Access Denied" to Reconnect - windowsIs this the intended template for using Python `asyncio` coroutines? - pythonjavascript autoclick loop doesn't reset when clicked again - javascriptPython queue object linking an object executing asyncio coroutines with main thread input - pythonLLDB дает ошибку "использование незаявленного идентификатора" для локальной переменной - c++mongoDB: creating an ObjectId for each new child added to the array field - mongodbUsing @login_required without "? Next = /" added to the url - python5rem can contain 10 characters? - cssIntelliJ No files uploaded for xyz - intellij-ideaHow to focus input using Cycle.js and RxJS? - javascriptAll Articles