Delete Dollar.ipynb

This commit is contained in:
Peter Norvig 2018-04-09 10:42:57 -07:00 committed by GitHub
parent e69aa3f810
commit 3316d2dfb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +0,0 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Dollar sign: $1,000,000"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Slash dollar sign: \\$1,000,000"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Entity: $1,000,000"
]
}
],
"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.6.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}