From 8ed512b309f6b5cc5f0829b66397ee7be9ec23ed Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 4 May 2022 21:54:11 -0400 Subject: [PATCH] update logo --- hapi_fhir.ipynb | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/hapi_fhir.ipynb b/hapi_fhir.ipynb index b69027a..6e0563a 100644 --- a/hapi_fhir.ipynb +++ b/hapi_fhir.ipynb @@ -2,15 +2,15 @@ "cells": [ { "cell_type": "markdown", - "id": "48b1ba4f-ccb9-4889-840f-72440cd35d8a", + "id": "913f5326-9c0f-4875-ae26-80406108563b", "metadata": {}, "source": [ - "![hapi fhir logo](images/hapi_fhir_logo_new.jpeg)" + "![hapi fhir logo](http://hapi.fhir.org/img/hapi_fhir_banner.png)" ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "0342149e-30b3-466f-8140-ca74002b9568", "metadata": {}, "outputs": [], @@ -22,7 +22,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "5fcec681-274a-4bdb-b576-7709fd1e120b", "metadata": {}, "outputs": [], @@ -43,18 +43,10 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "20fca573-2e6f-42c2-8a5a-94108bf57450", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "True\n" - ] - } - ], + "outputs": [], "source": [ "print(is_hapi_live())" ] @@ -69,7 +61,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "cb587bd6-1efc-4eae-a959-ff4a4160f94c", "metadata": {}, "outputs": [],