From a7b59b6874449eebde6d862da57da4d599cabfb4 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Mon, 13 Jan 2025 10:43:34 +0000 Subject: [PATCH] Set full width for plugin page --- plugin_list.ipynb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/plugin_list.ipynb b/plugin_list.ipynb index 7b47f5fb0..d0ac23716 100644 --- a/plugin_list.ipynb +++ b/plugin_list.ipynb @@ -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": {},