Skip to content

Commit

Permalink
Set full width for plugin page
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Jan 13, 2025
1 parent 9409289 commit a7b59b6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugin_list.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%capture\n",
"from aiida import load_profile\n",
"\n",
"load_profile()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from aiidalab_widgets_base.utils.loaders import load_css\n",
"\n",
"load_css(css_path=\"src/aiidalab_qe/app/static/styles\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit a7b59b6

Please sign in to comment.