Skip to content

Commit

Permalink
Enable nputop in Linux (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz authored Oct 15, 2024
1 parent cfc79b1 commit 036a868
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions npu/utils/nputop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
def nputop():
""" Uses XBUtil to display all currently running applications in an ipywidgets
form suitable for JupyterLab """
if platform.system() == "Windows":
XBUtil().apps()
else:
print("nputop is not currently supported in linux due to changes in the xbutil api")

XBUtil().apps()

0 comments on commit 036a868

Please sign in to comment.