From 276d85e024553d8dc1945ca9fe911a546a78d434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20W=C3=BCrger?= <44372393+koerper@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:40:52 +0000 Subject: [PATCH] Initialize sections --- baybe-inhibitor.ipynb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/baybe-inhibitor.ipynb b/baybe-inhibitor.ipynb index 2a932e6..a4b7f6f 100644 --- a/baybe-inhibitor.ipynb +++ b/baybe-inhibitor.ipynb @@ -1,14 +1,17 @@ { "cells": [ { - "cell_type": "code", - "execution_count": 1, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "# This is a test" + "# Introduction" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] + }, { "cell_type": "code", "execution_count": 2,