From aa4bfa8f5b73a8c4ebd666c817acde8c4bc3b46a Mon Sep 17 00:00:00 2001 From: Mark Bonicillo Date: Fri, 8 Dec 2023 13:26:52 -0800 Subject: [PATCH] HYP-364 Add html support for eacute character in tutorial 1 --- tutorials/basic/Tutorial 1 - HNX Basics.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/basic/Tutorial 1 - HNX Basics.ipynb b/tutorials/basic/Tutorial 1 - HNX Basics.ipynb index b4b8097b..37f53e0b 100644 --- a/tutorials/basic/Tutorial 1 - HNX Basics.ipynb +++ b/tutorials/basic/Tutorial 1 - HNX Basics.ipynb @@ -27,7 +27,9 @@ "source": [ "# Data\n", "\n", - "The data in several of our notebooks are taken from the [jean.dat dataset](http://ftp.cs.stanford.edu/pub/sgb/jean.dat) available from the Stanford GraphBase at https://www-cs-faculty.stanford.edu/~knuth/sgb.html. This data gives character scene incidence information from the novel **Les Misérables** by Victor Hugo.\n" + "The data in several of our notebooks are taken from the [jean.dat dataset](http://ftp.cs.stanford.edu/pub/sgb/jean.dat) available from the Stanford GraphBase at https://www-cs-faculty.stanford.edu/~knuth/sgb.html. \n", + "\n", + "

This data gives character scene incidence information from the novel Les Misérables by Victor Hugo.

" ] }, {