|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": 1, |
| 5 | + "execution_count": null, |
6 | 6 | "metadata": {},
|
7 |
| - "outputs": [ |
8 |
| - { |
9 |
| - "name": "stdout", |
10 |
| - "output_type": "stream", |
11 |
| - "text": [ |
12 |
| - "Requirement already satisfied: adafruit-blinka in /Users/brent/anaconda3/lib/python3.7/site-packages (3.2.0)\n", |
13 |
| - "Requirement already satisfied: adafruit-circuitpython-msa301 in /Users/brent/anaconda3/lib/python3.7/site-packages (1.1.0)\n", |
14 |
| - "Requirement already satisfied: hidapi in /Users/brent/anaconda3/lib/python3.7/site-packages (0.7.99.post21)\n", |
15 |
| - "Requirement already satisfied: Adafruit-PlatformDetect in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.3.8)\n", |
16 |
| - "Requirement already satisfied: Adafruit-PureIO in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.0.4)\n", |
17 |
| - "Requirement already satisfied: sysv-ipc; platform_system != \"Windows\" in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-blinka) (1.0.1)\n", |
18 |
| - "Requirement already satisfied: adafruit-circuitpython-busdevice in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-circuitpython-msa301) (4.0.1)\n", |
19 |
| - "Requirement already satisfied: adafruit-circuitpython-register in /Users/brent/anaconda3/lib/python3.7/site-packages (from adafruit-circuitpython-msa301) (1.7.1)\n", |
20 |
| - "Requirement already satisfied: setuptools>=19.0 in /Users/brent/anaconda3/lib/python3.7/site-packages (from hidapi) (40.2.0)\n" |
21 |
| - ] |
22 |
| - } |
23 |
| - ], |
| 7 | + "outputs": [], |
24 | 8 | "source": [
|
25 | 9 | "# Python Software Package Installation\n",
|
26 | 10 | "import sys\n",
|
|
29 | 13 | },
|
30 | 14 | {
|
31 | 15 | "cell_type": "code",
|
32 |
| - "execution_count": 2, |
| 16 | + "execution_count": null, |
33 | 17 | "metadata": {},
|
34 | 18 | "outputs": [],
|
35 | 19 | "source": [
|
|
40 | 24 | },
|
41 | 25 | {
|
42 | 26 | "cell_type": "code",
|
43 |
| - "execution_count": 3, |
| 27 | + "execution_count": null, |
44 | 28 | "metadata": {},
|
45 | 29 | "outputs": [],
|
46 | 30 | "source": [
|
47 | 31 | "# Attempt to import a CircuitPython Module\n",
|
48 | 32 | "import board"
|
49 | 33 | ]
|
50 |
| - }, |
51 |
| - { |
52 |
| - "cell_type": "code", |
53 |
| - "execution_count": null, |
54 |
| - "metadata": {}, |
55 |
| - "outputs": [], |
56 |
| - "source": [] |
57 | 34 | }
|
58 | 35 | ],
|
59 | 36 | "metadata": {
|
|
72 | 49 | "name": "python",
|
73 | 50 | "nbconvert_exporter": "python",
|
74 | 51 | "pygments_lexer": "ipython3",
|
75 |
| - "version": "3.7.2" |
| 52 | + "version": "3.7.4" |
76 | 53 | }
|
77 | 54 | },
|
78 | 55 | "nbformat": 4,
|
|
0 commit comments