File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 8
8
![ Github Actions Status] ( https://github.com/jupyter-server/jupyter-resource-usage/workflows/Tests/badge.svg )
9
9
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-server/jupyter-resource-usage/stable )
10
10
[ ![ PyPI] ( https://img.shields.io/pypi/v/jupyter-resource-usage )] ( https://pypi.python.org/pypi/jupyter-resource-usage )
11
+ [ ![ conda-forge] ( https://img.shields.io/conda/vn/conda-forge/jupyter-resource-usage.svg )] ( https://anaconda.org/conda-forge/jupyter-resource-usage )
11
12
[ ![ PyPI] ( https://img.shields.io/pypi/l/jupyter-resource-usage )] ( https://pypi.python.org/pypi/jupyter-resource-usage )
12
13
[ ![ GitHub] ( https://img.shields.io/badge/issue_tracking-github-blue?logo=github )] ( https://github.com/jupyter-server/jupyter-resource-usage/issues )
13
14
@@ -26,6 +27,12 @@ You can currently install this package from PyPI.
26
27
pip install jupyter-resource-usage
27
28
```
28
29
30
+ Or with ` conda ` :
31
+
32
+ ``` bash
33
+ conda install -c conda-forge jupyter-resource-usage
34
+ ```
35
+
29
36
** If your notebook version is < 5.3** , you need to enable the extension manually.
30
37
31
38
```
You can’t perform that action at this time.
0 commit comments