Run notebooks with updates and custom kernel
This commit is contained in:
parent
8e72ec726c
commit
baa7d06cdc
6 changed files with 189 additions and 163 deletions
|
|
@ -1178,8 +1178,8 @@
|
|||
" cmap = sns.diverging_palette(240, 0, as_cmap=True)\n",
|
||||
" # Adjust the labels' font size.\n",
|
||||
" labels = data.columns\n",
|
||||
" ax.set_xticklabels(labels, fontsize=10)\n",
|
||||
" ax.set_yticklabels(labels, fontsize=10)\n",
|
||||
" ax.set_xticks(range(len(labels)), labels=labels, fontsize=10)\n",
|
||||
" ax.set_yticks(range(len(labels)), labels=labels, fontsize=10)\n",
|
||||
" # Plot it.\n",
|
||||
" sns.heatmap(\n",
|
||||
" data, vmin=-1, vmax=1, cmap=cmap, center=0, linewidths=.5,\n",
|
||||
|
|
@ -2404,9 +2404,9 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3",
|
||||
"display_name": "ames-housing",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
"name": "ames-housing"
|
||||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
|
|
@ -2418,7 +2418,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.5"
|
||||
"version": "3.12.4"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue