You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The memory usage is not working and won't update when I run code in cell, and I got this error message in jupyter console, I don't know if it's related:
[IPKernelApp] ERROR | Exception in control handler:
Traceback (most recent call last):
File "*/Python/3.8/lib/python/site-packages/ipykernel/kernelbase.py", line 334, in process_control
await result
File "*/Python/3.8/lib/python/site-packages/ipykernel/kernelbase.py", line 986, in usage_request
reply_content["kernel_memory"] = sum(
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
Memory Usage is not working in my environment
Reproduce
The memory usage is not working and won't update when I run code in cell, and I got this error message in jupyter console, I don't know if it's related:
Context
The text was updated successfully, but these errors were encountered: