|
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | 5 | "execution_count": 1, |
6 | | - "id": "e4221445-5518-4984-b731-aaf9840141d8", |
| 6 | + "id": "c235d5cb-9181-4579-855c-b7da77261bd7", |
7 | 7 | "metadata": {}, |
8 | 8 | "outputs": [ |
9 | 9 | { |
10 | 10 | "name": "stderr", |
11 | 11 | "output_type": "stream", |
12 | 12 | "text": [ |
13 | | - "TODO: Probably need --nbval-current-env\n" |
| 13 | + "TODO1: Probably need --nbval-current-env\n", |
| 14 | + "TODO2: Probably need --nbval-current-env\n" |
14 | 15 | ] |
15 | 16 | } |
16 | 17 | ], |
17 | 18 | "source": [ |
| 19 | + "#NBVAL_IGNORE_OUTPUT\n", |
| 20 | + "import sys\n", |
| 21 | + "print(\"TODO1: Probably need --nbval-current-env\", file=sys.stderr)\n", |
| 22 | + "# Matplotlib is building the font cache; this may take a moment.\n", |
18 | 23 | "%matplotlib inline\n", |
| 24 | + "print(\"TODO2: Probably need --nbval-current-env\", file=sys.stderr)" |
| 25 | + ] |
| 26 | + }, |
| 27 | + { |
| 28 | + "cell_type": "code", |
| 29 | + "execution_count": 2, |
| 30 | + "id": "e4221445-5518-4984-b731-aaf9840141d8", |
| 31 | + "metadata": {}, |
| 32 | + "outputs": [ |
| 33 | + { |
| 34 | + "name": "stderr", |
| 35 | + "output_type": "stream", |
| 36 | + "text": [ |
| 37 | + "TODO3: Probably need --nbval-current-env\n", |
| 38 | + "TODO4: Probably need --nbval-current-env\n", |
| 39 | + "TODO5: Probably need --nbval-current-env\n" |
| 40 | + ] |
| 41 | + } |
| 42 | + ], |
| 43 | + "source": [ |
19 | 44 | "%config InlineBackend.figure_formats = 'jpeg'\n", |
20 | 45 | "%config InlineBackend.print_figure_kwargs = \\\n", |
21 | 46 | " {'bbox_inches': None, \\\n", |
22 | 47 | " 'pil_kwargs': {'quality' : 90, \\\n", |
23 | 48 | " 'optimize': True}}\n", |
24 | | - "\n", |
| 49 | + "print(\"TODO3: Probably need --nbval-current-env\", file=sys.stderr)\n", |
25 | 50 | "import matplotlib.pyplot as plt\n", |
| 51 | + "print(\"TODO4: Probably need --nbval-current-env\", file=sys.stderr)\n", |
26 | 52 | "from matplotlib_inline.backend_inline import set_matplotlib_formats\n", |
27 | | - "from traitlets.config import get_config\n", |
28 | | - "\n", |
29 | | - "import sys\n", |
30 | | - "print(\"TODO: Probably need --nbval-current-env\", file=sys.stderr)" |
| 53 | + "print(\"TODO5: Probably need --nbval-current-env\", file=sys.stderr)\n", |
| 54 | + "from traitlets.config import get_config" |
31 | 55 | ] |
32 | 56 | }, |
33 | 57 | { |
34 | 58 | "cell_type": "code", |
35 | | - "execution_count": 2, |
| 59 | + "execution_count": 3, |
36 | 60 | "id": "0e5b8951-19af-4273-80ca-23b47476d637", |
37 | 61 | "metadata": {}, |
38 | 62 | "outputs": [ |
|
85 | 109 | }, |
86 | 110 | { |
87 | 111 | "cell_type": "code", |
88 | | - "execution_count": 3, |
| 112 | + "execution_count": 4, |
89 | 113 | "id": "89f6de76-9d6b-43c0-b790-e6b63c4c4159", |
90 | 114 | "metadata": {}, |
91 | 115 | "outputs": [ |
|
109 | 133 | }, |
110 | 134 | { |
111 | 135 | "cell_type": "code", |
112 | | - "execution_count": 4, |
| 136 | + "execution_count": 5, |
113 | 137 | "id": "1fc45e92-07c2-49fa-9b3e-2c30e865e5e8", |
114 | 138 | "metadata": {}, |
115 | 139 | "outputs": [ |
|
120 | 144 | "<Figure size 640x480 with 1 Axes>" |
121 | 145 | ] |
122 | 146 | }, |
123 | | - "execution_count": 4, |
| 147 | + "execution_count": 5, |
124 | 148 | "metadata": {}, |
125 | 149 | "output_type": "execute_result" |
126 | 150 | } |
|
133 | 157 | }, |
134 | 158 | { |
135 | 159 | "cell_type": "code", |
136 | | - "execution_count": 5, |
| 160 | + "execution_count": 6, |
137 | 161 | "id": "df3590be-d87d-4c37-8f73-c652eec9a640", |
138 | 162 | "metadata": {}, |
139 | 163 | "outputs": [ |
|
145 | 169 | " 'print_figure_kwargs': {'bbox_inches': None, 'pil_kwargs': {'quality': 90}}}}" |
146 | 170 | ] |
147 | 171 | }, |
148 | | - "execution_count": 5, |
| 172 | + "execution_count": 6, |
149 | 173 | "metadata": {}, |
150 | 174 | "output_type": "execute_result" |
151 | 175 | } |
|
0 commit comments