[Snippets] added usage documentation as a Markdown block in the notebook

This commit is contained in:
Chris Simpkins 2019-01-29 23:55:51 -05:00
parent 33b03e3edd
commit 1c0a55905b

View File

@ -1,5 +1,19 @@
{ {
"cells": [ "cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## name-viewer.ipynb\n",
"\n",
"### Usage\n",
"\n",
"1. Install `jupyter`, `plotly`, `fonttools` dependencies with pip\n",
"2. Modify the `FONT_PATH` setting in the Python source block below by clicking next to it and typing a new path in your web browser window\n",
"3. Execute the block of Python source by selecting the code block below and clicking the \"Run\" button above\n",
"4. Repeat from step 2 with modified font paths to view tables in other fonts\n"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,