|
11 | 11 | "cell_type": "markdown", |
12 | 12 | "metadata": {}, |
13 | 13 | "source": [ |
14 | | - "Follow the steps in this this tutorial to define a custom \"iguazio\" Grafana data source and create a \"stocks\" Grafana dashboard that uses this data source to query tables in the Iguazio Data Science Platform (**\"the platform\"**)." |
| 14 | + "Follow the steps in this this tutorial to create a \"stocks\" Grafana dashboard using Iguazio data source <br>\n", |
| 15 | + "Note that you need to create a Grafana service before running the notebook <br>\n", |
| 16 | + "Creating a grafana service can be done from the \"services\" screen in the Platform" |
15 | 17 | ] |
16 | 18 | }, |
17 | 19 | { |
18 | 20 | "cell_type": "code", |
19 | | - "execution_count": 1, |
| 21 | + "execution_count": null, |
20 | 22 | "metadata": {}, |
21 | | - "outputs": [ |
22 | | - { |
23 | | - "name": "stdout", |
24 | | - "output_type": "stream", |
25 | | - "text": [ |
26 | | - "Collecting git+https://github.com/v3io/grafwiz.git\n", |
27 | | - " Cloning https://github.com/v3io/grafwiz.git to /tmp/pip-req-build-fwkh1tj4\n", |
28 | | - "Requirement already satisfied (use --upgrade to upgrade): grafwiz==0.1.0 from git+https://github.com/v3io/grafwiz.git in /User/.pythonlibs/lib/python3.6/site-packages\n", |
29 | | - "Requirement already satisfied: grafanalib in /User/.pythonlibs/lib/python3.6/site-packages (from grafwiz==0.1.0) (0.5.3)\n", |
30 | | - "Requirement already satisfied: attrs in /conda/lib/python3.6/site-packages (from grafanalib->grafwiz==0.1.0) (19.1.0)\n", |
31 | | - "Building wheels for collected packages: grafwiz\n", |
32 | | - " Running setup.py bdist_wheel for grafwiz ... \u001b[?25ldone\n", |
33 | | - "\u001b[?25h Stored in directory: /tmp/pip-ephem-wheel-cache-0jnpcojn/wheels/8f/07/f3/185d8b497806aae5db86574055449669bd6c6658be2a5f9ec4\n", |
34 | | - "Successfully built grafwiz\n" |
35 | | - ] |
36 | | - } |
37 | | - ], |
| 23 | + "outputs": [], |
38 | 24 | "source": [ |
39 | 25 | "!pip install git+https://github.com/v3io/grafwiz.git" |
40 | 26 | ] |
41 | 27 | }, |
42 | 28 | { |
43 | 29 | "cell_type": "code", |
44 | | - "execution_count": 2, |
| 30 | + "execution_count": 1, |
45 | 31 | "metadata": {}, |
46 | 32 | "outputs": [], |
47 | 33 | "source": [ |
|
51 | 37 | }, |
52 | 38 | { |
53 | 39 | "cell_type": "code", |
54 | | - "execution_count": 3, |
| 40 | + "execution_count": null, |
55 | 41 | "metadata": {}, |
56 | 42 | "outputs": [], |
57 | 43 | "source": [ |
58 | 44 | "# Grafana internal cluster address (will be http://grafana)\n", |
59 | 45 | "grafana_url = 'http://grafana'\n", |
60 | 46 | "# External URL of the demo's stream-viewer Nuclio serverless function\n", |
61 | | - "# Replace the string after the app. with the dashboard URL (e.g. stream-view.iguazio.app.product4.iguazio-cd2.com)\n", |
62 | | - "streamview_url = 'https://stream-view.iguazio.app.<Dashboard URL string>/'" |
| 47 | + "streamview_url = 'https://stream-view.iguazio.app.vjszzjiaingr.iguazio-cd0.com/'" |
63 | 48 | ] |
64 | 49 | }, |
65 | 50 | { |
66 | 51 | "cell_type": "code", |
67 | | - "execution_count": 4, |
| 52 | + "execution_count": 3, |
68 | 53 | "metadata": {}, |
69 | 54 | "outputs": [ |
70 | 55 | { |
|
0 commit comments