Skip to content

Commit

Permalink
Make atmospec app wider (#252)
Browse files Browse the repository at this point in the history
This is the same fix as in aiidalab/aiidalab-home#182
Ultimately this this fix should be applied in AWB,
but for now we'll do it here.
  • Loading branch information
danielhollas authored Nov 28, 2024
1 parent c54e924 commit 93aa1d8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion notebooks/atmospec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@
"}"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%html\n",
"\n",
"<style>\n",
" .output_subarea {\n",
" max-width: none !important;\n",
" }\n",
"</style>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -220,7 +235,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 93aa1d8

Please sign in to comment.