summaryrefslogtreecommitdiffstats
path: root/python/mozperftest/mozperftest/metrics/notebook/notebook-sections/header
blob: 1a0f659e541179f47b239d0cfce81daed8a079e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% md
# Welcome to PerftestNotebook

press the :fast_forward: button on your top left corner to run whole notebook

%% fetch

text: data_string = http://127.0.0.1:5000/data

%% js

var data_object = JSON.parse(data_string);