From bc23676fb8b5b45522be12b303eaf88cc784b898 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Mon, 26 Jul 2021 14:37:20 +0100 Subject: [PATCH] Update docs/howto/operate/setup-grafana.md --- docs/howto/operate/setup-grafana.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/howto/operate/setup-grafana.md b/docs/howto/operate/setup-grafana.md index 32948df950..c470343cae 100644 --- a/docs/howto/operate/setup-grafana.md +++ b/docs/howto/operate/setup-grafana.md @@ -61,6 +61,10 @@ Some default grafana dashboards for JupyterHub can then be deployed using [`jupy 1. Create a local clone of the repository 2. Install the [`jsonnet` binary](https://github.com/google/jsonnet#packages). - Homebrew is the best option if you're on MacOS. - The Python package will not suffice here as we directly call the `jsonnet` library. + +```{note} +Homebrew is the best option if you're on MacOS. +The Python package will not suffice here as we directly call the `jsonnet` library. +``` + 3. Follow the instructions in the [Deployment](https://github.com/jupyterhub/grafana-dashboards/blob/main/README.md#deployment) section of the README to create the grafana dashboards