|
30 | 30 | "NEWS_HEADLINES = [\n",
|
31 | 31 | " \"Oracle introduced a new BI platform yesterday, Business Intelligence 10g that rolls up into one solution all of their BI tools. However, more interesting than the nitty-gritty details of what is included is the back story taking place at the same time.\",\n",
|
32 | 32 | " \"Microsoft will delay the release of its SP2 update for another week to fix software glitches. But not everyone is quite so eager to install the SP2 update for Windows XP. In fact, many companies have demanded the ability to prevent their ...\",\n",
|
33 |
| - " \"SAN JOSE, Calif. - In a sign that Google Inc.'s initial public offering isn't as popular as expected, the company lowered its estimated price range to between \\$85 and \\$95 per share, down from the earlier prediction of \\$108 and \\$135 per share...\",\n", |
34 | 33 | "]"
|
35 | 34 | ]
|
36 | 35 | },
|
|
43 | 42 | {
|
44 | 43 | "data": {
|
45 | 44 | "application/vnd.jupyter.widget-view+json": {
|
46 |
| - "model_id": "2efc9029e27c4548ab03763df8ab9217", |
| 45 | + "model_id": "8d5464a00cae4edc9dc697aee834e684", |
47 | 46 | "version_major": 2,
|
48 | 47 | "version_minor": 0
|
49 | 48 | },
|
|
56 | 55 | }
|
57 | 56 | ],
|
58 | 57 | "source": [
|
| 58 | + "# Instantiate widget\n", |
59 | 59 | "annotation_widget = jupyterannotate.AnnotateWidget(\n",
|
60 | 60 | " docs=NEWS_HEADLINES,\n",
|
61 |
| - " labels=LABELS\n", |
| 61 | + " labels=LABELS,\n", |
| 62 | + " spans=[\n", |
| 63 | + " [\n", |
| 64 | + " {'start': 0, 'end': 6, 'text': 'Oracle', 'label': 'Organization'},\n", |
| 65 | + " ],\n", |
| 66 | + " []\n", |
| 67 | + " ] \n", |
62 | 68 | ")\n",
|
| 69 | + "\n", |
63 | 70 | "annotation_widget"
|
64 | 71 | ]
|
65 | 72 | },
|
66 | 73 | {
|
67 | 74 | "cell_type": "code",
|
68 |
| - "execution_count": 5, |
| 75 | + "execution_count": 4, |
69 | 76 | "id": "926883f8-328f-4c2f-b7e7-99999c9cc6b1",
|
70 | 77 | "metadata": {},
|
71 |
| - "outputs": [ |
72 |
| - { |
73 |
| - "data": { |
74 |
| - "text/plain": [ |
75 |
| - "[[{'start': 0, 'end': 6, 'text': 'Oracle', 'label': 'Organization'},\n", |
76 |
| - " {'start': 69, 'end': 72, 'text': '10g', 'label': 'Quantity'}],\n", |
77 |
| - " [{'start': 0, 'end': 9, 'text': 'Microsoft', 'label': 'Organization'},\n", |
78 |
| - " {'start': 159, 'end': 169, 'text': 'Windows XP', 'label': 'Product'}],\n", |
79 |
| - " [{'start': 34, 'end': 40, 'text': 'Google', 'label': 'Organization'}]]" |
80 |
| - ] |
81 |
| - }, |
82 |
| - "execution_count": 5, |
83 |
| - "metadata": {}, |
84 |
| - "output_type": "execute_result" |
85 |
| - } |
86 |
| - ], |
| 78 | + "outputs": [], |
87 | 79 | "source": [
|
88 |
| - "annotation_widget.spans" |
| 80 | + "annotation_widget.spans = [\n", |
| 81 | + " [\n", |
| 82 | + " {'start': 0, 'end': 6, 'text': 'Oracle', 'label': 'Organization'},\n", |
| 83 | + " {'start': 69, 'end': 72, 'text': '10g', 'label': 'Quantity'}\n", |
| 84 | + " ],\n", |
| 85 | + " []\n", |
| 86 | + "]" |
89 | 87 | ]
|
90 |
| - }, |
91 |
| - { |
92 |
| - "cell_type": "code", |
93 |
| - "execution_count": null, |
94 |
| - "id": "b89e2cc0-9ce5-43ff-a4f6-e1908a9e181f", |
95 |
| - "metadata": {}, |
96 |
| - "outputs": [], |
97 |
| - "source": [] |
98 | 88 | }
|
99 | 89 | ],
|
100 | 90 | "metadata": {
|
|
0 commit comments