From 3147c2338c88b75b859c3d0d479b2b48bbd64147 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Fri, 3 Nov 2023 15:25:30 +0100 Subject: [PATCH] review --- notebooks/viewers.ipynb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/notebooks/viewers.ipynb b/notebooks/viewers.ipynb index 7b017001b..2d93bdb0b 100644 --- a/notebooks/viewers.ipynb +++ b/notebooks/viewers.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Load the default AiiDA profile.\n", + "from aiida import orm, load_profile\n", + "load_profile();" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -26,8 +37,6 @@ "metadata": {}, "outputs": [], "source": [ - "from aiida import orm, load_profile\n", - "load_profile()\n", "from aiidalab_widgets_base import viewer\n", "\n", "p = orm.Dict(dict={\n",