Skip to content

Commit

Permalink
Add caption to notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tranade committed Jul 30, 2024
1 parent fd5e027 commit a033e17
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions notebooks/unpickle_query.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook allows visualization of a Sycamore Query as a pandas dataframe. Can see the state of the DocSet after each map function given a query ID and the directory of pickled DocSets. Options to view entire dataframe or a \"summarized\" version."
]
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -13,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -38,7 +45,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit a033e17

Please sign in to comment.