delete unused cells
This commit is contained in:
parent
34adba6ec5
commit
6cd7e54f61
1 changed files with 5 additions and 28 deletions
|
|
@ -2,25 +2,9 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [],
|
||||||
{
|
|
||||||
"name": "stdout",
|
|
||||||
"output_type": "stream",
|
|
||||||
"text": [
|
|
||||||
"Requirement already satisfied: adafruit-blinka in /Users/brent/anaconda3/lib/python3.7/site-packages (3.2.0)\n",
|
|
||||||
"Requirement already satisfied: adafruit-circuitpython-msa301 in /Users/brent/anaconda3/lib/python3.7/site-packages (1.1.0)\n",
|
|
||||||
"Requirement already satisfied: hidapi in /Users/brent/anaconda3/lib/python3.7/site-packages (0.7.99.post21)\n",
|
|
||||||
"Requirement already satisfied: Adafruit-PlatformDetect in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.3.8)\n",
|
|
||||||
"Requirement already satisfied: Adafruit-PureIO in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.0.4)\n",
|
|
||||||
"Requirement already satisfied: sysv-ipc; platform_system != \"Windows\" in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.0.1)\n",
|
|
||||||
"Requirement already satisfied: adafruit-circuitpython-busdevice in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-circuitpython-msa301) (4.0.1)\n",
|
|
||||||
"Requirement already satisfied: adafruit-circuitpython-register in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-circuitpython-msa301) (1.7.1)\n",
|
|
||||||
"Requirement already satisfied: setuptools>=19.0 in /Users/brent/anaconda3/lib/python3.7/site-packages (from hidapi) (40.2.0)\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"source": [
|
"source": [
|
||||||
"# Python Software Package Installation\n",
|
"# Python Software Package Installation\n",
|
||||||
"import sys\n",
|
"import sys\n",
|
||||||
|
|
@ -29,7 +13,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
|
@ -40,20 +24,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": null,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Attempt to import a CircuitPython Module\n",
|
"# Attempt to import a CircuitPython Module\n",
|
||||||
"import board"
|
"import board"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"execution_count": null,
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"source": []
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
@ -72,7 +49,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.7.2"
|
"version": "3.7.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue