Skip to content

Commit a2d77bb

Browse files
author
Niels Nuyttens
committed
[skip ci] Quick improvement on docs build (remove variable metadata from cells)
1 parent b9be7f3 commit a2d77bb

22 files changed

+580
-3049
lines changed

docs/example_notebooks/Adjusting plots.ipynb

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
65
"id": "ff3d5127",
7-
"metadata": {
8-
"execution": {
9-
"iopub.execute_input": "2022-09-06T21:36:49.193524Z",
10-
"iopub.status.busy": "2022-09-06T21:36:49.193175Z",
11-
"iopub.status.idle": "2022-09-06T21:36:50.856780Z",
12-
"shell.execute_reply": "2022-09-06T21:36:50.856053Z"
13-
},
14-
"pycharm": {
15-
"name": "#%%\n"
16-
}
17-
},
6+
"metadata": {},
187
"outputs": [],
198
"source": [
209
"import pandas as pd\n",
@@ -41,33 +30,17 @@
4130
},
4231
{
4332
"cell_type": "code",
44-
"execution_count": 2,
4533
"id": "51c744de",
46-
"metadata": {
47-
"execution": {
48-
"iopub.execute_input": "2022-09-06T21:36:50.885118Z",
49-
"iopub.status.busy": "2022-09-06T21:36:50.884746Z",
50-
"iopub.status.idle": "2022-09-06T21:36:51.343081Z",
51-
"shell.execute_reply": "2022-09-06T21:36:51.342193Z"
52-
},
53-
"pycharm": {
54-
"name": "#%%\n"
55-
}
56-
},
34+
"metadata": {},
5735
"outputs": [],
5836
"source": [
5937
"figure.write_image(file=f\"../_static/adjusting_plots_time_periods_indication.svg\")"
6038
]
6139
},
6240
{
6341
"cell_type": "code",
64-
"execution_count": null,
6542
"id": "48e60a11",
66-
"metadata": {
67-
"pycharm": {
68-
"name": "#%%\n"
69-
}
70-
},
43+
"metadata": {},
7144
"outputs": [],
7245
"source": []
7346
}

docs/example_notebooks/California-Housing.ipynb

Lines changed: 20 additions & 211 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)