Welcome to mirror list, hosted at ThFree Co, Russian Federation.

expected.md « text_png_output « testdata « spec « ipynbdiff « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c77f109378ccdcc53e5df086b8d616a127487469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%% Cell type:code id:5 tags:senoid

``` python
x = np.linspace(0, 4*np.pi,50)
y = 2 * np.sin(x)

plt.plot(x, y)
```

%% Output

    [<matplotlib.lines.Line2D at 0x12a4e43d0>]

    ![](data:image/png;base64,this_is_an_invalid_hash_for_testing_purposes)