Skip to content

Commit 46bff23

Browse files
authored
Merge pull request #23 from hyanwong/minor-viz
Add header
2 parents f47d6c9 + bb14a35 commit 46bff23

File tree

2 files changed

+88
-1
lines changed

2 files changed

+88
-1
lines changed

content/tskit.ipynb

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "4df88319-4951-4846-80ea-b8026c0eb096",
6+
"metadata": {},
7+
"source": [
8+
"<div style=\"color: white; background-color: #03303e; display: flex; align-items: flex-start; margin-bottom: 1em\">\n",
9+
" <figure style=\"text-align: center; margin: 0 1em 0.5em 0.5em\">\n",
10+
" <img src=\"tskit_logo.svg\" style=\"height: 3em;\" />\n",
11+
" <figcaption style=\"font-size: 0.6em; line-height: 1em\">Interactive workbooks</figcaption>\n",
12+
"</figure>\n",
13+
" <h1 style=\"margin: auto\">An interactive tour of <em>tskit</em></span></h1></div>\n",
14+
"\n",
15+
"<div class=\"alert alert-block alert-info\"><b>Note:</b> This uses the <em>tskit</em> <a href=\"https://tskit.dev/tskit/docs/stable/python-api.html\">Python interface</a>. Press \"shift-enter\" (or click the toolbar \"run\" button, &#9654;) to run a notebook cell and move to the next one. Repeat this from the top of the workbook to work gradually through the demonstration code.</div>"
16+
]
17+
},
318
{
419
"cell_type": "markdown",
520
"id": "19a48cc0-ae22-4840-a9dd-2a73b665f32a",
@@ -718,7 +733,7 @@
718733
" "
719734
],
720735
"text/plain": [
721-
"<tskit.trees.TreeSequence at 0x108f1ae40>"
736+
"<tskit.trees.TreeSequence at 0x104760a70>"
722737
]
723738
},
724739
"execution_count": 3,

content/tskit_logo.svg

Lines changed: 72 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)