Skip to content

Commit

Permalink
Update docs and project with resource_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 12, 2022
1 parent aa34396 commit f210687
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/plugins/resource_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`fps-resource-usage` implements the [resource usage](https://github.com/jupyter-server/jupyter-resource-usage) API, for monitoring memory and CPU usage.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ nav:
- 'fps-kernels': plugins/kernels.md
- 'fps-terminals': plugins/terminals.md
- 'fps-yjs': plugins/yjs.md
- 'fps-resource-usage': plugins/resource_usage.md

markdown_extensions:
- admonition
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies = [
"fps-kernels>=0.0.42",
"fps-terminals>=0.0.42",
"fps-nbconvert>=0.0.42",
"fps-yjs>=0.0.42"
"fps-yjs>=0.0.42",
"fps-resource-usage>=0.0.42",
]

[[project.authors]]
Expand Down Expand Up @@ -56,6 +57,7 @@ pre-install-commands = [
"pip install -e ./plugins/nbconvert",
"pip install -e ./plugins/terminals",
"pip install -e ./plugins/yjs",
"pip install -e ./plugins/resource_usage",
]
dependencies = ["fastapi>=0.87.0"]
features = ["test"]
Expand Down Expand Up @@ -93,6 +95,7 @@ typecheck = [
"mypy plugins/auth/fps_auth",
"mypy plugins/nbconvert/fps_nbconvert",
"mypy plugins/yjs/fps_yjs",
"mypy plugins/resource_usage/fps_resource_usage",
"mypy plugins/terminals/fps_terminals",
"mypy plugins/login/fps_login",
]
Expand Down Expand Up @@ -131,8 +134,9 @@ python_packages = [
"plugins/retrolab:fps-retrolab",
"plugins/terminals:fps-terminals",
"plugins/yjs:fps-yjs",
"plugins/resource_usage:fps-resource-usage",
"plugins/login:fps-login",
".:jupyverse:fps-auth-base,fps-noauth,fps-auth,fps-auth-fief,fps-contents,fps-jupyterlab,fps-kernels,fps-lab,fps-frontend,fps-nbconvert,fps-retrolab,fps-terminals,fps-yjs"
".:jupyverse:fps-auth-base,fps-noauth,fps-auth,fps-auth-fief,fps-contents,fps-jupyterlab,fps-kernels,fps-lab,fps-frontend,fps-nbconvert,fps-retrolab,fps-terminals,fps-yjs,fps-resource-usage"
]

[tool.hatch.version]
Expand Down

0 comments on commit f210687

Please sign in to comment.