Skip to content

Instantly share code, notes, and snippets.

@jooh
Created September 25, 2019 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jooh/66240e310e2f8f4cf22eec5ed5ccdc90 to your computer and use it in GitHub Desktop.
Save jooh/66240e310e2f8f4cf22eec5ed5ccdc90 to your computer and use it in GitHub Desktop.
Notebook markdown table test
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Here is a table:\n",
"\n",
"| statistical test | null true | null false |\n",
"| :--- | :--- | :--- |\n",
"| **significant** | $\\alpha$ false positive rate, false alarm | $1-\\beta$ power, sensitivity, recall, hit |\n",
"| **not significant** | $1-\\alpha$ specificity, precision, correct rejection | $\\beta$ false negative rate, miss |"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Title: Table test
Slug:
Date: 2016-05-22
Modified: 2016-05-30
Category:
Tags:
Author:
Summary:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment