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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,9 @@ main toolbar in the notebook itself, refreshing every 5s.
22
22
You can currently install this package from PyPI.
23
23
24
24
```bash
25
-
pip install nbresuse[resources]
25
+
pip install nbresuse
26
26
```
27
27
28
-
The above command will install NBResuse along with `psutil` Python package (which is used for getting hardware usage information from the system). If you would like to install NBResuse _without_`psutil` (in which case NBResuse does essentially nothing), run `pip install nbresuse` instead.
29
-
30
28
**If your notebook version is < 5.3**, you need to enable the extension manually.
0 commit comments