Skip to content

Commit 8d4e085

Browse files
author
Tania Allard
committed
Add nbval notes
1 parent 0e04c5d commit 8d4e085

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

05_SharingAnalysis.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,23 @@
179179
"Now you can commit and push to GitHub."
180180
]
181181
},
182+
{
183+
"cell_type": "markdown",
184+
"metadata": {},
185+
"source": [
186+
"Also, sometimes when using nbval and notebooks with html table outputs the html/css does not really match. Make sure to add the following to cells 3 and 4 in your exploratory notebooks:\n",
187+
"\n",
188+
"#NBVAL_SKIP\n",
189+
"\n",
190+
"What if you want to check the notebooks are working instead of the cel by cell output?\n",
191+
"\n",
192+
"use \n",
193+
"\n",
194+
"```\n",
195+
"$ pytest --nbval-lax <notebook>\n",
196+
"```"
197+
]
198+
},
182199
{
183200
"cell_type": "markdown",
184201
"metadata": {},

0 commit comments

Comments
 (0)