Guest User

Untitled

a guest
Jun 22nd, 2018
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 MB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "metadata": {
  5. "extensions": {
  6. "jupyter_dashboards": {
  7. "version": 1,
  8. "views": {
  9. "grid_default": {
  10. "hidden": true
  11. },
  12. "report_default": {}
  13. }
  14. }
  15. },
  16. "init_cell": true,
  17. "trusted": true
  18. },
  19. "cell_type": "code",
  20. "source": "import ipywidgets as widgets\nfrom IPython.display import display, clear_output\nimport os\nfrom os import path",
  21. "execution_count": 10,
  22. "outputs": []
  23. },
  24. {
  25. "metadata": {
  26. "extensions": {
  27. "jupyter_dashboards": {
  28. "version": 1,
  29. "views": {
  30. "grid_default": {
  31. "hidden": true
  32. },
  33. "report_default": {}
  34. }
  35. }
  36. },
  37. "init_cell": true,
  38. "trusted": true
  39. },
  40. "cell_type": "code",
  41. "source": "import dict_of_classifiers",
  42. "execution_count": 11,
  43. "outputs": []
  44. },
  45. {
  46. "metadata": {
  47. "extensions": {
  48. "jupyter_dashboards": {
  49. "version": 1,
  50. "views": {
  51. "grid_default": {
  52. "col": 0,
  53. "height": 7,
  54. "hidden": false,
  55. "row": 11,
  56. "width": 12
  57. },
  58. "report_default": {}
  59. }
  60. }
  61. },
  62. "init_cell": true,
  63. "trusted": true
  64. },
  65. "cell_type": "code",
  66. "source": "package_classifiers = []\nselected_classifiers = []",
  67. "execution_count": 12,
  68. "outputs": []
  69. },
  70. {
  71. "metadata": {
  72. "extensions": {
  73. "jupyter_dashboards": {
  74. "version": 1,
  75. "views": {
  76. "grid_default": {
  77. "col": 0,
  78. "height": 7,
  79. "hidden": false,
  80. "row": 0,
  81. "width": 9
  82. },
  83. "report_default": {}
  84. }
  85. }
  86. },
  87. "init_cell": true,
  88. "scrolled": true,
  89. "trusted": true
  90. },
  91. "cell_type": "code",
  92. "source": "def save_classifiers(b):\n global selected_classifiers, package_classifiers\n package_classifiers = selected_classifiers\n refresh_it()\n chosen_classifiers_alert.value=\"Saved!\"\n\ndef refresh_it():\n classifiers_alert.value = \"!...\"\n chosen_classifiers_alert.value=\"...!\"\n with chosen_classifiers.hold_trait_notifications():\n chosen_classifiers.options=selected_classifiers\n \ndef add_classifier(b):\n global chosen_classifier\n selected_classifiers.append(chosen_classifier)\n refresh_it()\n classifiers_alert.value = \"Added Classifier!\"\n\ndef remove_classifier(b):\n global chosen_classifiers\n selected_classifiers.remove(chosen_classifiers.value)\n refresh_it()\n chosen_classifiers_alert.value=\"Selected Classifier Removed!\"\n\ndef c(x):\n global chosen_classifier\n chosen_classifier = x\n refresh_it()\n classifiers_alert.value = chosen_classifier\n \n \ndef p(prefix):\n suffix_dropdown.options=prefix\n widgets.interact(c, x=suffix_dropdown)\n\nclassifiers_label = widgets.Label(value=\"*Optional Classifiers\")\nget_classifier_prefix = widgets.interactive(p, prefix={'Development Status': dict_of_classifiers.Development_Status, \n 'Environment': dict_of_classifiers.Environment,\n 'Framework': dict_of_classifiers.Framework,\n 'Intended Audience': dict_of_classifiers.Intended_Audience,\n 'License': dict_of_classifiers.License,\n 'Natural Language': dict_of_classifiers.Natural_Language,\n 'Operating System': dict_of_classifiers.Operating_System,\n 'Programming Language': dict_of_classifiers.Programming_Language,\n 'Topic': dict_of_classifiers.Topic\n })\nsuffix_dropdown = widgets.Dropdown(description='Classifier')\n\nadd_classifier_button = widgets.Button(description=\"Add\")\nclassifiers_alert = widgets.Label()\n\nchosen_classifiers_label = widgets.Label(value='Chosen Classifiers')\nchosen_classifiers = widgets.Select(\n options=[],\n description='Selected:',\n disabled=False\n)\n\nremove_classifier_button = widgets.Button(description='Remove')\nchosen_classifiers_alert = widgets.Label(value='')\n\nsave_classifiers_button = widgets.Button(description='Save')\n\nadd_classifier_button.on_click(add_classifier)\nremove_classifier_button.on_click(remove_classifier)\nsave_classifiers_button.on_click(save_classifiers)\n\nrefresh_it()\n\nclassifiers_ui1 = widgets.HBox([classifiers_label, get_classifier_prefix,])\nclassifiers_ui2 = widgets.HBox([chosen_classifiers])\nclassifiers_main_ui = widgets.HBox([classifiers_ui1, classifiers_ui2])\nclassifiers_button_ui = widgets.HBox([add_classifier_button, remove_classifier_button, save_classifiers_button])\nclassifiers_alert_ui = widgets.HBox([classifiers_alert, chosen_classifiers_alert])\n\ndisplay(classifiers_main_ui, classifiers_button_ui, classifiers_alert_ui)",
  93. "execution_count": 13,
  94. "outputs": [
  95. {
  96. "output_type": "display_data",
  97. "data": {
  98. "text/plain": "HBox(children=(HBox(children=(Label(value='*Optional Classifiers'), interactive(children=(Dropdown(description…",
  99. "application/vnd.jupyter.widget-view+json": {
  100. "version_major": 2,
  101. "version_minor": 0,
  102. "model_id": "494abd24b43443fa9b0d47146868fae1"
  103. }
  104. },
  105. "metadata": {}
  106. },
  107. {
  108. "output_type": "display_data",
  109. "data": {
  110. "text/plain": "HBox(children=(Button(description='Add', style=ButtonStyle()), Button(description='Remove', style=ButtonStyle(…",
  111. "application/vnd.jupyter.widget-view+json": {
  112. "version_major": 2,
  113. "version_minor": 0,
  114. "model_id": "d1202b95e2154acfb011ae97491304da"
  115. }
  116. },
  117. "metadata": {}
  118. },
  119. {
  120. "output_type": "display_data",
  121. "data": {
  122. "text/plain": "HBox(children=(Label(value='Development Status :: 1 - Planning'), Label(value='...!')))",
  123. "application/vnd.jupyter.widget-view+json": {
  124. "version_major": 2,
  125. "version_minor": 0,
  126. "model_id": "42a589690bb245839a1b73b886d37e84"
  127. }
  128. },
  129. "metadata": {}
  130. }
  131. ]
  132. },
  133. {
  134. "metadata": {
  135. "extensions": {
  136. "jupyter_dashboards": {
  137. "version": 1,
  138. "views": {
  139. "grid_default": {
  140. "col": 0,
  141. "height": 4,
  142. "hidden": false,
  143. "row": 7,
  144. "width": 6
  145. },
  146. "report_default": {}
  147. }
  148. }
  149. },
  150. "trusted": true,
  151. "init_cell": true
  152. },
  153. "cell_type": "code",
  154. "source": "def print_it(b):\n print_this = repr(package_classifiers)\n print_it_label.value = print_this\n #print(package_classifiers)\n \nprint_it_button = widgets.Button(description=\"Print\")\nprint_it_label = widgets.Label()\ndisplay(print_it_button, print_it_label)\nprint_it_button.on_click(print_it)",
  155. "execution_count": 14,
  156. "outputs": [
  157. {
  158. "output_type": "display_data",
  159. "data": {
  160. "text/plain": "Button(description='Print', style=ButtonStyle())",
  161. "application/vnd.jupyter.widget-view+json": {
  162. "version_major": 2,
  163. "version_minor": 0,
  164. "model_id": "5ce82733b96e4a63ae897ab77cbc031e"
  165. }
  166. },
  167. "metadata": {}
  168. },
  169. {
  170. "output_type": "display_data",
  171. "data": {
  172. "text/plain": "Label(value='')",
  173. "application/vnd.jupyter.widget-view+json": {
  174. "version_major": 2,
  175. "version_minor": 0,
  176. "model_id": "cb53f8e00d4646189df526cabb6d6408"
  177. }
  178. },
  179. "metadata": {}
  180. }
  181. ]
  182. }
  183. ],
  184. "metadata": {
  185. "celltoolbar": "Initialization Cell",
  186. "extensions": {
  187. "jupyter_dashboards": {
  188. "activeView": "grid_default",
  189. "version": 1,
  190. "views": {
  191. "grid_default": {
  192. "cellMargin": 10,
  193. "defaultCellHeight": 20,
  194. "maxColumns": 12,
  195. "name": "grid",
  196. "type": "grid"
  197. },
  198. "report_default": {
  199. "name": "report",
  200. "type": "report"
  201. }
  202. }
  203. }
  204. },
  205. "kernelspec": {
  206. "name": "vpython",
  207. "display_name": "VPython",
  208. "language": "python"
  209. },
  210. "language_info": {
  211. "name": "python",
  212. "version": "3.6.5",
  213. "mimetype": "text/x-python",
  214. "codemirror_mode": {
  215. "name": "ipython",
  216. "version": 3
  217. },
  218. "pygments_lexer": "ipython3",
  219. "nbconvert_exporter": "python",
  220. "file_extension": ".py"
  221. },
  222. "widgets": {
  223. "application/vnd.jupyter.widget-state+json": {
  224. "version_major": 2,
  225. "version_minor": 0,
  226. "state": {
  227. "b9fc2d4519f54b978d19f4b726fbfdc6": {
  228. "model_name": "LayoutModel",
  229. "model_module": "@jupyter-widgets/base",
  230. "model_module_version": "1.0.0",
  231. "state": {}
  232. },
  233. "2be87a23a60249f8a35f7a6105aff97c": {
  234. "model_name": "DescriptionStyleModel",
  235. "model_module": "@jupyter-widgets/controls",
  236. "model_module_version": "1.2.0",
  237. "state": {
  238. "description_width": ""
  239. }
  240. },
  241. "a3391462f02c4c11aea6eaee86b3a6d9": {
  242. "model_name": "LabelModel",
  243. "model_module": "@jupyter-widgets/controls",
  244. "model_module_version": "1.2.0",
  245. "state": {
  246. "layout": "IPY_MODEL_b9fc2d4519f54b978d19f4b726fbfdc6",
  247. "style": "IPY_MODEL_2be87a23a60249f8a35f7a6105aff97c",
  248. "value": "*Optional Classifiers"
  249. }
  250. },
  251. "1c0a35d4496042309715958f7787bc3a": {
  252. "model_name": "LayoutModel",
  253. "model_module": "@jupyter-widgets/base",
  254. "model_module_version": "1.0.0",
  255. "state": {}
  256. },
  257. "56f8646464b540e3919660a4bb36aca7": {
  258. "model_name": "VBoxModel",
  259. "model_module": "@jupyter-widgets/controls",
  260. "model_module_version": "1.2.0",
  261. "state": {
  262. "_dom_classes": [
  263. "widget-interact"
  264. ],
  265. "children": [
  266. "IPY_MODEL_7179406f98f84609a1e5daa2a84db015",
  267. "IPY_MODEL_a52b926e6c8b42ed9a14c82768654791"
  268. ],
  269. "layout": "IPY_MODEL_1c0a35d4496042309715958f7787bc3a"
  270. }
  271. },
  272. "245924b6c17e4f41938adf6f36c3ab27": {
  273. "model_name": "LayoutModel",
  274. "model_module": "@jupyter-widgets/base",
  275. "model_module_version": "1.0.0",
  276. "state": {}
  277. },
  278. "4dd00e91754e4a72b2f824a3e9a1bae6": {
  279. "model_name": "DescriptionStyleModel",
  280. "model_module": "@jupyter-widgets/controls",
  281. "model_module_version": "1.2.0",
  282. "state": {
  283. "description_width": ""
  284. }
  285. },
  286. "7179406f98f84609a1e5daa2a84db015": {
  287. "model_name": "DropdownModel",
  288. "model_module": "@jupyter-widgets/controls",
  289. "model_module_version": "1.2.0",
  290. "state": {
  291. "_options_labels": [
  292. "Development Status",
  293. "Environment",
  294. "Framework",
  295. "Intended Audience",
  296. "License",
  297. "Natural Language",
  298. "Operating System",
  299. "Programming Language",
  300. "Topic"
  301. ],
  302. "description": "prefix",
  303. "index": 0,
  304. "layout": "IPY_MODEL_245924b6c17e4f41938adf6f36c3ab27",
  305. "style": "IPY_MODEL_4dd00e91754e4a72b2f824a3e9a1bae6"
  306. }
  307. },
  308. "f922e5c085a24945ac6d9dd671464c74": {
  309. "model_name": "LayoutModel",
  310. "model_module": "@jupyter-widgets/base",
  311. "model_module_version": "1.0.0",
  312. "state": {}
  313. },
  314. "a52b926e6c8b42ed9a14c82768654791": {
  315. "model_name": "OutputModel",
  316. "model_module": "@jupyter-widgets/output",
  317. "model_module_version": "1.0.0",
  318. "state": {
  319. "layout": "IPY_MODEL_f922e5c085a24945ac6d9dd671464c74"
  320. }
  321. },
  322. "19c475032e3843128d2d8067b700c92a": {
  323. "model_name": "LayoutModel",
  324. "model_module": "@jupyter-widgets/base",
  325. "model_module_version": "1.0.0",
  326. "state": {}
  327. },
  328. "2842b1ea89664950a0389100a4c119a7": {
  329. "model_name": "DescriptionStyleModel",
  330. "model_module": "@jupyter-widgets/controls",
  331. "model_module_version": "1.2.0",
  332. "state": {
  333. "description_width": ""
  334. }
  335. },
  336. "c4a305d4227945f68188b0b2edb43fea": {
  337. "model_name": "DropdownModel",
  338. "model_module": "@jupyter-widgets/controls",
  339. "model_module_version": "1.2.0",
  340. "state": {
  341. "_options_labels": [
  342. "Development Status :: 1 - Planning",
  343. "Development Status :: 3 - Alpha",
  344. "Development Status :: 7 - Inactive",
  345. "Development Status :: 2 - Pre-Alpha",
  346. "Development Status :: 6 - Mature",
  347. "Development Status :: 5 - Production/Stable",
  348. "Development Status :: 4 - Beta"
  349. ],
  350. "description": "Classifier",
  351. "index": 0,
  352. "layout": "IPY_MODEL_19c475032e3843128d2d8067b700c92a",
  353. "style": "IPY_MODEL_2842b1ea89664950a0389100a4c119a7"
  354. }
  355. },
  356. "39ea4282b64b441c8209602441cd641c": {
  357. "model_name": "LayoutModel",
  358. "model_module": "@jupyter-widgets/base",
  359. "model_module_version": "1.0.0",
  360. "state": {}
  361. },
  362. "7a5b35cd7d7846d390f4edd69224b0d8": {
  363. "model_name": "ButtonStyleModel",
  364. "model_module": "@jupyter-widgets/controls",
  365. "model_module_version": "1.2.0",
  366. "state": {}
  367. },
  368. "32358e06287c49ccaf3ced6f64f7ac7c": {
  369. "model_name": "ButtonModel",
  370. "model_module": "@jupyter-widgets/controls",
  371. "model_module_version": "1.2.0",
  372. "state": {
  373. "description": "Add",
  374. "layout": "IPY_MODEL_39ea4282b64b441c8209602441cd641c",
  375. "style": "IPY_MODEL_7a5b35cd7d7846d390f4edd69224b0d8"
  376. }
  377. },
  378. "6bed7e86998245e6adaa9c18ca27e10e": {
  379. "model_name": "LayoutModel",
  380. "model_module": "@jupyter-widgets/base",
  381. "model_module_version": "1.0.0",
  382. "state": {}
  383. },
  384. "2c49449c1b9748d68a9a47247b671a56": {
  385. "model_name": "DescriptionStyleModel",
  386. "model_module": "@jupyter-widgets/controls",
  387. "model_module_version": "1.2.0",
  388. "state": {
  389. "description_width": ""
  390. }
  391. },
  392. "1c20eb66919e400c8b9b0ca75975f5df": {
  393. "model_name": "LabelModel",
  394. "model_module": "@jupyter-widgets/controls",
  395. "model_module_version": "1.2.0",
  396. "state": {
  397. "layout": "IPY_MODEL_6bed7e86998245e6adaa9c18ca27e10e",
  398. "style": "IPY_MODEL_2c49449c1b9748d68a9a47247b671a56",
  399. "value": "Development Status :: 1 - Planning"
  400. }
  401. },
  402. "708cac7884e2435bb204213665ecd1b7": {
  403. "model_name": "LayoutModel",
  404. "model_module": "@jupyter-widgets/base",
  405. "model_module_version": "1.0.0",
  406. "state": {}
  407. },
  408. "efd9e9fc977f45faadc4a5ae844ae269": {
  409. "model_name": "DescriptionStyleModel",
  410. "model_module": "@jupyter-widgets/controls",
  411. "model_module_version": "1.2.0",
  412. "state": {
  413. "description_width": ""
  414. }
  415. },
  416. "c3546aadd9e243788b2c04cb0ad547fc": {
  417. "model_name": "LabelModel",
  418. "model_module": "@jupyter-widgets/controls",
  419. "model_module_version": "1.2.0",
  420. "state": {
  421. "layout": "IPY_MODEL_708cac7884e2435bb204213665ecd1b7",
  422. "style": "IPY_MODEL_efd9e9fc977f45faadc4a5ae844ae269",
  423. "value": "Chosen Classifiers"
  424. }
  425. },
  426. "66c00301c1594a1e973f7a8259018809": {
  427. "model_name": "LayoutModel",
  428. "model_module": "@jupyter-widgets/base",
  429. "model_module_version": "1.0.0",
  430. "state": {}
  431. },
  432. "bef7799ec1a94c25b20b71eb30644929": {
  433. "model_name": "DescriptionStyleModel",
  434. "model_module": "@jupyter-widgets/controls",
  435. "model_module_version": "1.2.0",
  436. "state": {
  437. "description_width": ""
  438. }
  439. },
  440. "36a4c868b1a5434d8137ea625ad1416f": {
  441. "model_name": "SelectModel",
  442. "model_module": "@jupyter-widgets/controls",
  443. "model_module_version": "1.2.0",
  444. "state": {
  445. "description": "Selected:",
  446. "index": null,
  447. "layout": "IPY_MODEL_66c00301c1594a1e973f7a8259018809",
  448. "style": "IPY_MODEL_bef7799ec1a94c25b20b71eb30644929"
  449. }
  450. },
  451. "5e4b297947cc429ea44f5fb3400412a3": {
  452. "model_name": "LayoutModel",
  453. "model_module": "@jupyter-widgets/base",
  454. "model_module_version": "1.0.0",
  455. "state": {}
  456. },
  457. "7c88572dfa4544d49d7407a3a3b6ab65": {
  458. "model_name": "ButtonStyleModel",
  459. "model_module": "@jupyter-widgets/controls",
  460. "model_module_version": "1.2.0",
  461. "state": {}
  462. },
  463. "7e198643517d498d98e1fb7e03ee61aa": {
  464. "model_name": "ButtonModel",
  465. "model_module": "@jupyter-widgets/controls",
  466. "model_module_version": "1.2.0",
  467. "state": {
  468. "description": "Remove",
  469. "layout": "IPY_MODEL_5e4b297947cc429ea44f5fb3400412a3",
  470. "style": "IPY_MODEL_7c88572dfa4544d49d7407a3a3b6ab65"
  471. }
  472. },
  473. "aee61aa6535944a480d20062ffbad9f7": {
  474. "model_name": "LayoutModel",
  475. "model_module": "@jupyter-widgets/base",
  476. "model_module_version": "1.0.0",
  477. "state": {}
  478. },
  479. "86988c41fb824daaaad5741d5ed2605a": {
  480. "model_name": "DescriptionStyleModel",
  481. "model_module": "@jupyter-widgets/controls",
  482. "model_module_version": "1.2.0",
  483. "state": {
  484. "description_width": ""
  485. }
  486. },
  487. "d734a357bfd04cb5bea347165db30b40": {
  488. "model_name": "LabelModel",
  489. "model_module": "@jupyter-widgets/controls",
  490. "model_module_version": "1.2.0",
  491. "state": {
  492. "layout": "IPY_MODEL_aee61aa6535944a480d20062ffbad9f7",
  493. "style": "IPY_MODEL_86988c41fb824daaaad5741d5ed2605a",
  494. "value": "...!"
  495. }
  496. },
  497. "27b3920593be40a9bb5b9f21a322f1cb": {
  498. "model_name": "LayoutModel",
  499. "model_module": "@jupyter-widgets/base",
  500. "model_module_version": "1.0.0",
  501. "state": {}
  502. },
  503. "20745894379d440f88947ec2fd2e536c": {
  504. "model_name": "ButtonStyleModel",
  505. "model_module": "@jupyter-widgets/controls",
  506. "model_module_version": "1.2.0",
  507. "state": {}
  508. },
  509. "a0ff502960194083a79e176103e28019": {
  510. "model_name": "ButtonModel",
  511. "model_module": "@jupyter-widgets/controls",
  512. "model_module_version": "1.2.0",
  513. "state": {
  514. "description": "Save",
  515. "layout": "IPY_MODEL_27b3920593be40a9bb5b9f21a322f1cb",
  516. "style": "IPY_MODEL_20745894379d440f88947ec2fd2e536c"
  517. }
  518. },
  519. "0622db4b91074a10810ea951ecf16b95": {
  520. "model_name": "LayoutModel",
  521. "model_module": "@jupyter-widgets/base",
  522. "model_module_version": "1.0.0",
  523. "state": {}
  524. },
  525. "62d670ba62074466a047a6b85b5a8f5d": {
  526. "model_name": "HBoxModel",
  527. "model_module": "@jupyter-widgets/controls",
  528. "model_module_version": "1.2.0",
  529. "state": {
  530. "children": [
  531. "IPY_MODEL_a3391462f02c4c11aea6eaee86b3a6d9",
  532. "IPY_MODEL_56f8646464b540e3919660a4bb36aca7"
  533. ],
  534. "layout": "IPY_MODEL_0622db4b91074a10810ea951ecf16b95"
  535. }
  536. },
  537. "c3a9bb7436d8434993207daaede47ea4": {
  538. "model_name": "LayoutModel",
  539. "model_module": "@jupyter-widgets/base",
  540. "model_module_version": "1.0.0",
  541. "state": {}
  542. },
  543. "f0e9e4c5071d4da6ae80aa6c1c68c741": {
  544. "model_name": "HBoxModel",
  545. "model_module": "@jupyter-widgets/controls",
  546. "model_module_version": "1.2.0",
  547. "state": {
  548. "children": [
  549. "IPY_MODEL_36a4c868b1a5434d8137ea625ad1416f"
  550. ],
  551. "layout": "IPY_MODEL_c3a9bb7436d8434993207daaede47ea4"
  552. }
  553. },
  554. "ab37cb18fd964b1aa35d759e4e1680c1": {
  555. "model_name": "LayoutModel",
  556. "model_module": "@jupyter-widgets/base",
  557. "model_module_version": "1.0.0",
  558. "state": {}
  559. },
  560. "e70c8564422f40a0a11c80652f9281f3": {
  561. "model_name": "HBoxModel",
  562. "model_module": "@jupyter-widgets/controls",
  563. "model_module_version": "1.2.0",
  564. "state": {
  565. "children": [
  566. "IPY_MODEL_62d670ba62074466a047a6b85b5a8f5d",
  567. "IPY_MODEL_f0e9e4c5071d4da6ae80aa6c1c68c741"
  568. ],
  569. "layout": "IPY_MODEL_ab37cb18fd964b1aa35d759e4e1680c1"
  570. }
  571. },
  572. "9c834387c7b04adfb91c3bfe876641c8": {
  573. "model_name": "LayoutModel",
  574. "model_module": "@jupyter-widgets/base",
  575. "model_module_version": "1.0.0",
  576. "state": {}
  577. },
  578. "4f2c45d24bb54e73a8e5a8d50e28d6ef": {
  579. "model_name": "HBoxModel",
  580. "model_module": "@jupyter-widgets/controls",
  581. "model_module_version": "1.2.0",
  582. "state": {
  583. "children": [
  584. "IPY_MODEL_32358e06287c49ccaf3ced6f64f7ac7c",
  585. "IPY_MODEL_7e198643517d498d98e1fb7e03ee61aa",
  586. "IPY_MODEL_a0ff502960194083a79e176103e28019"
  587. ],
  588. "layout": "IPY_MODEL_9c834387c7b04adfb91c3bfe876641c8"
  589. }
  590. },
  591. "e75867cf01dc4bfb9a19dcdc23273481": {
  592. "model_name": "LayoutModel",
  593. "model_module": "@jupyter-widgets/base",
  594. "model_module_version": "1.0.0",
  595. "state": {}
  596. },
  597. "c2485ccd181d4393a06ccf65a0dbdb20": {
  598. "model_name": "HBoxModel",
  599. "model_module": "@jupyter-widgets/controls",
  600. "model_module_version": "1.2.0",
  601. "state": {
  602. "children": [
  603. "IPY_MODEL_1c20eb66919e400c8b9b0ca75975f5df",
  604. "IPY_MODEL_d734a357bfd04cb5bea347165db30b40"
  605. ],
  606. "layout": "IPY_MODEL_e75867cf01dc4bfb9a19dcdc23273481"
  607. }
  608. },
  609. "573580af307344f19e03387279302975": {
  610. "model_name": "LayoutModel",
  611. "model_module": "@jupyter-widgets/base",
  612. "model_module_version": "1.0.0",
  613. "state": {}
  614. },
  615. "e19fecdb162846d3a35d944a82b8ce9f": {
  616. "model_name": "VBoxModel",
  617. "model_module": "@jupyter-widgets/controls",
  618. "model_module_version": "1.2.0",
  619. "state": {
  620. "_dom_classes": [
  621. "widget-interact"
  622. ],
  623. "children": [
  624. "IPY_MODEL_c4a305d4227945f68188b0b2edb43fea",
  625. "IPY_MODEL_2354051c0b5742e2a4f8af85173bd01d"
  626. ],
  627. "layout": "IPY_MODEL_573580af307344f19e03387279302975"
  628. }
  629. },
  630. "38acfa37143d454b9aff874d6cbcee89": {
  631. "model_name": "LayoutModel",
  632. "model_module": "@jupyter-widgets/base",
  633. "model_module_version": "1.0.0",
  634. "state": {}
  635. },
  636. "2354051c0b5742e2a4f8af85173bd01d": {
  637. "model_name": "OutputModel",
  638. "model_module": "@jupyter-widgets/output",
  639. "model_module_version": "1.0.0",
  640. "state": {
  641. "layout": "IPY_MODEL_38acfa37143d454b9aff874d6cbcee89"
  642. }
  643. },
  644. "001c4a185e85429e801d3cd3e85af36c": {
  645. "model_name": "LayoutModel",
  646. "model_module": "@jupyter-widgets/base",
  647. "model_module_version": "1.0.0",
  648. "state": {}
  649. },
  650. "001eba88d5d94514ab09489a703c80fa": {
  651. "model_name": "LayoutModel",
  652. "model_module": "@jupyter-widgets/base",
  653. "model_module_version": "1.0.0",
  654. "state": {}
  655. },
  656. "0031e86965e14b8e8169644f212ccfab": {
  657. "model_name": "HBoxModel",
  658. "model_module": "@jupyter-widgets/controls",
  659. "model_module_version": "1.2.0",
  660. "state": {
  661. "children": [
  662. "IPY_MODEL_6c10413e92944d7d8933105e0944f769",
  663. "IPY_MODEL_660176f580e3457c8d67de91ccd3ce68"
  664. ],
  665. "layout": "IPY_MODEL_efc70a35730d4957b473111e1e45548c"
  666. }
  667. },
  668. "004410972ca44d78b9f815ed677850d8": {
  669. "model_name": "LayoutModel",
  670. "model_module": "@jupyter-widgets/base",
  671. "model_module_version": "1.0.0",
  672. "state": {}
  673. },
  674. "0074352249374def8540213ad1b0a933": {
  675. "model_name": "LayoutModel",
  676. "model_module": "@jupyter-widgets/base",
  677. "model_module_version": "1.0.0",
  678. "state": {}
  679. },
  680. "007c5a3795b44b02a65d0cf9fd990bfb": {
  681. "model_name": "LayoutModel",
  682. "model_module": "@jupyter-widgets/base",
  683. "model_module_version": "1.0.0",
  684. "state": {}
  685. },
  686. "007ce29f3e534cdb83d71a11d10f2033": {
  687. "model_name": "OutputModel",
  688. "model_module": "@jupyter-widgets/output",
  689. "model_module_version": "1.0.0",
  690. "state": {
  691. "layout": "IPY_MODEL_a13b4cb3441648a089930421ac9a6d62",
  692. "outputs": [
  693. {
  694. "data": {
  695. "application/vnd.jupyter.widget-view+json": {
  696. "model_id": "210b78b61d0649f38cae8d9bb5430112",
  697. "version_major": 2,
  698. "version_minor": 0
  699. },
  700. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 7 - Inactive', 'Devel…"
  701. },
  702. "metadata": {},
  703. "output_type": "display_data"
  704. }
  705. ]
  706. }
  707. },
  708. "008a39b5b8b543ed898011a425a6e008": {
  709. "model_name": "LayoutModel",
  710. "model_module": "@jupyter-widgets/base",
  711. "model_module_version": "1.0.0",
  712. "state": {}
  713. },
  714. "009177b3e0e142bb8fd5f1e5cdde0a33": {
  715. "model_name": "OutputModel",
  716. "model_module": "@jupyter-widgets/output",
  717. "model_module_version": "1.0.0",
  718. "state": {
  719. "layout": "IPY_MODEL_75834a76791d474bbc8d7d73542f3446",
  720. "outputs": [
  721. {
  722. "data": {
  723. "application/vnd.jupyter.widget-view+json": {
  724. "model_id": "17c8197a86ce4f5b98c6687591c05c3e",
  725. "version_major": 2,
  726. "version_minor": 0
  727. },
  728. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Healthcare Industry', …"
  729. },
  730. "metadata": {},
  731. "output_type": "display_data"
  732. }
  733. ]
  734. }
  735. },
  736. "00b2fc67ed324b5b90b372c42df5da91": {
  737. "model_name": "LayoutModel",
  738. "model_module": "@jupyter-widgets/base",
  739. "model_module_version": "1.0.0",
  740. "state": {}
  741. },
  742. "00e3ae83093c4d8d8fc1d7b0a782fa43": {
  743. "model_name": "LabelModel",
  744. "model_module": "@jupyter-widgets/controls",
  745. "model_module_version": "1.2.0",
  746. "state": {
  747. "layout": "IPY_MODEL_7f91d814aa6f4a61a1e0892e6734061f",
  748. "style": "IPY_MODEL_52ed2c117f8f496ab29b638fe1356eba",
  749. "value": "*Optional Classifiers"
  750. }
  751. },
  752. "00f1ad10b8bc4321bf4f710b68231266": {
  753. "model_name": "ButtonModel",
  754. "model_module": "@jupyter-widgets/controls",
  755. "model_module_version": "1.2.0",
  756. "state": {
  757. "description": "Save",
  758. "layout": "IPY_MODEL_3ec62836a455420aa685a7e39c08548e",
  759. "style": "IPY_MODEL_94d9865b91cc4b609fb3fa2617171914"
  760. }
  761. },
  762. "0107ca8aedf64b60905106f31c49cf4b": {
  763. "model_name": "LayoutModel",
  764. "model_module": "@jupyter-widgets/base",
  765. "model_module_version": "1.0.0",
  766. "state": {}
  767. },
  768. "010ef66cbe93415a8f19be19d957c040": {
  769. "model_name": "LayoutModel",
  770. "model_module": "@jupyter-widgets/base",
  771. "model_module_version": "1.0.0",
  772. "state": {}
  773. },
  774. "0122fab3784547afa9ef4db1353c0b75": {
  775. "model_name": "LayoutModel",
  776. "model_module": "@jupyter-widgets/base",
  777. "model_module_version": "1.0.0",
  778. "state": {}
  779. },
  780. "012b1056d2464dc1be7e499dc3807463": {
  781. "model_name": "VBoxModel",
  782. "model_module": "@jupyter-widgets/controls",
  783. "model_module_version": "1.2.0",
  784. "state": {
  785. "_dom_classes": [
  786. "widget-interact"
  787. ],
  788. "children": [
  789. "IPY_MODEL_27318627fdfc4006b849ddb87b68bc57",
  790. "IPY_MODEL_dff1a52a5b6f465088cf15ee3200a92b"
  791. ],
  792. "layout": "IPY_MODEL_5c3ddb605d8b498d849e130caa39ab70"
  793. }
  794. },
  795. "012fc4437ba9478c8206add09030ed41": {
  796. "model_name": "DescriptionStyleModel",
  797. "model_module": "@jupyter-widgets/controls",
  798. "model_module_version": "1.2.0",
  799. "state": {
  800. "description_width": ""
  801. }
  802. },
  803. "014fa749532143a3ace78375f436f2b2": {
  804. "model_name": "OutputModel",
  805. "model_module": "@jupyter-widgets/output",
  806. "model_module_version": "1.0.0",
  807. "state": {
  808. "layout": "IPY_MODEL_405c91a22a154f42bb2c5a0f480742b8",
  809. "outputs": [
  810. {
  811. "data": {
  812. "application/vnd.jupyter.widget-view+json": {
  813. "model_id": "1c197275f2dc4295acfd08e1c4c2a237",
  814. "version_major": 2,
  815. "version_minor": 0
  816. },
  817. "text/plain": "interactive(children=(Dropdown(description='Classifier', index=8, options=('Framework :: ZODB', 'Framework :: …"
  818. },
  819. "metadata": {},
  820. "output_type": "display_data"
  821. }
  822. ]
  823. }
  824. },
  825. "0155cc91d021465b9d7ff2be125f00fb": {
  826. "model_name": "OutputModel",
  827. "model_module": "@jupyter-widgets/output",
  828. "model_module_version": "1.0.0",
  829. "state": {
  830. "layout": "IPY_MODEL_182e96eec4b14ad880497e78482031b1",
  831. "outputs": [
  832. {
  833. "data": {
  834. "application/vnd.jupyter.widget-view+json": {
  835. "model_id": "fb48720048404fc58664725919289f5d",
  836. "version_major": 2,
  837. "version_minor": 0
  838. },
  839. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  840. },
  841. "metadata": {},
  842. "output_type": "display_data"
  843. }
  844. ]
  845. }
  846. },
  847. "01686922120549e19218df6b88d35017": {
  848. "model_name": "OutputModel",
  849. "model_module": "@jupyter-widgets/output",
  850. "model_module_version": "1.0.0",
  851. "state": {
  852. "layout": "IPY_MODEL_bddb44b7ed01402cb6abc42436ada2a4"
  853. }
  854. },
  855. "0170ac18adac49c99d0ce0fbb8d8a8f9": {
  856. "model_name": "LayoutModel",
  857. "model_module": "@jupyter-widgets/base",
  858. "model_module_version": "1.0.0",
  859. "state": {}
  860. },
  861. "017ad12f59af4cf989a76268fff0a1f9": {
  862. "model_name": "DropdownModel",
  863. "model_module": "@jupyter-widgets/controls",
  864. "model_module_version": "1.2.0",
  865. "state": {
  866. "_options_labels": [
  867. "Development Status",
  868. "Environment",
  869. "Framework",
  870. "Intended Audience",
  871. "License",
  872. "Natural Language",
  873. "Operating System",
  874. "Programming Language",
  875. "Topic"
  876. ],
  877. "description": "prefix",
  878. "index": 0,
  879. "layout": "IPY_MODEL_afcac383f46649e3bbc5703dd1f73d31",
  880. "style": "IPY_MODEL_1223f07ddd31473a9265c71ba1114930"
  881. }
  882. },
  883. "017d9096f7634a1aa98ddb89ec5607da": {
  884. "model_name": "LayoutModel",
  885. "model_module": "@jupyter-widgets/base",
  886. "model_module_version": "1.0.0",
  887. "state": {}
  888. },
  889. "017da7a114dd464787b4480c62499650": {
  890. "model_name": "LayoutModel",
  891. "model_module": "@jupyter-widgets/base",
  892. "model_module_version": "1.0.0",
  893. "state": {}
  894. },
  895. "01ad9fbfc98e4c28a57c3f53cfe696d4": {
  896. "model_name": "VBoxModel",
  897. "model_module": "@jupyter-widgets/controls",
  898. "model_module_version": "1.2.0",
  899. "state": {
  900. "_dom_classes": [
  901. "widget-interact"
  902. ],
  903. "children": [
  904. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  905. "IPY_MODEL_eea0fbe6ec554a97980214deacab863f"
  906. ],
  907. "layout": "IPY_MODEL_f82e25c4632a44c49385c57e4d521339"
  908. }
  909. },
  910. "01b72cdd027d478c8f180756e37de767": {
  911. "model_name": "LayoutModel",
  912. "model_module": "@jupyter-widgets/base",
  913. "model_module_version": "1.0.0",
  914. "state": {}
  915. },
  916. "01daf93e7e6d490f9005460e6624a181": {
  917. "model_name": "LayoutModel",
  918. "model_module": "@jupyter-widgets/base",
  919. "model_module_version": "1.0.0",
  920. "state": {}
  921. },
  922. "01fb897c22ca41fa814606a9336a8643": {
  923. "model_name": "OutputModel",
  924. "model_module": "@jupyter-widgets/output",
  925. "model_module_version": "1.0.0",
  926. "state": {
  927. "layout": "IPY_MODEL_829894612c8540e9a243034dab64a077"
  928. }
  929. },
  930. "020d89cf446d445e920c70cde475ec87": {
  931. "model_name": "HBoxModel",
  932. "model_module": "@jupyter-widgets/controls",
  933. "model_module_version": "1.2.0",
  934. "state": {
  935. "children": [
  936. "IPY_MODEL_3e124f9ff3a14f608a551d9ae2e1a20c",
  937. "IPY_MODEL_8c6ab1b538b14347b3a7ec1aa5dc8ad3"
  938. ],
  939. "layout": "IPY_MODEL_f9e813dc67af4ce69e2e1db8e17512e0"
  940. }
  941. },
  942. "021871bdc3fb442bb612a3eceeae31ba": {
  943. "model_name": "LayoutModel",
  944. "model_module": "@jupyter-widgets/base",
  945. "model_module_version": "1.0.0",
  946. "state": {}
  947. },
  948. "0219fb5a93e242b8b722899a4eb869f8": {
  949. "model_name": "DropdownModel",
  950. "model_module": "@jupyter-widgets/controls",
  951. "model_module_version": "1.2.0",
  952. "state": {
  953. "_options_labels": [
  954. "Development Status :: 4 - Beta",
  955. "Development Status :: 5 - Production/Stable",
  956. "Development Status :: 2 - Pre-Alpha",
  957. "Development Status :: 6 - Mature",
  958. "Development Status :: 7 - Inactive",
  959. "Development Status :: 1 - Planning",
  960. "Development Status :: 3 - Alpha"
  961. ],
  962. "description": "Classifier",
  963. "index": 0,
  964. "layout": "IPY_MODEL_204534c7764c4eb9aca7797c508134f6",
  965. "style": "IPY_MODEL_810a4cabf71b4b20a6d52e0296d40222"
  966. }
  967. },
  968. "0222e3b0b9d44b0286182a7602eeaaab": {
  969. "model_name": "ButtonStyleModel",
  970. "model_module": "@jupyter-widgets/controls",
  971. "model_module_version": "1.2.0",
  972. "state": {}
  973. },
  974. "02398cc7775c405fa5dab31c21eda72a": {
  975. "model_name": "LayoutModel",
  976. "model_module": "@jupyter-widgets/base",
  977. "model_module_version": "1.0.0",
  978. "state": {}
  979. },
  980. "02a9e583f3204cde8e91655a51b60be7": {
  981. "model_name": "DescriptionStyleModel",
  982. "model_module": "@jupyter-widgets/controls",
  983. "model_module_version": "1.2.0",
  984. "state": {
  985. "description_width": ""
  986. }
  987. },
  988. "02c09ef486d045fe8042ec7574bdf138": {
  989. "model_name": "LayoutModel",
  990. "model_module": "@jupyter-widgets/base",
  991. "model_module_version": "1.0.0",
  992. "state": {}
  993. },
  994. "0342f181b5e84f59913e251d70b9c4d3": {
  995. "model_name": "DescriptionStyleModel",
  996. "model_module": "@jupyter-widgets/controls",
  997. "model_module_version": "1.2.0",
  998. "state": {
  999. "description_width": ""
  1000. }
  1001. },
  1002. "0344003c53754bbdb5acfa674fad7487": {
  1003. "model_name": "LayoutModel",
  1004. "model_module": "@jupyter-widgets/base",
  1005. "model_module_version": "1.0.0",
  1006. "state": {}
  1007. },
  1008. "034b1e2309fc4ee5952d2cc53c50032e": {
  1009. "model_name": "DescriptionStyleModel",
  1010. "model_module": "@jupyter-widgets/controls",
  1011. "model_module_version": "1.2.0",
  1012. "state": {
  1013. "description_width": ""
  1014. }
  1015. },
  1016. "0393914eb4954d4dbac3c6e28f8eed6c": {
  1017. "model_name": "LayoutModel",
  1018. "model_module": "@jupyter-widgets/base",
  1019. "model_module_version": "1.0.0",
  1020. "state": {}
  1021. },
  1022. "03bb0b9a9d42416a93bc02c3da1bc612": {
  1023. "model_name": "DescriptionStyleModel",
  1024. "model_module": "@jupyter-widgets/controls",
  1025. "model_module_version": "1.2.0",
  1026. "state": {
  1027. "description_width": ""
  1028. }
  1029. },
  1030. "03c178118ef54f0e96e4b664e25496d2": {
  1031. "model_name": "LayoutModel",
  1032. "model_module": "@jupyter-widgets/base",
  1033. "model_module_version": "1.0.0",
  1034. "state": {}
  1035. },
  1036. "03d237e19953417597787c75d4e09a66": {
  1037. "model_name": "LayoutModel",
  1038. "model_module": "@jupyter-widgets/base",
  1039. "model_module_version": "1.0.0",
  1040. "state": {}
  1041. },
  1042. "03d282762885479ba8f190e074a94ec8": {
  1043. "model_name": "DropdownModel",
  1044. "model_module": "@jupyter-widgets/controls",
  1045. "model_module_version": "1.2.0",
  1046. "state": {
  1047. "description": "Classifier",
  1048. "index": null,
  1049. "layout": "IPY_MODEL_79d81ddae1f6459bbd0b1c3a792f80f6",
  1050. "style": "IPY_MODEL_36da3a6e7e1f4d7ca67fb8d59fb15826"
  1051. }
  1052. },
  1053. "03d60fb4bbb74e9da186d66930852c1c": {
  1054. "model_name": "LayoutModel",
  1055. "model_module": "@jupyter-widgets/base",
  1056. "model_module_version": "1.0.0",
  1057. "state": {}
  1058. },
  1059. "03ff0eec1df24afc8b858ed8e0fd7c8a": {
  1060. "model_name": "DropdownModel",
  1061. "model_module": "@jupyter-widgets/controls",
  1062. "model_module_version": "1.2.0",
  1063. "state": {
  1064. "_options_labels": [
  1065. "Development Status",
  1066. "Environment",
  1067. "Framework",
  1068. "Intended Audience",
  1069. "License",
  1070. "Natural Language",
  1071. "Operating System",
  1072. "Programming Language",
  1073. "Topic"
  1074. ],
  1075. "description": "prefix",
  1076. "index": 0,
  1077. "layout": "IPY_MODEL_c93ddae649d541a3966ec5f3278dc612",
  1078. "style": "IPY_MODEL_366cd5489c1d40dcadc365506c7a693c"
  1079. }
  1080. },
  1081. "03ff14da63aa4d16b87cffaa812d3622": {
  1082. "model_name": "DescriptionStyleModel",
  1083. "model_module": "@jupyter-widgets/controls",
  1084. "model_module_version": "1.2.0",
  1085. "state": {
  1086. "description_width": ""
  1087. }
  1088. },
  1089. "03fffd6fc6a141da9c58944bf4a37373": {
  1090. "model_name": "LayoutModel",
  1091. "model_module": "@jupyter-widgets/base",
  1092. "model_module_version": "1.0.0",
  1093. "state": {}
  1094. },
  1095. "042beafd17824984900f11f9324d9e73": {
  1096. "model_name": "LayoutModel",
  1097. "model_module": "@jupyter-widgets/base",
  1098. "model_module_version": "1.0.0",
  1099. "state": {}
  1100. },
  1101. "044eca103b4c458586568d5ec2d6ca49": {
  1102. "model_name": "LayoutModel",
  1103. "model_module": "@jupyter-widgets/base",
  1104. "model_module_version": "1.0.0",
  1105. "state": {}
  1106. },
  1107. "0451d0b33cb045fea7cb946d4d6c9941": {
  1108. "model_name": "ButtonStyleModel",
  1109. "model_module": "@jupyter-widgets/controls",
  1110. "model_module_version": "1.2.0",
  1111. "state": {}
  1112. },
  1113. "0460c27faadd40ebb2cfb8cc573765d1": {
  1114. "model_name": "DropdownModel",
  1115. "model_module": "@jupyter-widgets/controls",
  1116. "model_module_version": "1.2.0",
  1117. "state": {
  1118. "_options_labels": [
  1119. "Development Status",
  1120. "Environment",
  1121. "Framework",
  1122. "Intended Audience",
  1123. "License",
  1124. "Natural Language",
  1125. "Operating System",
  1126. "Programming Language",
  1127. "Topic"
  1128. ],
  1129. "description": "prefix",
  1130. "index": 2,
  1131. "layout": "IPY_MODEL_ad419b94e17a4815b5342f944c285a95",
  1132. "style": "IPY_MODEL_a4025a3dee174295b65c52a1efbb2740"
  1133. }
  1134. },
  1135. "046fa935b4ae4aeca30be9b8086bce2c": {
  1136. "model_name": "HBoxModel",
  1137. "model_module": "@jupyter-widgets/controls",
  1138. "model_module_version": "1.2.0",
  1139. "state": {
  1140. "children": [
  1141. "IPY_MODEL_a0bb6f0715de43258b3873e9d1951ec2"
  1142. ],
  1143. "layout": "IPY_MODEL_dc8b70b5ea7d4418abc7f4344167c16a"
  1144. }
  1145. },
  1146. "048c9b5212204614bd92e3e8fdcd91ed": {
  1147. "model_name": "DescriptionStyleModel",
  1148. "model_module": "@jupyter-widgets/controls",
  1149. "model_module_version": "1.2.0",
  1150. "state": {
  1151. "description_width": ""
  1152. }
  1153. },
  1154. "048dadc00ce64048802fcceb4a1ef66f": {
  1155. "model_name": "LabelModel",
  1156. "model_module": "@jupyter-widgets/controls",
  1157. "model_module_version": "1.2.0",
  1158. "state": {
  1159. "layout": "IPY_MODEL_22ad5107ed7044229015ca99302db952",
  1160. "style": "IPY_MODEL_941b46bbc835402b84bea0f8080a71af",
  1161. "value": "Highlighted Classifer: Development Status :: 7 - Inactive"
  1162. }
  1163. },
  1164. "04983fb47da349a3a1867bb9cc4826ba": {
  1165. "model_name": "DescriptionStyleModel",
  1166. "model_module": "@jupyter-widgets/controls",
  1167. "model_module_version": "1.2.0",
  1168. "state": {
  1169. "description_width": ""
  1170. }
  1171. },
  1172. "04a6b1cc3fe443fc9730eacaf7b42f4b": {
  1173. "model_name": "LayoutModel",
  1174. "model_module": "@jupyter-widgets/base",
  1175. "model_module_version": "1.0.0",
  1176. "state": {}
  1177. },
  1178. "04cc94e3f0244db7999ab3039e7b7e92": {
  1179. "model_name": "LayoutModel",
  1180. "model_module": "@jupyter-widgets/base",
  1181. "model_module_version": "1.0.0",
  1182. "state": {}
  1183. },
  1184. "04e6af7faa774be8ba5f31152e11860f": {
  1185. "model_name": "LayoutModel",
  1186. "model_module": "@jupyter-widgets/base",
  1187. "model_module_version": "1.0.0",
  1188. "state": {}
  1189. },
  1190. "04ec125acacf4a2eb38b858c4cc004fd": {
  1191. "model_name": "LabelModel",
  1192. "model_module": "@jupyter-widgets/controls",
  1193. "model_module_version": "1.2.0",
  1194. "state": {
  1195. "layout": "IPY_MODEL_244e025090794ec4a4d5d36cfcfc23bd",
  1196. "style": "IPY_MODEL_b3389e7606124ab9891037d17f723876",
  1197. "value": "*Optional Classifiers"
  1198. }
  1199. },
  1200. "04f597a170704cee84fca9479353957e": {
  1201. "model_name": "VBoxModel",
  1202. "model_module": "@jupyter-widgets/controls",
  1203. "model_module_version": "1.2.0",
  1204. "state": {
  1205. "_dom_classes": [
  1206. "widget-interact"
  1207. ],
  1208. "children": [
  1209. "IPY_MODEL_7a1f818b0f7848f89137a240681c365a",
  1210. "IPY_MODEL_32e1008bdff6461bb239c16203854f84"
  1211. ],
  1212. "layout": "IPY_MODEL_4a0636136e1043c1b668163b7d3b81f7"
  1213. }
  1214. },
  1215. "04f5c003804240cd8e46af2c05b889c4": {
  1216. "model_name": "LayoutModel",
  1217. "model_module": "@jupyter-widgets/base",
  1218. "model_module_version": "1.0.0",
  1219. "state": {}
  1220. },
  1221. "04ff8db3425844ff887baf84a49f05a5": {
  1222. "model_name": "OutputModel",
  1223. "model_module": "@jupyter-widgets/output",
  1224. "model_module_version": "1.0.0",
  1225. "state": {
  1226. "layout": "IPY_MODEL_a4e8612de870450aab2497ed4c39a09b"
  1227. }
  1228. },
  1229. "050f2474d4b844be9d12dee709245ca0": {
  1230. "model_name": "LayoutModel",
  1231. "model_module": "@jupyter-widgets/base",
  1232. "model_module_version": "1.0.0",
  1233. "state": {}
  1234. },
  1235. "0520b93d17a142f2aaafae2983c5af85": {
  1236. "model_name": "ButtonStyleModel",
  1237. "model_module": "@jupyter-widgets/controls",
  1238. "model_module_version": "1.2.0",
  1239. "state": {}
  1240. },
  1241. "0521ac1070ff437ea9a7bcad438728a6": {
  1242. "model_name": "DescriptionStyleModel",
  1243. "model_module": "@jupyter-widgets/controls",
  1244. "model_module_version": "1.2.0",
  1245. "state": {
  1246. "description_width": ""
  1247. }
  1248. },
  1249. "05474caf7e574fbf9734d64f736a28be": {
  1250. "model_name": "LayoutModel",
  1251. "model_module": "@jupyter-widgets/base",
  1252. "model_module_version": "1.0.0",
  1253. "state": {}
  1254. },
  1255. "055245f7656c49109dcdeb8c6d3651f9": {
  1256. "model_name": "LayoutModel",
  1257. "model_module": "@jupyter-widgets/base",
  1258. "model_module_version": "1.0.0",
  1259. "state": {}
  1260. },
  1261. "0576e66d8925471fa6b46cc29b922033": {
  1262. "model_name": "DropdownModel",
  1263. "model_module": "@jupyter-widgets/controls",
  1264. "model_module_version": "1.2.0",
  1265. "state": {
  1266. "_options_labels": [
  1267. "Development Status :: 2 - Pre-Alpha",
  1268. "Development Status :: 1 - Planning",
  1269. "Development Status :: 4 - Beta",
  1270. "Development Status :: 6 - Mature",
  1271. "Development Status :: 3 - Alpha",
  1272. "Development Status :: 5 - Production/Stable",
  1273. "Development Status :: 7 - Inactive"
  1274. ],
  1275. "description": "Classifier",
  1276. "index": 0,
  1277. "layout": "IPY_MODEL_a1f4fba37de1419b87ca7f168d1010f1",
  1278. "style": "IPY_MODEL_25d96fdcda6e47b4ab564d0f9bd0940c"
  1279. }
  1280. },
  1281. "0582e01fe5ef4981960641b287d7136f": {
  1282. "model_name": "LayoutModel",
  1283. "model_module": "@jupyter-widgets/base",
  1284. "model_module_version": "1.0.0",
  1285. "state": {}
  1286. },
  1287. "05896f0f2260456a9a0c2a9db71fd60d": {
  1288. "model_name": "LayoutModel",
  1289. "model_module": "@jupyter-widgets/base",
  1290. "model_module_version": "1.0.0",
  1291. "state": {}
  1292. },
  1293. "05899fbda44d42dbaab7ec5b55f1fb86": {
  1294. "model_name": "VBoxModel",
  1295. "model_module": "@jupyter-widgets/controls",
  1296. "model_module_version": "1.2.0",
  1297. "state": {
  1298. "_dom_classes": [
  1299. "widget-interact"
  1300. ],
  1301. "children": [
  1302. "IPY_MODEL_bc3e75e9bd324915936107575a3e8cfe",
  1303. "IPY_MODEL_47864ae72e234d4bb51f71908bf08917"
  1304. ],
  1305. "layout": "IPY_MODEL_3002b049a90540bf90a1f2e993430fb9"
  1306. }
  1307. },
  1308. "05afcccd85b74f7899ca101ffe13f2db": {
  1309. "model_name": "OutputModel",
  1310. "model_module": "@jupyter-widgets/output",
  1311. "model_module_version": "1.0.0",
  1312. "state": {
  1313. "layout": "IPY_MODEL_92e47e5b674241e8afa1d6d15d6ec1bd"
  1314. }
  1315. },
  1316. "05b2cf499b494a64b0c94a3a5b1389b9": {
  1317. "model_name": "LayoutModel",
  1318. "model_module": "@jupyter-widgets/base",
  1319. "model_module_version": "1.0.0",
  1320. "state": {}
  1321. },
  1322. "05c3658960f24f689c4c92c0ad6d400f": {
  1323. "model_name": "DescriptionStyleModel",
  1324. "model_module": "@jupyter-widgets/controls",
  1325. "model_module_version": "1.2.0",
  1326. "state": {
  1327. "description_width": ""
  1328. }
  1329. },
  1330. "05c4ee7a6d7641ecaeef331698bd6755": {
  1331. "model_name": "DescriptionStyleModel",
  1332. "model_module": "@jupyter-widgets/controls",
  1333. "model_module_version": "1.2.0",
  1334. "state": {
  1335. "description_width": ""
  1336. }
  1337. },
  1338. "05d2fa5044f347e794e45b82f27d6dfd": {
  1339. "model_name": "ButtonStyleModel",
  1340. "model_module": "@jupyter-widgets/controls",
  1341. "model_module_version": "1.2.0",
  1342. "state": {}
  1343. },
  1344. "0605b0984cd948879ea1bd7e6ce8dabc": {
  1345. "model_name": "DescriptionStyleModel",
  1346. "model_module": "@jupyter-widgets/controls",
  1347. "model_module_version": "1.2.0",
  1348. "state": {
  1349. "description_width": ""
  1350. }
  1351. },
  1352. "062a402777584805bb2dbe7199381a82": {
  1353. "model_name": "LayoutModel",
  1354. "model_module": "@jupyter-widgets/base",
  1355. "model_module_version": "1.0.0",
  1356. "state": {}
  1357. },
  1358. "0630f9549d964871a63290f4a8ecc6fb": {
  1359. "model_name": "LayoutModel",
  1360. "model_module": "@jupyter-widgets/base",
  1361. "model_module_version": "1.0.0",
  1362. "state": {}
  1363. },
  1364. "06676c24d1364af9b6e44b5e840c8859": {
  1365. "model_name": "LayoutModel",
  1366. "model_module": "@jupyter-widgets/base",
  1367. "model_module_version": "1.0.0",
  1368. "state": {}
  1369. },
  1370. "066e01bf7043451c83ac1aa2b4a9dc32": {
  1371. "model_name": "DescriptionStyleModel",
  1372. "model_module": "@jupyter-widgets/controls",
  1373. "model_module_version": "1.2.0",
  1374. "state": {
  1375. "description_width": ""
  1376. }
  1377. },
  1378. "067fa7962448413d8869409f82f6da84": {
  1379. "model_name": "VBoxModel",
  1380. "model_module": "@jupyter-widgets/controls",
  1381. "model_module_version": "1.2.0",
  1382. "state": {
  1383. "_dom_classes": [
  1384. "widget-interact"
  1385. ],
  1386. "children": [
  1387. "IPY_MODEL_017ad12f59af4cf989a76268fff0a1f9",
  1388. "IPY_MODEL_007ce29f3e534cdb83d71a11d10f2033"
  1389. ],
  1390. "layout": "IPY_MODEL_529dc577a4244bafac0a57fba57bccac"
  1391. }
  1392. },
  1393. "068690984d6b44be8fbbe4140735ab62": {
  1394. "model_name": "DescriptionStyleModel",
  1395. "model_module": "@jupyter-widgets/controls",
  1396. "model_module_version": "1.2.0",
  1397. "state": {
  1398. "description_width": ""
  1399. }
  1400. },
  1401. "06ac4427e622408aab9618919bbbfb86": {
  1402. "model_name": "VBoxModel",
  1403. "model_module": "@jupyter-widgets/controls",
  1404. "model_module_version": "1.2.0",
  1405. "state": {
  1406. "_dom_classes": [
  1407. "widget-interact"
  1408. ],
  1409. "children": [
  1410. "IPY_MODEL_0a1514ac45534227b3e77475ac63b88d",
  1411. "IPY_MODEL_d65b5a76dd2b4eafb092c27281abd780"
  1412. ],
  1413. "layout": "IPY_MODEL_f5c57936d7344e37bbbfdbb2947ce206"
  1414. }
  1415. },
  1416. "06aee330f81042428ab7cfa3c3616d3e": {
  1417. "model_name": "DropdownModel",
  1418. "model_module": "@jupyter-widgets/controls",
  1419. "model_module_version": "1.2.0",
  1420. "state": {
  1421. "_options_labels": [
  1422. "Development Status",
  1423. "Environment",
  1424. "Framework",
  1425. "Intended Audience",
  1426. "License",
  1427. "Natural Language",
  1428. "Operating System",
  1429. "Programming Language",
  1430. "Topic"
  1431. ],
  1432. "description": "prefix",
  1433. "index": 0,
  1434. "layout": "IPY_MODEL_23817c18585e4103825cdf8352786f22",
  1435. "style": "IPY_MODEL_24f09b5ae93f42d280cdfd3aac4608a1"
  1436. }
  1437. },
  1438. "06bc79847b094fa7b6d1dcf022f896cf": {
  1439. "model_name": "LayoutModel",
  1440. "model_module": "@jupyter-widgets/base",
  1441. "model_module_version": "1.0.0",
  1442. "state": {}
  1443. },
  1444. "06d91ff968ed4ea28d14242523a66a5e": {
  1445. "model_name": "DescriptionStyleModel",
  1446. "model_module": "@jupyter-widgets/controls",
  1447. "model_module_version": "1.2.0",
  1448. "state": {
  1449. "description_width": ""
  1450. }
  1451. },
  1452. "06df13142f864846a77e2f0698a8b961": {
  1453. "model_name": "SelectModel",
  1454. "model_module": "@jupyter-widgets/controls",
  1455. "model_module_version": "1.2.0",
  1456. "state": {
  1457. "description": "Classifiers",
  1458. "index": null,
  1459. "layout": "IPY_MODEL_af3702257f464d649ad74525ec85f393",
  1460. "style": "IPY_MODEL_53aeeafcddd643728dda846670d7b541"
  1461. }
  1462. },
  1463. "0701b81a1b644d418e2163a444582899": {
  1464. "model_name": "DescriptionStyleModel",
  1465. "model_module": "@jupyter-widgets/controls",
  1466. "model_module_version": "1.2.0",
  1467. "state": {
  1468. "description_width": ""
  1469. }
  1470. },
  1471. "0717a9e4c3da49adb5a41aacc510c144": {
  1472. "model_name": "LayoutModel",
  1473. "model_module": "@jupyter-widgets/base",
  1474. "model_module_version": "1.0.0",
  1475. "state": {}
  1476. },
  1477. "0741d86c1f4a4a1198dfbc4e368e0a2a": {
  1478. "model_name": "LabelModel",
  1479. "model_module": "@jupyter-widgets/controls",
  1480. "model_module_version": "1.2.0",
  1481. "state": {
  1482. "layout": "IPY_MODEL_529df4c37e7744cfa276b2a5b74fc588",
  1483. "style": "IPY_MODEL_b9bf67af208c4fe4a767e41978137b0e",
  1484. "value": "Operating System :: Microsoft"
  1485. }
  1486. },
  1487. "074e120d3c18401e9c5bcf0bf1240aba": {
  1488. "model_name": "DescriptionStyleModel",
  1489. "model_module": "@jupyter-widgets/controls",
  1490. "model_module_version": "1.2.0",
  1491. "state": {
  1492. "description_width": ""
  1493. }
  1494. },
  1495. "0752926b736b4681b5db3a3f424086d8": {
  1496. "model_name": "DescriptionStyleModel",
  1497. "model_module": "@jupyter-widgets/controls",
  1498. "model_module_version": "1.2.0",
  1499. "state": {
  1500. "description_width": ""
  1501. }
  1502. },
  1503. "0788b4b5ee0a445c80567edece1fc47f": {
  1504. "model_name": "ButtonStyleModel",
  1505. "model_module": "@jupyter-widgets/controls",
  1506. "model_module_version": "1.2.0",
  1507. "state": {}
  1508. },
  1509. "07a83d6be3374f65953fd1a08864b607": {
  1510. "model_name": "LayoutModel",
  1511. "model_module": "@jupyter-widgets/base",
  1512. "model_module_version": "1.0.0",
  1513. "state": {}
  1514. },
  1515. "07b8069ba06744db88de63cb75146f7a": {
  1516. "model_name": "LayoutModel",
  1517. "model_module": "@jupyter-widgets/base",
  1518. "model_module_version": "1.0.0",
  1519. "state": {}
  1520. },
  1521. "07b9c15fad074240a4b49b816a7d3e9f": {
  1522. "model_name": "DescriptionStyleModel",
  1523. "model_module": "@jupyter-widgets/controls",
  1524. "model_module_version": "1.2.0",
  1525. "state": {
  1526. "description_width": ""
  1527. }
  1528. },
  1529. "07c544351902469fb6eb844bab1fd5eb": {
  1530. "model_name": "LayoutModel",
  1531. "model_module": "@jupyter-widgets/base",
  1532. "model_module_version": "1.0.0",
  1533. "state": {}
  1534. },
  1535. "07cb2384dace4f0e88cb9cfd7922ff68": {
  1536. "model_name": "ButtonModel",
  1537. "model_module": "@jupyter-widgets/controls",
  1538. "model_module_version": "1.2.0",
  1539. "state": {
  1540. "description": "Add",
  1541. "layout": "IPY_MODEL_57a6ad77d2dd4c3e9e9e1fb75dc22f5b",
  1542. "style": "IPY_MODEL_e719aea2ccb14d9da91116d35b48516d"
  1543. }
  1544. },
  1545. "07e7c7df149748268d64030287695914": {
  1546. "model_name": "LabelModel",
  1547. "model_module": "@jupyter-widgets/controls",
  1548. "model_module_version": "1.2.0",
  1549. "state": {
  1550. "layout": "IPY_MODEL_f71f9b20376d4ca6a4cc3583193cd0f2",
  1551. "style": "IPY_MODEL_63a29c80d3ff4c55a83b48aa8d67b683"
  1552. }
  1553. },
  1554. "081792aabbbf40428b4f843ee4b0e9c4": {
  1555. "model_name": "DescriptionStyleModel",
  1556. "model_module": "@jupyter-widgets/controls",
  1557. "model_module_version": "1.2.0",
  1558. "state": {
  1559. "description_width": ""
  1560. }
  1561. },
  1562. "084545ea7fea413da0d10991b4091d1f": {
  1563. "model_name": "LayoutModel",
  1564. "model_module": "@jupyter-widgets/base",
  1565. "model_module_version": "1.0.0",
  1566. "state": {}
  1567. },
  1568. "084aa8d20ccc4c3e84d0d1f34e19a07c": {
  1569. "model_name": "LayoutModel",
  1570. "model_module": "@jupyter-widgets/base",
  1571. "model_module_version": "1.0.0",
  1572. "state": {}
  1573. },
  1574. "0869ea90f1ad460585ebf3a01c5667e3": {
  1575. "model_name": "DropdownModel",
  1576. "model_module": "@jupyter-widgets/controls",
  1577. "model_module_version": "1.2.0",
  1578. "state": {
  1579. "_options_labels": [
  1580. "Development Status",
  1581. "Environment",
  1582. "Framework",
  1583. "Intended Audience",
  1584. "License",
  1585. "Natural Language",
  1586. "Operating System",
  1587. "Programming Language",
  1588. "Topic"
  1589. ],
  1590. "description": "prefix",
  1591. "index": 3,
  1592. "layout": "IPY_MODEL_a8808addd000488b80ec00d4c39a95c7",
  1593. "style": "IPY_MODEL_c72aab98ca284846a58171f9f41236ed"
  1594. }
  1595. },
  1596. "088a5e2424884d32b1ed61791a0535bd": {
  1597. "model_name": "VBoxModel",
  1598. "model_module": "@jupyter-widgets/controls",
  1599. "model_module_version": "1.2.0",
  1600. "state": {
  1601. "_dom_classes": [
  1602. "widget-interact"
  1603. ],
  1604. "children": [
  1605. "IPY_MODEL_9d53177184ba454597e4699435043274",
  1606. "IPY_MODEL_1e662449b5c64b748f8fab425c6e5646"
  1607. ],
  1608. "layout": "IPY_MODEL_67e2f58863c64ba9a74d5114e1d87dc6"
  1609. }
  1610. },
  1611. "08d1dddb857b4f02b0d6807f07e03c10": {
  1612. "model_name": "ButtonStyleModel",
  1613. "model_module": "@jupyter-widgets/controls",
  1614. "model_module_version": "1.2.0",
  1615. "state": {}
  1616. },
  1617. "08df52e0fc3d441bb5d373df22d3543f": {
  1618. "model_name": "HBoxModel",
  1619. "model_module": "@jupyter-widgets/controls",
  1620. "model_module_version": "1.2.0",
  1621. "state": {
  1622. "children": [
  1623. "IPY_MODEL_78f3c7806e334eb2b1c4b0380abb7d8d",
  1624. "IPY_MODEL_62d7e6eb8c6f4fe689be8689ebc9b4f9",
  1625. "IPY_MODEL_7e3d6055b21a4c219e9da63276cb5295"
  1626. ],
  1627. "layout": "IPY_MODEL_062a402777584805bb2dbe7199381a82"
  1628. }
  1629. },
  1630. "0919125ee1da46f792678db8413c16e4": {
  1631. "model_name": "LayoutModel",
  1632. "model_module": "@jupyter-widgets/base",
  1633. "model_module_version": "1.0.0",
  1634. "state": {}
  1635. },
  1636. "092ae59986bc4886b0eecbc115467034": {
  1637. "model_name": "LayoutModel",
  1638. "model_module": "@jupyter-widgets/base",
  1639. "model_module_version": "1.0.0",
  1640. "state": {}
  1641. },
  1642. "092dc4b611e94b4ab23f2fa63de1e216": {
  1643. "model_name": "LayoutModel",
  1644. "model_module": "@jupyter-widgets/base",
  1645. "model_module_version": "1.0.0",
  1646. "state": {}
  1647. },
  1648. "09528f59d1274479b586e679d421b619": {
  1649. "model_name": "ButtonModel",
  1650. "model_module": "@jupyter-widgets/controls",
  1651. "model_module_version": "1.2.0",
  1652. "state": {
  1653. "description": "Remove",
  1654. "layout": "IPY_MODEL_3ad437cb81c343218da484f37a34437c",
  1655. "style": "IPY_MODEL_d8e716d4bfbc4ff288fc849685687eb0"
  1656. }
  1657. },
  1658. "0954afb4e3e245d0af9867464e8d3610": {
  1659. "model_name": "LayoutModel",
  1660. "model_module": "@jupyter-widgets/base",
  1661. "model_module_version": "1.0.0",
  1662. "state": {}
  1663. },
  1664. "098449d3d16d4f83b1bdba5755236b1b": {
  1665. "model_name": "LayoutModel",
  1666. "model_module": "@jupyter-widgets/base",
  1667. "model_module_version": "1.0.0",
  1668. "state": {}
  1669. },
  1670. "099f81b7e7394170a981348ea9e5db7d": {
  1671. "model_name": "LayoutModel",
  1672. "model_module": "@jupyter-widgets/base",
  1673. "model_module_version": "1.0.0",
  1674. "state": {}
  1675. },
  1676. "09a48e86a9354078924b7ae7c8e73996": {
  1677. "model_name": "LayoutModel",
  1678. "model_module": "@jupyter-widgets/base",
  1679. "model_module_version": "1.0.0",
  1680. "state": {}
  1681. },
  1682. "09af17d8e5ea4b1289e4a9045a8a98f2": {
  1683. "model_name": "LayoutModel",
  1684. "model_module": "@jupyter-widgets/base",
  1685. "model_module_version": "1.0.0",
  1686. "state": {}
  1687. },
  1688. "09c4d4d6f23f44e5aecde9502c27ea94": {
  1689. "model_name": "LayoutModel",
  1690. "model_module": "@jupyter-widgets/base",
  1691. "model_module_version": "1.0.0",
  1692. "state": {}
  1693. },
  1694. "09c557c2b0e14a4a951f32d51a3b0d2f": {
  1695. "model_name": "LayoutModel",
  1696. "model_module": "@jupyter-widgets/base",
  1697. "model_module_version": "1.0.0",
  1698. "state": {}
  1699. },
  1700. "09c8898becfb4f08ae6330cf0adfc3de": {
  1701. "model_name": "ButtonStyleModel",
  1702. "model_module": "@jupyter-widgets/controls",
  1703. "model_module_version": "1.2.0",
  1704. "state": {}
  1705. },
  1706. "09caa73805004226b8527ac70f73c34f": {
  1707. "model_name": "LayoutModel",
  1708. "model_module": "@jupyter-widgets/base",
  1709. "model_module_version": "1.0.0",
  1710. "state": {}
  1711. },
  1712. "09ccfde55c21449c9b26bb3b3478dfb9": {
  1713. "model_name": "DescriptionStyleModel",
  1714. "model_module": "@jupyter-widgets/controls",
  1715. "model_module_version": "1.2.0",
  1716. "state": {
  1717. "description_width": ""
  1718. }
  1719. },
  1720. "09f0ce09f99c4c0ab3b6b5ef7ba0a770": {
  1721. "model_name": "LayoutModel",
  1722. "model_module": "@jupyter-widgets/base",
  1723. "model_module_version": "1.0.0",
  1724. "state": {}
  1725. },
  1726. "0a1514ac45534227b3e77475ac63b88d": {
  1727. "model_name": "DropdownModel",
  1728. "model_module": "@jupyter-widgets/controls",
  1729. "model_module_version": "1.2.0",
  1730. "state": {
  1731. "_options_labels": [
  1732. "Natural Language :: Marathi",
  1733. "Natural Language :: Cantonese",
  1734. "Natural Language :: Spanish",
  1735. "Natural Language :: Catalan",
  1736. "Natural Language :: Persian",
  1737. "Natural Language :: Slovak",
  1738. "Natural Language :: Portuguese (Brazilian)",
  1739. "Natural Language :: Hungarian",
  1740. "Natural Language :: Latvian",
  1741. "Natural Language :: Ukrainian",
  1742. "Natural Language :: Slovenian",
  1743. "Natural Language :: Turkish",
  1744. "Natural Language :: Bengali",
  1745. "Natural Language :: Czech",
  1746. "Natural Language :: Greek",
  1747. "Natural Language :: French",
  1748. "Natural Language :: Serbian",
  1749. "Natural Language :: Telugu",
  1750. "Natural Language :: German",
  1751. "Natural Language :: Arabic",
  1752. "Natural Language :: Bulgarian",
  1753. "Natural Language :: Icelandic",
  1754. "Natural Language :: Norwegian",
  1755. "Natural Language :: Russian",
  1756. "Natural Language :: Bosnian",
  1757. "Natural Language :: Panjabi",
  1758. "Natural Language :: Korean",
  1759. "Natural Language :: English",
  1760. "Natural Language :: Tamil",
  1761. "Natural Language :: Macedonian",
  1762. "Natural Language :: Tibetan",
  1763. "Natural Language :: Galician",
  1764. "Natural Language :: Swedish",
  1765. "Natural Language :: Chinese (Traditional)",
  1766. "Natural Language :: Indonesian",
  1767. "Natural Language :: Polish",
  1768. "Natural Language :: Vietnamese",
  1769. "Natural Language :: Hebrew",
  1770. "Natural Language :: Malay",
  1771. "Natural Language :: Croatian",
  1772. "Natural Language :: Portuguese",
  1773. "Natural Language :: Thai",
  1774. "Natural Language :: Afrikaans",
  1775. "Natural Language :: Urdu",
  1776. "Natural Language :: Romanian",
  1777. "Natural Language :: Hindi",
  1778. "Natural Language :: Dutch",
  1779. "Natural Language :: Finnish",
  1780. "Natural Language :: Chinese (Simplified)",
  1781. "Natural Language :: Danish",
  1782. "Natural Language :: Esperanto",
  1783. "Natural Language :: Javanese",
  1784. "Natural Language :: Italian",
  1785. "Natural Language :: Latin",
  1786. "Natural Language :: Japanese"
  1787. ],
  1788. "description": "Classifier",
  1789. "index": 0,
  1790. "layout": "IPY_MODEL_3dc16141fa1c4cabb4cd8e4cbb518fc5",
  1791. "style": "IPY_MODEL_7b18dc1c1ceb41c5a066880bb015a5d4"
  1792. }
  1793. },
  1794. "0a18d3421cbf47c5b84e126e7a7c1f30": {
  1795. "model_name": "DescriptionStyleModel",
  1796. "model_module": "@jupyter-widgets/controls",
  1797. "model_module_version": "1.2.0",
  1798. "state": {
  1799. "description_width": ""
  1800. }
  1801. },
  1802. "0a2994e627c34eef80e47f60ba9e8a88": {
  1803. "model_name": "LayoutModel",
  1804. "model_module": "@jupyter-widgets/base",
  1805. "model_module_version": "1.0.0",
  1806. "state": {}
  1807. },
  1808. "0a4509fec6e6441ab1f4b60487ab8d26": {
  1809. "model_name": "DescriptionStyleModel",
  1810. "model_module": "@jupyter-widgets/controls",
  1811. "model_module_version": "1.2.0",
  1812. "state": {
  1813. "description_width": ""
  1814. }
  1815. },
  1816. "0a4fe886a30342ba970abd5232d17b0f": {
  1817. "model_name": "LayoutModel",
  1818. "model_module": "@jupyter-widgets/base",
  1819. "model_module_version": "1.0.0",
  1820. "state": {}
  1821. },
  1822. "0a5eddd8dcd149fc8c055bd0a19c3fde": {
  1823. "model_name": "LayoutModel",
  1824. "model_module": "@jupyter-widgets/base",
  1825. "model_module_version": "1.0.0",
  1826. "state": {}
  1827. },
  1828. "0a786be6bfbd4045a90a32092738da71": {
  1829. "model_name": "DescriptionStyleModel",
  1830. "model_module": "@jupyter-widgets/controls",
  1831. "model_module_version": "1.2.0",
  1832. "state": {
  1833. "description_width": ""
  1834. }
  1835. },
  1836. "0a78b567ebc34c09bbea8695145cee49": {
  1837. "model_name": "ButtonModel",
  1838. "model_module": "@jupyter-widgets/controls",
  1839. "model_module_version": "1.2.0",
  1840. "state": {
  1841. "description": "Remove",
  1842. "layout": "IPY_MODEL_b93063e818dd43b094dc5cee7a06fc75",
  1843. "style": "IPY_MODEL_e18bbc4b84364d599e6751ec712784fd"
  1844. }
  1845. },
  1846. "0a7f6741ee964c538f114ac2f5124b5e": {
  1847. "model_name": "LayoutModel",
  1848. "model_module": "@jupyter-widgets/base",
  1849. "model_module_version": "1.0.0",
  1850. "state": {}
  1851. },
  1852. "0a98809fa60d4f0aa472cea09dc3ac03": {
  1853. "model_name": "LayoutModel",
  1854. "model_module": "@jupyter-widgets/base",
  1855. "model_module_version": "1.0.0",
  1856. "state": {}
  1857. },
  1858. "0aac4016d5854ad485026c1bc3965641": {
  1859. "model_name": "LayoutModel",
  1860. "model_module": "@jupyter-widgets/base",
  1861. "model_module_version": "1.0.0",
  1862. "state": {}
  1863. },
  1864. "0afe8fdfcd3b48f98e942ede867a48b2": {
  1865. "model_name": "LayoutModel",
  1866. "model_module": "@jupyter-widgets/base",
  1867. "model_module_version": "1.0.0",
  1868. "state": {}
  1869. },
  1870. "0b015d586baa40ecae7eb3db8db7b2aa": {
  1871. "model_name": "LayoutModel",
  1872. "model_module": "@jupyter-widgets/base",
  1873. "model_module_version": "1.0.0",
  1874. "state": {}
  1875. },
  1876. "0b0680045bd0438bbb961f88d7926d4b": {
  1877. "model_name": "DescriptionStyleModel",
  1878. "model_module": "@jupyter-widgets/controls",
  1879. "model_module_version": "1.2.0",
  1880. "state": {
  1881. "description_width": ""
  1882. }
  1883. },
  1884. "0b1873d597e24ffaab267c7f31e0f91a": {
  1885. "model_name": "LayoutModel",
  1886. "model_module": "@jupyter-widgets/base",
  1887. "model_module_version": "1.0.0",
  1888. "state": {}
  1889. },
  1890. "0b2ab2357b87471c9280cc48d53f14c5": {
  1891. "model_name": "VBoxModel",
  1892. "model_module": "@jupyter-widgets/controls",
  1893. "model_module_version": "1.2.0",
  1894. "state": {
  1895. "_dom_classes": [
  1896. "widget-interact"
  1897. ],
  1898. "children": [
  1899. "IPY_MODEL_4cb5b859f22e475d9c25261a261a71c9",
  1900. "IPY_MODEL_988f5267ab93404e8df8d029318bb98c"
  1901. ],
  1902. "layout": "IPY_MODEL_a66fd48a37f8453793e871ef7fbffdc7"
  1903. }
  1904. },
  1905. "0b3c219b5e834058bba5dd6ece07f575": {
  1906. "model_name": "DescriptionStyleModel",
  1907. "model_module": "@jupyter-widgets/controls",
  1908. "model_module_version": "1.2.0",
  1909. "state": {
  1910. "description_width": ""
  1911. }
  1912. },
  1913. "0b469585395e4623aff45b22172619d0": {
  1914. "model_name": "VBoxModel",
  1915. "model_module": "@jupyter-widgets/controls",
  1916. "model_module_version": "1.2.0",
  1917. "state": {
  1918. "_dom_classes": [
  1919. "widget-interact"
  1920. ],
  1921. "children": [
  1922. "IPY_MODEL_caa3ab6980e24aec9f3885f6305815e1",
  1923. "IPY_MODEL_fdc24fb04d3843cabc937cfe42d44cb7"
  1924. ],
  1925. "layout": "IPY_MODEL_ca3c2897a4dc441388652672131ddfd7"
  1926. }
  1927. },
  1928. "0b719c8a258f4978b7b67e287c2e7919": {
  1929. "model_name": "ButtonModel",
  1930. "model_module": "@jupyter-widgets/controls",
  1931. "model_module_version": "1.2.0",
  1932. "state": {
  1933. "description": "Remove",
  1934. "layout": "IPY_MODEL_bbccee4e8e0f4c3aae1ecc503c5a74ec",
  1935. "style": "IPY_MODEL_f40de513dc8b4c41939b099ca43d171c"
  1936. }
  1937. },
  1938. "0b745a03c8c14507bd59406ad81fceb0": {
  1939. "model_name": "LayoutModel",
  1940. "model_module": "@jupyter-widgets/base",
  1941. "model_module_version": "1.0.0",
  1942. "state": {}
  1943. },
  1944. "0b83cc6243ea4d908bdde7b2cf429ab0": {
  1945. "model_name": "LayoutModel",
  1946. "model_module": "@jupyter-widgets/base",
  1947. "model_module_version": "1.0.0",
  1948. "state": {}
  1949. },
  1950. "0b92b43bc1c64243959e770e571ac0ab": {
  1951. "model_name": "DescriptionStyleModel",
  1952. "model_module": "@jupyter-widgets/controls",
  1953. "model_module_version": "1.2.0",
  1954. "state": {
  1955. "description_width": ""
  1956. }
  1957. },
  1958. "0bba9418337c4903a3196e5ee32bb0d5": {
  1959. "model_name": "DescriptionStyleModel",
  1960. "model_module": "@jupyter-widgets/controls",
  1961. "model_module_version": "1.2.0",
  1962. "state": {
  1963. "description_width": ""
  1964. }
  1965. },
  1966. "0bc5f0ad07ea44fa8d21291aa645e432": {
  1967. "model_name": "ButtonStyleModel",
  1968. "model_module": "@jupyter-widgets/controls",
  1969. "model_module_version": "1.2.0",
  1970. "state": {}
  1971. },
  1972. "0bcbca6943fb419795cf025d1c1bad3b": {
  1973. "model_name": "DropdownModel",
  1974. "model_module": "@jupyter-widgets/controls",
  1975. "model_module_version": "1.2.0",
  1976. "state": {
  1977. "_options_labels": [
  1978. "License :: OSI Approved :: Vovida Software License 1.0",
  1979. "License :: OSI Approved :: zlib/libpng License",
  1980. "License :: OSI Approved :: ISC License (ISCL)",
  1981. "License :: OSI Approved :: Academic Free License (AFL)",
  1982. "License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)",
  1983. "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
  1984. "License :: OSI Approved :: PostgreSQL License",
  1985. "License :: OSI Approved :: Python License (CNRI Python License)",
  1986. "License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)",
  1987. "License :: OSI Approved :: Attribution Assurance License",
  1988. "License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",
  1989. "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
  1990. "License :: OSI Approved :: Universal Permissive License (UPL)",
  1991. "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)",
  1992. "License :: OSI Approved :: Open Group Test Suite License",
  1993. "License :: Other/Proprietary License",
  1994. "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
  1995. "License :: OSI Approved",
  1996. "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
  1997. "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
  1998. "License :: OSI Approved :: BSD License",
  1999. "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
  2000. "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
  2001. "License :: OSI Approved :: Jabber Open Source License",
  2002. "License :: OSI Approved :: Python Software Foundation License",
  2003. "License :: CeCILL-B Free Software License Agreement (CECILL-B)",
  2004. "License :: OSI Approved :: Sleepycat License",
  2005. "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
  2006. "License :: OSI Approved :: X.Net License",
  2007. "License :: Eiffel Forum License (EFL)",
  2008. "License :: OSI Approved :: Eiffel Forum License",
  2009. "License :: OSI Approved :: GNU General Public License (GPL)",
  2010. "License :: Nokia Open Source License (NOKOS)",
  2011. "License :: Free To Use But Restricted",
  2012. "License :: Netscape Public License (NPL)",
  2013. "License :: OSI Approved :: W3C License",
  2014. "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
  2015. "License :: OSI Approved :: IBM Public License",
  2016. "License :: Aladdin Free Public License (AFPL)",
  2017. "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
  2018. "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
  2019. "License :: OSI Approved :: Sun Public License",
  2020. "License :: OSI Approved :: Zope Public License",
  2021. "License :: Repoze Public License",
  2022. "License :: Free for non-commercial use",
  2023. "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
  2024. "License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
  2025. "License :: OSI Approved :: Apache Software License",
  2026. "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)",
  2027. "License :: DFSG approved",
  2028. "License :: OSI Approved :: Common Public License",
  2029. "License :: OSI Approved :: Intel Open Source License",
  2030. "License :: OSI Approved :: GNU Free Documentation License (FDL)",
  2031. "License :: Free For Home Use",
  2032. "License :: OSI Approved :: Artistic License",
  2033. "License :: Free For Educational Use",
  2034. "License :: OSI Approved :: MIT License",
  2035. "License :: OSI Approved :: Nokia Open Source License",
  2036. "License :: OSI Approved :: Qt Public License (QPL)",
  2037. "License :: OSI Approved :: Apple Public Source License",
  2038. "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
  2039. "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
  2040. "License :: OSI Approved :: Motosoto License",
  2041. "License :: CeCILL-C Free Software License Agreement (CECILL-C)",
  2042. "License :: OSI Approved :: Ricoh Source Code Public License",
  2043. "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
  2044. "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
  2045. "License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
  2046. "License :: Freely Distributable",
  2047. "License :: Public Domain",
  2048. "License :: OSI Approved :: University of Illinois/NCSA Open Source License",
  2049. "License :: OSI Approved :: Nethack General Public License",
  2050. "License :: OSI Approved :: GNU Affero General Public License v3",
  2051. "License :: Freeware",
  2052. "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)"
  2053. ],
  2054. "description": "Classifier",
  2055. "index": 0,
  2056. "layout": "IPY_MODEL_23b2a32728614919b04e50b7a9f82e93",
  2057. "style": "IPY_MODEL_f6e3c662218d4a569c4a572194f488e2"
  2058. }
  2059. },
  2060. "0bcbda7964ca4d5283e59eec292dbd54": {
  2061. "model_name": "LabelModel",
  2062. "model_module": "@jupyter-widgets/controls",
  2063. "model_module_version": "1.2.0",
  2064. "state": {
  2065. "layout": "IPY_MODEL_b537fa14a4934940818d948771a1b121",
  2066. "style": "IPY_MODEL_18f8c7f8b3e74da5b8115e2c4516c0a0",
  2067. "value": "*Optional Classifiers"
  2068. }
  2069. },
  2070. "0bce0c1fb6f8480894a63cefae647a7d": {
  2071. "model_name": "LayoutModel",
  2072. "model_module": "@jupyter-widgets/base",
  2073. "model_module_version": "1.0.0",
  2074. "state": {}
  2075. },
  2076. "0bd5d175486c4a44a0c49412538f402e": {
  2077. "model_name": "DescriptionStyleModel",
  2078. "model_module": "@jupyter-widgets/controls",
  2079. "model_module_version": "1.2.0",
  2080. "state": {
  2081. "description_width": ""
  2082. }
  2083. },
  2084. "0befd1c012eb45f2af4b5b40f11eefab": {
  2085. "model_name": "LayoutModel",
  2086. "model_module": "@jupyter-widgets/base",
  2087. "model_module_version": "1.0.0",
  2088. "state": {}
  2089. },
  2090. "0bf8992c455348d19e6b25025b9a74af": {
  2091. "model_name": "LayoutModel",
  2092. "model_module": "@jupyter-widgets/base",
  2093. "model_module_version": "1.0.0",
  2094. "state": {}
  2095. },
  2096. "0c1750d2ee9c458a91f019f3b0fff6f6": {
  2097. "model_name": "DropdownModel",
  2098. "model_module": "@jupyter-widgets/controls",
  2099. "model_module_version": "1.2.0",
  2100. "state": {
  2101. "_options_labels": [
  2102. "Development Status",
  2103. "Environment",
  2104. "Framework",
  2105. "Intended Audience",
  2106. "License",
  2107. "Natural Language",
  2108. "Operating System",
  2109. "Programming Language",
  2110. "Topic"
  2111. ],
  2112. "description": "prefix",
  2113. "index": 0,
  2114. "layout": "IPY_MODEL_e24334363481465db8f04858d8060c4f",
  2115. "style": "IPY_MODEL_8d84c7a94502421f9e0471658994c384"
  2116. }
  2117. },
  2118. "0c2e9c69db63465599339a5424b9ffcf": {
  2119. "model_name": "LayoutModel",
  2120. "model_module": "@jupyter-widgets/base",
  2121. "model_module_version": "1.0.0",
  2122. "state": {}
  2123. },
  2124. "0c42dd5603104432ade9f446e4857329": {
  2125. "model_name": "LayoutModel",
  2126. "model_module": "@jupyter-widgets/base",
  2127. "model_module_version": "1.0.0",
  2128. "state": {}
  2129. },
  2130. "0c4b942827764e16ba1166e4d55bd819": {
  2131. "model_name": "HBoxModel",
  2132. "model_module": "@jupyter-widgets/controls",
  2133. "model_module_version": "1.2.0",
  2134. "state": {
  2135. "children": [
  2136. "IPY_MODEL_3d1ccf2d7ab4460d8d6f2be780e12b7a",
  2137. "IPY_MODEL_3e5a8db344a64e1f9f6b1779a3182235"
  2138. ],
  2139. "layout": "IPY_MODEL_3179b2423b5347a99d7dea42151877e9"
  2140. }
  2141. },
  2142. "0c4fa90dbb03461e8e245497003d2c6c": {
  2143. "model_name": "LayoutModel",
  2144. "model_module": "@jupyter-widgets/base",
  2145. "model_module_version": "1.0.0",
  2146. "state": {}
  2147. },
  2148. "0c9ef5dbbadb43458046f7f57c0322ee": {
  2149. "model_name": "LayoutModel",
  2150. "model_module": "@jupyter-widgets/base",
  2151. "model_module_version": "1.0.0",
  2152. "state": {}
  2153. },
  2154. "0cb2b2562760414ab03e5fcefa693c8b": {
  2155. "model_name": "ButtonModel",
  2156. "model_module": "@jupyter-widgets/controls",
  2157. "model_module_version": "1.2.0",
  2158. "state": {
  2159. "description": "Add",
  2160. "layout": "IPY_MODEL_7e01242d29c44adeb45b054d11395466",
  2161. "style": "IPY_MODEL_2dd5dfb14de84c7bbc7c811814ddca1d"
  2162. }
  2163. },
  2164. "0cb97bd2269645eba1e1dcc78541e300": {
  2165. "model_name": "ButtonModel",
  2166. "model_module": "@jupyter-widgets/controls",
  2167. "model_module_version": "1.2.0",
  2168. "state": {
  2169. "description": "Remove",
  2170. "layout": "IPY_MODEL_7fa7b28af44f43058c56006bb67950bd",
  2171. "style": "IPY_MODEL_7372ede1c2be4ecca998192c2660d133"
  2172. }
  2173. },
  2174. "0cbcbecaf656474189206f562c48521f": {
  2175. "model_name": "LayoutModel",
  2176. "model_module": "@jupyter-widgets/base",
  2177. "model_module_version": "1.0.0",
  2178. "state": {}
  2179. },
  2180. "0cc4f4221d5b495fa7dc15f02307a4e3": {
  2181. "model_name": "LayoutModel",
  2182. "model_module": "@jupyter-widgets/base",
  2183. "model_module_version": "1.0.0",
  2184. "state": {}
  2185. },
  2186. "0ce31238d063404b965b2b7620b16f9a": {
  2187. "model_name": "LayoutModel",
  2188. "model_module": "@jupyter-widgets/base",
  2189. "model_module_version": "1.0.0",
  2190. "state": {}
  2191. },
  2192. "0ce31ab93a994f2fb61ade897dc370ec": {
  2193. "model_name": "DescriptionStyleModel",
  2194. "model_module": "@jupyter-widgets/controls",
  2195. "model_module_version": "1.2.0",
  2196. "state": {
  2197. "description_width": ""
  2198. }
  2199. },
  2200. "0d1d59b1fc964960923d96b2a8c0db5d": {
  2201. "model_name": "DescriptionStyleModel",
  2202. "model_module": "@jupyter-widgets/controls",
  2203. "model_module_version": "1.2.0",
  2204. "state": {
  2205. "description_width": ""
  2206. }
  2207. },
  2208. "0d2e11668f314c64b4d7bea88da9494c": {
  2209. "model_name": "LayoutModel",
  2210. "model_module": "@jupyter-widgets/base",
  2211. "model_module_version": "1.0.0",
  2212. "state": {}
  2213. },
  2214. "0d31088da3d840b2a1ea490913e262d0": {
  2215. "model_name": "LayoutModel",
  2216. "model_module": "@jupyter-widgets/base",
  2217. "model_module_version": "1.0.0",
  2218. "state": {}
  2219. },
  2220. "0d3bccec613b4aa58427ba4c0a86e5cd": {
  2221. "model_name": "ButtonStyleModel",
  2222. "model_module": "@jupyter-widgets/controls",
  2223. "model_module_version": "1.2.0",
  2224. "state": {}
  2225. },
  2226. "0d416f082561465496809da682209fcd": {
  2227. "model_name": "LayoutModel",
  2228. "model_module": "@jupyter-widgets/base",
  2229. "model_module_version": "1.0.0",
  2230. "state": {}
  2231. },
  2232. "0d4859e7330b44e3bc28273a4830b1a1": {
  2233. "model_name": "DescriptionStyleModel",
  2234. "model_module": "@jupyter-widgets/controls",
  2235. "model_module_version": "1.2.0",
  2236. "state": {
  2237. "description_width": ""
  2238. }
  2239. },
  2240. "0d672f245c1f46b28f9459f9207705d3": {
  2241. "model_name": "LayoutModel",
  2242. "model_module": "@jupyter-widgets/base",
  2243. "model_module_version": "1.0.0",
  2244. "state": {}
  2245. },
  2246. "0d7e65eba2964053ae412495da86e3fe": {
  2247. "model_name": "SelectModel",
  2248. "model_module": "@jupyter-widgets/controls",
  2249. "model_module_version": "1.2.0",
  2250. "state": {
  2251. "_options_labels": [
  2252. "s",
  2253. "e",
  2254. "l",
  2255. "e",
  2256. "c",
  2257. "t",
  2258. "e",
  2259. "d",
  2260. "_",
  2261. "c",
  2262. "l",
  2263. "a",
  2264. "s",
  2265. "s",
  2266. "i",
  2267. "f",
  2268. "i",
  2269. "e",
  2270. "r",
  2271. "s"
  2272. ],
  2273. "description": "Classifiers",
  2274. "index": 0,
  2275. "layout": "IPY_MODEL_1c649aae251a43e28ab0f4467fa840cd",
  2276. "style": "IPY_MODEL_65df602a329044508e9513d2b14cb076"
  2277. }
  2278. },
  2279. "0d8467bd325c45fcbca9ba2abda33796": {
  2280. "model_name": "DescriptionStyleModel",
  2281. "model_module": "@jupyter-widgets/controls",
  2282. "model_module_version": "1.2.0",
  2283. "state": {
  2284. "description_width": ""
  2285. }
  2286. },
  2287. "0d8b514321e84392b00659a99ad66f20": {
  2288. "model_name": "LayoutModel",
  2289. "model_module": "@jupyter-widgets/base",
  2290. "model_module_version": "1.0.0",
  2291. "state": {}
  2292. },
  2293. "0da5f344a7e1459fbd57869d4f7e70ac": {
  2294. "model_name": "LayoutModel",
  2295. "model_module": "@jupyter-widgets/base",
  2296. "model_module_version": "1.0.0",
  2297. "state": {}
  2298. },
  2299. "0da921fefa6a48b7b9065166160b32b7": {
  2300. "model_name": "DropdownModel",
  2301. "model_module": "@jupyter-widgets/controls",
  2302. "model_module_version": "1.2.0",
  2303. "state": {
  2304. "_options_labels": [
  2305. "Development Status",
  2306. "Environment",
  2307. "Framework",
  2308. "Intended Audience",
  2309. "License",
  2310. "Natural Language",
  2311. "Operating System",
  2312. "Programming Language",
  2313. "Topic"
  2314. ],
  2315. "description": "prefix",
  2316. "index": 3,
  2317. "layout": "IPY_MODEL_4fd80ce51970463190bb2e0d06c7cf03",
  2318. "style": "IPY_MODEL_7b9a12640b824776ba03b6e0de34d441"
  2319. }
  2320. },
  2321. "0da97644dfa74610a1ce7e6c65ca3806": {
  2322. "model_name": "DropdownModel",
  2323. "model_module": "@jupyter-widgets/controls",
  2324. "model_module_version": "1.2.0",
  2325. "state": {
  2326. "_options_labels": [
  2327. "Development Status",
  2328. "Environment",
  2329. "Framework",
  2330. "Intended Audience",
  2331. "License",
  2332. "Natural Language",
  2333. "Operating System",
  2334. "Programming Language",
  2335. "Topic"
  2336. ],
  2337. "description": "prefix",
  2338. "index": 6,
  2339. "layout": "IPY_MODEL_546ec675ae4246e7b320fb76d1cabbb2",
  2340. "style": "IPY_MODEL_1c2c676424d4424889cc8fb91519a3b1"
  2341. }
  2342. },
  2343. "0db61fde090144fea63b80729953be45": {
  2344. "model_name": "DropdownModel",
  2345. "model_module": "@jupyter-widgets/controls",
  2346. "model_module_version": "1.2.0",
  2347. "state": {
  2348. "_options_labels": [
  2349. "Development Status",
  2350. "Environment",
  2351. "Framework",
  2352. "Intended Audience",
  2353. "License",
  2354. "Natural Language",
  2355. "Operating System",
  2356. "Programming Language",
  2357. "Topic"
  2358. ],
  2359. "description": "prefix",
  2360. "index": 0,
  2361. "layout": "IPY_MODEL_0b1873d597e24ffaab267c7f31e0f91a",
  2362. "style": "IPY_MODEL_f128a3f73cdd4239a34d6a86d4eb8e72"
  2363. }
  2364. },
  2365. "0dc88d99b8c740c9bf3ce15e97083a20": {
  2366. "model_name": "LayoutModel",
  2367. "model_module": "@jupyter-widgets/base",
  2368. "model_module_version": "1.0.0",
  2369. "state": {}
  2370. },
  2371. "0dd103526cfe431f93d819ce9aad5bb9": {
  2372. "model_name": "VBoxModel",
  2373. "model_module": "@jupyter-widgets/controls",
  2374. "model_module_version": "1.2.0",
  2375. "state": {
  2376. "_dom_classes": [
  2377. "widget-interact"
  2378. ],
  2379. "children": [
  2380. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  2381. "IPY_MODEL_5df61af0d5924916839245099f140f38"
  2382. ],
  2383. "layout": "IPY_MODEL_df216cb9db83444fb04305bacf7ed9cb"
  2384. }
  2385. },
  2386. "0ddbfd80c3e041c6b5539b706ecb601c": {
  2387. "model_name": "LabelModel",
  2388. "model_module": "@jupyter-widgets/controls",
  2389. "model_module_version": "1.2.0",
  2390. "state": {
  2391. "layout": "IPY_MODEL_0c4fa90dbb03461e8e245497003d2c6c",
  2392. "style": "IPY_MODEL_6444f8b9622a47858255cf7071d1879d",
  2393. "value": "Framework :: Django"
  2394. }
  2395. },
  2396. "0df159ba3d594fcc972de8e280421ee1": {
  2397. "model_name": "LayoutModel",
  2398. "model_module": "@jupyter-widgets/base",
  2399. "model_module_version": "1.0.0",
  2400. "state": {}
  2401. },
  2402. "0e048fcb50474981814435108e9a3b7f": {
  2403. "model_name": "LayoutModel",
  2404. "model_module": "@jupyter-widgets/base",
  2405. "model_module_version": "1.0.0",
  2406. "state": {}
  2407. },
  2408. "0e3cc9a191e94a8792e89c8bce4adbea": {
  2409. "model_name": "DropdownModel",
  2410. "model_module": "@jupyter-widgets/controls",
  2411. "model_module_version": "1.2.0",
  2412. "state": {
  2413. "_options_labels": [
  2414. "Development Status :: 4 - Beta",
  2415. "Development Status :: 5 - Production/Stable",
  2416. "Development Status :: 7 - Inactive",
  2417. "Development Status :: 3 - Alpha",
  2418. "Development Status :: 2 - Pre-Alpha",
  2419. "Development Status :: 6 - Mature",
  2420. "Development Status :: 1 - Planning"
  2421. ],
  2422. "description": "Classifier",
  2423. "index": 0,
  2424. "layout": "IPY_MODEL_c0e79825f09c4fa4892f5b81322c315c",
  2425. "style": "IPY_MODEL_883359e8159146be80a1aaeb790a29c3"
  2426. }
  2427. },
  2428. "0e6f159c117e4b7e967ff49fa4d1d401": {
  2429. "model_name": "LayoutModel",
  2430. "model_module": "@jupyter-widgets/base",
  2431. "model_module_version": "1.0.0",
  2432. "state": {}
  2433. },
  2434. "0e78b37fdfbe4097948d853f351f2691": {
  2435. "model_name": "LabelModel",
  2436. "model_module": "@jupyter-widgets/controls",
  2437. "model_module_version": "1.2.0",
  2438. "state": {
  2439. "layout": "IPY_MODEL_77c279bfcbc54bc1a510eb68d21694e9",
  2440. "style": "IPY_MODEL_f5bd7bd492d04e578fc3369a14e20d15"
  2441. }
  2442. },
  2443. "0e7d7ce5c1964290869a7122ada0b4b6": {
  2444. "model_name": "LayoutModel",
  2445. "model_module": "@jupyter-widgets/base",
  2446. "model_module_version": "1.0.0",
  2447. "state": {}
  2448. },
  2449. "0e8a0556ab5a4920855ab5722dad6255": {
  2450. "model_name": "LayoutModel",
  2451. "model_module": "@jupyter-widgets/base",
  2452. "model_module_version": "1.0.0",
  2453. "state": {}
  2454. },
  2455. "0e9428de607d42d08e1ac17d2e1b19b8": {
  2456. "model_name": "OutputModel",
  2457. "model_module": "@jupyter-widgets/output",
  2458. "model_module_version": "1.0.0",
  2459. "state": {
  2460. "layout": "IPY_MODEL_9a0295e34eef455787ddccd63410faf6"
  2461. }
  2462. },
  2463. "0e9975ce6643474b804370fecda30a72": {
  2464. "model_name": "DropdownModel",
  2465. "model_module": "@jupyter-widgets/controls",
  2466. "model_module_version": "1.2.0",
  2467. "state": {
  2468. "_options_labels": [
  2469. "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
  2470. "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
  2471. "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
  2472. "License :: OSI Approved :: Intel Open Source License",
  2473. "License :: OSI Approved :: Python License (CNRI Python License)",
  2474. "License :: OSI Approved :: Academic Free License (AFL)",
  2475. "License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",
  2476. "License :: OSI Approved :: Apple Public Source License",
  2477. "License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)",
  2478. "License :: OSI Approved :: Attribution Assurance License",
  2479. "License :: OSI Approved :: zlib/libpng License",
  2480. "License :: OSI Approved :: Nethack General Public License",
  2481. "License :: OSI Approved :: Apache Software License",
  2482. "License :: OSI Approved :: Qt Public License (QPL)",
  2483. "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
  2484. "License :: Nokia Open Source License (NOKOS)",
  2485. "License :: OSI Approved :: Artistic License",
  2486. "License :: OSI Approved :: Open Group Test Suite License",
  2487. "License :: Free To Use But Restricted",
  2488. "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
  2489. "License :: Repoze Public License",
  2490. "License :: CeCILL-C Free Software License Agreement (CECILL-C)",
  2491. "License :: Other/Proprietary License",
  2492. "License :: OSI Approved :: Eiffel Forum License",
  2493. "License :: OSI Approved :: Nokia Open Source License",
  2494. "License :: Netscape Public License (NPL)",
  2495. "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
  2496. "License :: OSI Approved :: IBM Public License",
  2497. "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
  2498. "License :: Eiffel Forum License (EFL)",
  2499. "License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)",
  2500. "License :: OSI Approved :: GNU General Public License (GPL)",
  2501. "License :: OSI Approved :: Zope Public License",
  2502. "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
  2503. "License :: OSI Approved :: Common Public License",
  2504. "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)",
  2505. "License :: OSI Approved :: W3C License",
  2506. "License :: OSI Approved :: Vovida Software License 1.0",
  2507. "License :: OSI Approved :: X.Net License",
  2508. "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
  2509. "License :: OSI Approved :: Jabber Open Source License",
  2510. "License :: OSI Approved :: GNU Affero General Public License v3",
  2511. "License :: Public Domain",
  2512. "License :: OSI Approved",
  2513. "License :: OSI Approved :: ISC License (ISCL)",
  2514. "License :: OSI Approved :: Python Software Foundation License",
  2515. "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
  2516. "License :: OSI Approved :: Sun Public License",
  2517. "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
  2518. "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)",
  2519. "License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
  2520. "License :: OSI Approved :: BSD License",
  2521. "License :: OSI Approved :: University of Illinois/NCSA Open Source License",
  2522. "License :: OSI Approved :: Sleepycat License",
  2523. "License :: Freely Distributable",
  2524. "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
  2525. "License :: Free For Educational Use",
  2526. "License :: CeCILL-B Free Software License Agreement (CECILL-B)",
  2527. "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
  2528. "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
  2529. "License :: OSI Approved :: GNU Free Documentation License (FDL)",
  2530. "License :: Free for non-commercial use",
  2531. "License :: OSI Approved :: Motosoto License",
  2532. "License :: Aladdin Free Public License (AFPL)",
  2533. "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
  2534. "License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
  2535. "License :: OSI Approved :: Universal Permissive License (UPL)",
  2536. "License :: Free For Home Use",
  2537. "License :: OSI Approved :: MIT License",
  2538. "License :: OSI Approved :: PostgreSQL License",
  2539. "License :: DFSG approved",
  2540. "License :: Freeware",
  2541. "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
  2542. "License :: OSI Approved :: Ricoh Source Code Public License",
  2543. "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
  2544. ],
  2545. "description": "Classifier",
  2546. "index": 0,
  2547. "layout": "IPY_MODEL_343c8a2c74d74d0c889085dc87391c3e",
  2548. "style": "IPY_MODEL_6663e3791c9c47e78ec62195bffa1e84"
  2549. }
  2550. },
  2551. "0ea6c5407ec345818cb03c9596b4e2b8": {
  2552. "model_name": "HBoxModel",
  2553. "model_module": "@jupyter-widgets/controls",
  2554. "model_module_version": "1.2.0",
  2555. "state": {
  2556. "children": [
  2557. "IPY_MODEL_5644401a693a4023a1394d568d32707a",
  2558. "IPY_MODEL_4ae7d713705c4f6988ddbd00437f1c76"
  2559. ],
  2560. "layout": "IPY_MODEL_341b6157d7df4295a1ccec9d44fa879b"
  2561. }
  2562. },
  2563. "0ec0847ac5d849a6982809b5659773f9": {
  2564. "model_name": "LayoutModel",
  2565. "model_module": "@jupyter-widgets/base",
  2566. "model_module_version": "1.0.0",
  2567. "state": {}
  2568. },
  2569. "0ec36f08ab1c48108bfd85bbe4c7bab0": {
  2570. "model_name": "DescriptionStyleModel",
  2571. "model_module": "@jupyter-widgets/controls",
  2572. "model_module_version": "1.2.0",
  2573. "state": {
  2574. "description_width": ""
  2575. }
  2576. },
  2577. "0eceafda14394fe6bfa8af82c68bf238": {
  2578. "model_name": "ButtonModel",
  2579. "model_module": "@jupyter-widgets/controls",
  2580. "model_module_version": "1.2.0",
  2581. "state": {
  2582. "description": "Save",
  2583. "layout": "IPY_MODEL_4ca32a1ba3fe4fc5a44d89e30b8030c4",
  2584. "style": "IPY_MODEL_25569affc5f542e7861d28306b8c2399"
  2585. }
  2586. },
  2587. "0edfbf51e7764ababeec6aebab35c805": {
  2588. "model_name": "ButtonModel",
  2589. "model_module": "@jupyter-widgets/controls",
  2590. "model_module_version": "1.2.0",
  2591. "state": {
  2592. "description": "Remove",
  2593. "layout": "IPY_MODEL_f6e5a201e61744e99cbe7d84022664de",
  2594. "style": "IPY_MODEL_4359866fc0024bb0aeab64fb1c9a56bb"
  2595. }
  2596. },
  2597. "0ee2eaf7d1414b8a9b6cd6f0a1497aef": {
  2598. "model_name": "HBoxModel",
  2599. "model_module": "@jupyter-widgets/controls",
  2600. "model_module_version": "1.2.0",
  2601. "state": {
  2602. "children": [
  2603. "IPY_MODEL_630a18d51b7f4be29d932e74d02c1305",
  2604. "IPY_MODEL_5605c7be10e948ff900c189f9dd2f985",
  2605. "IPY_MODEL_b31ce95f6e1c4ea684f1c9081af70623"
  2606. ],
  2607. "layout": "IPY_MODEL_36c64f4e9e0e4db390571aeae4767367"
  2608. }
  2609. },
  2610. "0f18cd53212e4c05aa36cf6e3849676d": {
  2611. "model_name": "HBoxModel",
  2612. "model_module": "@jupyter-widgets/controls",
  2613. "model_module_version": "1.2.0",
  2614. "state": {
  2615. "children": [
  2616. "IPY_MODEL_c4cbd3ea2ce64b09b3f7ced06d8fa77d",
  2617. "IPY_MODEL_972acf612c4947b19fc94b6572fcaf6e"
  2618. ],
  2619. "layout": "IPY_MODEL_099f81b7e7394170a981348ea9e5db7d"
  2620. }
  2621. },
  2622. "0f235249a05f4145aba8beb60272c6b2": {
  2623. "model_name": "ButtonStyleModel",
  2624. "model_module": "@jupyter-widgets/controls",
  2625. "model_module_version": "1.2.0",
  2626. "state": {}
  2627. },
  2628. "0f28d4468e9e430a8ec2c80078c13e16": {
  2629. "model_name": "LabelModel",
  2630. "model_module": "@jupyter-widgets/controls",
  2631. "model_module_version": "1.2.0",
  2632. "state": {
  2633. "layout": "IPY_MODEL_60e83641a1864579b35be2bd9c7bac9e",
  2634. "style": "IPY_MODEL_a55089d358394214aefd57c80ff0b99d",
  2635. "value": "*Optional Classifiers"
  2636. }
  2637. },
  2638. "0f2a1a4cd20347e6968ad53dd71a0541": {
  2639. "model_name": "HBoxModel",
  2640. "model_module": "@jupyter-widgets/controls",
  2641. "model_module_version": "1.2.0",
  2642. "state": {
  2643. "children": [
  2644. "IPY_MODEL_7200b9733a5747e6aaf4daeb96d1421c",
  2645. "IPY_MODEL_adfb311b3baa4219b365e2d6bf67a420"
  2646. ],
  2647. "layout": "IPY_MODEL_93f265049a3d4f72af488f3e9d19b53f"
  2648. }
  2649. },
  2650. "0f33b84489c14fa7bb35342ef18cfbee": {
  2651. "model_name": "DescriptionStyleModel",
  2652. "model_module": "@jupyter-widgets/controls",
  2653. "model_module_version": "1.2.0",
  2654. "state": {
  2655. "description_width": ""
  2656. }
  2657. },
  2658. "0f4a9a0208594ce283bca4ce6a0d55c8": {
  2659. "model_name": "ButtonModel",
  2660. "model_module": "@jupyter-widgets/controls",
  2661. "model_module_version": "1.2.0",
  2662. "state": {
  2663. "description": "Remove",
  2664. "layout": "IPY_MODEL_58f8a73cd94e4b9890706fb49d72524d",
  2665. "style": "IPY_MODEL_bb63d2a27eb345c5b28eac97665c83f0"
  2666. }
  2667. },
  2668. "0f7055772f1e4625874404dd8ee8ee94": {
  2669. "model_name": "ButtonModel",
  2670. "model_module": "@jupyter-widgets/controls",
  2671. "model_module_version": "1.2.0",
  2672. "state": {
  2673. "description": "Remove",
  2674. "layout": "IPY_MODEL_9d59d32455f548349214bcf0f22b0f8b",
  2675. "style": "IPY_MODEL_28392652f3e04b2faeb9266f41d019fe"
  2676. }
  2677. },
  2678. "0f7dd1a15bea4aa2beb8c79fb6266b91": {
  2679. "model_name": "LabelModel",
  2680. "model_module": "@jupyter-widgets/controls",
  2681. "model_module_version": "1.2.0",
  2682. "state": {
  2683. "layout": "IPY_MODEL_004410972ca44d78b9f815ed677850d8",
  2684. "style": "IPY_MODEL_c475bdd3ed4b46719b0c16ba2bf66680",
  2685. "value": "Chosen Classifiers"
  2686. }
  2687. },
  2688. "0f9c1b41dae443b78e61283318a94042": {
  2689. "model_name": "DropdownModel",
  2690. "model_module": "@jupyter-widgets/controls",
  2691. "model_module_version": "1.2.0",
  2692. "state": {
  2693. "_options_labels": [
  2694. "Development Status :: 3 - Alpha",
  2695. "Development Status :: 4 - Beta",
  2696. "Development Status :: 2 - Pre-Alpha",
  2697. "Development Status :: 6 - Mature",
  2698. "Development Status :: 1 - Planning",
  2699. "Development Status :: 5 - Production/Stable",
  2700. "Development Status :: 7 - Inactive"
  2701. ],
  2702. "description": "Classifier",
  2703. "index": 4,
  2704. "layout": "IPY_MODEL_34405f26db9f4415aeadc323c3e02b65",
  2705. "style": "IPY_MODEL_28a51646af424afdabc0288d508d1881"
  2706. }
  2707. },
  2708. "0fb3140f9c0b4f20a49ca376a19bb60d": {
  2709. "model_name": "LabelModel",
  2710. "model_module": "@jupyter-widgets/controls",
  2711. "model_module_version": "1.2.0",
  2712. "state": {
  2713. "layout": "IPY_MODEL_15c4ac665233486fb5e25a5695563934",
  2714. "style": "IPY_MODEL_592fd6b0a0764729b963c6d729374b4b",
  2715. "value": "Chosen Classifiers"
  2716. }
  2717. },
  2718. "0fd6639beebc4c938a552efc7ef47fcc": {
  2719. "model_name": "LayoutModel",
  2720. "model_module": "@jupyter-widgets/base",
  2721. "model_module_version": "1.0.0",
  2722. "state": {}
  2723. },
  2724. "0fdf22d49f874009865ab87d7dda654b": {
  2725. "model_name": "DescriptionStyleModel",
  2726. "model_module": "@jupyter-widgets/controls",
  2727. "model_module_version": "1.2.0",
  2728. "state": {
  2729. "description_width": ""
  2730. }
  2731. },
  2732. "0fee4c7fb8234686bb6423de1051c9a7": {
  2733. "model_name": "DescriptionStyleModel",
  2734. "model_module": "@jupyter-widgets/controls",
  2735. "model_module_version": "1.2.0",
  2736. "state": {
  2737. "description_width": ""
  2738. }
  2739. },
  2740. "1016235962164546810ec64f3162423d": {
  2741. "model_name": "VBoxModel",
  2742. "model_module": "@jupyter-widgets/controls",
  2743. "model_module_version": "1.2.0",
  2744. "state": {
  2745. "_dom_classes": [
  2746. "widget-interact"
  2747. ],
  2748. "children": [
  2749. "IPY_MODEL_76246a67df0d43dd984ad2b84c930952",
  2750. "IPY_MODEL_dc8782afd04a469aa33ebfe239a60ad5"
  2751. ],
  2752. "layout": "IPY_MODEL_7b1b7f39ed2045d3806c06a12ae334c7"
  2753. }
  2754. },
  2755. "102329935bcc4de69b3ea3be216c7d3b": {
  2756. "model_name": "LabelModel",
  2757. "model_module": "@jupyter-widgets/controls",
  2758. "model_module_version": "1.2.0",
  2759. "state": {
  2760. "layout": "IPY_MODEL_545129d8ed0b4e6fa27fcd7c395e3f7e",
  2761. "style": "IPY_MODEL_a1af1cd2184a4dc48790c31340d8e5d3",
  2762. "value": "...!"
  2763. }
  2764. },
  2765. "1028e7bac31443ae9d99fcdd9cc45cf6": {
  2766. "model_name": "HBoxModel",
  2767. "model_module": "@jupyter-widgets/controls",
  2768. "model_module_version": "1.2.0",
  2769. "state": {
  2770. "children": [
  2771. "IPY_MODEL_5600a6092e72404497a3787154db7574",
  2772. "IPY_MODEL_54b8870aadf64dea9be8827fc18ec71f"
  2773. ],
  2774. "layout": "IPY_MODEL_b9968bce50334e7587b52dc96b78c404"
  2775. }
  2776. },
  2777. "103ba5e392be42f48de335d34929310b": {
  2778. "model_name": "LayoutModel",
  2779. "model_module": "@jupyter-widgets/base",
  2780. "model_module_version": "1.0.0",
  2781. "state": {}
  2782. },
  2783. "104b4aa956ec40c2a0ed6aee4f3a7fd8": {
  2784. "model_name": "DescriptionStyleModel",
  2785. "model_module": "@jupyter-widgets/controls",
  2786. "model_module_version": "1.2.0",
  2787. "state": {
  2788. "description_width": ""
  2789. }
  2790. },
  2791. "10582ea18f6a4e6cbca82ab6cc3cd2eb": {
  2792. "model_name": "ButtonModel",
  2793. "model_module": "@jupyter-widgets/controls",
  2794. "model_module_version": "1.2.0",
  2795. "state": {
  2796. "description": "Save",
  2797. "layout": "IPY_MODEL_21c7d32b6a6443ee832135ba2e7e8f53",
  2798. "style": "IPY_MODEL_b1e5a8de290c4866b3ec7b0b1217b281"
  2799. }
  2800. },
  2801. "106610aaf4064001a043cadff1acbc85": {
  2802. "model_name": "LayoutModel",
  2803. "model_module": "@jupyter-widgets/base",
  2804. "model_module_version": "1.0.0",
  2805. "state": {}
  2806. },
  2807. "1066632349b74642b4b937ae246c57cf": {
  2808. "model_name": "LayoutModel",
  2809. "model_module": "@jupyter-widgets/base",
  2810. "model_module_version": "1.0.0",
  2811. "state": {}
  2812. },
  2813. "107b7945cf8a4453a895bb4c20198bd0": {
  2814. "model_name": "DropdownModel",
  2815. "model_module": "@jupyter-widgets/controls",
  2816. "model_module_version": "1.2.0",
  2817. "state": {
  2818. "_options_labels": [
  2819. "Development Status",
  2820. "Environment",
  2821. "Framework",
  2822. "Intended Audience",
  2823. "License",
  2824. "Natural Language",
  2825. "Operating System",
  2826. "Programming Language",
  2827. "Topic"
  2828. ],
  2829. "description": "prefix",
  2830. "index": 5,
  2831. "layout": "IPY_MODEL_f7680943c7514230ba6fe70388e2366f",
  2832. "style": "IPY_MODEL_6d77a4e163324a608539364f48990a65"
  2833. }
  2834. },
  2835. "107d6d9facd94e8b8aea2f33d519b008": {
  2836. "model_name": "LabelModel",
  2837. "model_module": "@jupyter-widgets/controls",
  2838. "model_module_version": "1.2.0",
  2839. "state": {
  2840. "layout": "IPY_MODEL_4facffba99f0485ea945f49b1461c78d",
  2841. "style": "IPY_MODEL_dc5fc03636814b66955e5be2b0ad7ece",
  2842. "value": "Chosen Classifiers"
  2843. }
  2844. },
  2845. "107e355ab1e04042986e75a2aac943d9": {
  2846. "model_name": "LabelModel",
  2847. "model_module": "@jupyter-widgets/controls",
  2848. "model_module_version": "1.2.0",
  2849. "state": {
  2850. "layout": "IPY_MODEL_b6c2559564ab4a429669bc0035dc5c99",
  2851. "style": "IPY_MODEL_fd0b94206789416995aa94da0021b7b6",
  2852. "value": "*Optional Classifiers"
  2853. }
  2854. },
  2855. "10843d398a2d4adfa22011739cd8fb0a": {
  2856. "model_name": "LabelModel",
  2857. "model_module": "@jupyter-widgets/controls",
  2858. "model_module_version": "1.2.0",
  2859. "state": {
  2860. "layout": "IPY_MODEL_40e76c3c49bb4036b302335a0bd46296",
  2861. "style": "IPY_MODEL_e3bae439bb9d44248f1dd83ac6b5d7a7",
  2862. "value": "Highlighted Classifer: Intended Audience :: Other Audience"
  2863. }
  2864. },
  2865. "1088dab113f046d09ff92dec84a62f24": {
  2866. "model_name": "VBoxModel",
  2867. "model_module": "@jupyter-widgets/controls",
  2868. "model_module_version": "1.2.0",
  2869. "state": {
  2870. "_dom_classes": [
  2871. "widget-interact"
  2872. ],
  2873. "children": [
  2874. "IPY_MODEL_91bcb333000c460784f0eb6626ddca1a",
  2875. "IPY_MODEL_ffc9c9edf8904abbb56a7dc431e68827"
  2876. ],
  2877. "layout": "IPY_MODEL_feb07bc658694724a9f91038b42bf232"
  2878. }
  2879. },
  2880. "10abe858dc404573a31783eb48c75c17": {
  2881. "model_name": "SelectModel",
  2882. "model_module": "@jupyter-widgets/controls",
  2883. "model_module_version": "1.2.0",
  2884. "state": {
  2885. "_options_labels": [
  2886. "Intended Audience :: Science/Research"
  2887. ],
  2888. "description": "Selected:",
  2889. "index": 0,
  2890. "layout": "IPY_MODEL_3167b88e26aa4aafa39a67b623ae6d48",
  2891. "style": "IPY_MODEL_7b44137322e34d2aba217d01825d4306"
  2892. }
  2893. },
  2894. "10b36265cd6d45cfa0981eec08508e13": {
  2895. "model_name": "LabelModel",
  2896. "model_module": "@jupyter-widgets/controls",
  2897. "model_module_version": "1.2.0",
  2898. "state": {
  2899. "layout": "IPY_MODEL_705a72f5e75c47e99b3a5c7993933842",
  2900. "style": "IPY_MODEL_8bdf9eb61f134094a93488cfbb408ac0",
  2901. "value": "...!"
  2902. }
  2903. },
  2904. "10bd2c8a14bc41cdb3dedd6f3dfdb889": {
  2905. "model_name": "LayoutModel",
  2906. "model_module": "@jupyter-widgets/base",
  2907. "model_module_version": "1.0.0",
  2908. "state": {}
  2909. },
  2910. "10bf0d3f15f14e848ad3415d35a1b1bd": {
  2911. "model_name": "DescriptionStyleModel",
  2912. "model_module": "@jupyter-widgets/controls",
  2913. "model_module_version": "1.2.0",
  2914. "state": {
  2915. "description_width": ""
  2916. }
  2917. },
  2918. "10c99122c653445185ccc1a2376572e0": {
  2919. "model_name": "LayoutModel",
  2920. "model_module": "@jupyter-widgets/base",
  2921. "model_module_version": "1.0.0",
  2922. "state": {}
  2923. },
  2924. "10d828f4a4b54a55b37be133142b575b": {
  2925. "model_name": "LayoutModel",
  2926. "model_module": "@jupyter-widgets/base",
  2927. "model_module_version": "1.0.0",
  2928. "state": {}
  2929. },
  2930. "10de7b17cb734d509d00a3a8c61cfca7": {
  2931. "model_name": "LabelModel",
  2932. "model_module": "@jupyter-widgets/controls",
  2933. "model_module_version": "1.2.0",
  2934. "state": {
  2935. "layout": "IPY_MODEL_4ccc7a04515a41a98f200a574b5f768a",
  2936. "style": "IPY_MODEL_477e0239255545b5a4dc641e032fa680",
  2937. "value": "*Optional Classifiers"
  2938. }
  2939. },
  2940. "10f2329a923f4cd383dadfbfcfc78192": {
  2941. "model_name": "LabelModel",
  2942. "model_module": "@jupyter-widgets/controls",
  2943. "model_module_version": "1.2.0",
  2944. "state": {
  2945. "layout": "IPY_MODEL_6f52b9f4a65d46378ab1bdca04dc25de",
  2946. "style": "IPY_MODEL_d7dde27662ec4516b95259863d805865",
  2947. "value": "Saved!"
  2948. }
  2949. },
  2950. "11254f550cd948dca5d9ff79e94e8a63": {
  2951. "model_name": "LayoutModel",
  2952. "model_module": "@jupyter-widgets/base",
  2953. "model_module_version": "1.0.0",
  2954. "state": {}
  2955. },
  2956. "11b827e348cc4e93aa863808bb2bcd99": {
  2957. "model_name": "DescriptionStyleModel",
  2958. "model_module": "@jupyter-widgets/controls",
  2959. "model_module_version": "1.2.0",
  2960. "state": {
  2961. "description_width": ""
  2962. }
  2963. },
  2964. "11be613aab324955a728ce8d1825298d": {
  2965. "model_name": "ButtonModel",
  2966. "model_module": "@jupyter-widgets/controls",
  2967. "model_module_version": "1.2.0",
  2968. "state": {
  2969. "description": "Save",
  2970. "layout": "IPY_MODEL_b379ecb95058409999258a4ac683b341",
  2971. "style": "IPY_MODEL_b6098fb2819f4081ad1ec5fd9a4843ae"
  2972. }
  2973. },
  2974. "11c018c9187e4acbb8978998c6d1552f": {
  2975. "model_name": "DescriptionStyleModel",
  2976. "model_module": "@jupyter-widgets/controls",
  2977. "model_module_version": "1.2.0",
  2978. "state": {
  2979. "description_width": ""
  2980. }
  2981. },
  2982. "11ed86372c8943cca585558e6d7fcd50": {
  2983. "model_name": "DescriptionStyleModel",
  2984. "model_module": "@jupyter-widgets/controls",
  2985. "model_module_version": "1.2.0",
  2986. "state": {
  2987. "description_width": ""
  2988. }
  2989. },
  2990. "12127c3f2ca24d6c94aff6bba0cae7e9": {
  2991. "model_name": "VBoxModel",
  2992. "model_module": "@jupyter-widgets/controls",
  2993. "model_module_version": "1.2.0",
  2994. "state": {
  2995. "_dom_classes": [
  2996. "widget-interact"
  2997. ],
  2998. "children": [
  2999. "IPY_MODEL_fca8ec090bbf4620b26919d27903daec",
  3000. "IPY_MODEL_4bb882ddc1a4473a823d1ba0d104e8e2"
  3001. ],
  3002. "layout": "IPY_MODEL_977302ae2eef4928937f5d2782abb057"
  3003. }
  3004. },
  3005. "1223f07ddd31473a9265c71ba1114930": {
  3006. "model_name": "DescriptionStyleModel",
  3007. "model_module": "@jupyter-widgets/controls",
  3008. "model_module_version": "1.2.0",
  3009. "state": {
  3010. "description_width": ""
  3011. }
  3012. },
  3013. "12730350f83c46318addf77e704292b8": {
  3014. "model_name": "LayoutModel",
  3015. "model_module": "@jupyter-widgets/base",
  3016. "model_module_version": "1.0.0",
  3017. "state": {}
  3018. },
  3019. "127a244622f34c258bd1219a67f14dcd": {
  3020. "model_name": "LayoutModel",
  3021. "model_module": "@jupyter-widgets/base",
  3022. "model_module_version": "1.0.0",
  3023. "state": {}
  3024. },
  3025. "127dccd69da94f209b5430a71d71ddf1": {
  3026. "model_name": "ButtonModel",
  3027. "model_module": "@jupyter-widgets/controls",
  3028. "model_module_version": "1.2.0",
  3029. "state": {
  3030. "description": "Add",
  3031. "layout": "IPY_MODEL_fd99f7e1db4b46e8a6e1acba4897f972",
  3032. "style": "IPY_MODEL_08d1dddb857b4f02b0d6807f07e03c10"
  3033. }
  3034. },
  3035. "1291bc91fa354aa38aae3d7a4b9bfea8": {
  3036. "model_name": "HBoxModel",
  3037. "model_module": "@jupyter-widgets/controls",
  3038. "model_module_version": "1.2.0",
  3039. "state": {
  3040. "children": [
  3041. "IPY_MODEL_6e65a1e0100f4095a5061e2b15c85f04",
  3042. "IPY_MODEL_ce5bd3d960274d26b4d5a6a32d2726b9"
  3043. ],
  3044. "layout": "IPY_MODEL_1aff8600929e4cd69b1b198f5d596457"
  3045. }
  3046. },
  3047. "12d078c6523a4271b63b4957ba9758db": {
  3048. "model_name": "DescriptionStyleModel",
  3049. "model_module": "@jupyter-widgets/controls",
  3050. "model_module_version": "1.2.0",
  3051. "state": {
  3052. "description_width": ""
  3053. }
  3054. },
  3055. "12d3c00a7f564e2fa6593c4e62c91c6c": {
  3056. "model_name": "DescriptionStyleModel",
  3057. "model_module": "@jupyter-widgets/controls",
  3058. "model_module_version": "1.2.0",
  3059. "state": {
  3060. "description_width": ""
  3061. }
  3062. },
  3063. "12d4ae5081834b918be54217aaa5c6da": {
  3064. "model_name": "LayoutModel",
  3065. "model_module": "@jupyter-widgets/base",
  3066. "model_module_version": "1.0.0",
  3067. "state": {}
  3068. },
  3069. "12d8307e68734242acb95f9f5b38b611": {
  3070. "model_name": "LayoutModel",
  3071. "model_module": "@jupyter-widgets/base",
  3072. "model_module_version": "1.0.0",
  3073. "state": {}
  3074. },
  3075. "12e0a0c626b547b7b24583357f2328c3": {
  3076. "model_name": "DescriptionStyleModel",
  3077. "model_module": "@jupyter-widgets/controls",
  3078. "model_module_version": "1.2.0",
  3079. "state": {
  3080. "description_width": ""
  3081. }
  3082. },
  3083. "13026db5f5594f35870e5c7d22f50565": {
  3084. "model_name": "LayoutModel",
  3085. "model_module": "@jupyter-widgets/base",
  3086. "model_module_version": "1.0.0",
  3087. "state": {}
  3088. },
  3089. "1311237b6e0042ac98ef54f4e0f8d7d6": {
  3090. "model_name": "HBoxModel",
  3091. "model_module": "@jupyter-widgets/controls",
  3092. "model_module_version": "1.2.0",
  3093. "state": {
  3094. "children": [
  3095. "IPY_MODEL_6dc9c8d4b76b49ce81ce70e1b0df282b",
  3096. "IPY_MODEL_7f62397ff64e4456a37ad59c125d2182"
  3097. ],
  3098. "layout": "IPY_MODEL_1b89befe971941458f121d4c5454e959"
  3099. }
  3100. },
  3101. "1329d0e5ef6241c7af95e16d23996ad7": {
  3102. "model_name": "DescriptionStyleModel",
  3103. "model_module": "@jupyter-widgets/controls",
  3104. "model_module_version": "1.2.0",
  3105. "state": {
  3106. "description_width": ""
  3107. }
  3108. },
  3109. "133e8ef1fe7c444998a88b26e3b004f9": {
  3110. "model_name": "DescriptionStyleModel",
  3111. "model_module": "@jupyter-widgets/controls",
  3112. "model_module_version": "1.2.0",
  3113. "state": {
  3114. "description_width": ""
  3115. }
  3116. },
  3117. "1346cfa9d7c04f3e91a620a57d44c1e4": {
  3118. "model_name": "OutputModel",
  3119. "model_module": "@jupyter-widgets/output",
  3120. "model_module_version": "1.0.0",
  3121. "state": {
  3122. "layout": "IPY_MODEL_2646937ecdb348459fb627604bf4cc98"
  3123. }
  3124. },
  3125. "1369c3d6c2f3494985173c896a8d076d": {
  3126. "model_name": "SelectModel",
  3127. "model_module": "@jupyter-widgets/controls",
  3128. "model_module_version": "1.2.0",
  3129. "state": {
  3130. "_options_labels": [
  3131. "s",
  3132. "e",
  3133. "l",
  3134. "e",
  3135. "c",
  3136. "t",
  3137. "e",
  3138. "d",
  3139. "_",
  3140. "c",
  3141. "l",
  3142. "a",
  3143. "s",
  3144. "s",
  3145. "i",
  3146. "f",
  3147. "i",
  3148. "e",
  3149. "r",
  3150. "s"
  3151. ],
  3152. "description": "Classifiers",
  3153. "index": 0,
  3154. "layout": "IPY_MODEL_2ef914a1cdc045acaaec7f39a191480d",
  3155. "style": "IPY_MODEL_46760c31be4142e29dcd40fecc3fed35"
  3156. }
  3157. },
  3158. "1382a265fb7d44679ab3430c63033190": {
  3159. "model_name": "DescriptionStyleModel",
  3160. "model_module": "@jupyter-widgets/controls",
  3161. "model_module_version": "1.2.0",
  3162. "state": {
  3163. "description_width": ""
  3164. }
  3165. },
  3166. "138442d953684e2abc64f51c7e980ac3": {
  3167. "model_name": "DescriptionStyleModel",
  3168. "model_module": "@jupyter-widgets/controls",
  3169. "model_module_version": "1.2.0",
  3170. "state": {
  3171. "description_width": ""
  3172. }
  3173. },
  3174. "139f3337573d4e10b1bf438e2793ac70": {
  3175. "model_name": "SelectModel",
  3176. "model_module": "@jupyter-widgets/controls",
  3177. "model_module_version": "1.2.0",
  3178. "state": {
  3179. "_options_labels": [
  3180. "License :: OSI Approved :: Python License (CNRI Python License)"
  3181. ],
  3182. "description": "Selected:",
  3183. "index": 0,
  3184. "layout": "IPY_MODEL_d35067855f3844839360b8a950168c76",
  3185. "style": "IPY_MODEL_8f009d692a7b44b19d462ffecb15c77c"
  3186. }
  3187. },
  3188. "13d020bab67f412487ee145a2677c32a": {
  3189. "model_name": "LayoutModel",
  3190. "model_module": "@jupyter-widgets/base",
  3191. "model_module_version": "1.0.0",
  3192. "state": {}
  3193. },
  3194. "13df21b987db4600bee8b22b02e1087a": {
  3195. "model_name": "LayoutModel",
  3196. "model_module": "@jupyter-widgets/base",
  3197. "model_module_version": "1.0.0",
  3198. "state": {}
  3199. },
  3200. "13ebbf62601d436fb11cb3dc214ee90d": {
  3201. "model_name": "DescriptionStyleModel",
  3202. "model_module": "@jupyter-widgets/controls",
  3203. "model_module_version": "1.2.0",
  3204. "state": {
  3205. "description_width": ""
  3206. }
  3207. },
  3208. "13ee6bdf399844a4b5dc57f893017ee8": {
  3209. "model_name": "LayoutModel",
  3210. "model_module": "@jupyter-widgets/base",
  3211. "model_module_version": "1.0.0",
  3212. "state": {}
  3213. },
  3214. "1410fd4b3d444ffdbf37a9e30153a15e": {
  3215. "model_name": "DescriptionStyleModel",
  3216. "model_module": "@jupyter-widgets/controls",
  3217. "model_module_version": "1.2.0",
  3218. "state": {
  3219. "description_width": ""
  3220. }
  3221. },
  3222. "142f092bc6ad45bea8458b3a6bca50e7": {
  3223. "model_name": "LayoutModel",
  3224. "model_module": "@jupyter-widgets/base",
  3225. "model_module_version": "1.0.0",
  3226. "state": {}
  3227. },
  3228. "143136a8dea944d68fb399a91cf08f27": {
  3229. "model_name": "LayoutModel",
  3230. "model_module": "@jupyter-widgets/base",
  3231. "model_module_version": "1.0.0",
  3232. "state": {}
  3233. },
  3234. "1435624e2fb34c9f8d47ff106ff092f2": {
  3235. "model_name": "LayoutModel",
  3236. "model_module": "@jupyter-widgets/base",
  3237. "model_module_version": "1.0.0",
  3238. "state": {}
  3239. },
  3240. "14431856f7c2467cb8be258198abcd6f": {
  3241. "model_name": "LayoutModel",
  3242. "model_module": "@jupyter-widgets/base",
  3243. "model_module_version": "1.0.0",
  3244. "state": {}
  3245. },
  3246. "14494092aba7451e82ba808baed929d6": {
  3247. "model_name": "LayoutModel",
  3248. "model_module": "@jupyter-widgets/base",
  3249. "model_module_version": "1.0.0",
  3250. "state": {}
  3251. },
  3252. "144d0435c23e4805aba198ecece9d755": {
  3253. "model_name": "OutputModel",
  3254. "model_module": "@jupyter-widgets/output",
  3255. "model_module_version": "1.0.0",
  3256. "state": {
  3257. "layout": "IPY_MODEL_4c369f1cea724297b087a7a5c2ecee35",
  3258. "outputs": [
  3259. {
  3260. "data": {
  3261. "application/vnd.jupyter.widget-view+json": {
  3262. "model_id": "b7d879df7c9c432ca0f592c534ef2317",
  3263. "version_major": 2,
  3264. "version_minor": 0
  3265. },
  3266. "text/plain": "interactive(children=(Dropdown(description='Classifier', index=2, options=('Operating System :: Microsoft :: W…"
  3267. },
  3268. "metadata": {},
  3269. "output_type": "display_data"
  3270. }
  3271. ]
  3272. }
  3273. },
  3274. "1450c1b7a3504f13a1fb48596038cfbb": {
  3275. "model_name": "LayoutModel",
  3276. "model_module": "@jupyter-widgets/base",
  3277. "model_module_version": "1.0.0",
  3278. "state": {}
  3279. },
  3280. "14611dbedc42402ebc7b211a6b4d2c87": {
  3281. "model_name": "DescriptionStyleModel",
  3282. "model_module": "@jupyter-widgets/controls",
  3283. "model_module_version": "1.2.0",
  3284. "state": {
  3285. "description_width": ""
  3286. }
  3287. },
  3288. "149a8b598e13444e90ff3d71d1a2e3ac": {
  3289. "model_name": "ButtonModel",
  3290. "model_module": "@jupyter-widgets/controls",
  3291. "model_module_version": "1.2.0",
  3292. "state": {
  3293. "description": "Save",
  3294. "layout": "IPY_MODEL_0a2994e627c34eef80e47f60ba9e8a88",
  3295. "style": "IPY_MODEL_8f6a7773eb964637a9d96df8e714d4d4"
  3296. }
  3297. },
  3298. "14b8b8548c8140e59d9b39a0f641cc34": {
  3299. "model_name": "HBoxModel",
  3300. "model_module": "@jupyter-widgets/controls",
  3301. "model_module_version": "1.2.0",
  3302. "state": {
  3303. "children": [
  3304. "IPY_MODEL_2e056955719e49c4b4568ca981a7e1b7"
  3305. ],
  3306. "layout": "IPY_MODEL_c400a4ae61dc465b84da3adfa8d4ab77"
  3307. }
  3308. },
  3309. "14d3e35ee59b41a6b4eba902628dc1bc": {
  3310. "model_name": "LayoutModel",
  3311. "model_module": "@jupyter-widgets/base",
  3312. "model_module_version": "1.0.0",
  3313. "state": {}
  3314. },
  3315. "14d3eac79030469d94fa5816f5d46949": {
  3316. "model_name": "LayoutModel",
  3317. "model_module": "@jupyter-widgets/base",
  3318. "model_module_version": "1.0.0",
  3319. "state": {}
  3320. },
  3321. "14ee76ed81194e6a960bac8e9a7531dd": {
  3322. "model_name": "DescriptionStyleModel",
  3323. "model_module": "@jupyter-widgets/controls",
  3324. "model_module_version": "1.2.0",
  3325. "state": {
  3326. "description_width": ""
  3327. }
  3328. },
  3329. "14f2f22cc46c4c798c9c83960990e46c": {
  3330. "model_name": "LabelModel",
  3331. "model_module": "@jupyter-widgets/controls",
  3332. "model_module_version": "1.2.0",
  3333. "state": {
  3334. "layout": "IPY_MODEL_e42e6fcf498045b0a7bf94c07289e15b",
  3335. "style": "IPY_MODEL_e0cb25a2fa554b3ba7f722bb0f94817e",
  3336. "value": "Chosen Classifiers"
  3337. }
  3338. },
  3339. "14fa1e1752f84780968899ebdd22c84d": {
  3340. "model_name": "SelectModel",
  3341. "model_module": "@jupyter-widgets/controls",
  3342. "model_module_version": "1.2.0",
  3343. "state": {
  3344. "_options_labels": [
  3345. "License :: OSI Approved :: Common Public License"
  3346. ],
  3347. "description": "Selected:",
  3348. "index": 0,
  3349. "layout": "IPY_MODEL_233dbb81c5fb4006a289514e45fe0b14",
  3350. "style": "IPY_MODEL_2f7949c5fde54446a1b450c9336b6821"
  3351. }
  3352. },
  3353. "15092da944f24d1d9073942a2e5d2b81": {
  3354. "model_name": "ButtonStyleModel",
  3355. "model_module": "@jupyter-widgets/controls",
  3356. "model_module_version": "1.2.0",
  3357. "state": {}
  3358. },
  3359. "1529867076fa4c2d82d9144672e81bc4": {
  3360. "model_name": "HBoxModel",
  3361. "model_module": "@jupyter-widgets/controls",
  3362. "model_module_version": "1.2.0",
  3363. "state": {
  3364. "children": [
  3365. "IPY_MODEL_d3b907df4334475bbadc8b4ff248d88b"
  3366. ],
  3367. "layout": "IPY_MODEL_ce042b43d8f242ce814c0dfab5930fce"
  3368. }
  3369. },
  3370. "152d723830b6429da1d169f591f7fcfe": {
  3371. "model_name": "DescriptionStyleModel",
  3372. "model_module": "@jupyter-widgets/controls",
  3373. "model_module_version": "1.2.0",
  3374. "state": {
  3375. "description_width": ""
  3376. }
  3377. },
  3378. "155b6bd780a5410189f825ba7dd079fc": {
  3379. "model_name": "LayoutModel",
  3380. "model_module": "@jupyter-widgets/base",
  3381. "model_module_version": "1.0.0",
  3382. "state": {}
  3383. },
  3384. "1572dc35865e469ea4e89146878acf5c": {
  3385. "model_name": "HBoxModel",
  3386. "model_module": "@jupyter-widgets/controls",
  3387. "model_module_version": "1.2.0",
  3388. "state": {
  3389. "children": [
  3390. "IPY_MODEL_fdb0ed4c5c4049e3b70f200f0d6b8990",
  3391. "IPY_MODEL_222d15f7e9094fb99f1de3b2e75c1bd5"
  3392. ],
  3393. "layout": "IPY_MODEL_2d08e3dc461b4e9782bb0de66b997861"
  3394. }
  3395. },
  3396. "1589786e84f3485a95e3b06448ccbcef": {
  3397. "model_name": "LayoutModel",
  3398. "model_module": "@jupyter-widgets/base",
  3399. "model_module_version": "1.0.0",
  3400. "state": {}
  3401. },
  3402. "158aa7d80d3244048e2338a00eafacf6": {
  3403. "model_name": "LabelModel",
  3404. "model_module": "@jupyter-widgets/controls",
  3405. "model_module_version": "1.2.0",
  3406. "state": {
  3407. "layout": "IPY_MODEL_5cf61347444b45e3826a3270a5cf7e9c",
  3408. "style": "IPY_MODEL_5b69f3638a0d458e8b2d9ba682eb4756",
  3409. "value": "*Optional Classifiers"
  3410. }
  3411. },
  3412. "159ee231275d48ad895e9bcd6990bc5e": {
  3413. "model_name": "DescriptionStyleModel",
  3414. "model_module": "@jupyter-widgets/controls",
  3415. "model_module_version": "1.2.0",
  3416. "state": {
  3417. "description_width": ""
  3418. }
  3419. },
  3420. "15a780f559e34e2ab1382e77957ac42e": {
  3421. "model_name": "ButtonModel",
  3422. "model_module": "@jupyter-widgets/controls",
  3423. "model_module_version": "1.2.0",
  3424. "state": {
  3425. "description": "Save",
  3426. "layout": "IPY_MODEL_715b9bc021334928b23b960dadb4fefa",
  3427. "style": "IPY_MODEL_b1b4c35a8b004c6c9de0aae1ed6beb61"
  3428. }
  3429. },
  3430. "15c4ac665233486fb5e25a5695563934": {
  3431. "model_name": "LayoutModel",
  3432. "model_module": "@jupyter-widgets/base",
  3433. "model_module_version": "1.0.0",
  3434. "state": {}
  3435. },
  3436. "15d19a47194342128fd1dfccd744d5a4": {
  3437. "model_name": "ButtonStyleModel",
  3438. "model_module": "@jupyter-widgets/controls",
  3439. "model_module_version": "1.2.0",
  3440. "state": {}
  3441. },
  3442. "15dff221fd0f4a80bedf76d2d807b1a1": {
  3443. "model_name": "DescriptionStyleModel",
  3444. "model_module": "@jupyter-widgets/controls",
  3445. "model_module_version": "1.2.0",
  3446. "state": {
  3447. "description_width": ""
  3448. }
  3449. },
  3450. "15ea3a631a1e4c129a909da3f95ffd1e": {
  3451. "model_name": "OutputModel",
  3452. "model_module": "@jupyter-widgets/output",
  3453. "model_module_version": "1.0.0",
  3454. "state": {
  3455. "layout": "IPY_MODEL_c537810eaaf54178b3e52c6248a50aa2",
  3456. "outputs": [
  3457. {
  3458. "data": {
  3459. "application/vnd.jupyter.widget-view+json": {
  3460. "model_id": "f1a8fc5c5bc94268b775bbc409ff53a4",
  3461. "version_major": 2,
  3462. "version_minor": 0
  3463. },
  3464. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Education', 'Intended …"
  3465. },
  3466. "metadata": {},
  3467. "output_type": "display_data"
  3468. }
  3469. ]
  3470. }
  3471. },
  3472. "15fc2e083d54460790ef2c1674de5240": {
  3473. "model_name": "DescriptionStyleModel",
  3474. "model_module": "@jupyter-widgets/controls",
  3475. "model_module_version": "1.2.0",
  3476. "state": {
  3477. "description_width": ""
  3478. }
  3479. },
  3480. "16156b1d19df4404b69c33e952a0c0ca": {
  3481. "model_name": "LayoutModel",
  3482. "model_module": "@jupyter-widgets/base",
  3483. "model_module_version": "1.0.0",
  3484. "state": {}
  3485. },
  3486. "161cc6815bb04a1491bd4591de20fab4": {
  3487. "model_name": "LayoutModel",
  3488. "model_module": "@jupyter-widgets/base",
  3489. "model_module_version": "1.0.0",
  3490. "state": {}
  3491. },
  3492. "16282230e5264567a43bf0303ae01565": {
  3493. "model_name": "ButtonStyleModel",
  3494. "model_module": "@jupyter-widgets/controls",
  3495. "model_module_version": "1.2.0",
  3496. "state": {}
  3497. },
  3498. "1628426936e8401ba97b8e1ca40b6657": {
  3499. "model_name": "VBoxModel",
  3500. "model_module": "@jupyter-widgets/controls",
  3501. "model_module_version": "1.2.0",
  3502. "state": {
  3503. "_dom_classes": [
  3504. "widget-interact"
  3505. ],
  3506. "children": [
  3507. "IPY_MODEL_4b6494c0f9d5415486a2c260e7c1063d",
  3508. "IPY_MODEL_9700a419556c46c2b1e16a6930dd9371"
  3509. ],
  3510. "layout": "IPY_MODEL_e70a56d45bc545959d47a440712851d7"
  3511. }
  3512. },
  3513. "164a3532429f4649b39a453845023e8d": {
  3514. "model_name": "VBoxModel",
  3515. "model_module": "@jupyter-widgets/controls",
  3516. "model_module_version": "1.2.0",
  3517. "state": {
  3518. "_dom_classes": [
  3519. "widget-interact"
  3520. ],
  3521. "children": [
  3522. "IPY_MODEL_ce2d21e9a3d947d0849d96036e42cb9a",
  3523. "IPY_MODEL_df8ed8d6b57948618f2033a48bcd38c5"
  3524. ],
  3525. "layout": "IPY_MODEL_659d3f6577354ca287deed69a699bb89"
  3526. }
  3527. },
  3528. "16605de7502044f09df82832e4a22b44": {
  3529. "model_name": "LayoutModel",
  3530. "model_module": "@jupyter-widgets/base",
  3531. "model_module_version": "1.0.0",
  3532. "state": {}
  3533. },
  3534. "1668652333b7434ca889e3d8ceb3ffb4": {
  3535. "model_name": "LabelModel",
  3536. "model_module": "@jupyter-widgets/controls",
  3537. "model_module_version": "1.2.0",
  3538. "state": {
  3539. "layout": "IPY_MODEL_28a7fb29bd9349b695af74124c8fe03d",
  3540. "style": "IPY_MODEL_36c27fe452d94314b2a00e0a389990e3",
  3541. "value": "Chosen Classifiers"
  3542. }
  3543. },
  3544. "16974f182b114f8ea8b961bf9c6c769d": {
  3545. "model_name": "LayoutModel",
  3546. "model_module": "@jupyter-widgets/base",
  3547. "model_module_version": "1.0.0",
  3548. "state": {}
  3549. },
  3550. "16a7fba384bb494aa4501b0011c743e4": {
  3551. "model_name": "VBoxModel",
  3552. "model_module": "@jupyter-widgets/controls",
  3553. "model_module_version": "1.2.0",
  3554. "state": {
  3555. "_dom_classes": [
  3556. "widget-interact"
  3557. ],
  3558. "children": [
  3559. "IPY_MODEL_6c5a7152426f453ab1a220b2bd0eb046",
  3560. "IPY_MODEL_014fa749532143a3ace78375f436f2b2"
  3561. ],
  3562. "layout": "IPY_MODEL_ec3ca439f75f4172b7ab258a98e2373e"
  3563. }
  3564. },
  3565. "16b208d5ee834f6c9b248bf22e3889be": {
  3566. "model_name": "LayoutModel",
  3567. "model_module": "@jupyter-widgets/base",
  3568. "model_module_version": "1.0.0",
  3569. "state": {}
  3570. },
  3571. "16c001b9bc984271abdc9b3f5c6b269e": {
  3572. "model_name": "SelectModel",
  3573. "model_module": "@jupyter-widgets/controls",
  3574. "model_module_version": "1.2.0",
  3575. "state": {
  3576. "description": "Selected:",
  3577. "index": null,
  3578. "layout": "IPY_MODEL_d3e7515e94d84c6bbf9e2a1ad70f6b73",
  3579. "style": "IPY_MODEL_2567d2ac091a47d899aef3739886ef7f"
  3580. }
  3581. },
  3582. "16cd4ec285854671b2fc00d766812a6f": {
  3583. "model_name": "ButtonModel",
  3584. "model_module": "@jupyter-widgets/controls",
  3585. "model_module_version": "1.2.0",
  3586. "state": {
  3587. "description": "Add",
  3588. "layout": "IPY_MODEL_f3368a64dd464926997679ff13e0b196",
  3589. "style": "IPY_MODEL_9e9011f839f54250913b9c3b6245cce3"
  3590. }
  3591. },
  3592. "1702bf19771b4c46a191609d9c541761": {
  3593. "model_name": "LayoutModel",
  3594. "model_module": "@jupyter-widgets/base",
  3595. "model_module_version": "1.0.0",
  3596. "state": {}
  3597. },
  3598. "1706d75af4494be58aabfdf8775adc73": {
  3599. "model_name": "DescriptionStyleModel",
  3600. "model_module": "@jupyter-widgets/controls",
  3601. "model_module_version": "1.2.0",
  3602. "state": {
  3603. "description_width": ""
  3604. }
  3605. },
  3606. "1713b0a431d74262a9acb278062e6ab2": {
  3607. "model_name": "LabelModel",
  3608. "model_module": "@jupyter-widgets/controls",
  3609. "model_module_version": "1.2.0",
  3610. "state": {
  3611. "layout": "IPY_MODEL_56a4bee86ef94758980c20618b669dd5",
  3612. "style": "IPY_MODEL_85095db4be7b4424a6182e698041215f",
  3613. "value": "Added Classifier!"
  3614. }
  3615. },
  3616. "1714c50fcb55436eb939f2719f3763b4": {
  3617. "model_name": "OutputModel",
  3618. "model_module": "@jupyter-widgets/output",
  3619. "model_module_version": "1.0.0",
  3620. "state": {
  3621. "layout": "IPY_MODEL_c54aff762e5244e092590fbcefc8cf2e"
  3622. }
  3623. },
  3624. "1720f57d80ea4eeba572a5d828b1ab12": {
  3625. "model_name": "DropdownModel",
  3626. "model_module": "@jupyter-widgets/controls",
  3627. "model_module_version": "1.2.0",
  3628. "state": {
  3629. "_options_labels": [
  3630. "Development Status :: 4 - Beta",
  3631. "Development Status :: 5 - Production/Stable",
  3632. "Development Status :: 2 - Pre-Alpha",
  3633. "Development Status :: 6 - Mature",
  3634. "Development Status :: 7 - Inactive",
  3635. "Development Status :: 1 - Planning",
  3636. "Development Status :: 3 - Alpha"
  3637. ],
  3638. "description": "Classifier",
  3639. "index": 0,
  3640. "layout": "IPY_MODEL_b47fb2f574ca4b2296aaa860319457e3",
  3641. "style": "IPY_MODEL_b73c6608c21d46a9a9a2f251c10b663c"
  3642. }
  3643. },
  3644. "172b1e74d5ba4e23a2ab3eb0f5883d0a": {
  3645. "model_name": "LabelModel",
  3646. "model_module": "@jupyter-widgets/controls",
  3647. "model_module_version": "1.2.0",
  3648. "state": {
  3649. "layout": "IPY_MODEL_30c18bde4b064432ae346f9ea73dafcd",
  3650. "style": "IPY_MODEL_da7878634a2e41c1813c025c74899cd4",
  3651. "value": "Development Status :: 4 - Beta"
  3652. }
  3653. },
  3654. "174832f65ecc4fd19cec13e6dd15322e": {
  3655. "model_name": "LayoutModel",
  3656. "model_module": "@jupyter-widgets/base",
  3657. "model_module_version": "1.0.0",
  3658. "state": {}
  3659. },
  3660. "1756303ad57f4205a00ee2be5603109e": {
  3661. "model_name": "HBoxModel",
  3662. "model_module": "@jupyter-widgets/controls",
  3663. "model_module_version": "1.2.0",
  3664. "state": {
  3665. "children": [
  3666. "IPY_MODEL_732ebf71d3ac4ba38ab6b01dba419f98",
  3667. "IPY_MODEL_c0f794a218114b228d0f9da78b987f61"
  3668. ],
  3669. "layout": "IPY_MODEL_5ca3f2f1845c4a8b837d49f889869a2b"
  3670. }
  3671. },
  3672. "178617df51e24889b79b80c074a8b6ec": {
  3673. "model_name": "DescriptionStyleModel",
  3674. "model_module": "@jupyter-widgets/controls",
  3675. "model_module_version": "1.2.0",
  3676. "state": {
  3677. "description_width": ""
  3678. }
  3679. },
  3680. "1796b11cf54546e58f8495aadb916756": {
  3681. "model_name": "LabelModel",
  3682. "model_module": "@jupyter-widgets/controls",
  3683. "model_module_version": "1.2.0",
  3684. "state": {
  3685. "layout": "IPY_MODEL_56e9626bd17c40ff86dda35b3f5d7072",
  3686. "style": "IPY_MODEL_8f8ba4a8feee4833b2094efa451bb05d"
  3687. }
  3688. },
  3689. "17ac55c98144406a85549e1e74d2cedd": {
  3690. "model_name": "LayoutModel",
  3691. "model_module": "@jupyter-widgets/base",
  3692. "model_module_version": "1.0.0",
  3693. "state": {}
  3694. },
  3695. "17b4d42271d743be8ac3423b98711fdd": {
  3696. "model_name": "LayoutModel",
  3697. "model_module": "@jupyter-widgets/base",
  3698. "model_module_version": "1.0.0",
  3699. "state": {}
  3700. },
  3701. "17c8197a86ce4f5b98c6687591c05c3e": {
  3702. "model_name": "VBoxModel",
  3703. "model_module": "@jupyter-widgets/controls",
  3704. "model_module_version": "1.2.0",
  3705. "state": {
  3706. "_dom_classes": [
  3707. "widget-interact"
  3708. ],
  3709. "children": [
  3710. "IPY_MODEL_4cc1713196304038aafccefb61513fd2",
  3711. "IPY_MODEL_c19f65841e1d400884fa721432598e51"
  3712. ],
  3713. "layout": "IPY_MODEL_92099ca4c5f84e589ab00331b768f41a"
  3714. }
  3715. },
  3716. "17cab4e47a6840bf9cc11384172ddf66": {
  3717. "model_name": "ButtonModel",
  3718. "model_module": "@jupyter-widgets/controls",
  3719. "model_module_version": "1.2.0",
  3720. "state": {
  3721. "description": "Add",
  3722. "layout": "IPY_MODEL_c137a787c6cb45c1abda5843a885f832",
  3723. "style": "IPY_MODEL_ff77bdc0335f48adad9888f65d379402"
  3724. }
  3725. },
  3726. "17dd167aae0e4c6797c3b6907a21a76b": {
  3727. "model_name": "LayoutModel",
  3728. "model_module": "@jupyter-widgets/base",
  3729. "model_module_version": "1.0.0",
  3730. "state": {}
  3731. },
  3732. "17e27b62225444c8aa8bd963d14abba5": {
  3733. "model_name": "LabelModel",
  3734. "model_module": "@jupyter-widgets/controls",
  3735. "model_module_version": "1.2.0",
  3736. "state": {
  3737. "layout": "IPY_MODEL_ee6594d030694a3cac9dcbd4b36e51a9",
  3738. "style": "IPY_MODEL_12d078c6523a4271b63b4957ba9758db",
  3739. "value": "Natural Language :: Slovak"
  3740. }
  3741. },
  3742. "17f68eda774245f6acd11306436b80ed": {
  3743. "model_name": "LayoutModel",
  3744. "model_module": "@jupyter-widgets/base",
  3745. "model_module_version": "1.0.0",
  3746. "state": {}
  3747. },
  3748. "1805559da3c7413198b983fea5dcc31e": {
  3749. "model_name": "LayoutModel",
  3750. "model_module": "@jupyter-widgets/base",
  3751. "model_module_version": "1.0.0",
  3752. "state": {}
  3753. },
  3754. "1819f5b870b54429a937a1be23272ad5": {
  3755. "model_name": "LayoutModel",
  3756. "model_module": "@jupyter-widgets/base",
  3757. "model_module_version": "1.0.0",
  3758. "state": {}
  3759. },
  3760. "181accc066e446fbbbc771586d19f19e": {
  3761. "model_name": "LayoutModel",
  3762. "model_module": "@jupyter-widgets/base",
  3763. "model_module_version": "1.0.0",
  3764. "state": {}
  3765. },
  3766. "181ea0a30a194958a14a810544270f2e": {
  3767. "model_name": "ButtonModel",
  3768. "model_module": "@jupyter-widgets/controls",
  3769. "model_module_version": "1.2.0",
  3770. "state": {
  3771. "description": "Add",
  3772. "layout": "IPY_MODEL_a1e1b707e4a44fbbb680e4fd3b1193cd",
  3773. "style": "IPY_MODEL_daf5e1009f8d4c538638c1b1c128d265"
  3774. }
  3775. },
  3776. "181f5e5e9cb44fb48237f0f7e8b6d018": {
  3777. "model_name": "LayoutModel",
  3778. "model_module": "@jupyter-widgets/base",
  3779. "model_module_version": "1.0.0",
  3780. "state": {}
  3781. },
  3782. "182c96951ec14c5183e2bc1d1db8af66": {
  3783. "model_name": "ButtonStyleModel",
  3784. "model_module": "@jupyter-widgets/controls",
  3785. "model_module_version": "1.2.0",
  3786. "state": {}
  3787. },
  3788. "182e96eec4b14ad880497e78482031b1": {
  3789. "model_name": "LayoutModel",
  3790. "model_module": "@jupyter-widgets/base",
  3791. "model_module_version": "1.0.0",
  3792. "state": {}
  3793. },
  3794. "1850282204f249e09f5fc5928c0f6910": {
  3795. "model_name": "DescriptionStyleModel",
  3796. "model_module": "@jupyter-widgets/controls",
  3797. "model_module_version": "1.2.0",
  3798. "state": {
  3799. "description_width": ""
  3800. }
  3801. },
  3802. "18639be2a77448fe8d6619a613e8ca7d": {
  3803. "model_name": "LayoutModel",
  3804. "model_module": "@jupyter-widgets/base",
  3805. "model_module_version": "1.0.0",
  3806. "state": {}
  3807. },
  3808. "18686c4e056340ecbceef919bddfa68f": {
  3809. "model_name": "LayoutModel",
  3810. "model_module": "@jupyter-widgets/base",
  3811. "model_module_version": "1.0.0",
  3812. "state": {}
  3813. },
  3814. "1876ecea5a3a470d8ab9367c82ab4d55": {
  3815. "model_name": "LabelModel",
  3816. "model_module": "@jupyter-widgets/controls",
  3817. "model_module_version": "1.2.0",
  3818. "state": {
  3819. "layout": "IPY_MODEL_5e9850f76f0d4b18993870546f4a5e12",
  3820. "style": "IPY_MODEL_c8f15b57ae37436280e3b40109536ed2",
  3821. "value": "Chosen Classifiers"
  3822. }
  3823. },
  3824. "18789b761ca84cac837c3a6e31295cf4": {
  3825. "model_name": "DescriptionStyleModel",
  3826. "model_module": "@jupyter-widgets/controls",
  3827. "model_module_version": "1.2.0",
  3828. "state": {
  3829. "description_width": ""
  3830. }
  3831. },
  3832. "1884c7e5404f4cb6a6369f28cc151e70": {
  3833. "model_name": "LayoutModel",
  3834. "model_module": "@jupyter-widgets/base",
  3835. "model_module_version": "1.0.0",
  3836. "state": {}
  3837. },
  3838. "18919c41d19645f0a440ea2d863c4444": {
  3839. "model_name": "SelectModel",
  3840. "model_module": "@jupyter-widgets/controls",
  3841. "model_module_version": "1.2.0",
  3842. "state": {
  3843. "description": "Selected:",
  3844. "index": null,
  3845. "layout": "IPY_MODEL_3305aac1973d46fb87c8b911871148b3",
  3846. "style": "IPY_MODEL_4ed94efab4964c7e996e093c840f5391"
  3847. }
  3848. },
  3849. "189dc40367044b80ba378586d2ef0984": {
  3850. "model_name": "LayoutModel",
  3851. "model_module": "@jupyter-widgets/base",
  3852. "model_module_version": "1.0.0",
  3853. "state": {}
  3854. },
  3855. "18a522901a3143ce85e34db2ffb7f46a": {
  3856. "model_name": "VBoxModel",
  3857. "model_module": "@jupyter-widgets/controls",
  3858. "model_module_version": "1.2.0",
  3859. "state": {
  3860. "_dom_classes": [
  3861. "widget-interact"
  3862. ],
  3863. "children": [
  3864. "IPY_MODEL_27318627fdfc4006b849ddb87b68bc57",
  3865. "IPY_MODEL_74d8db25d6784296a5ae2cbe5338ea2e"
  3866. ],
  3867. "layout": "IPY_MODEL_1d02fd47c1de49e4a692048e7147587e"
  3868. }
  3869. },
  3870. "18bfccee7ec442a58844005aaf13efed": {
  3871. "model_name": "DropdownModel",
  3872. "model_module": "@jupyter-widgets/controls",
  3873. "model_module_version": "1.2.0",
  3874. "state": {
  3875. "_options_labels": [
  3876. "Development Status",
  3877. "Environment",
  3878. "Framework",
  3879. "Intended Audience",
  3880. "License",
  3881. "Natural Language",
  3882. "Operating System",
  3883. "Programming Language",
  3884. "Topic"
  3885. ],
  3886. "description": "prefix",
  3887. "index": 4,
  3888. "layout": "IPY_MODEL_318af7205813479fbdc0888f229383aa",
  3889. "style": "IPY_MODEL_3f371c6cb2764da2a06ae1100952b588"
  3890. }
  3891. },
  3892. "18c95c51432e46e2bab1707ca1bfc76b": {
  3893. "model_name": "LabelModel",
  3894. "model_module": "@jupyter-widgets/controls",
  3895. "model_module_version": "1.2.0",
  3896. "state": {
  3897. "layout": "IPY_MODEL_ef37488721cf4ccd9a5168b13820ec8e",
  3898. "style": "IPY_MODEL_67daf680039245b7993f09bf213e31b1",
  3899. "value": "Saved!"
  3900. }
  3901. },
  3902. "18cb0662643f49e08c5a1e81ef32d8a3": {
  3903. "model_name": "OutputModel",
  3904. "model_module": "@jupyter-widgets/output",
  3905. "model_module_version": "1.0.0",
  3906. "state": {
  3907. "layout": "IPY_MODEL_737b51948756446fb4df846719759cd4"
  3908. }
  3909. },
  3910. "18ec9daf73d348c081a71bf4110b39b5": {
  3911. "model_name": "DescriptionStyleModel",
  3912. "model_module": "@jupyter-widgets/controls",
  3913. "model_module_version": "1.2.0",
  3914. "state": {
  3915. "description_width": ""
  3916. }
  3917. },
  3918. "18f8c7f8b3e74da5b8115e2c4516c0a0": {
  3919. "model_name": "DescriptionStyleModel",
  3920. "model_module": "@jupyter-widgets/controls",
  3921. "model_module_version": "1.2.0",
  3922. "state": {
  3923. "description_width": ""
  3924. }
  3925. },
  3926. "190824991f444c69bb5dcea4b33c3b36": {
  3927. "model_name": "LayoutModel",
  3928. "model_module": "@jupyter-widgets/base",
  3929. "model_module_version": "1.0.0",
  3930. "state": {}
  3931. },
  3932. "190b53dad4c448a0962eac248ec8d004": {
  3933. "model_name": "LayoutModel",
  3934. "model_module": "@jupyter-widgets/base",
  3935. "model_module_version": "1.0.0",
  3936. "state": {}
  3937. },
  3938. "19153598293a4041a7ff6d36940fdbf1": {
  3939. "model_name": "LayoutModel",
  3940. "model_module": "@jupyter-widgets/base",
  3941. "model_module_version": "1.0.0",
  3942. "state": {}
  3943. },
  3944. "1931a26a88804298b837316461e5c078": {
  3945. "model_name": "LayoutModel",
  3946. "model_module": "@jupyter-widgets/base",
  3947. "model_module_version": "1.0.0",
  3948. "state": {}
  3949. },
  3950. "1937aff40e4a4acc99472877596ddfa9": {
  3951. "model_name": "OutputModel",
  3952. "model_module": "@jupyter-widgets/output",
  3953. "model_module_version": "1.0.0",
  3954. "state": {
  3955. "layout": "IPY_MODEL_830f96162b3a4e50ad24b2c71f18a4ed",
  3956. "outputs": [
  3957. {
  3958. "data": {
  3959. "application/vnd.jupyter.widget-view+json": {
  3960. "model_id": "973031d7a7344219a2a86e95847967ad",
  3961. "version_major": 2,
  3962. "version_minor": 0
  3963. },
  3964. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 1 - Planning', 'Development Status :: 3 - A…"
  3965. },
  3966. "metadata": {},
  3967. "output_type": "display_data"
  3968. }
  3969. ]
  3970. }
  3971. },
  3972. "1967b7be9f844fd09247d71ad4a32d04": {
  3973. "model_name": "LayoutModel",
  3974. "model_module": "@jupyter-widgets/base",
  3975. "model_module_version": "1.0.0",
  3976. "state": {}
  3977. },
  3978. "197eb126d7344690ab145ccfe1914f3d": {
  3979. "model_name": "OutputModel",
  3980. "model_module": "@jupyter-widgets/output",
  3981. "model_module_version": "1.0.0",
  3982. "state": {
  3983. "layout": "IPY_MODEL_66df2535d2f8421684976b3d1e21bfde"
  3984. }
  3985. },
  3986. "1a144708d4d049d9bf8827ed025ff559": {
  3987. "model_name": "DescriptionStyleModel",
  3988. "model_module": "@jupyter-widgets/controls",
  3989. "model_module_version": "1.2.0",
  3990. "state": {
  3991. "description_width": ""
  3992. }
  3993. },
  3994. "1a1546bfc4c14849aec3749e47d75605": {
  3995. "model_name": "VBoxModel",
  3996. "model_module": "@jupyter-widgets/controls",
  3997. "model_module_version": "1.2.0",
  3998. "state": {
  3999. "_dom_classes": [
  4000. "widget-interact"
  4001. ],
  4002. "children": [
  4003. "IPY_MODEL_a3d57e794ee9448aab7daaa32c21ef77",
  4004. "IPY_MODEL_d64342009eb047449c998058360eee1b"
  4005. ],
  4006. "layout": "IPY_MODEL_5b2a4a495da7415fbb0159132486fd99"
  4007. }
  4008. },
  4009. "1a31e177689c4ffaab3e1c367c637289": {
  4010. "model_name": "OutputModel",
  4011. "model_module": "@jupyter-widgets/output",
  4012. "model_module_version": "1.0.0",
  4013. "state": {
  4014. "layout": "IPY_MODEL_b7a13e494e6a47d5ad90d319af65be08"
  4015. }
  4016. },
  4017. "1a36120d095e4b2d87303f4f80cc0737": {
  4018. "model_name": "ButtonStyleModel",
  4019. "model_module": "@jupyter-widgets/controls",
  4020. "model_module_version": "1.2.0",
  4021. "state": {}
  4022. },
  4023. "1a5967ab44d340d284a6b704372541b1": {
  4024. "model_name": "DropdownModel",
  4025. "model_module": "@jupyter-widgets/controls",
  4026. "model_module_version": "1.2.0",
  4027. "state": {
  4028. "_options_labels": [
  4029. "Development Status",
  4030. "Environment",
  4031. "Framework",
  4032. "Intended Audience",
  4033. "License",
  4034. "Natural Language",
  4035. "Operating System",
  4036. "Programming Language",
  4037. "Topic"
  4038. ],
  4039. "description": "prefix",
  4040. "index": 0,
  4041. "layout": "IPY_MODEL_b63e43beb6e742d8b3584c192ae94087",
  4042. "style": "IPY_MODEL_5df87d036eea43aea80991d6a3eec132"
  4043. }
  4044. },
  4045. "1a6612ab9aaa46cb946012165edd8842": {
  4046. "model_name": "LabelModel",
  4047. "model_module": "@jupyter-widgets/controls",
  4048. "model_module_version": "1.2.0",
  4049. "state": {
  4050. "layout": "IPY_MODEL_d4c0d26b9f434f40b36675992a12e54b",
  4051. "style": "IPY_MODEL_a6d567e923c04cb48cff8120da66906d",
  4052. "value": "Added Classifier!"
  4053. }
  4054. },
  4055. "1a8c52b27ffb46a6a1746ec97c024b57": {
  4056. "model_name": "DropdownModel",
  4057. "model_module": "@jupyter-widgets/controls",
  4058. "model_module_version": "1.2.0",
  4059. "state": {
  4060. "_options_labels": [
  4061. "Development Status",
  4062. "Environment",
  4063. "Framework",
  4064. "Intended Audience",
  4065. "License",
  4066. "Natural Language",
  4067. "Operating System",
  4068. "Programming Language",
  4069. "Topic"
  4070. ],
  4071. "description": "prefix",
  4072. "index": 0,
  4073. "layout": "IPY_MODEL_804d9d3f49b54b46a01ccfa58843e91b",
  4074. "style": "IPY_MODEL_fe8bf9c9e178424c91858d6d47b8e209"
  4075. }
  4076. },
  4077. "1a917abdec144ec792b57378fe170e71": {
  4078. "model_name": "LayoutModel",
  4079. "model_module": "@jupyter-widgets/base",
  4080. "model_module_version": "1.0.0",
  4081. "state": {}
  4082. },
  4083. "1a9e934898714578b5bde1b6d2a90e24": {
  4084. "model_name": "DescriptionStyleModel",
  4085. "model_module": "@jupyter-widgets/controls",
  4086. "model_module_version": "1.2.0",
  4087. "state": {
  4088. "description_width": ""
  4089. }
  4090. },
  4091. "1aab66870e5a49da89703b266657f59c": {
  4092. "model_name": "DescriptionStyleModel",
  4093. "model_module": "@jupyter-widgets/controls",
  4094. "model_module_version": "1.2.0",
  4095. "state": {
  4096. "description_width": ""
  4097. }
  4098. },
  4099. "1aac3e52b78442b7a97e23fd8910f73e": {
  4100. "model_name": "DescriptionStyleModel",
  4101. "model_module": "@jupyter-widgets/controls",
  4102. "model_module_version": "1.2.0",
  4103. "state": {
  4104. "description_width": ""
  4105. }
  4106. },
  4107. "1ab586d5a9bf4dd299c817743665966f": {
  4108. "model_name": "ButtonModel",
  4109. "model_module": "@jupyter-widgets/controls",
  4110. "model_module_version": "1.2.0",
  4111. "state": {
  4112. "description": "Remove",
  4113. "layout": "IPY_MODEL_4b767895f7ad4df2b225e967ec25cc92",
  4114. "style": "IPY_MODEL_327dbf7266c0473b90f125322288ef9e"
  4115. }
  4116. },
  4117. "1ad90542f52f44efb062d49cf23303f1": {
  4118. "model_name": "LayoutModel",
  4119. "model_module": "@jupyter-widgets/base",
  4120. "model_module_version": "1.0.0",
  4121. "state": {}
  4122. },
  4123. "1ae3bd26c10a40bbb4d8afa23af2f9cc": {
  4124. "model_name": "LayoutModel",
  4125. "model_module": "@jupyter-widgets/base",
  4126. "model_module_version": "1.0.0",
  4127. "state": {}
  4128. },
  4129. "1af398b46b0d48e89a570b341a8d319e": {
  4130. "model_name": "VBoxModel",
  4131. "model_module": "@jupyter-widgets/controls",
  4132. "model_module_version": "1.2.0",
  4133. "state": {
  4134. "_dom_classes": [
  4135. "widget-interact"
  4136. ],
  4137. "children": [
  4138. "IPY_MODEL_d4d3cb9b5ed1434a99c343257a39b84b",
  4139. "IPY_MODEL_8037334013434430821a973c99e557a9"
  4140. ],
  4141. "layout": "IPY_MODEL_9967f441fc92411ebe449703754a49b1"
  4142. }
  4143. },
  4144. "1af82b51da1f4e17bc7bf24af347eb75": {
  4145. "model_name": "DropdownModel",
  4146. "model_module": "@jupyter-widgets/controls",
  4147. "model_module_version": "1.2.0",
  4148. "state": {
  4149. "_options_labels": [
  4150. "Development Status",
  4151. "Environment",
  4152. "Framework",
  4153. "Intended Audience",
  4154. "License",
  4155. "Natural Language",
  4156. "Operating System",
  4157. "Programming Language",
  4158. "Topic"
  4159. ],
  4160. "description": "prefix",
  4161. "index": 0,
  4162. "layout": "IPY_MODEL_838980c72e934a78af7ef3b593f167f5",
  4163. "style": "IPY_MODEL_3bcdf4d3914b44d087c49c174d63b717"
  4164. }
  4165. },
  4166. "1af8fc517b4642dca59a42b93d73eacd": {
  4167. "model_name": "LayoutModel",
  4168. "model_module": "@jupyter-widgets/base",
  4169. "model_module_version": "1.0.0",
  4170. "state": {}
  4171. },
  4172. "1afe7b579bc241bc89fe4deda5f55630": {
  4173. "model_name": "HBoxModel",
  4174. "model_module": "@jupyter-widgets/controls",
  4175. "model_module_version": "1.2.0",
  4176. "state": {
  4177. "children": [
  4178. "IPY_MODEL_1dfcb1eff8b2460c9dd36c34d1351e33",
  4179. "IPY_MODEL_aa59951690d948dcaa3a563ac8dd9908"
  4180. ],
  4181. "layout": "IPY_MODEL_9010947e250e474e807b7c8eace54df2"
  4182. }
  4183. },
  4184. "1aff8600929e4cd69b1b198f5d596457": {
  4185. "model_name": "LayoutModel",
  4186. "model_module": "@jupyter-widgets/base",
  4187. "model_module_version": "1.0.0",
  4188. "state": {}
  4189. },
  4190. "1b0014afb6c5487a9fad04865f551a46": {
  4191. "model_name": "ButtonModel",
  4192. "model_module": "@jupyter-widgets/controls",
  4193. "model_module_version": "1.2.0",
  4194. "state": {
  4195. "description": "Add",
  4196. "layout": "IPY_MODEL_1a917abdec144ec792b57378fe170e71",
  4197. "style": "IPY_MODEL_5a847f9c4cf6444c949031c55e256b1e"
  4198. }
  4199. },
  4200. "1b10ebedd7c743808d0f8d33c6912e64": {
  4201. "model_name": "ButtonModel",
  4202. "model_module": "@jupyter-widgets/controls",
  4203. "model_module_version": "1.2.0",
  4204. "state": {
  4205. "description": "Remove",
  4206. "layout": "IPY_MODEL_67b1da605ffc49c5a42943ca7c156e0d",
  4207. "style": "IPY_MODEL_a710851393d942c28c2d0ed4d36271c7"
  4208. }
  4209. },
  4210. "1b19e52b573741158e846608bf35e9ad": {
  4211. "model_name": "LabelModel",
  4212. "model_module": "@jupyter-widgets/controls",
  4213. "model_module_version": "1.2.0",
  4214. "state": {
  4215. "layout": "IPY_MODEL_875be8dd7eba4f1fb598663a5896a85e",
  4216. "style": "IPY_MODEL_730cd71f853548b8811549475497f304"
  4217. }
  4218. },
  4219. "1b227c0a9d114694af9428e43c0c9fa0": {
  4220. "model_name": "LabelModel",
  4221. "model_module": "@jupyter-widgets/controls",
  4222. "model_module_version": "1.2.0",
  4223. "state": {
  4224. "layout": "IPY_MODEL_fe84db2023de4ec38b88152485657dac",
  4225. "style": "IPY_MODEL_43aa312b2b7d45fca905c46690f26715",
  4226. "value": "Highlighted Classifer: Natural Language :: Japanese"
  4227. }
  4228. },
  4229. "1b27bcf5fc644409841aec64ae6f2aaa": {
  4230. "model_name": "VBoxModel",
  4231. "model_module": "@jupyter-widgets/controls",
  4232. "model_module_version": "1.2.0",
  4233. "state": {
  4234. "_dom_classes": [
  4235. "widget-interact"
  4236. ],
  4237. "children": [
  4238. "IPY_MODEL_2a56bdb624514e088d2bc8aeac565ebd",
  4239. "IPY_MODEL_2ce776b042174251bbf02464cd98f283"
  4240. ],
  4241. "layout": "IPY_MODEL_8bd1316b1b234e55ab50ae77ce2771e7"
  4242. }
  4243. },
  4244. "1b43a2adeeb34ceaa7aea4785f2208c5": {
  4245. "model_name": "DescriptionStyleModel",
  4246. "model_module": "@jupyter-widgets/controls",
  4247. "model_module_version": "1.2.0",
  4248. "state": {
  4249. "description_width": ""
  4250. }
  4251. },
  4252. "1b5d23964e344dbea5fc776f60108ae9": {
  4253. "model_name": "VBoxModel",
  4254. "model_module": "@jupyter-widgets/controls",
  4255. "model_module_version": "1.2.0",
  4256. "state": {
  4257. "_dom_classes": [
  4258. "widget-interact"
  4259. ],
  4260. "children": [
  4261. "IPY_MODEL_4cb5b859f22e475d9c25261a261a71c9",
  4262. "IPY_MODEL_3dbfdcb10d1f45fdad2a54f0165ee1d4"
  4263. ],
  4264. "layout": "IPY_MODEL_127a244622f34c258bd1219a67f14dcd"
  4265. }
  4266. },
  4267. "1b662ecca17245ed8713f63806b6f773": {
  4268. "model_name": "ButtonModel",
  4269. "model_module": "@jupyter-widgets/controls",
  4270. "model_module_version": "1.2.0",
  4271. "state": {
  4272. "description": "Save",
  4273. "layout": "IPY_MODEL_44c61fb77e5749c1971f12a76bf3ba06",
  4274. "style": "IPY_MODEL_f2040f89ed584a8d8ec3665b27d92577"
  4275. }
  4276. },
  4277. "1b71c792176b43779d3f1feec9b1dd8f": {
  4278. "model_name": "LayoutModel",
  4279. "model_module": "@jupyter-widgets/base",
  4280. "model_module_version": "1.0.0",
  4281. "state": {}
  4282. },
  4283. "1b89befe971941458f121d4c5454e959": {
  4284. "model_name": "LayoutModel",
  4285. "model_module": "@jupyter-widgets/base",
  4286. "model_module_version": "1.0.0",
  4287. "state": {}
  4288. },
  4289. "1bbc2bca16dd43ea95774f0c53eb708a": {
  4290. "model_name": "ButtonModel",
  4291. "model_module": "@jupyter-widgets/controls",
  4292. "model_module_version": "1.2.0",
  4293. "state": {
  4294. "description": "Add",
  4295. "layout": "IPY_MODEL_a7618e2ea72d498b9ecb5b2e3dce1a79",
  4296. "style": "IPY_MODEL_993f379e0ec94933a10fbfb1b69d4e43"
  4297. }
  4298. },
  4299. "1bce5d910db2435c93a4f772ba5cc781": {
  4300. "model_name": "DescriptionStyleModel",
  4301. "model_module": "@jupyter-widgets/controls",
  4302. "model_module_version": "1.2.0",
  4303. "state": {
  4304. "description_width": ""
  4305. }
  4306. },
  4307. "1bd35064dce04d7b9b9f4e26e75b397a": {
  4308. "model_name": "HBoxModel",
  4309. "model_module": "@jupyter-widgets/controls",
  4310. "model_module_version": "1.2.0",
  4311. "state": {
  4312. "children": [
  4313. "IPY_MODEL_5e43bf469ef346339c8b274796d3dea6",
  4314. "IPY_MODEL_a64af81c9b9f42fe9735f370f7419d26"
  4315. ],
  4316. "layout": "IPY_MODEL_f822ebebbc754daabdf1df83b5a9c38b"
  4317. }
  4318. },
  4319. "1bd40b15dc034a5c9759e8703a88b2d7": {
  4320. "model_name": "LayoutModel",
  4321. "model_module": "@jupyter-widgets/base",
  4322. "model_module_version": "1.0.0",
  4323. "state": {}
  4324. },
  4325. "1c197275f2dc4295acfd08e1c4c2a237": {
  4326. "model_name": "VBoxModel",
  4327. "model_module": "@jupyter-widgets/controls",
  4328. "model_module_version": "1.2.0",
  4329. "state": {
  4330. "_dom_classes": [
  4331. "widget-interact"
  4332. ],
  4333. "children": [
  4334. "IPY_MODEL_27318627fdfc4006b849ddb87b68bc57",
  4335. "IPY_MODEL_2f09d427aa1d4d10888a9b040aed4d51"
  4336. ],
  4337. "layout": "IPY_MODEL_c2b90d5b06484048a5ab1b9fa7d17d20"
  4338. }
  4339. },
  4340. "1c1ad23f03004e788593544ee53b7342": {
  4341. "model_name": "OutputModel",
  4342. "model_module": "@jupyter-widgets/output",
  4343. "model_module_version": "1.0.0",
  4344. "state": {
  4345. "layout": "IPY_MODEL_d42bf0340c134708b14977b5684b2094"
  4346. }
  4347. },
  4348. "1c21cabc3d9c4d00b5e0458416fd048a": {
  4349. "model_name": "DescriptionStyleModel",
  4350. "model_module": "@jupyter-widgets/controls",
  4351. "model_module_version": "1.2.0",
  4352. "state": {
  4353. "description_width": ""
  4354. }
  4355. },
  4356. "1c2c676424d4424889cc8fb91519a3b1": {
  4357. "model_name": "DescriptionStyleModel",
  4358. "model_module": "@jupyter-widgets/controls",
  4359. "model_module_version": "1.2.0",
  4360. "state": {
  4361. "description_width": ""
  4362. }
  4363. },
  4364. "1c446a60e32e4e50b0905098626a0c91": {
  4365. "model_name": "ButtonStyleModel",
  4366. "model_module": "@jupyter-widgets/controls",
  4367. "model_module_version": "1.2.0",
  4368. "state": {}
  4369. },
  4370. "1c473a401f8542d6a546eb727c0cae44": {
  4371. "model_name": "DescriptionStyleModel",
  4372. "model_module": "@jupyter-widgets/controls",
  4373. "model_module_version": "1.2.0",
  4374. "state": {
  4375. "description_width": ""
  4376. }
  4377. },
  4378. "1c51b13980724c6394410c22f0b29cc4": {
  4379. "model_name": "ButtonModel",
  4380. "model_module": "@jupyter-widgets/controls",
  4381. "model_module_version": "1.2.0",
  4382. "state": {
  4383. "description": "Add",
  4384. "layout": "IPY_MODEL_76a38cafcded401f87531f7ce391de62",
  4385. "style": "IPY_MODEL_b018fd55053c4df38cfdb9504d7d6cee"
  4386. }
  4387. },
  4388. "1c55383f92134531b2896cd58a2c92db": {
  4389. "model_name": "LayoutModel",
  4390. "model_module": "@jupyter-widgets/base",
  4391. "model_module_version": "1.0.0",
  4392. "state": {}
  4393. },
  4394. "1c649aae251a43e28ab0f4467fa840cd": {
  4395. "model_name": "LayoutModel",
  4396. "model_module": "@jupyter-widgets/base",
  4397. "model_module_version": "1.0.0",
  4398. "state": {}
  4399. },
  4400. "1c6649c00e3a43f1a0b6d636a4f851a9": {
  4401. "model_name": "HBoxModel",
  4402. "model_module": "@jupyter-widgets/controls",
  4403. "model_module_version": "1.2.0",
  4404. "state": {
  4405. "children": [
  4406. "IPY_MODEL_96488f880be04819ada19dbbb6658818",
  4407. "IPY_MODEL_bb3786089df7448f8536a40fa59cdb15"
  4408. ],
  4409. "layout": "IPY_MODEL_edaa833d0e3c4f099130614e8571f33e"
  4410. }
  4411. },
  4412. "1c7e1e2f76224e3cba86f2028e7fbdfa": {
  4413. "model_name": "OutputModel",
  4414. "model_module": "@jupyter-widgets/output",
  4415. "model_module_version": "1.0.0",
  4416. "state": {
  4417. "layout": "IPY_MODEL_6397d098a256449a8ea9f6cce7c73475",
  4418. "outputs": [
  4419. {
  4420. "data": {
  4421. "application/vnd.jupyter.widget-view+json": {
  4422. "model_id": "d5df2a3ec09343ac93982e268dca3e0d",
  4423. "version_major": 2,
  4424. "version_minor": 0
  4425. },
  4426. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 7 - Inactive', 'Devel…"
  4427. },
  4428. "metadata": {},
  4429. "output_type": "display_data"
  4430. }
  4431. ]
  4432. }
  4433. },
  4434. "1c88352eb8624799ab86de8fa47be019": {
  4435. "model_name": "LayoutModel",
  4436. "model_module": "@jupyter-widgets/base",
  4437. "model_module_version": "1.0.0",
  4438. "state": {}
  4439. },
  4440. "1cb9ec5bd05747e98a41a2202d6c01c2": {
  4441. "model_name": "ButtonModel",
  4442. "model_module": "@jupyter-widgets/controls",
  4443. "model_module_version": "1.2.0",
  4444. "state": {
  4445. "description": "Remove",
  4446. "layout": "IPY_MODEL_9d20aecf37834ad1926a6c88b22dcb3b",
  4447. "style": "IPY_MODEL_c06b3924b2b649c1a19cef2bdb1c8263"
  4448. }
  4449. },
  4450. "1cc2041f72504af4b0477f451bae6bd5": {
  4451. "model_name": "LayoutModel",
  4452. "model_module": "@jupyter-widgets/base",
  4453. "model_module_version": "1.0.0",
  4454. "state": {}
  4455. },
  4456. "1ce239f894d64242ab3316aa0a6d81a9": {
  4457. "model_name": "OutputModel",
  4458. "model_module": "@jupyter-widgets/output",
  4459. "model_module_version": "1.0.0",
  4460. "state": {
  4461. "layout": "IPY_MODEL_17f68eda774245f6acd11306436b80ed",
  4462. "outputs": [
  4463. {
  4464. "data": {
  4465. "application/vnd.jupyter.widget-view+json": {
  4466. "model_id": "eccab0bb3f8d4dfcb63f8b2d87382a9f",
  4467. "version_major": 2,
  4468. "version_minor": 0
  4469. },
  4470. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Programming Language :: Other', 'Programmin…"
  4471. },
  4472. "metadata": {},
  4473. "output_type": "display_data"
  4474. }
  4475. ]
  4476. }
  4477. },
  4478. "1cf43390c72b42678cea3247b88afbfa": {
  4479. "model_name": "LayoutModel",
  4480. "model_module": "@jupyter-widgets/base",
  4481. "model_module_version": "1.0.0",
  4482. "state": {}
  4483. },
  4484. "1d02fd47c1de49e4a692048e7147587e": {
  4485. "model_name": "LayoutModel",
  4486. "model_module": "@jupyter-widgets/base",
  4487. "model_module_version": "1.0.0",
  4488. "state": {}
  4489. },
  4490. "1d2c744cb8324cd6bf6eb330aae798de": {
  4491. "model_name": "LayoutModel",
  4492. "model_module": "@jupyter-widgets/base",
  4493. "model_module_version": "1.0.0",
  4494. "state": {}
  4495. },
  4496. "1d594de3cfee4fa88df82285b6a95f19": {
  4497. "model_name": "ButtonStyleModel",
  4498. "model_module": "@jupyter-widgets/controls",
  4499. "model_module_version": "1.2.0",
  4500. "state": {}
  4501. },
  4502. "1d6db3595ff442c788d7ec2f2ea71ad5": {
  4503. "model_name": "LayoutModel",
  4504. "model_module": "@jupyter-widgets/base",
  4505. "model_module_version": "1.0.0",
  4506. "state": {}
  4507. },
  4508. "1d6e731751b748c8b38ccba721870cf7": {
  4509. "model_name": "VBoxModel",
  4510. "model_module": "@jupyter-widgets/controls",
  4511. "model_module_version": "1.2.0",
  4512. "state": {
  4513. "_dom_classes": [
  4514. "widget-interact"
  4515. ],
  4516. "children": [
  4517. "IPY_MODEL_b73549c4c6e941eb873cf663f9168716",
  4518. "IPY_MODEL_63d06918e8f64dadb8d9d55fe472ec5a"
  4519. ],
  4520. "layout": "IPY_MODEL_38a6b709eece45be8cbd27d144c944d5"
  4521. }
  4522. },
  4523. "1d937686460f4c2190e9bd24e123a8be": {
  4524. "model_name": "HBoxModel",
  4525. "model_module": "@jupyter-widgets/controls",
  4526. "model_module_version": "1.2.0",
  4527. "state": {
  4528. "children": [
  4529. "IPY_MODEL_2b7b17c730df4a599f13ce949616ae41",
  4530. "IPY_MODEL_c2e126df50e14b24ba704dc3953713fb"
  4531. ],
  4532. "layout": "IPY_MODEL_ba2c9c05aa32419d8a90a00567847bd3"
  4533. }
  4534. },
  4535. "1d9498c614a9420ab9af18c7ff00e798": {
  4536. "model_name": "LayoutModel",
  4537. "model_module": "@jupyter-widgets/base",
  4538. "model_module_version": "1.0.0",
  4539. "state": {}
  4540. },
  4541. "1d9c19aeb4954f43a9bc6c53442ccfd5": {
  4542. "model_name": "DescriptionStyleModel",
  4543. "model_module": "@jupyter-widgets/controls",
  4544. "model_module_version": "1.2.0",
  4545. "state": {
  4546. "description_width": ""
  4547. }
  4548. },
  4549. "1da9dafa29f5459cb5fe06f0dd0a81ad": {
  4550. "model_name": "LabelModel",
  4551. "model_module": "@jupyter-widgets/controls",
  4552. "model_module_version": "1.2.0",
  4553. "state": {
  4554. "layout": "IPY_MODEL_13d020bab67f412487ee145a2677c32a",
  4555. "style": "IPY_MODEL_d683236cf1014ba3b7af24b35fbbe848",
  4556. "value": "...!"
  4557. }
  4558. },
  4559. "1dae6b5c423f4df6b325a84024d9ffd5": {
  4560. "model_name": "LayoutModel",
  4561. "model_module": "@jupyter-widgets/base",
  4562. "model_module_version": "1.0.0",
  4563. "state": {}
  4564. },
  4565. "1db21a7d1e3a42dda75f78d0ba44a716": {
  4566. "model_name": "OutputModel",
  4567. "model_module": "@jupyter-widgets/output",
  4568. "model_module_version": "1.0.0",
  4569. "state": {
  4570. "layout": "IPY_MODEL_56bfbd86e9c14a468fb057d567b2f12b"
  4571. }
  4572. },
  4573. "1db58ed83ff741e895bad8ceef2f1911": {
  4574. "model_name": "VBoxModel",
  4575. "model_module": "@jupyter-widgets/controls",
  4576. "model_module_version": "1.2.0",
  4577. "state": {
  4578. "_dom_classes": [
  4579. "widget-interact"
  4580. ],
  4581. "children": [
  4582. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  4583. "IPY_MODEL_e8cb420a54734e978b8946be60c5820a"
  4584. ],
  4585. "layout": "IPY_MODEL_2c758feb748246118a0bc3be819b21bb"
  4586. }
  4587. },
  4588. "1dd3a9caea74498d8c34a0cb18c784dc": {
  4589. "model_name": "LayoutModel",
  4590. "model_module": "@jupyter-widgets/base",
  4591. "model_module_version": "1.0.0",
  4592. "state": {}
  4593. },
  4594. "1ddbe26c99ae4fb28f83e36c4c03205f": {
  4595. "model_name": "LayoutModel",
  4596. "model_module": "@jupyter-widgets/base",
  4597. "model_module_version": "1.0.0",
  4598. "state": {}
  4599. },
  4600. "1df7526bccf54206b9691b953d8d4cab": {
  4601. "model_name": "OutputModel",
  4602. "model_module": "@jupyter-widgets/output",
  4603. "model_module_version": "1.0.0",
  4604. "state": {
  4605. "layout": "IPY_MODEL_0cbcbecaf656474189206f562c48521f"
  4606. }
  4607. },
  4608. "1df952e4090547a1b923a8c3dfa191bd": {
  4609. "model_name": "DescriptionStyleModel",
  4610. "model_module": "@jupyter-widgets/controls",
  4611. "model_module_version": "1.2.0",
  4612. "state": {
  4613. "description_width": ""
  4614. }
  4615. },
  4616. "1dfcb1eff8b2460c9dd36c34d1351e33": {
  4617. "model_name": "LabelModel",
  4618. "model_module": "@jupyter-widgets/controls",
  4619. "model_module_version": "1.2.0",
  4620. "state": {
  4621. "layout": "IPY_MODEL_71a0a2d9ca3e4c1b99514fe012c11b70",
  4622. "style": "IPY_MODEL_fffa7e6b99b74984bba37506be35dcf0",
  4623. "value": "*Optional Classifiers"
  4624. }
  4625. },
  4626. "1e286464cab34e16b8c77e2231e7d0b0": {
  4627. "model_name": "VBoxModel",
  4628. "model_module": "@jupyter-widgets/controls",
  4629. "model_module_version": "1.2.0",
  4630. "state": {
  4631. "_dom_classes": [
  4632. "widget-interact"
  4633. ],
  4634. "children": [
  4635. "IPY_MODEL_0bcbca6943fb419795cf025d1c1bad3b",
  4636. "IPY_MODEL_d1edbfe27e1f45b38bf2835be81be250"
  4637. ],
  4638. "layout": "IPY_MODEL_4317ca15ba1c4b5a977dd2ea34116e2d"
  4639. }
  4640. },
  4641. "1e662449b5c64b748f8fab425c6e5646": {
  4642. "model_name": "OutputModel",
  4643. "model_module": "@jupyter-widgets/output",
  4644. "model_module_version": "1.0.0",
  4645. "state": {
  4646. "layout": "IPY_MODEL_d9fe472c1cdf4b7cb39de5e4a23ee95a"
  4647. }
  4648. },
  4649. "1e7e75fc4ade41c190cd4d215e065c22": {
  4650. "model_name": "LayoutModel",
  4651. "model_module": "@jupyter-widgets/base",
  4652. "model_module_version": "1.0.0",
  4653. "state": {}
  4654. },
  4655. "1e82d11021474965bc21bbd7c7678a69": {
  4656. "model_name": "ButtonStyleModel",
  4657. "model_module": "@jupyter-widgets/controls",
  4658. "model_module_version": "1.2.0",
  4659. "state": {}
  4660. },
  4661. "1e99e0279dfe4c0fac2e0214aabf2b53": {
  4662. "model_name": "OutputModel",
  4663. "model_module": "@jupyter-widgets/output",
  4664. "model_module_version": "1.0.0",
  4665. "state": {
  4666. "layout": "IPY_MODEL_58debeca1ac842738c0aa635f2615025"
  4667. }
  4668. },
  4669. "1ebd644422474eb3b7bb5db6a685f0ee": {
  4670. "model_name": "LayoutModel",
  4671. "model_module": "@jupyter-widgets/base",
  4672. "model_module_version": "1.0.0",
  4673. "state": {}
  4674. },
  4675. "1f003183d0be43129f6581b39756bef0": {
  4676. "model_name": "ButtonStyleModel",
  4677. "model_module": "@jupyter-widgets/controls",
  4678. "model_module_version": "1.2.0",
  4679. "state": {}
  4680. },
  4681. "1f0995d58abc447194cc4f23fe6b7550": {
  4682. "model_name": "DescriptionStyleModel",
  4683. "model_module": "@jupyter-widgets/controls",
  4684. "model_module_version": "1.2.0",
  4685. "state": {
  4686. "description_width": ""
  4687. }
  4688. },
  4689. "1f0bdd1a6e03439bb9a74e7ab61dfe4d": {
  4690. "model_name": "LayoutModel",
  4691. "model_module": "@jupyter-widgets/base",
  4692. "model_module_version": "1.0.0",
  4693. "state": {}
  4694. },
  4695. "1f14485b3d82429dae7c5ebc45a6f294": {
  4696. "model_name": "LayoutModel",
  4697. "model_module": "@jupyter-widgets/base",
  4698. "model_module_version": "1.0.0",
  4699. "state": {}
  4700. },
  4701. "1f3524c6c92a4eb1b0bc8a71a640aab4": {
  4702. "model_name": "LayoutModel",
  4703. "model_module": "@jupyter-widgets/base",
  4704. "model_module_version": "1.0.0",
  4705. "state": {}
  4706. },
  4707. "1f7506bc43f4463f8eb9bceda95aa842": {
  4708. "model_name": "LayoutModel",
  4709. "model_module": "@jupyter-widgets/base",
  4710. "model_module_version": "1.0.0",
  4711. "state": {}
  4712. },
  4713. "1f884087836f4af194fe553e9dc43b0e": {
  4714. "model_name": "VBoxModel",
  4715. "model_module": "@jupyter-widgets/controls",
  4716. "model_module_version": "1.2.0",
  4717. "state": {
  4718. "_dom_classes": [
  4719. "widget-interact"
  4720. ],
  4721. "children": [
  4722. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  4723. "IPY_MODEL_d25ed93da5fd43e2accf53b1aece7b13"
  4724. ],
  4725. "layout": "IPY_MODEL_fe65afbefa51404fa5346c3cd5c66fb4"
  4726. }
  4727. },
  4728. "1f90f85e2e0947d1a56d3b5156b0cb0a": {
  4729. "model_name": "ButtonModel",
  4730. "model_module": "@jupyter-widgets/controls",
  4731. "model_module_version": "1.2.0",
  4732. "state": {
  4733. "description": "Remove",
  4734. "layout": "IPY_MODEL_48b1137fd2cd4f7cbc04cbe5c725d446",
  4735. "style": "IPY_MODEL_b7be6696dd2f4b02aaf5a35808845c7f"
  4736. }
  4737. },
  4738. "1f9a8e2e398248308e964fc03d2c6bc3": {
  4739. "model_name": "HBoxModel",
  4740. "model_module": "@jupyter-widgets/controls",
  4741. "model_module_version": "1.2.0",
  4742. "state": {
  4743. "children": [
  4744. "IPY_MODEL_548fc58af99a47b080bf7060d38e6cc2"
  4745. ],
  4746. "layout": "IPY_MODEL_d693e913bbff4d3081a5df62a0a0aa5f"
  4747. }
  4748. },
  4749. "1fa329f9ee604a6a996a41ebe4bee8ee": {
  4750. "model_name": "LayoutModel",
  4751. "model_module": "@jupyter-widgets/base",
  4752. "model_module_version": "1.0.0",
  4753. "state": {}
  4754. },
  4755. "1fb019495dbf4223b5a8b9834ba47f60": {
  4756. "model_name": "LayoutModel",
  4757. "model_module": "@jupyter-widgets/base",
  4758. "model_module_version": "1.0.0",
  4759. "state": {}
  4760. },
  4761. "2025ad8ba9bb4658a80101b07d209c6f": {
  4762. "model_name": "ButtonModel",
  4763. "model_module": "@jupyter-widgets/controls",
  4764. "model_module_version": "1.2.0",
  4765. "state": {
  4766. "description": "Save",
  4767. "layout": "IPY_MODEL_41b11f5d16294b33918a827882760066",
  4768. "style": "IPY_MODEL_a9812999690441fa8d217af3c7d22bb8"
  4769. }
  4770. },
  4771. "202b381466974c32ad872b129a5ebc65": {
  4772. "model_name": "LabelModel",
  4773. "model_module": "@jupyter-widgets/controls",
  4774. "model_module_version": "1.2.0",
  4775. "state": {
  4776. "layout": "IPY_MODEL_967cf3395063401f95ff2d7d85b39131",
  4777. "style": "IPY_MODEL_b30194d810424461b64aed42493b2366",
  4778. "value": "*Optional Classifiers"
  4779. }
  4780. },
  4781. "2033b1c895e445d29e525518d770ebd2": {
  4782. "model_name": "LayoutModel",
  4783. "model_module": "@jupyter-widgets/base",
  4784. "model_module_version": "1.0.0",
  4785. "state": {}
  4786. },
  4787. "204534c7764c4eb9aca7797c508134f6": {
  4788. "model_name": "LayoutModel",
  4789. "model_module": "@jupyter-widgets/base",
  4790. "model_module_version": "1.0.0",
  4791. "state": {}
  4792. },
  4793. "204621efb8124941a7a50175e7ed610e": {
  4794. "model_name": "LabelModel",
  4795. "model_module": "@jupyter-widgets/controls",
  4796. "model_module_version": "1.2.0",
  4797. "state": {
  4798. "layout": "IPY_MODEL_0ce31238d063404b965b2b7620b16f9a",
  4799. "style": "IPY_MODEL_bc0ba76ed9904f529780e8c9efb66887",
  4800. "value": "Chosen Classifiers"
  4801. }
  4802. },
  4803. "205ef0b280454af193ede729b0871226": {
  4804. "model_name": "LayoutModel",
  4805. "model_module": "@jupyter-widgets/base",
  4806. "model_module_version": "1.0.0",
  4807. "state": {}
  4808. },
  4809. "20621d32acb444eebe1a9a836b1c4bd1": {
  4810. "model_name": "OutputModel",
  4811. "model_module": "@jupyter-widgets/output",
  4812. "model_module_version": "1.0.0",
  4813. "state": {
  4814. "layout": "IPY_MODEL_960a1e6e4ba341f698b00271c59ed592",
  4815. "outputs": [
  4816. {
  4817. "data": {
  4818. "application/vnd.jupyter.widget-view+json": {
  4819. "model_id": "97750767354147b0aab1c709ad99d0f7",
  4820. "version_major": 2,
  4821. "version_minor": 0
  4822. },
  4823. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 7 - Inactive', 'Devel…"
  4824. },
  4825. "metadata": {},
  4826. "output_type": "display_data"
  4827. }
  4828. ]
  4829. }
  4830. },
  4831. "20722dbc982f498f9b26a051854fa1fb": {
  4832. "model_name": "DescriptionStyleModel",
  4833. "model_module": "@jupyter-widgets/controls",
  4834. "model_module_version": "1.2.0",
  4835. "state": {
  4836. "description_width": ""
  4837. }
  4838. },
  4839. "20778325cbdd4adaa0c2fdf76b8894b3": {
  4840. "model_name": "VBoxModel",
  4841. "model_module": "@jupyter-widgets/controls",
  4842. "model_module_version": "1.2.0",
  4843. "state": {
  4844. "_dom_classes": [
  4845. "widget-interact"
  4846. ],
  4847. "children": [
  4848. "IPY_MODEL_9c3d6513efc846d7a1381bf82238e1fd",
  4849. "IPY_MODEL_9fbabe2dd0b944919baad021b58a2f03"
  4850. ],
  4851. "layout": "IPY_MODEL_8582b9b08585486da2d6056446643f86"
  4852. }
  4853. },
  4854. "207d82a5d4024482bf6c6e11b7704072": {
  4855. "model_name": "OutputModel",
  4856. "model_module": "@jupyter-widgets/output",
  4857. "model_module_version": "1.0.0",
  4858. "state": {
  4859. "layout": "IPY_MODEL_1ad90542f52f44efb062d49cf23303f1"
  4860. }
  4861. },
  4862. "208056cd6bf84694b808b98f4786d84f": {
  4863. "model_name": "DropdownModel",
  4864. "model_module": "@jupyter-widgets/controls",
  4865. "model_module_version": "1.2.0",
  4866. "state": {
  4867. "_options_labels": [
  4868. "Development Status",
  4869. "Environment",
  4870. "Framework",
  4871. "Intended Audience",
  4872. "License",
  4873. "Natural Language",
  4874. "Operating System",
  4875. "Programming Language",
  4876. "Topic"
  4877. ],
  4878. "description": "prefix",
  4879. "index": 5,
  4880. "layout": "IPY_MODEL_bddbd7535b4749b1a6f3b8f7ba8e6cc0",
  4881. "style": "IPY_MODEL_c7e418ede3484e1f8cd27e0e135eba7a"
  4882. }
  4883. },
  4884. "208503eaf3d645e7977def1c5bb346df": {
  4885. "model_name": "VBoxModel",
  4886. "model_module": "@jupyter-widgets/controls",
  4887. "model_module_version": "1.2.0",
  4888. "state": {
  4889. "_dom_classes": [
  4890. "widget-interact"
  4891. ],
  4892. "children": [
  4893. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  4894. "IPY_MODEL_3c62a92b70e844bf8c687fe8f222076f"
  4895. ],
  4896. "layout": "IPY_MODEL_cc02157343e04849840564c5248715f6"
  4897. }
  4898. },
  4899. "20bbf6af84424568b48f931d1e718c5e": {
  4900. "model_name": "LayoutModel",
  4901. "model_module": "@jupyter-widgets/base",
  4902. "model_module_version": "1.0.0",
  4903. "state": {}
  4904. },
  4905. "20bf2f53589245a3925d10d5119e296c": {
  4906. "model_name": "LabelModel",
  4907. "model_module": "@jupyter-widgets/controls",
  4908. "model_module_version": "1.2.0",
  4909. "state": {
  4910. "layout": "IPY_MODEL_bfbece20755245f798a39eb15761a92d",
  4911. "style": "IPY_MODEL_638bda49f4b64e51afe8314043329055",
  4912. "value": "Chosen Classifiers"
  4913. }
  4914. },
  4915. "20c5ec30283b42ac8103951af99718a9": {
  4916. "model_name": "HBoxModel",
  4917. "model_module": "@jupyter-widgets/controls",
  4918. "model_module_version": "1.2.0",
  4919. "state": {
  4920. "children": [
  4921. "IPY_MODEL_c4cbd3ea2ce64b09b3f7ced06d8fa77d",
  4922. "IPY_MODEL_972acf612c4947b19fc94b6572fcaf6e"
  4923. ],
  4924. "layout": "IPY_MODEL_c901c823aba3426595c9751793c9a360"
  4925. }
  4926. },
  4927. "21004d0c22114a55b01daeb5a4a7d85e": {
  4928. "model_name": "LayoutModel",
  4929. "model_module": "@jupyter-widgets/base",
  4930. "model_module_version": "1.0.0",
  4931. "state": {}
  4932. },
  4933. "210354ed065e4288bc6a6505e7a4cbd8": {
  4934. "model_name": "DescriptionStyleModel",
  4935. "model_module": "@jupyter-widgets/controls",
  4936. "model_module_version": "1.2.0",
  4937. "state": {
  4938. "description_width": ""
  4939. }
  4940. },
  4941. "210b78b61d0649f38cae8d9bb5430112": {
  4942. "model_name": "VBoxModel",
  4943. "model_module": "@jupyter-widgets/controls",
  4944. "model_module_version": "1.2.0",
  4945. "state": {
  4946. "_dom_classes": [
  4947. "widget-interact"
  4948. ],
  4949. "children": [
  4950. "IPY_MODEL_e172d0e42a1445e485e55b0d1fc86569",
  4951. "IPY_MODEL_91c43a1c9319496aa767fcdae14cfcb0"
  4952. ],
  4953. "layout": "IPY_MODEL_26d4cb02fb7342ef87cb6d3f2907445b"
  4954. }
  4955. },
  4956. "210f52602f194cc2b0590602ce47145d": {
  4957. "model_name": "LayoutModel",
  4958. "model_module": "@jupyter-widgets/base",
  4959. "model_module_version": "1.0.0",
  4960. "state": {}
  4961. },
  4962. "211e7b8d2df042058e6de639a5d4b8d0": {
  4963. "model_name": "HBoxModel",
  4964. "model_module": "@jupyter-widgets/controls",
  4965. "model_module_version": "1.2.0",
  4966. "state": {
  4967. "children": [
  4968. "IPY_MODEL_b5c203852f5040efbfac3064af2a1e94",
  4969. "IPY_MODEL_25a0c653c9cb4bd9a017609012d2a8c9"
  4970. ],
  4971. "layout": "IPY_MODEL_1ddbe26c99ae4fb28f83e36c4c03205f"
  4972. }
  4973. },
  4974. "212ee074b8b8455788ee37ea75ee010b": {
  4975. "model_name": "DescriptionStyleModel",
  4976. "model_module": "@jupyter-widgets/controls",
  4977. "model_module_version": "1.2.0",
  4978. "state": {
  4979. "description_width": ""
  4980. }
  4981. },
  4982. "21548d44bbe345caabc21ebb53ec182e": {
  4983. "model_name": "LabelModel",
  4984. "model_module": "@jupyter-widgets/controls",
  4985. "model_module_version": "1.2.0",
  4986. "state": {
  4987. "layout": "IPY_MODEL_85ceb77c66f8435bb69c5cfd84c3746a",
  4988. "style": "IPY_MODEL_747e1439f6554645b1417e3cebdd55b8",
  4989. "value": "Chosen Classifiers"
  4990. }
  4991. },
  4992. "2160e984627649fa8e9438791fa6c41d": {
  4993. "model_name": "LayoutModel",
  4994. "model_module": "@jupyter-widgets/base",
  4995. "model_module_version": "1.0.0",
  4996. "state": {}
  4997. },
  4998. "217f76da293244cbadac9e01838ba180": {
  4999. "model_name": "HBoxModel",
  5000. "model_module": "@jupyter-widgets/controls",
  5001. "model_module_version": "1.2.0",
  5002. "state": {
  5003. "children": [
  5004. "IPY_MODEL_139f3337573d4e10b1bf438e2793ac70"
  5005. ],
  5006. "layout": "IPY_MODEL_3cf6f4e474d944929dbbed9fecff2329"
  5007. }
  5008. },
  5009. "21a8e2ae7fd54644b5856075b01e8dec": {
  5010. "model_name": "LayoutModel",
  5011. "model_module": "@jupyter-widgets/base",
  5012. "model_module_version": "1.0.0",
  5013. "state": {}
  5014. },
  5015. "21b05a277ac642e983b77353eba3f9db": {
  5016. "model_name": "DescriptionStyleModel",
  5017. "model_module": "@jupyter-widgets/controls",
  5018. "model_module_version": "1.2.0",
  5019. "state": {
  5020. "description_width": ""
  5021. }
  5022. },
  5023. "21b19af01aea42d4b05ee8f14acbf039": {
  5024. "model_name": "DescriptionStyleModel",
  5025. "model_module": "@jupyter-widgets/controls",
  5026. "model_module_version": "1.2.0",
  5027. "state": {
  5028. "description_width": ""
  5029. }
  5030. },
  5031. "21b27120425642698ffc05c63c0b2273": {
  5032. "model_name": "HBoxModel",
  5033. "model_module": "@jupyter-widgets/controls",
  5034. "model_module_version": "1.2.0",
  5035. "state": {
  5036. "children": [
  5037. "IPY_MODEL_2e594e3796284eb8a22f39783ab09a28",
  5038. "IPY_MODEL_dcecc6d5004a4c638354864b974b6d50",
  5039. "IPY_MODEL_53dc472d995e4123b36967e3a9c3720b"
  5040. ],
  5041. "layout": "IPY_MODEL_2605018a538c4ba182b1835a246a023d"
  5042. }
  5043. },
  5044. "21b7388ceabf4bb887297e526e4c34dc": {
  5045. "model_name": "HBoxModel",
  5046. "model_module": "@jupyter-widgets/controls",
  5047. "model_module_version": "1.2.0",
  5048. "state": {
  5049. "children": [
  5050. "IPY_MODEL_bdaf5a550f464ad48010a7e6b0a80eae",
  5051. "IPY_MODEL_e7c1e7ca714b4f91b7e2cf66e8fc3cd0",
  5052. "IPY_MODEL_3cb11b4468fa489aa707692b4f79b866"
  5053. ],
  5054. "layout": "IPY_MODEL_9a7ea678a19e48658c880957a4612d6e"
  5055. }
  5056. },
  5057. "21c4d9791f9f447ab0b7db2ddf75ae06": {
  5058. "model_name": "LayoutModel",
  5059. "model_module": "@jupyter-widgets/base",
  5060. "model_module_version": "1.0.0",
  5061. "state": {}
  5062. },
  5063. "21c7d32b6a6443ee832135ba2e7e8f53": {
  5064. "model_name": "LayoutModel",
  5065. "model_module": "@jupyter-widgets/base",
  5066. "model_module_version": "1.0.0",
  5067. "state": {}
  5068. },
  5069. "21ccc61e92964e84a1a3e7de9cb340bb": {
  5070. "model_name": "DropdownModel",
  5071. "model_module": "@jupyter-widgets/controls",
  5072. "model_module_version": "1.2.0",
  5073. "state": {
  5074. "_options_labels": [
  5075. "Development Status",
  5076. "Environment",
  5077. "Framework",
  5078. "Intended Audience",
  5079. "License",
  5080. "Natural Language",
  5081. "Operating System",
  5082. "Programming Language",
  5083. "Topic"
  5084. ],
  5085. "description": "prefix",
  5086. "index": 3,
  5087. "layout": "IPY_MODEL_f82c6f2bf75f4d63880b6d3ea6e0f1d8",
  5088. "style": "IPY_MODEL_104b4aa956ec40c2a0ed6aee4f3a7fd8"
  5089. }
  5090. },
  5091. "21df2fa0eeaa4654b594d27ec906ce77": {
  5092. "model_name": "HBoxModel",
  5093. "model_module": "@jupyter-widgets/controls",
  5094. "model_module_version": "1.2.0",
  5095. "state": {
  5096. "children": [
  5097. "IPY_MODEL_0f2a1a4cd20347e6968ad53dd71a0541",
  5098. "IPY_MODEL_ea7b5e900ed84d6db30c30912a17e723"
  5099. ],
  5100. "layout": "IPY_MODEL_69db70e962cf40308571ade158976824"
  5101. }
  5102. },
  5103. "21f88b5267c84d2097b85cf0081df7a6": {
  5104. "model_name": "OutputModel",
  5105. "model_module": "@jupyter-widgets/output",
  5106. "model_module_version": "1.0.0",
  5107. "state": {
  5108. "layout": "IPY_MODEL_4a3ee91133c7469188142e643424ed6c"
  5109. }
  5110. },
  5111. "21fa2a73a07b4fbc823dc06e67d165fb": {
  5112. "model_name": "DescriptionStyleModel",
  5113. "model_module": "@jupyter-widgets/controls",
  5114. "model_module_version": "1.2.0",
  5115. "state": {
  5116. "description_width": ""
  5117. }
  5118. },
  5119. "220bb6c02aff438e8e5c702ca55441c1": {
  5120. "model_name": "VBoxModel",
  5121. "model_module": "@jupyter-widgets/controls",
  5122. "model_module_version": "1.2.0",
  5123. "state": {
  5124. "_dom_classes": [
  5125. "widget-interact"
  5126. ],
  5127. "children": [
  5128. "IPY_MODEL_95466a74a23f4101aafc9bbe26009414",
  5129. "IPY_MODEL_5b75d7b5687c407f9179c9adc542d123"
  5130. ],
  5131. "layout": "IPY_MODEL_14494092aba7451e82ba808baed929d6"
  5132. }
  5133. },
  5134. "2218a3fd7b3e4d67957958c12770b3c5": {
  5135. "model_name": "LayoutModel",
  5136. "model_module": "@jupyter-widgets/base",
  5137. "model_module_version": "1.0.0",
  5138. "state": {}
  5139. },
  5140. "221ef682a0fb4c1bae0ab517a354f2ed": {
  5141. "model_name": "DropdownModel",
  5142. "model_module": "@jupyter-widgets/controls",
  5143. "model_module_version": "1.2.0",
  5144. "state": {
  5145. "_options_labels": [
  5146. "Natural Language :: Japanese",
  5147. "Natural Language :: Telugu",
  5148. "Natural Language :: Chinese (Simplified)",
  5149. "Natural Language :: Malay",
  5150. "Natural Language :: Norwegian",
  5151. "Natural Language :: Slovak",
  5152. "Natural Language :: Latvian",
  5153. "Natural Language :: Croatian",
  5154. "Natural Language :: Persian",
  5155. "Natural Language :: Polish",
  5156. "Natural Language :: Thai",
  5157. "Natural Language :: Chinese (Traditional)",
  5158. "Natural Language :: Urdu",
  5159. "Natural Language :: Galician",
  5160. "Natural Language :: Cantonese",
  5161. "Natural Language :: Danish",
  5162. "Natural Language :: Portuguese",
  5163. "Natural Language :: Swedish",
  5164. "Natural Language :: Italian",
  5165. "Natural Language :: Vietnamese",
  5166. "Natural Language :: Tibetan",
  5167. "Natural Language :: Panjabi",
  5168. "Natural Language :: Tamil",
  5169. "Natural Language :: Ukrainian",
  5170. "Natural Language :: Russian",
  5171. "Natural Language :: Serbian",
  5172. "Natural Language :: Portuguese (Brazilian)",
  5173. "Natural Language :: Romanian",
  5174. "Natural Language :: Turkish",
  5175. "Natural Language :: Marathi",
  5176. "Natural Language :: Latin",
  5177. "Natural Language :: German",
  5178. "Natural Language :: Icelandic",
  5179. "Natural Language :: Bengali",
  5180. "Natural Language :: English",
  5181. "Natural Language :: Greek",
  5182. "Natural Language :: Macedonian",
  5183. "Natural Language :: Bulgarian",
  5184. "Natural Language :: Indonesian",
  5185. "Natural Language :: Bosnian",
  5186. "Natural Language :: Hebrew",
  5187. "Natural Language :: Finnish",
  5188. "Natural Language :: Dutch",
  5189. "Natural Language :: Javanese",
  5190. "Natural Language :: Esperanto",
  5191. "Natural Language :: Slovenian",
  5192. "Natural Language :: Spanish",
  5193. "Natural Language :: French",
  5194. "Natural Language :: Arabic",
  5195. "Natural Language :: Korean",
  5196. "Natural Language :: Catalan",
  5197. "Natural Language :: Czech",
  5198. "Natural Language :: Hindi",
  5199. "Natural Language :: Hungarian",
  5200. "Natural Language :: Afrikaans"
  5201. ],
  5202. "description": "Classifier",
  5203. "index": 0,
  5204. "layout": "IPY_MODEL_db0d960b663a4807b7eae4c42bf3d553",
  5205. "style": "IPY_MODEL_4bf9e41785a141108b7e1fb0f6ea1072"
  5206. }
  5207. },
  5208. "222d15f7e9094fb99f1de3b2e75c1bd5": {
  5209. "model_name": "VBoxModel",
  5210. "model_module": "@jupyter-widgets/controls",
  5211. "model_module_version": "1.2.0",
  5212. "state": {
  5213. "_dom_classes": [
  5214. "widget-interact"
  5215. ],
  5216. "children": [
  5217. "IPY_MODEL_b1e840fd31114509ba3b6f48a07d3a44",
  5218. "IPY_MODEL_8787b01ce7914d2c8e13800db0f95638"
  5219. ],
  5220. "layout": "IPY_MODEL_0c2e9c69db63465599339a5424b9ffcf"
  5221. }
  5222. },
  5223. "22439129dfe3401ca5565088ebe0b058": {
  5224. "model_name": "SelectModel",
  5225. "model_module": "@jupyter-widgets/controls",
  5226. "model_module_version": "1.2.0",
  5227. "state": {
  5228. "description": "Selected:",
  5229. "index": null,
  5230. "layout": "IPY_MODEL_34fdb2f91a33424e927bc888de1c01f3",
  5231. "style": "IPY_MODEL_47eef9f0bda9412cb764bb079055a3ae"
  5232. }
  5233. },
  5234. "22631242995d467c969fda8d8afe0b11": {
  5235. "model_name": "VBoxModel",
  5236. "model_module": "@jupyter-widgets/controls",
  5237. "model_module_version": "1.2.0",
  5238. "state": {
  5239. "_dom_classes": [
  5240. "widget-interact"
  5241. ],
  5242. "children": [
  5243. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  5244. "IPY_MODEL_5a716ef04801446d9ff8e6b3cc3a3740"
  5245. ],
  5246. "layout": "IPY_MODEL_5cfd71faa12f4b3b9ab012fd4a9c95bf"
  5247. }
  5248. },
  5249. "227779bb6a554c35a98313e2917460c8": {
  5250. "model_name": "LayoutModel",
  5251. "model_module": "@jupyter-widgets/base",
  5252. "model_module_version": "1.0.0",
  5253. "state": {}
  5254. },
  5255. "227f185c536346bfbe5a90ad7231ddb1": {
  5256. "model_name": "DescriptionStyleModel",
  5257. "model_module": "@jupyter-widgets/controls",
  5258. "model_module_version": "1.2.0",
  5259. "state": {
  5260. "description_width": ""
  5261. }
  5262. },
  5263. "228797acbf4d4a309bd0b0ab2e8eb819": {
  5264. "model_name": "LayoutModel",
  5265. "model_module": "@jupyter-widgets/base",
  5266. "model_module_version": "1.0.0",
  5267. "state": {}
  5268. },
  5269. "228a9ad90b0e4a96ae331d695cbaa527": {
  5270. "model_name": "LabelModel",
  5271. "model_module": "@jupyter-widgets/controls",
  5272. "model_module_version": "1.2.0",
  5273. "state": {
  5274. "layout": "IPY_MODEL_a63c13dbdfaf4229919bf5e1aac3a213",
  5275. "style": "IPY_MODEL_245d278340de471696ad60954f8d0c9a",
  5276. "value": "Chosen Classifiers"
  5277. }
  5278. },
  5279. "22952a41ad1e42308468ada1f38873a8": {
  5280. "model_name": "LayoutModel",
  5281. "model_module": "@jupyter-widgets/base",
  5282. "model_module_version": "1.0.0",
  5283. "state": {}
  5284. },
  5285. "22ad5107ed7044229015ca99302db952": {
  5286. "model_name": "LayoutModel",
  5287. "model_module": "@jupyter-widgets/base",
  5288. "model_module_version": "1.0.0",
  5289. "state": {}
  5290. },
  5291. "22d9e26ab00b4c318797ce4b9f47dcc6": {
  5292. "model_name": "OutputModel",
  5293. "model_module": "@jupyter-widgets/output",
  5294. "model_module_version": "1.0.0",
  5295. "state": {
  5296. "layout": "IPY_MODEL_4ff8e638702b426e8bda198171bd998c",
  5297. "outputs": [
  5298. {
  5299. "data": {
  5300. "application/vnd.jupyter.widget-view+json": {
  5301. "model_id": "b52a1267891448989d9bada8187744d8",
  5302. "version_major": 2,
  5303. "version_minor": 0
  5304. },
  5305. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Marathi', 'Natural Lang…"
  5306. },
  5307. "metadata": {},
  5308. "output_type": "display_data"
  5309. }
  5310. ]
  5311. }
  5312. },
  5313. "22eaa74e2de64674b59be03192e4faa3": {
  5314. "model_name": "LayoutModel",
  5315. "model_module": "@jupyter-widgets/base",
  5316. "model_module_version": "1.0.0",
  5317. "state": {}
  5318. },
  5319. "230999ba57e74fc8a7cb8d8554273b27": {
  5320. "model_name": "LayoutModel",
  5321. "model_module": "@jupyter-widgets/base",
  5322. "model_module_version": "1.0.0",
  5323. "state": {}
  5324. },
  5325. "231767eefbea4064bb1ad20aad2781c2": {
  5326. "model_name": "LabelModel",
  5327. "model_module": "@jupyter-widgets/controls",
  5328. "model_module_version": "1.2.0",
  5329. "state": {
  5330. "layout": "IPY_MODEL_db3707843dab4c8ca2cd1c1eab748e31",
  5331. "style": "IPY_MODEL_d107ca0bdfda45cd871c24599ce2e060",
  5332. "value": "License :: OSI Approved :: GNU General Public License v2 (GPLv2)"
  5333. }
  5334. },
  5335. "23231d5fb4794558a5312432bd762e95": {
  5336. "model_name": "LayoutModel",
  5337. "model_module": "@jupyter-widgets/base",
  5338. "model_module_version": "1.0.0",
  5339. "state": {}
  5340. },
  5341. "2324730dbe864e9c93c44fc1efd05be3": {
  5342. "model_name": "VBoxModel",
  5343. "model_module": "@jupyter-widgets/controls",
  5344. "model_module_version": "1.2.0",
  5345. "state": {
  5346. "_dom_classes": [
  5347. "widget-interact"
  5348. ],
  5349. "children": [
  5350. "IPY_MODEL_d8d92b3443954729905669eb48350dc5",
  5351. "IPY_MODEL_3f3f1f5fcd354e5b93bd724e88517888"
  5352. ],
  5353. "layout": "IPY_MODEL_d8245ad8f78b433386c25e8a6c7d47b9"
  5354. }
  5355. },
  5356. "232f77ca0c914202bfb0c5e72876e0d8": {
  5357. "model_name": "LayoutModel",
  5358. "model_module": "@jupyter-widgets/base",
  5359. "model_module_version": "1.0.0",
  5360. "state": {}
  5361. },
  5362. "233dbb81c5fb4006a289514e45fe0b14": {
  5363. "model_name": "LayoutModel",
  5364. "model_module": "@jupyter-widgets/base",
  5365. "model_module_version": "1.0.0",
  5366. "state": {}
  5367. },
  5368. "2346477a5d3b497e837a4ed2ded0c35e": {
  5369. "model_name": "LayoutModel",
  5370. "model_module": "@jupyter-widgets/base",
  5371. "model_module_version": "1.0.0",
  5372. "state": {}
  5373. },
  5374. "234752e3bb3543469458dc3e64967b77": {
  5375. "model_name": "ButtonStyleModel",
  5376. "model_module": "@jupyter-widgets/controls",
  5377. "model_module_version": "1.2.0",
  5378. "state": {}
  5379. },
  5380. "23705652cf75406380731d9077db4b7f": {
  5381. "model_name": "VBoxModel",
  5382. "model_module": "@jupyter-widgets/controls",
  5383. "model_module_version": "1.2.0",
  5384. "state": {
  5385. "_dom_classes": [
  5386. "widget-interact"
  5387. ],
  5388. "children": [
  5389. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  5390. "IPY_MODEL_de22522c0dc44e4bb3771beabf542705"
  5391. ],
  5392. "layout": "IPY_MODEL_6170cc44a3b842abaddfecc0e1668e11"
  5393. }
  5394. },
  5395. "2379e8a3ee044534b2654f3fd27fc5b9": {
  5396. "model_name": "LayoutModel",
  5397. "model_module": "@jupyter-widgets/base",
  5398. "model_module_version": "1.0.0",
  5399. "state": {}
  5400. },
  5401. "23817c18585e4103825cdf8352786f22": {
  5402. "model_name": "LayoutModel",
  5403. "model_module": "@jupyter-widgets/base",
  5404. "model_module_version": "1.0.0",
  5405. "state": {}
  5406. },
  5407. "239387ea25af4e18bf008e5dab5ca38b": {
  5408. "model_name": "LayoutModel",
  5409. "model_module": "@jupyter-widgets/base",
  5410. "model_module_version": "1.0.0",
  5411. "state": {}
  5412. },
  5413. "23b2a32728614919b04e50b7a9f82e93": {
  5414. "model_name": "LayoutModel",
  5415. "model_module": "@jupyter-widgets/base",
  5416. "model_module_version": "1.0.0",
  5417. "state": {}
  5418. },
  5419. "23dc8eb0b686498fa507afa904fa0306": {
  5420. "model_name": "ButtonStyleModel",
  5421. "model_module": "@jupyter-widgets/controls",
  5422. "model_module_version": "1.2.0",
  5423. "state": {}
  5424. },
  5425. "23dea34d32f24030bc836e1d15dbf657": {
  5426. "model_name": "HBoxModel",
  5427. "model_module": "@jupyter-widgets/controls",
  5428. "model_module_version": "1.2.0",
  5429. "state": {
  5430. "children": [
  5431. "IPY_MODEL_04ec125acacf4a2eb38b858c4cc004fd",
  5432. "IPY_MODEL_8962b7a4e3284bc7a015a422351966a5"
  5433. ],
  5434. "layout": "IPY_MODEL_bcc71ec76cb24544878d036dcec773e9"
  5435. }
  5436. },
  5437. "23f591d4e98b4e4babd3aba26eb70c06": {
  5438. "model_name": "LayoutModel",
  5439. "model_module": "@jupyter-widgets/base",
  5440. "model_module_version": "1.0.0",
  5441. "state": {}
  5442. },
  5443. "24135fea51444cf29b2fa03b24cacdbb": {
  5444. "model_name": "HBoxModel",
  5445. "model_module": "@jupyter-widgets/controls",
  5446. "model_module_version": "1.2.0",
  5447. "state": {
  5448. "children": [
  5449. "IPY_MODEL_522cff5dd32f46159e357ed6f21e41c6",
  5450. "IPY_MODEL_78dfe9a9ac4748e7828a5fce43634756"
  5451. ],
  5452. "layout": "IPY_MODEL_7264937766c845d49329638da53836e4"
  5453. }
  5454. },
  5455. "24180a05d7f44433bf117399e204058d": {
  5456. "model_name": "LabelModel",
  5457. "model_module": "@jupyter-widgets/controls",
  5458. "model_module_version": "1.2.0",
  5459. "state": {
  5460. "layout": "IPY_MODEL_e3f38289550443d3962ef4856b98f542",
  5461. "style": "IPY_MODEL_b82b1a5c72204cf388970dde529b77bd"
  5462. }
  5463. },
  5464. "241b0e5fb5c84605a0e6280f31569587": {
  5465. "model_name": "LayoutModel",
  5466. "model_module": "@jupyter-widgets/base",
  5467. "model_module_version": "1.0.0",
  5468. "state": {}
  5469. },
  5470. "24226aa1c3324ad6ac175ad5fc4508c3": {
  5471. "model_name": "LayoutModel",
  5472. "model_module": "@jupyter-widgets/base",
  5473. "model_module_version": "1.0.0",
  5474. "state": {}
  5475. },
  5476. "2441dd1788804f349882bc1cc0125c8f": {
  5477. "model_name": "LayoutModel",
  5478. "model_module": "@jupyter-widgets/base",
  5479. "model_module_version": "1.0.0",
  5480. "state": {}
  5481. },
  5482. "244b614c26ef4d06be505fed78ac790a": {
  5483. "model_name": "LayoutModel",
  5484. "model_module": "@jupyter-widgets/base",
  5485. "model_module_version": "1.0.0",
  5486. "state": {}
  5487. },
  5488. "244e025090794ec4a4d5d36cfcfc23bd": {
  5489. "model_name": "LayoutModel",
  5490. "model_module": "@jupyter-widgets/base",
  5491. "model_module_version": "1.0.0",
  5492. "state": {}
  5493. },
  5494. "2452aac479854080a94ab8732b939d60": {
  5495. "model_name": "LabelModel",
  5496. "model_module": "@jupyter-widgets/controls",
  5497. "model_module_version": "1.2.0",
  5498. "state": {
  5499. "layout": "IPY_MODEL_48608ac46d064d34a8bd71433b027db3",
  5500. "style": "IPY_MODEL_c777a39dc72e4b93aa26a6e6ab8e42c3"
  5501. }
  5502. },
  5503. "245d278340de471696ad60954f8d0c9a": {
  5504. "model_name": "DescriptionStyleModel",
  5505. "model_module": "@jupyter-widgets/controls",
  5506. "model_module_version": "1.2.0",
  5507. "state": {
  5508. "description_width": ""
  5509. }
  5510. },
  5511. "247b4462190f428ab53e54524ba0c0b8": {
  5512. "model_name": "LayoutModel",
  5513. "model_module": "@jupyter-widgets/base",
  5514. "model_module_version": "1.0.0",
  5515. "state": {}
  5516. },
  5517. "249cdf8742f544c8a2f383c1e1327114": {
  5518. "model_name": "ButtonModel",
  5519. "model_module": "@jupyter-widgets/controls",
  5520. "model_module_version": "1.2.0",
  5521. "state": {
  5522. "description": "Add",
  5523. "layout": "IPY_MODEL_ecd44779631c4174b74dade6f05e6547",
  5524. "style": "IPY_MODEL_fefa896617054686a197e6e18682c13e"
  5525. }
  5526. },
  5527. "24a4c8a2b67245c3a108c6e1b3ae3f66": {
  5528. "model_name": "LayoutModel",
  5529. "model_module": "@jupyter-widgets/base",
  5530. "model_module_version": "1.0.0",
  5531. "state": {}
  5532. },
  5533. "24b1a65129a646029662028ffa272913": {
  5534. "model_name": "LayoutModel",
  5535. "model_module": "@jupyter-widgets/base",
  5536. "model_module_version": "1.0.0",
  5537. "state": {}
  5538. },
  5539. "24ef04e84c284f64b0be2a6fb0bd602e": {
  5540. "model_name": "LayoutModel",
  5541. "model_module": "@jupyter-widgets/base",
  5542. "model_module_version": "1.0.0",
  5543. "state": {}
  5544. },
  5545. "24f09b5ae93f42d280cdfd3aac4608a1": {
  5546. "model_name": "DescriptionStyleModel",
  5547. "model_module": "@jupyter-widgets/controls",
  5548. "model_module_version": "1.2.0",
  5549. "state": {
  5550. "description_width": ""
  5551. }
  5552. },
  5553. "25362a5a2d044eb1ad472dfe718bc7dc": {
  5554. "model_name": "LayoutModel",
  5555. "model_module": "@jupyter-widgets/base",
  5556. "model_module_version": "1.0.0",
  5557. "state": {}
  5558. },
  5559. "25569affc5f542e7861d28306b8c2399": {
  5560. "model_name": "ButtonStyleModel",
  5561. "model_module": "@jupyter-widgets/controls",
  5562. "model_module_version": "1.2.0",
  5563. "state": {}
  5564. },
  5565. "2567d2ac091a47d899aef3739886ef7f": {
  5566. "model_name": "DescriptionStyleModel",
  5567. "model_module": "@jupyter-widgets/controls",
  5568. "model_module_version": "1.2.0",
  5569. "state": {
  5570. "description_width": ""
  5571. }
  5572. },
  5573. "2596c69edaf443dabfb83c51804f4702": {
  5574. "model_name": "LabelModel",
  5575. "model_module": "@jupyter-widgets/controls",
  5576. "model_module_version": "1.2.0",
  5577. "state": {
  5578. "layout": "IPY_MODEL_b1132a3ce8e34146b0622c1de663322f",
  5579. "style": "IPY_MODEL_5bb79e3a62c844fe91c4609480625970",
  5580. "value": "Development Status :: 4 - Beta"
  5581. }
  5582. },
  5583. "259c811a9d764d1d82c0ae5409d390b2": {
  5584. "model_name": "LayoutModel",
  5585. "model_module": "@jupyter-widgets/base",
  5586. "model_module_version": "1.0.0",
  5587. "state": {}
  5588. },
  5589. "25a0c653c9cb4bd9a017609012d2a8c9": {
  5590. "model_name": "HBoxModel",
  5591. "model_module": "@jupyter-widgets/controls",
  5592. "model_module_version": "1.2.0",
  5593. "state": {
  5594. "children": [
  5595. "IPY_MODEL_16c001b9bc984271abdc9b3f5c6b269e"
  5596. ],
  5597. "layout": "IPY_MODEL_4a73790ec0734a7face6dccb270dc8ad"
  5598. }
  5599. },
  5600. "25d7b4f0e42640ffb3e8012fb52fd39f": {
  5601. "model_name": "LayoutModel",
  5602. "model_module": "@jupyter-widgets/base",
  5603. "model_module_version": "1.0.0",
  5604. "state": {}
  5605. },
  5606. "25d96fdcda6e47b4ab564d0f9bd0940c": {
  5607. "model_name": "DescriptionStyleModel",
  5608. "model_module": "@jupyter-widgets/controls",
  5609. "model_module_version": "1.2.0",
  5610. "state": {
  5611. "description_width": ""
  5612. }
  5613. },
  5614. "25ea7a0dbd304dee9f041fa3d24e6778": {
  5615. "model_name": "DescriptionStyleModel",
  5616. "model_module": "@jupyter-widgets/controls",
  5617. "model_module_version": "1.2.0",
  5618. "state": {
  5619. "description_width": ""
  5620. }
  5621. },
  5622. "2605018a538c4ba182b1835a246a023d": {
  5623. "model_name": "LayoutModel",
  5624. "model_module": "@jupyter-widgets/base",
  5625. "model_module_version": "1.0.0",
  5626. "state": {}
  5627. },
  5628. "2614a07431d64cd5b4ffb2eb6b8633d5": {
  5629. "model_name": "LayoutModel",
  5630. "model_module": "@jupyter-widgets/base",
  5631. "model_module_version": "1.0.0",
  5632. "state": {}
  5633. },
  5634. "2621b481b648472cab282346f78dd483": {
  5635. "model_name": "LayoutModel",
  5636. "model_module": "@jupyter-widgets/base",
  5637. "model_module_version": "1.0.0",
  5638. "state": {}
  5639. },
  5640. "2624a75cc94e40e8a21fe50cfe675e93": {
  5641. "model_name": "LayoutModel",
  5642. "model_module": "@jupyter-widgets/base",
  5643. "model_module_version": "1.0.0",
  5644. "state": {}
  5645. },
  5646. "2627254debe847b981df523793a3384b": {
  5647. "model_name": "OutputModel",
  5648. "model_module": "@jupyter-widgets/output",
  5649. "model_module_version": "1.0.0",
  5650. "state": {
  5651. "layout": "IPY_MODEL_f0dadab8cc3c4e008b101de8ce6513d9"
  5652. }
  5653. },
  5654. "2628f1ebca0c4808a952c6302cb67ed8": {
  5655. "model_name": "LayoutModel",
  5656. "model_module": "@jupyter-widgets/base",
  5657. "model_module_version": "1.0.0",
  5658. "state": {}
  5659. },
  5660. "26360addf1a24c5b8f9efa70d2264fb6": {
  5661. "model_name": "LayoutModel",
  5662. "model_module": "@jupyter-widgets/base",
  5663. "model_module_version": "1.0.0",
  5664. "state": {}
  5665. },
  5666. "2646937ecdb348459fb627604bf4cc98": {
  5667. "model_name": "LayoutModel",
  5668. "model_module": "@jupyter-widgets/base",
  5669. "model_module_version": "1.0.0",
  5670. "state": {}
  5671. },
  5672. "2667f1e039cb4802a629538065b9d65b": {
  5673. "model_name": "DropdownModel",
  5674. "model_module": "@jupyter-widgets/controls",
  5675. "model_module_version": "1.2.0",
  5676. "state": {
  5677. "description": "Classifier",
  5678. "index": null,
  5679. "layout": "IPY_MODEL_1435624e2fb34c9f8d47ff106ff092f2",
  5680. "style": "IPY_MODEL_ae49f0fd1bf545e98d1b94948699ee8b"
  5681. }
  5682. },
  5683. "26827620cb9841109b70e0c4b8aa813d": {
  5684. "model_name": "LabelModel",
  5685. "model_module": "@jupyter-widgets/controls",
  5686. "model_module_version": "1.2.0",
  5687. "state": {
  5688. "layout": "IPY_MODEL_dc7db8090ec54a128b426f072fad37a5",
  5689. "style": "IPY_MODEL_b1f3c771db0441889b149e96159a89b0",
  5690. "value": "*Optional Classifiers"
  5691. }
  5692. },
  5693. "26895728a6e04ae7ae589a2090ae579c": {
  5694. "model_name": "LayoutModel",
  5695. "model_module": "@jupyter-widgets/base",
  5696. "model_module_version": "1.0.0",
  5697. "state": {}
  5698. },
  5699. "26c02c972e4e4d338a8f6041990a1876": {
  5700. "model_name": "DropdownModel",
  5701. "model_module": "@jupyter-widgets/controls",
  5702. "model_module_version": "1.2.0",
  5703. "state": {
  5704. "_options_labels": [
  5705. "Development Status",
  5706. "Environment",
  5707. "Framework",
  5708. "Intended Audience",
  5709. "License",
  5710. "Natural Language",
  5711. "Operating System",
  5712. "Programming Language",
  5713. "Topic"
  5714. ],
  5715. "description": "prefix",
  5716. "index": 0,
  5717. "layout": "IPY_MODEL_228797acbf4d4a309bd0b0ab2e8eb819",
  5718. "style": "IPY_MODEL_99f54634d711487e908402325fd87474"
  5719. }
  5720. },
  5721. "26c4d6b66a7f40238f2931660c0d5333": {
  5722. "model_name": "LayoutModel",
  5723. "model_module": "@jupyter-widgets/base",
  5724. "model_module_version": "1.0.0",
  5725. "state": {}
  5726. },
  5727. "26cc7241d76443bca29f5a8e638b19b7": {
  5728. "model_name": "VBoxModel",
  5729. "model_module": "@jupyter-widgets/controls",
  5730. "model_module_version": "1.2.0",
  5731. "state": {
  5732. "_dom_classes": [
  5733. "widget-interact"
  5734. ],
  5735. "children": [
  5736. "IPY_MODEL_d4d3cb9b5ed1434a99c343257a39b84b",
  5737. "IPY_MODEL_bfc211f76b1c4437a95463ab8c841b11"
  5738. ],
  5739. "layout": "IPY_MODEL_c5723a06631e47a789c352f17b54c9a8"
  5740. }
  5741. },
  5742. "26d4cb02fb7342ef87cb6d3f2907445b": {
  5743. "model_name": "LayoutModel",
  5744. "model_module": "@jupyter-widgets/base",
  5745. "model_module_version": "1.0.0",
  5746. "state": {}
  5747. },
  5748. "26d5868b203b4be8bee00709a6d57d2f": {
  5749. "model_name": "DescriptionStyleModel",
  5750. "model_module": "@jupyter-widgets/controls",
  5751. "model_module_version": "1.2.0",
  5752. "state": {
  5753. "description_width": ""
  5754. }
  5755. },
  5756. "26d7dad47afa4d869d65e0df75149569": {
  5757. "model_name": "LayoutModel",
  5758. "model_module": "@jupyter-widgets/base",
  5759. "model_module_version": "1.0.0",
  5760. "state": {}
  5761. },
  5762. "26de7f215b0a4fc9bdc2f0c1a136c212": {
  5763. "model_name": "LabelModel",
  5764. "model_module": "@jupyter-widgets/controls",
  5765. "model_module_version": "1.2.0",
  5766. "state": {
  5767. "layout": "IPY_MODEL_9c8dbac2399c4246ad131e2109462cd5",
  5768. "style": "IPY_MODEL_4ff5fc1e80e94a31a78ac194ca5c5e4a",
  5769. "value": "Selected Classifier Removed!"
  5770. }
  5771. },
  5772. "26f8ec2b352d48068416302f3dba2853": {
  5773. "model_name": "ButtonModel",
  5774. "model_module": "@jupyter-widgets/controls",
  5775. "model_module_version": "1.2.0",
  5776. "state": {
  5777. "description": "Save",
  5778. "layout": "IPY_MODEL_6b8627d577a14e908d4119e6dd90221a",
  5779. "style": "IPY_MODEL_451dce18bbd04cb9a5d7e8bc2d59c70c"
  5780. }
  5781. },
  5782. "2709fe363f514b7a9b432bc65913d33f": {
  5783. "model_name": "DescriptionStyleModel",
  5784. "model_module": "@jupyter-widgets/controls",
  5785. "model_module_version": "1.2.0",
  5786. "state": {
  5787. "description_width": ""
  5788. }
  5789. },
  5790. "2712535bb9974bbe9c7a77a0af859d5b": {
  5791. "model_name": "LayoutModel",
  5792. "model_module": "@jupyter-widgets/base",
  5793. "model_module_version": "1.0.0",
  5794. "state": {}
  5795. },
  5796. "2718d5b909864b7bb9f187774aa919fa": {
  5797. "model_name": "ButtonModel",
  5798. "model_module": "@jupyter-widgets/controls",
  5799. "model_module_version": "1.2.0",
  5800. "state": {
  5801. "description": "Add",
  5802. "layout": "IPY_MODEL_70f336a77a3848d0b4a50e5612b717e3",
  5803. "style": "IPY_MODEL_b7a34c1b443044b38dad1860adcb2767"
  5804. }
  5805. },
  5806. "27318627fdfc4006b849ddb87b68bc57": {
  5807. "model_name": "DropdownModel",
  5808. "model_module": "@jupyter-widgets/controls",
  5809. "model_module_version": "1.2.0",
  5810. "state": {
  5811. "_options_labels": [
  5812. "Framework :: ZODB",
  5813. "Framework :: Opps",
  5814. "Framework :: Twisted",
  5815. "Framework :: Wagtail :: 2",
  5816. "Framework :: Plone :: Theme",
  5817. "Framework :: Scrapy",
  5818. "Framework :: Plone :: 4.3",
  5819. "Framework :: Plone :: 3.3",
  5820. "Framework :: Setuptools Plugin",
  5821. "Framework :: Trac",
  5822. "Framework :: Plone :: 5.1",
  5823. "Framework :: IDLE",
  5824. "Framework :: Django :: 2.0",
  5825. "Framework :: Pelican",
  5826. "Framework :: Django",
  5827. "Framework :: Buildout",
  5828. "Framework :: Django :: 1.10",
  5829. "Framework :: Pelican :: Plugins",
  5830. "Framework :: TurboGears :: Widgets",
  5831. "Framework :: Zope3",
  5832. "Framework :: Plone :: 5.0",
  5833. "Framework :: Review Board",
  5834. "Framework :: AsyncIO",
  5835. "Framework :: Zope :: 3",
  5836. "Framework :: Lektor",
  5837. "Framework :: Django :: 1.5",
  5838. "Framework :: Robot Framework :: Tool",
  5839. "Framework :: Sphinx :: Theme",
  5840. "Framework :: Zope :: 4",
  5841. "Framework :: Zope",
  5842. "Framework :: Bob",
  5843. "Framework :: TurboGears",
  5844. "Framework :: Buildout :: Extension",
  5845. "Framework :: Flask",
  5846. "Framework :: Django :: 1.9",
  5847. "Framework :: Odoo",
  5848. "Framework :: Trio",
  5849. "Framework :: CastleCMS",
  5850. "Framework :: Buildout :: Recipe",
  5851. "Framework :: Plone :: 3.2",
  5852. "Framework :: Django :: 1.6",
  5853. "Framework :: Plone :: 4.2",
  5854. "Framework :: Robot Framework :: Library",
  5855. "Framework :: Tryton",
  5856. "Framework :: Wagtail :: 1",
  5857. "Framework :: Django :: 1.7",
  5858. "Framework :: Chandler",
  5859. "Framework :: Plone :: 4.1",
  5860. "Framework :: Pyramid",
  5861. "Framework :: Sphinx",
  5862. "Framework :: Django :: 1.11",
  5863. "Framework :: Wagtail",
  5864. "Framework :: Paste",
  5865. "Framework :: Django :: 1.4",
  5866. "Framework :: tox",
  5867. "Framework :: CastleCMS :: Theme",
  5868. "Framework :: Django :: 1.8",
  5869. "Framework :: Pelican :: Themes",
  5870. "Framework :: Plone",
  5871. "Framework :: Plone :: 5.2",
  5872. "Framework :: Robot Framework",
  5873. "Framework :: Zope2",
  5874. "Framework :: Pylons",
  5875. "Framework :: Pytest",
  5876. "Framework :: BFG",
  5877. "Framework :: Plone :: 4.0",
  5878. "Framework :: Bottle",
  5879. "Framework :: CubicWeb",
  5880. "Framework :: Flake8",
  5881. "Framework :: CherryPy",
  5882. "Framework :: TurboGears :: Applications",
  5883. "Framework :: IPython",
  5884. "Framework :: Sphinx :: Extension",
  5885. "Framework :: Zope :: 2",
  5886. "Framework :: Jupyter"
  5887. ],
  5888. "description": "Classifier",
  5889. "index": 14,
  5890. "layout": "IPY_MODEL_1f7506bc43f4463f8eb9bceda95aa842",
  5891. "style": "IPY_MODEL_fef953b53200468e9ddd0d62ec752787"
  5892. }
  5893. },
  5894. "2737d4fea51548189c98f7466992eea4": {
  5895. "model_name": "LayoutModel",
  5896. "model_module": "@jupyter-widgets/base",
  5897. "model_module_version": "1.0.0",
  5898. "state": {}
  5899. },
  5900. "2744ecd2ad584abba56093254a9a5059": {
  5901. "model_name": "DescriptionStyleModel",
  5902. "model_module": "@jupyter-widgets/controls",
  5903. "model_module_version": "1.2.0",
  5904. "state": {
  5905. "description_width": ""
  5906. }
  5907. },
  5908. "274e3a05055b4f36a519fb9bff3667a2": {
  5909. "model_name": "DescriptionStyleModel",
  5910. "model_module": "@jupyter-widgets/controls",
  5911. "model_module_version": "1.2.0",
  5912. "state": {
  5913. "description_width": ""
  5914. }
  5915. },
  5916. "276f47d6436f43459dac59b034238607": {
  5917. "model_name": "SelectModel",
  5918. "model_module": "@jupyter-widgets/controls",
  5919. "model_module_version": "1.2.0",
  5920. "state": {
  5921. "description": "Selected:",
  5922. "index": null,
  5923. "layout": "IPY_MODEL_02398cc7775c405fa5dab31c21eda72a",
  5924. "style": "IPY_MODEL_a49c45d237904a7b95d917290a1ba43c"
  5925. }
  5926. },
  5927. "27bf4e16368d4e9d930acc2d3541660c": {
  5928. "model_name": "HBoxModel",
  5929. "model_module": "@jupyter-widgets/controls",
  5930. "model_module_version": "1.2.0",
  5931. "state": {
  5932. "children": [
  5933. "IPY_MODEL_661218c63d7944088d6fd56650d1b126",
  5934. "IPY_MODEL_e339cb3055c34e4bb23d7fbcc0334392",
  5935. "IPY_MODEL_0eceafda14394fe6bfa8af82c68bf238"
  5936. ],
  5937. "layout": "IPY_MODEL_5e4012ba7f0048dc8f33e4e5d54208be"
  5938. }
  5939. },
  5940. "27d79ba31d4a414d954f4b45eeebdd71": {
  5941. "model_name": "LayoutModel",
  5942. "model_module": "@jupyter-widgets/base",
  5943. "model_module_version": "1.0.0",
  5944. "state": {}
  5945. },
  5946. "27f62348c38a428284287c26e3a9d9a6": {
  5947. "model_name": "LayoutModel",
  5948. "model_module": "@jupyter-widgets/base",
  5949. "model_module_version": "1.0.0",
  5950. "state": {}
  5951. },
  5952. "27fc749447d64cd19705bd62ce8c5556": {
  5953. "model_name": "LayoutModel",
  5954. "model_module": "@jupyter-widgets/base",
  5955. "model_module_version": "1.0.0",
  5956. "state": {}
  5957. },
  5958. "28187813cc33471a8290bff92fbdab5c": {
  5959. "model_name": "OutputModel",
  5960. "model_module": "@jupyter-widgets/output",
  5961. "model_module_version": "1.0.0",
  5962. "state": {
  5963. "layout": "IPY_MODEL_c0b665379db74aaa95f7b3d1b6580860",
  5964. "outputs": [
  5965. {
  5966. "data": {
  5967. "application/vnd.jupyter.widget-view+json": {
  5968. "model_id": "909f5e4093c44be982cdd3107d1bcb28",
  5969. "version_major": 2,
  5970. "version_minor": 0
  5971. },
  5972. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Information Technology…"
  5973. },
  5974. "metadata": {},
  5975. "output_type": "display_data"
  5976. }
  5977. ]
  5978. }
  5979. },
  5980. "2819ace99385440bb9b950d49d0d7b07": {
  5981. "model_name": "ButtonModel",
  5982. "model_module": "@jupyter-widgets/controls",
  5983. "model_module_version": "1.2.0",
  5984. "state": {
  5985. "description": "Remove",
  5986. "layout": "IPY_MODEL_d47e84980cb3452487ee6dda6748d6f0",
  5987. "style": "IPY_MODEL_399461990291444da985e3c9a1ab9b6f"
  5988. }
  5989. },
  5990. "28366e0f2e9b4a818f7a207727adaf4a": {
  5991. "model_name": "HBoxModel",
  5992. "model_module": "@jupyter-widgets/controls",
  5993. "model_module_version": "1.2.0",
  5994. "state": {
  5995. "children": [
  5996. "IPY_MODEL_5a584ff55e0f4e8298b8d12ce5f4c4ad"
  5997. ],
  5998. "layout": "IPY_MODEL_247b4462190f428ab53e54524ba0c0b8"
  5999. }
  6000. },
  6001. "28392652f3e04b2faeb9266f41d019fe": {
  6002. "model_name": "ButtonStyleModel",
  6003. "model_module": "@jupyter-widgets/controls",
  6004. "model_module_version": "1.2.0",
  6005. "state": {}
  6006. },
  6007. "28430c44285b4455a80e9a2bbefb9a87": {
  6008. "model_name": "DescriptionStyleModel",
  6009. "model_module": "@jupyter-widgets/controls",
  6010. "model_module_version": "1.2.0",
  6011. "state": {
  6012. "description_width": ""
  6013. }
  6014. },
  6015. "28787d7b17f04f3bbe5f32f5ed0c83f8": {
  6016. "model_name": "LayoutModel",
  6017. "model_module": "@jupyter-widgets/base",
  6018. "model_module_version": "1.0.0",
  6019. "state": {}
  6020. },
  6021. "2878d1e07b7c4c3dbb486ed444f49849": {
  6022. "model_name": "LayoutModel",
  6023. "model_module": "@jupyter-widgets/base",
  6024. "model_module_version": "1.0.0",
  6025. "state": {}
  6026. },
  6027. "288fdca484e34a1a805a1cd543c840d4": {
  6028. "model_name": "LayoutModel",
  6029. "model_module": "@jupyter-widgets/base",
  6030. "model_module_version": "1.0.0",
  6031. "state": {}
  6032. },
  6033. "2890030f898749f381351ac60322f97f": {
  6034. "model_name": "ButtonStyleModel",
  6035. "model_module": "@jupyter-widgets/controls",
  6036. "model_module_version": "1.2.0",
  6037. "state": {}
  6038. },
  6039. "28914bbbcd5f41eb96c51d986b9c4aa1": {
  6040. "model_name": "DropdownModel",
  6041. "model_module": "@jupyter-widgets/controls",
  6042. "model_module_version": "1.2.0",
  6043. "state": {
  6044. "_options_labels": [
  6045. "Development Status",
  6046. "Environment",
  6047. "Framework",
  6048. "Intended Audience",
  6049. "License",
  6050. "Natural Language",
  6051. "Operating System",
  6052. "Programming Language",
  6053. "Topic"
  6054. ],
  6055. "description": "prefix",
  6056. "index": 0,
  6057. "layout": "IPY_MODEL_3548e6efad80471181a866ca08cb7636",
  6058. "style": "IPY_MODEL_0bd5d175486c4a44a0c49412538f402e"
  6059. }
  6060. },
  6061. "289270ef107e440b8f7b3b843e551e36": {
  6062. "model_name": "LayoutModel",
  6063. "model_module": "@jupyter-widgets/base",
  6064. "model_module_version": "1.0.0",
  6065. "state": {}
  6066. },
  6067. "28a51646af424afdabc0288d508d1881": {
  6068. "model_name": "DescriptionStyleModel",
  6069. "model_module": "@jupyter-widgets/controls",
  6070. "model_module_version": "1.2.0",
  6071. "state": {
  6072. "description_width": ""
  6073. }
  6074. },
  6075. "28a7fb29bd9349b695af74124c8fe03d": {
  6076. "model_name": "LayoutModel",
  6077. "model_module": "@jupyter-widgets/base",
  6078. "model_module_version": "1.0.0",
  6079. "state": {}
  6080. },
  6081. "28ac24759aa248e69ad57cc976c1185f": {
  6082. "model_name": "LayoutModel",
  6083. "model_module": "@jupyter-widgets/base",
  6084. "model_module_version": "1.0.0",
  6085. "state": {}
  6086. },
  6087. "28b0dd3c764e4ed2a498aff13385385a": {
  6088. "model_name": "LayoutModel",
  6089. "model_module": "@jupyter-widgets/base",
  6090. "model_module_version": "1.0.0",
  6091. "state": {}
  6092. },
  6093. "28b6872444724d0fa526c66edc5d2294": {
  6094. "model_name": "DescriptionStyleModel",
  6095. "model_module": "@jupyter-widgets/controls",
  6096. "model_module_version": "1.2.0",
  6097. "state": {
  6098. "description_width": ""
  6099. }
  6100. },
  6101. "28df30e3e1c9458188a27568a4715b4c": {
  6102. "model_name": "DescriptionStyleModel",
  6103. "model_module": "@jupyter-widgets/controls",
  6104. "model_module_version": "1.2.0",
  6105. "state": {
  6106. "description_width": ""
  6107. }
  6108. },
  6109. "28e1dc06c76442f38ae3784bb715e003": {
  6110. "model_name": "OutputModel",
  6111. "model_module": "@jupyter-widgets/output",
  6112. "model_module_version": "1.0.0",
  6113. "state": {
  6114. "layout": "IPY_MODEL_da11b925414c42e5a38f0e9ca288bbdc"
  6115. }
  6116. },
  6117. "28fb7465a59941b7ae3c76c9789866a3": {
  6118. "model_name": "LayoutModel",
  6119. "model_module": "@jupyter-widgets/base",
  6120. "model_module_version": "1.0.0",
  6121. "state": {}
  6122. },
  6123. "29037c3fd3904375bcd6b228f44ab19d": {
  6124. "model_name": "ButtonStyleModel",
  6125. "model_module": "@jupyter-widgets/controls",
  6126. "model_module_version": "1.2.0",
  6127. "state": {}
  6128. },
  6129. "290cfa54459d4ba78ae897f782c972f6": {
  6130. "model_name": "DescriptionStyleModel",
  6131. "model_module": "@jupyter-widgets/controls",
  6132. "model_module_version": "1.2.0",
  6133. "state": {
  6134. "description_width": ""
  6135. }
  6136. },
  6137. "292e7031d2914e15ad55f73151f2c528": {
  6138. "model_name": "LabelModel",
  6139. "model_module": "@jupyter-widgets/controls",
  6140. "model_module_version": "1.2.0",
  6141. "state": {
  6142. "layout": "IPY_MODEL_da2046972a5f4a3a88231ec29efd32fd",
  6143. "style": "IPY_MODEL_b430808494a34569b9e86f3c081fae07"
  6144. }
  6145. },
  6146. "2936a8e8ac34412fa6b8573fb33778a9": {
  6147. "model_name": "DescriptionStyleModel",
  6148. "model_module": "@jupyter-widgets/controls",
  6149. "model_module_version": "1.2.0",
  6150. "state": {
  6151. "description_width": ""
  6152. }
  6153. },
  6154. "2974ecbdc63b4536a9a9c2b9851d1241": {
  6155. "model_name": "LayoutModel",
  6156. "model_module": "@jupyter-widgets/base",
  6157. "model_module_version": "1.0.0",
  6158. "state": {}
  6159. },
  6160. "297ae5714a324d568c7b3e6cc18da8e9": {
  6161. "model_name": "DescriptionStyleModel",
  6162. "model_module": "@jupyter-widgets/controls",
  6163. "model_module_version": "1.2.0",
  6164. "state": {
  6165. "description_width": ""
  6166. }
  6167. },
  6168. "29938ea38b4a4eb0b922d5c2de7ba71a": {
  6169. "model_name": "ButtonStyleModel",
  6170. "model_module": "@jupyter-widgets/controls",
  6171. "model_module_version": "1.2.0",
  6172. "state": {}
  6173. },
  6174. "299390b788194f3d92c0daa82ef09fc0": {
  6175. "model_name": "LabelModel",
  6176. "model_module": "@jupyter-widgets/controls",
  6177. "model_module_version": "1.2.0",
  6178. "state": {
  6179. "layout": "IPY_MODEL_0befd1c012eb45f2af4b5b40f11eefab",
  6180. "style": "IPY_MODEL_9991b110d67c43ddb0df6848ffefbe2c",
  6181. "value": "*Optional Classifiers"
  6182. }
  6183. },
  6184. "29b143d345004fbc80bf835d43cd94aa": {
  6185. "model_name": "HBoxModel",
  6186. "model_module": "@jupyter-widgets/controls",
  6187. "model_module_version": "1.2.0",
  6188. "state": {
  6189. "children": [
  6190. "IPY_MODEL_4a32e79db17644468db63f8252ae7b19"
  6191. ],
  6192. "layout": "IPY_MODEL_b8b29bafb7824edf91f5e99ee2a35702"
  6193. }
  6194. },
  6195. "29c630e398994805b3db40d7debe550d": {
  6196. "model_name": "LayoutModel",
  6197. "model_module": "@jupyter-widgets/base",
  6198. "model_module_version": "1.0.0",
  6199. "state": {}
  6200. },
  6201. "29dd40d3a2984efca8884b07dc4d7bab": {
  6202. "model_name": "ButtonStyleModel",
  6203. "model_module": "@jupyter-widgets/controls",
  6204. "model_module_version": "1.2.0",
  6205. "state": {}
  6206. },
  6207. "29e9fd88b7ab45ff95d27a05eb8a52e4": {
  6208. "model_name": "LayoutModel",
  6209. "model_module": "@jupyter-widgets/base",
  6210. "model_module_version": "1.0.0",
  6211. "state": {}
  6212. },
  6213. "29ef6fef3fa948bbaa7825066db1ffac": {
  6214. "model_name": "LayoutModel",
  6215. "model_module": "@jupyter-widgets/base",
  6216. "model_module_version": "1.0.0",
  6217. "state": {}
  6218. },
  6219. "29f3aa6f94e24794957c661109c3c38b": {
  6220. "model_name": "LayoutModel",
  6221. "model_module": "@jupyter-widgets/base",
  6222. "model_module_version": "1.0.0",
  6223. "state": {}
  6224. },
  6225. "2a16bb33397f4e1f914f22524d73f4e7": {
  6226. "model_name": "LayoutModel",
  6227. "model_module": "@jupyter-widgets/base",
  6228. "model_module_version": "1.0.0",
  6229. "state": {}
  6230. },
  6231. "2a1a49b521ee474195d6462c98e9f96b": {
  6232. "model_name": "OutputModel",
  6233. "model_module": "@jupyter-widgets/output",
  6234. "model_module_version": "1.0.0",
  6235. "state": {
  6236. "layout": "IPY_MODEL_d7701b3316ac4c239efa6687567fc44f"
  6237. }
  6238. },
  6239. "2a4459c90cf1495eb615c12d0dced01a": {
  6240. "model_name": "LayoutModel",
  6241. "model_module": "@jupyter-widgets/base",
  6242. "model_module_version": "1.0.0",
  6243. "state": {}
  6244. },
  6245. "2a4be84e66914e83ae2da7891c2ccdb5": {
  6246. "model_name": "ButtonStyleModel",
  6247. "model_module": "@jupyter-widgets/controls",
  6248. "model_module_version": "1.2.0",
  6249. "state": {}
  6250. },
  6251. "2a545dd1027140658ae61193da287664": {
  6252. "model_name": "DescriptionStyleModel",
  6253. "model_module": "@jupyter-widgets/controls",
  6254. "model_module_version": "1.2.0",
  6255. "state": {
  6256. "description_width": ""
  6257. }
  6258. },
  6259. "2a56bdb624514e088d2bc8aeac565ebd": {
  6260. "model_name": "DropdownModel",
  6261. "model_module": "@jupyter-widgets/controls",
  6262. "model_module_version": "1.2.0",
  6263. "state": {
  6264. "_options_labels": [
  6265. "Development Status",
  6266. "Environment",
  6267. "Framework",
  6268. "Intended Audience",
  6269. "License",
  6270. "Natural Language",
  6271. "Operating System",
  6272. "Programming Language",
  6273. "Topic"
  6274. ],
  6275. "description": "prefix",
  6276. "index": 6,
  6277. "layout": "IPY_MODEL_e6d78f0ca1b3406582b85a40790cf689",
  6278. "style": "IPY_MODEL_8346272d2fde4f3c8aef800d0856624d"
  6279. }
  6280. },
  6281. "2a57036b809e4d56be3fc68b2501cefb": {
  6282. "model_name": "LabelModel",
  6283. "model_module": "@jupyter-widgets/controls",
  6284. "model_module_version": "1.2.0",
  6285. "state": {
  6286. "layout": "IPY_MODEL_f8bdac8a382c43d69c39de0203c9f0b0",
  6287. "style": "IPY_MODEL_0605b0984cd948879ea1bd7e6ce8dabc"
  6288. }
  6289. },
  6290. "2a5724593d17478fb19deaf2a4e3544e": {
  6291. "model_name": "LayoutModel",
  6292. "model_module": "@jupyter-widgets/base",
  6293. "model_module_version": "1.0.0",
  6294. "state": {}
  6295. },
  6296. "2aadf1c2927e40b88b9575fcb4d13c52": {
  6297. "model_name": "DropdownModel",
  6298. "model_module": "@jupyter-widgets/controls",
  6299. "model_module_version": "1.2.0",
  6300. "state": {
  6301. "_options_labels": [
  6302. "Natural Language :: Marathi",
  6303. "Natural Language :: Cantonese",
  6304. "Natural Language :: Spanish",
  6305. "Natural Language :: Catalan",
  6306. "Natural Language :: Persian",
  6307. "Natural Language :: Slovak",
  6308. "Natural Language :: Portuguese (Brazilian)",
  6309. "Natural Language :: Hungarian",
  6310. "Natural Language :: Latvian",
  6311. "Natural Language :: Ukrainian",
  6312. "Natural Language :: Slovenian",
  6313. "Natural Language :: Turkish",
  6314. "Natural Language :: Bengali",
  6315. "Natural Language :: Czech",
  6316. "Natural Language :: Greek",
  6317. "Natural Language :: French",
  6318. "Natural Language :: Serbian",
  6319. "Natural Language :: Telugu",
  6320. "Natural Language :: German",
  6321. "Natural Language :: Arabic",
  6322. "Natural Language :: Bulgarian",
  6323. "Natural Language :: Icelandic",
  6324. "Natural Language :: Norwegian",
  6325. "Natural Language :: Russian",
  6326. "Natural Language :: Bosnian",
  6327. "Natural Language :: Panjabi",
  6328. "Natural Language :: Korean",
  6329. "Natural Language :: English",
  6330. "Natural Language :: Tamil",
  6331. "Natural Language :: Macedonian",
  6332. "Natural Language :: Tibetan",
  6333. "Natural Language :: Galician",
  6334. "Natural Language :: Swedish",
  6335. "Natural Language :: Chinese (Traditional)",
  6336. "Natural Language :: Indonesian",
  6337. "Natural Language :: Polish",
  6338. "Natural Language :: Vietnamese",
  6339. "Natural Language :: Hebrew",
  6340. "Natural Language :: Malay",
  6341. "Natural Language :: Croatian",
  6342. "Natural Language :: Portuguese",
  6343. "Natural Language :: Thai",
  6344. "Natural Language :: Afrikaans",
  6345. "Natural Language :: Urdu",
  6346. "Natural Language :: Romanian",
  6347. "Natural Language :: Hindi",
  6348. "Natural Language :: Dutch",
  6349. "Natural Language :: Finnish",
  6350. "Natural Language :: Chinese (Simplified)",
  6351. "Natural Language :: Danish",
  6352. "Natural Language :: Esperanto",
  6353. "Natural Language :: Javanese",
  6354. "Natural Language :: Italian",
  6355. "Natural Language :: Latin",
  6356. "Natural Language :: Japanese"
  6357. ],
  6358. "description": "Classifier",
  6359. "index": 10,
  6360. "layout": "IPY_MODEL_e59b70a86c574becbf80d6718cfb6c36",
  6361. "style": "IPY_MODEL_9b49ecf08fd44bddb048462f0c285927"
  6362. }
  6363. },
  6364. "2aec0df159984a66b96e1034bdcd82ff": {
  6365. "model_name": "LabelModel",
  6366. "model_module": "@jupyter-widgets/controls",
  6367. "model_module_version": "1.2.0",
  6368. "state": {
  6369. "layout": "IPY_MODEL_68631628f84648b2b97f92eddda0291f",
  6370. "style": "IPY_MODEL_3956d068f50644bfab75fa233881042a",
  6371. "value": "*Optional Classifiers"
  6372. }
  6373. },
  6374. "2af2a91af9d84994b3e2502a85c6b70f": {
  6375. "model_name": "LayoutModel",
  6376. "model_module": "@jupyter-widgets/base",
  6377. "model_module_version": "1.0.0",
  6378. "state": {}
  6379. },
  6380. "2b26fd5626b145dabb9248ae4809dcc4": {
  6381. "model_name": "LayoutModel",
  6382. "model_module": "@jupyter-widgets/base",
  6383. "model_module_version": "1.0.0",
  6384. "state": {}
  6385. },
  6386. "2b501de761544bb9a220df9f2159c079": {
  6387. "model_name": "LayoutModel",
  6388. "model_module": "@jupyter-widgets/base",
  6389. "model_module_version": "1.0.0",
  6390. "state": {}
  6391. },
  6392. "2b6fb2dedd094d3f8bc3b7bd4e29b82b": {
  6393. "model_name": "DescriptionStyleModel",
  6394. "model_module": "@jupyter-widgets/controls",
  6395. "model_module_version": "1.2.0",
  6396. "state": {
  6397. "description_width": ""
  6398. }
  6399. },
  6400. "2b7b17c730df4a599f13ce949616ae41": {
  6401. "model_name": "LabelModel",
  6402. "model_module": "@jupyter-widgets/controls",
  6403. "model_module_version": "1.2.0",
  6404. "state": {
  6405. "layout": "IPY_MODEL_25362a5a2d044eb1ad472dfe718bc7dc",
  6406. "style": "IPY_MODEL_494ad153f39a4066a9eda789165e6287",
  6407. "value": "*Optional Classifiers"
  6408. }
  6409. },
  6410. "2b861c208b9b496794f63fb055f06c6a": {
  6411. "model_name": "LayoutModel",
  6412. "model_module": "@jupyter-widgets/base",
  6413. "model_module_version": "1.0.0",
  6414. "state": {}
  6415. },
  6416. "2bb0161a9f18430fbcb6c8607e9e45dc": {
  6417. "model_name": "SelectModel",
  6418. "model_module": "@jupyter-widgets/controls",
  6419. "model_module_version": "1.2.0",
  6420. "state": {
  6421. "description": "Classifiers",
  6422. "index": null,
  6423. "layout": "IPY_MODEL_17b4d42271d743be8ac3423b98711fdd",
  6424. "style": "IPY_MODEL_2ec95c092fe04538bbce200ff2e68bbf"
  6425. }
  6426. },
  6427. "2bef61329faf49908e8fd8a0229645e9": {
  6428. "model_name": "DropdownModel",
  6429. "model_module": "@jupyter-widgets/controls",
  6430. "model_module_version": "1.2.0",
  6431. "state": {
  6432. "_options_labels": [
  6433. "Development Status",
  6434. "Environment",
  6435. "Framework",
  6436. "Intended Audience",
  6437. "License",
  6438. "Natural Language",
  6439. "Operating System",
  6440. "Programming Language",
  6441. "Topic"
  6442. ],
  6443. "description": "prefix",
  6444. "index": 3,
  6445. "layout": "IPY_MODEL_7f5c1386f28c4a13a830c27f57c7ea96",
  6446. "style": "IPY_MODEL_328236fbca884501b2607da525be53dd"
  6447. }
  6448. },
  6449. "2bfe4b7863e2439c874b5597c5a4be3a": {
  6450. "model_name": "LayoutModel",
  6451. "model_module": "@jupyter-widgets/base",
  6452. "model_module_version": "1.0.0",
  6453. "state": {}
  6454. },
  6455. "2c127fcb666947eb9ac9fe5520065c78": {
  6456. "model_name": "SelectModel",
  6457. "model_module": "@jupyter-widgets/controls",
  6458. "model_module_version": "1.2.0",
  6459. "state": {
  6460. "description": "Selected:",
  6461. "index": null,
  6462. "layout": "IPY_MODEL_b0d24b787ca84f3c99fbf3e9e691e125",
  6463. "style": "IPY_MODEL_4dd05d5c3e504f1e9a867afcf6d69a1d"
  6464. }
  6465. },
  6466. "2c177efeecaa4eeeaa6c78fbbe6b46f9": {
  6467. "model_name": "HBoxModel",
  6468. "model_module": "@jupyter-widgets/controls",
  6469. "model_module_version": "1.2.0",
  6470. "state": {
  6471. "children": [
  6472. "IPY_MODEL_d70e89ef778a41bf982c58fe67cd74a6"
  6473. ],
  6474. "layout": "IPY_MODEL_94a37c823ae94c07a399a6b3b93bc9bd"
  6475. }
  6476. },
  6477. "2c21dd6d16bb41adaa632cac2055dae5": {
  6478. "model_name": "HBoxModel",
  6479. "model_module": "@jupyter-widgets/controls",
  6480. "model_module_version": "1.2.0",
  6481. "state": {
  6482. "children": [
  6483. "IPY_MODEL_f0b8d535734d4e58b4d9143bbc2627d5",
  6484. "IPY_MODEL_6447204dd6ae4ef6b9a8bd68dd9a9e08",
  6485. "IPY_MODEL_ef485d6319b74eb8af3b15d7ba70ffd0"
  6486. ],
  6487. "layout": "IPY_MODEL_73da360ad08f4105883586c9ce1300a8"
  6488. }
  6489. },
  6490. "2c3705f14a1b4b2388179cd4b80a5122": {
  6491. "model_name": "LayoutModel",
  6492. "model_module": "@jupyter-widgets/base",
  6493. "model_module_version": "1.0.0",
  6494. "state": {}
  6495. },
  6496. "2c3a4d5c25194646a9841c1cde57a76f": {
  6497. "model_name": "LayoutModel",
  6498. "model_module": "@jupyter-widgets/base",
  6499. "model_module_version": "1.0.0",
  6500. "state": {}
  6501. },
  6502. "2c4286dff6ca4fc3a767d7454ce475f0": {
  6503. "model_name": "DescriptionStyleModel",
  6504. "model_module": "@jupyter-widgets/controls",
  6505. "model_module_version": "1.2.0",
  6506. "state": {
  6507. "description_width": ""
  6508. }
  6509. },
  6510. "2c433906ebc346858d97f25cab868750": {
  6511. "model_name": "HBoxModel",
  6512. "model_module": "@jupyter-widgets/controls",
  6513. "model_module_version": "1.2.0",
  6514. "state": {
  6515. "children": [
  6516. "IPY_MODEL_44369b34c48e41159ee549456453667e"
  6517. ],
  6518. "layout": "IPY_MODEL_09a48e86a9354078924b7ae7c8e73996"
  6519. }
  6520. },
  6521. "2c53c5f05dfc44c2b09c2de82f9ae29b": {
  6522. "model_name": "LabelModel",
  6523. "model_module": "@jupyter-widgets/controls",
  6524. "model_module_version": "1.2.0",
  6525. "state": {
  6526. "layout": "IPY_MODEL_cc1abaf8231b4a288fa710e5f1409713",
  6527. "style": "IPY_MODEL_cf3c18542a3b4546904d31b16c030571",
  6528. "value": "Selected Classifier Removed!"
  6529. }
  6530. },
  6531. "2c70335b77c34184860b88d8a8a3ef1d": {
  6532. "model_name": "LayoutModel",
  6533. "model_module": "@jupyter-widgets/base",
  6534. "model_module_version": "1.0.0",
  6535. "state": {}
  6536. },
  6537. "2c758feb748246118a0bc3be819b21bb": {
  6538. "model_name": "LayoutModel",
  6539. "model_module": "@jupyter-widgets/base",
  6540. "model_module_version": "1.0.0",
  6541. "state": {}
  6542. },
  6543. "2c8109511d814fd68c9419571afb434b": {
  6544. "model_name": "LabelModel",
  6545. "model_module": "@jupyter-widgets/controls",
  6546. "model_module_version": "1.2.0",
  6547. "state": {
  6548. "layout": "IPY_MODEL_35cd70fb42804f9ead6c0ddcec94fc62",
  6549. "style": "IPY_MODEL_0fdf22d49f874009865ab87d7dda654b",
  6550. "value": "Highlighted Classifer: Operating System :: PDA Systems"
  6551. }
  6552. },
  6553. "2c8278a090ea41c0905fa590f63eb937": {
  6554. "model_name": "LayoutModel",
  6555. "model_module": "@jupyter-widgets/base",
  6556. "model_module_version": "1.0.0",
  6557. "state": {}
  6558. },
  6559. "2c8f82d755894ad09afc3b2860c1e38b": {
  6560. "model_name": "DescriptionStyleModel",
  6561. "model_module": "@jupyter-widgets/controls",
  6562. "model_module_version": "1.2.0",
  6563. "state": {
  6564. "description_width": ""
  6565. }
  6566. },
  6567. "2c9cd03c07464188b2e1f1823f491090": {
  6568. "model_name": "LayoutModel",
  6569. "model_module": "@jupyter-widgets/base",
  6570. "model_module_version": "1.0.0",
  6571. "state": {}
  6572. },
  6573. "2ca76e616ca14d5d9bba526facec6794": {
  6574. "model_name": "OutputModel",
  6575. "model_module": "@jupyter-widgets/output",
  6576. "model_module_version": "1.0.0",
  6577. "state": {
  6578. "layout": "IPY_MODEL_705f22db442445fca6b0b532e7d452fc",
  6579. "outputs": [
  6580. {
  6581. "data": {
  6582. "application/vnd.jupyter.widget-view+json": {
  6583. "model_id": "30655a46eca84cc1b2c361734be432c2",
  6584. "version_major": 2,
  6585. "version_minor": 0
  6586. },
  6587. "text/plain": "Label(value='Chosen Classifiers')"
  6588. },
  6589. "metadata": {},
  6590. "output_type": "display_data"
  6591. },
  6592. {
  6593. "data": {
  6594. "application/vnd.jupyter.widget-view+json": {
  6595. "model_id": "e676cb6538da42ab82f7e1ee0c66fe38",
  6596. "version_major": 2,
  6597. "version_minor": 0
  6598. },
  6599. "text/plain": "Select(description='Classifiers', options=('Development Status :: 6 - Mature',), value='Development Status :: …"
  6600. },
  6601. "metadata": {},
  6602. "output_type": "display_data"
  6603. },
  6604. {
  6605. "data": {
  6606. "application/vnd.jupyter.widget-view+json": {
  6607. "model_id": "7e70c0e5cce14b52b58a3c7f1a92ef35",
  6608. "version_major": 2,
  6609. "version_minor": 0
  6610. },
  6611. "text/plain": "Button(description='Remove', style=ButtonStyle())"
  6612. },
  6613. "metadata": {},
  6614. "output_type": "display_data"
  6615. },
  6616. {
  6617. "data": {
  6618. "application/vnd.jupyter.widget-view+json": {
  6619. "model_id": "706564fe275947dab7b3716587d2677f",
  6620. "version_major": 2,
  6621. "version_minor": 0
  6622. },
  6623. "text/plain": "Label(value='Highlighted Classifer: Development Status :: 6 - Mature')"
  6624. },
  6625. "metadata": {},
  6626. "output_type": "display_data"
  6627. }
  6628. ]
  6629. }
  6630. },
  6631. "2cab79ac52e2488b95f085910d5a5660": {
  6632. "model_name": "SelectModel",
  6633. "model_module": "@jupyter-widgets/controls",
  6634. "model_module_version": "1.2.0",
  6635. "state": {
  6636. "description": "Classifiers",
  6637. "index": null,
  6638. "layout": "IPY_MODEL_f85c089f9c474c51bff0c5e9b8a191cf",
  6639. "style": "IPY_MODEL_8a3f51fa93254f1fa8402fc1078b6cec"
  6640. }
  6641. },
  6642. "2cba56c2b9bb41309d2629a147af0ef9": {
  6643. "model_name": "DescriptionStyleModel",
  6644. "model_module": "@jupyter-widgets/controls",
  6645. "model_module_version": "1.2.0",
  6646. "state": {
  6647. "description_width": ""
  6648. }
  6649. },
  6650. "2cbf78d209284fc5868df61c79e9f8a3": {
  6651. "model_name": "LayoutModel",
  6652. "model_module": "@jupyter-widgets/base",
  6653. "model_module_version": "1.0.0",
  6654. "state": {}
  6655. },
  6656. "2ce776b042174251bbf02464cd98f283": {
  6657. "model_name": "OutputModel",
  6658. "model_module": "@jupyter-widgets/output",
  6659. "model_module_version": "1.0.0",
  6660. "state": {
  6661. "layout": "IPY_MODEL_1ae3bd26c10a40bbb4d8afa23af2f9cc",
  6662. "outputs": [
  6663. {
  6664. "data": {
  6665. "application/vnd.jupyter.widget-view+json": {
  6666. "model_id": "c12245aebb4a4176bc56e45c3cb8b400",
  6667. "version_major": 2,
  6668. "version_minor": 0
  6669. },
  6670. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: Microsoft :: Windows ::…"
  6671. },
  6672. "metadata": {},
  6673. "output_type": "display_data"
  6674. }
  6675. ]
  6676. }
  6677. },
  6678. "2d07d2603f7b4f338a298f0d1b480e5c": {
  6679. "model_name": "LayoutModel",
  6680. "model_module": "@jupyter-widgets/base",
  6681. "model_module_version": "1.0.0",
  6682. "state": {}
  6683. },
  6684. "2d08e3dc461b4e9782bb0de66b997861": {
  6685. "model_name": "LayoutModel",
  6686. "model_module": "@jupyter-widgets/base",
  6687. "model_module_version": "1.0.0",
  6688. "state": {}
  6689. },
  6690. "2d12f974c9cb46458aebb5eb920523b8": {
  6691. "model_name": "VBoxModel",
  6692. "model_module": "@jupyter-widgets/controls",
  6693. "model_module_version": "1.2.0",
  6694. "state": {
  6695. "_dom_classes": [
  6696. "widget-interact"
  6697. ],
  6698. "children": [
  6699. "IPY_MODEL_ca0fdcbbec7a4c0c9be48444766094e0",
  6700. "IPY_MODEL_737b4c32251a4dbe9dc7ac1dd10a3cfd"
  6701. ],
  6702. "layout": "IPY_MODEL_2dda807e251e4a4e94a6b60c8639648c"
  6703. }
  6704. },
  6705. "2d14de957a2443ecba4ba2f8410ef638": {
  6706. "model_name": "LayoutModel",
  6707. "model_module": "@jupyter-widgets/base",
  6708. "model_module_version": "1.0.0",
  6709. "state": {}
  6710. },
  6711. "2d2cce67e88848669222a963af0b3364": {
  6712. "model_name": "LabelModel",
  6713. "model_module": "@jupyter-widgets/controls",
  6714. "model_module_version": "1.2.0",
  6715. "state": {
  6716. "layout": "IPY_MODEL_2218a3fd7b3e4d67957958c12770b3c5",
  6717. "style": "IPY_MODEL_86a8420ff1e044c7820fe20017c958dd",
  6718. "value": "Chosen Classifiers"
  6719. }
  6720. },
  6721. "2d3b49ae58924758b401c53172b40b40": {
  6722. "model_name": "LabelModel",
  6723. "model_module": "@jupyter-widgets/controls",
  6724. "model_module_version": "1.2.0",
  6725. "state": {
  6726. "layout": "IPY_MODEL_24b1a65129a646029662028ffa272913",
  6727. "style": "IPY_MODEL_2f19bf48fd4e4a52950fea64927ddc5c",
  6728. "value": "Chosen Classifiers"
  6729. }
  6730. },
  6731. "2d436d1b73c34378b77aa4c1c1489470": {
  6732. "model_name": "LabelModel",
  6733. "model_module": "@jupyter-widgets/controls",
  6734. "model_module_version": "1.2.0",
  6735. "state": {
  6736. "layout": "IPY_MODEL_13026db5f5594f35870e5c7d22f50565",
  6737. "style": "IPY_MODEL_e246e74d62f048378587bda6fbd5443c",
  6738. "value": "*Optional Classifiers"
  6739. }
  6740. },
  6741. "2d4be188f9ee4d2f85a2f6c62f6ff5a9": {
  6742. "model_name": "LayoutModel",
  6743. "model_module": "@jupyter-widgets/base",
  6744. "model_module_version": "1.0.0",
  6745. "state": {}
  6746. },
  6747. "2d53455094544451a2d5afba97a5144b": {
  6748. "model_name": "LayoutModel",
  6749. "model_module": "@jupyter-widgets/base",
  6750. "model_module_version": "1.0.0",
  6751. "state": {}
  6752. },
  6753. "2d54a5a58705480891af0ac091c96321": {
  6754. "model_name": "DescriptionStyleModel",
  6755. "model_module": "@jupyter-widgets/controls",
  6756. "model_module_version": "1.2.0",
  6757. "state": {
  6758. "description_width": ""
  6759. }
  6760. },
  6761. "2d59e4f529af45b4bfb8eed02ebed655": {
  6762. "model_name": "LayoutModel",
  6763. "model_module": "@jupyter-widgets/base",
  6764. "model_module_version": "1.0.0",
  6765. "state": {}
  6766. },
  6767. "2d7a10245a4646d89f29dcc8510761a1": {
  6768. "model_name": "LayoutModel",
  6769. "model_module": "@jupyter-widgets/base",
  6770. "model_module_version": "1.0.0",
  6771. "state": {}
  6772. },
  6773. "2d7c5210de9d4b3698e862bb2ee383e3": {
  6774. "model_name": "ButtonModel",
  6775. "model_module": "@jupyter-widgets/controls",
  6776. "model_module_version": "1.2.0",
  6777. "state": {
  6778. "description": "Add",
  6779. "layout": "IPY_MODEL_6b251f48e0ed4b7d9ee868644cebf39a",
  6780. "style": "IPY_MODEL_e045582e46b44176bc84c49c76cec128"
  6781. }
  6782. },
  6783. "2d83add6c86e43a18ccbdae86ec5ba93": {
  6784. "model_name": "LayoutModel",
  6785. "model_module": "@jupyter-widgets/base",
  6786. "model_module_version": "1.0.0",
  6787. "state": {}
  6788. },
  6789. "2d8420a779054af9ac420dfc024b3b59": {
  6790. "model_name": "LayoutModel",
  6791. "model_module": "@jupyter-widgets/base",
  6792. "model_module_version": "1.0.0",
  6793. "state": {}
  6794. },
  6795. "2d9020ed0373422d994f452135ba70d9": {
  6796. "model_name": "LayoutModel",
  6797. "model_module": "@jupyter-widgets/base",
  6798. "model_module_version": "1.0.0",
  6799. "state": {}
  6800. },
  6801. "2da8eb4a876e4d849d9129da2e572963": {
  6802. "model_name": "LayoutModel",
  6803. "model_module": "@jupyter-widgets/base",
  6804. "model_module_version": "1.0.0",
  6805. "state": {}
  6806. },
  6807. "2dad5098c6574f6ab87a681014ca0f6c": {
  6808. "model_name": "LayoutModel",
  6809. "model_module": "@jupyter-widgets/base",
  6810. "model_module_version": "1.0.0",
  6811. "state": {}
  6812. },
  6813. "2dc93e0fb7104a9394ea57cdb2cfc6d5": {
  6814. "model_name": "LayoutModel",
  6815. "model_module": "@jupyter-widgets/base",
  6816. "model_module_version": "1.0.0",
  6817. "state": {}
  6818. },
  6819. "2dce4b5ca43a4d2d85847df45074b202": {
  6820. "model_name": "SelectModel",
  6821. "model_module": "@jupyter-widgets/controls",
  6822. "model_module_version": "1.2.0",
  6823. "state": {
  6824. "description": "Selected:",
  6825. "index": null,
  6826. "layout": "IPY_MODEL_97c4da96a8ef40f5b05062e919417857",
  6827. "style": "IPY_MODEL_cfe751d836b1450a9908b7eecbc320cb"
  6828. }
  6829. },
  6830. "2dd5dfb14de84c7bbc7c811814ddca1d": {
  6831. "model_name": "ButtonStyleModel",
  6832. "model_module": "@jupyter-widgets/controls",
  6833. "model_module_version": "1.2.0",
  6834. "state": {}
  6835. },
  6836. "2dda807e251e4a4e94a6b60c8639648c": {
  6837. "model_name": "LayoutModel",
  6838. "model_module": "@jupyter-widgets/base",
  6839. "model_module_version": "1.0.0",
  6840. "state": {}
  6841. },
  6842. "2e056955719e49c4b4568ca981a7e1b7": {
  6843. "model_name": "SelectModel",
  6844. "model_module": "@jupyter-widgets/controls",
  6845. "model_module_version": "1.2.0",
  6846. "state": {
  6847. "_options_labels": [
  6848. "selected_classifiers"
  6849. ],
  6850. "description": "Selected:",
  6851. "index": 0,
  6852. "layout": "IPY_MODEL_bad5c42af1f244bf94f45c6bab768d09",
  6853. "style": "IPY_MODEL_78f129aad4734d0b900db9745eae3e7c"
  6854. }
  6855. },
  6856. "2e137a1ea5fa405b9ef2a00482e60c10": {
  6857. "model_name": "ButtonStyleModel",
  6858. "model_module": "@jupyter-widgets/controls",
  6859. "model_module_version": "1.2.0",
  6860. "state": {}
  6861. },
  6862. "2e2891ace31947cda7f0d3c37d6141f0": {
  6863. "model_name": "DescriptionStyleModel",
  6864. "model_module": "@jupyter-widgets/controls",
  6865. "model_module_version": "1.2.0",
  6866. "state": {
  6867. "description_width": ""
  6868. }
  6869. },
  6870. "2e594e3796284eb8a22f39783ab09a28": {
  6871. "model_name": "ButtonModel",
  6872. "model_module": "@jupyter-widgets/controls",
  6873. "model_module_version": "1.2.0",
  6874. "state": {
  6875. "description": "Add",
  6876. "layout": "IPY_MODEL_1d6db3595ff442c788d7ec2f2ea71ad5",
  6877. "style": "IPY_MODEL_3dd8c61ea74f49858e97999ab4b573d2"
  6878. }
  6879. },
  6880. "2e60e117d04943888296d1a706bcbd22": {
  6881. "model_name": "DescriptionStyleModel",
  6882. "model_module": "@jupyter-widgets/controls",
  6883. "model_module_version": "1.2.0",
  6884. "state": {
  6885. "description_width": ""
  6886. }
  6887. },
  6888. "2e68ea1a6dc043c3ac7d9bce44583cfa": {
  6889. "model_name": "LayoutModel",
  6890. "model_module": "@jupyter-widgets/base",
  6891. "model_module_version": "1.0.0",
  6892. "state": {}
  6893. },
  6894. "2e7507ae190147a0940e8e84ca70dff1": {
  6895. "model_name": "LabelModel",
  6896. "model_module": "@jupyter-widgets/controls",
  6897. "model_module_version": "1.2.0",
  6898. "state": {
  6899. "layout": "IPY_MODEL_57ba36ba74454b929a91ccd7e230be84",
  6900. "style": "IPY_MODEL_53245cf8189741d7a57267c7658e8304",
  6901. "value": "Chosen Classifiers"
  6902. }
  6903. },
  6904. "2e7aff2005cd4bfda97ac827b6908bf8": {
  6905. "model_name": "ButtonModel",
  6906. "model_module": "@jupyter-widgets/controls",
  6907. "model_module_version": "1.2.0",
  6908. "state": {
  6909. "description": "Add",
  6910. "layout": "IPY_MODEL_26c4d6b66a7f40238f2931660c0d5333",
  6911. "style": "IPY_MODEL_c1cf556cfd1a40cf81227f374dba1c42"
  6912. }
  6913. },
  6914. "2e8deb714c4b41ab875f1ea1a7a5868b": {
  6915. "model_name": "LayoutModel",
  6916. "model_module": "@jupyter-widgets/base",
  6917. "model_module_version": "1.0.0",
  6918. "state": {}
  6919. },
  6920. "2ea5f7b7d7b545be92a4ae26fbd77546": {
  6921. "model_name": "SelectModel",
  6922. "model_module": "@jupyter-widgets/controls",
  6923. "model_module_version": "1.2.0",
  6924. "state": {
  6925. "_options_labels": [
  6926. "selected_classifiers"
  6927. ],
  6928. "description": "Selected:",
  6929. "index": 0,
  6930. "layout": "IPY_MODEL_5ca01f02d5f8477b82c577f828ea3c39",
  6931. "style": "IPY_MODEL_07b9c15fad074240a4b49b816a7d3e9f"
  6932. }
  6933. },
  6934. "2eaea4469d474a18a92e8bd71afa1ee6": {
  6935. "model_name": "LayoutModel",
  6936. "model_module": "@jupyter-widgets/base",
  6937. "model_module_version": "1.0.0",
  6938. "state": {}
  6939. },
  6940. "2eb9722a0fb44b2b92740a9b01f3edc0": {
  6941. "model_name": "DescriptionStyleModel",
  6942. "model_module": "@jupyter-widgets/controls",
  6943. "model_module_version": "1.2.0",
  6944. "state": {
  6945. "description_width": ""
  6946. }
  6947. },
  6948. "2ec815d3e4444b0b9e1030cc3f9da376": {
  6949. "model_name": "LayoutModel",
  6950. "model_module": "@jupyter-widgets/base",
  6951. "model_module_version": "1.0.0",
  6952. "state": {}
  6953. },
  6954. "2ec95c092fe04538bbce200ff2e68bbf": {
  6955. "model_name": "DescriptionStyleModel",
  6956. "model_module": "@jupyter-widgets/controls",
  6957. "model_module_version": "1.2.0",
  6958. "state": {
  6959. "description_width": ""
  6960. }
  6961. },
  6962. "2ed8559e26b94993a2428f2ad0c5d9c4": {
  6963. "model_name": "DescriptionStyleModel",
  6964. "model_module": "@jupyter-widgets/controls",
  6965. "model_module_version": "1.2.0",
  6966. "state": {
  6967. "description_width": ""
  6968. }
  6969. },
  6970. "2ed8fbb9b7754862a5bf3ec14495f612": {
  6971. "model_name": "DescriptionStyleModel",
  6972. "model_module": "@jupyter-widgets/controls",
  6973. "model_module_version": "1.2.0",
  6974. "state": {
  6975. "description_width": ""
  6976. }
  6977. },
  6978. "2edbf739fadc433ca1ab3522d8792e04": {
  6979. "model_name": "ButtonModel",
  6980. "model_module": "@jupyter-widgets/controls",
  6981. "model_module_version": "1.2.0",
  6982. "state": {
  6983. "description": "Print",
  6984. "layout": "IPY_MODEL_da53fbdcc1b14b4f9731794b8f720c2e",
  6985. "style": "IPY_MODEL_717b4cc3d75e4289b866d2857988440f"
  6986. }
  6987. },
  6988. "2ef914a1cdc045acaaec7f39a191480d": {
  6989. "model_name": "LayoutModel",
  6990. "model_module": "@jupyter-widgets/base",
  6991. "model_module_version": "1.0.0",
  6992. "state": {}
  6993. },
  6994. "2f031a34ed5149d797f3fb4d90b2cd9a": {
  6995. "model_name": "LayoutModel",
  6996. "model_module": "@jupyter-widgets/base",
  6997. "model_module_version": "1.0.0",
  6998. "state": {}
  6999. },
  7000. "2f09d427aa1d4d10888a9b040aed4d51": {
  7001. "model_name": "OutputModel",
  7002. "model_module": "@jupyter-widgets/output",
  7003. "model_module_version": "1.0.0",
  7004. "state": {
  7005. "layout": "IPY_MODEL_a4fad6dce37b4b229885056ec5ff7366"
  7006. }
  7007. },
  7008. "2f19bf48fd4e4a52950fea64927ddc5c": {
  7009. "model_name": "DescriptionStyleModel",
  7010. "model_module": "@jupyter-widgets/controls",
  7011. "model_module_version": "1.2.0",
  7012. "state": {
  7013. "description_width": ""
  7014. }
  7015. },
  7016. "2f34193f3c224975b41e0114fa54876d": {
  7017. "model_name": "LayoutModel",
  7018. "model_module": "@jupyter-widgets/base",
  7019. "model_module_version": "1.0.0",
  7020. "state": {}
  7021. },
  7022. "2f3b9653acf14ca2aff7e46ea4213fe3": {
  7023. "model_name": "ButtonModel",
  7024. "model_module": "@jupyter-widgets/controls",
  7025. "model_module_version": "1.2.0",
  7026. "state": {
  7027. "description": "Add",
  7028. "layout": "IPY_MODEL_a4cd047b577845aabbe3407eb680e111",
  7029. "style": "IPY_MODEL_c47cf91cf29442d696bc73f93724aa75"
  7030. }
  7031. },
  7032. "2f68fadc6a5249b0ace1811e5b40d515": {
  7033. "model_name": "LayoutModel",
  7034. "model_module": "@jupyter-widgets/base",
  7035. "model_module_version": "1.0.0",
  7036. "state": {}
  7037. },
  7038. "2f7949c5fde54446a1b450c9336b6821": {
  7039. "model_name": "DescriptionStyleModel",
  7040. "model_module": "@jupyter-widgets/controls",
  7041. "model_module_version": "1.2.0",
  7042. "state": {
  7043. "description_width": ""
  7044. }
  7045. },
  7046. "2f8f01be158d4ab88925b64b389d7d16": {
  7047. "model_name": "LayoutModel",
  7048. "model_module": "@jupyter-widgets/base",
  7049. "model_module_version": "1.0.0",
  7050. "state": {}
  7051. },
  7052. "2f94eb46df774e66a2a953147209577e": {
  7053. "model_name": "LayoutModel",
  7054. "model_module": "@jupyter-widgets/base",
  7055. "model_module_version": "1.0.0",
  7056. "state": {}
  7057. },
  7058. "2fec25de4b474255a5fad2d36a94efcc": {
  7059. "model_name": "VBoxModel",
  7060. "model_module": "@jupyter-widgets/controls",
  7061. "model_module_version": "1.2.0",
  7062. "state": {
  7063. "_dom_classes": [
  7064. "widget-interact"
  7065. ],
  7066. "children": [
  7067. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  7068. "IPY_MODEL_5a3afe44951f4cb6b84a1f516e5f5b81"
  7069. ],
  7070. "layout": "IPY_MODEL_28787d7b17f04f3bbe5f32f5ed0c83f8"
  7071. }
  7072. },
  7073. "2ffb2cf68e1d43eeaf4db3181efd876a": {
  7074. "model_name": "LabelModel",
  7075. "model_module": "@jupyter-widgets/controls",
  7076. "model_module_version": "1.2.0",
  7077. "state": {
  7078. "layout": "IPY_MODEL_8217dbb2aaf24ef7a62c8922117fd133",
  7079. "style": "IPY_MODEL_03ff14da63aa4d16b87cffaa812d3622",
  7080. "value": "*Optional Classifiers"
  7081. }
  7082. },
  7083. "3002b049a90540bf90a1f2e993430fb9": {
  7084. "model_name": "LayoutModel",
  7085. "model_module": "@jupyter-widgets/base",
  7086. "model_module_version": "1.0.0",
  7087. "state": {}
  7088. },
  7089. "3004f2dd65604387b251e201564c41f3": {
  7090. "model_name": "LayoutModel",
  7091. "model_module": "@jupyter-widgets/base",
  7092. "model_module_version": "1.0.0",
  7093. "state": {}
  7094. },
  7095. "30285ff26b2443ff888cba928d982176": {
  7096. "model_name": "VBoxModel",
  7097. "model_module": "@jupyter-widgets/controls",
  7098. "model_module_version": "1.2.0",
  7099. "state": {
  7100. "_dom_classes": [
  7101. "widget-interact"
  7102. ],
  7103. "children": [
  7104. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  7105. "IPY_MODEL_6aa6f5d7e1dc49e5891894afa5c67f36"
  7106. ],
  7107. "layout": "IPY_MODEL_96cb810ca14e447faa466a92ea2c3d3d"
  7108. }
  7109. },
  7110. "30337b6df4f54d0ebed704a30934e351": {
  7111. "model_name": "ButtonModel",
  7112. "model_module": "@jupyter-widgets/controls",
  7113. "model_module_version": "1.2.0",
  7114. "state": {
  7115. "description": "Add",
  7116. "layout": "IPY_MODEL_874a38cc842340e38716fb0676acd246",
  7117. "style": "IPY_MODEL_d23f7200840249c393fa3a1c6c45addd"
  7118. }
  7119. },
  7120. "303ad84fae9f467a93b8f5eb124aa6fb": {
  7121. "model_name": "LayoutModel",
  7122. "model_module": "@jupyter-widgets/base",
  7123. "model_module_version": "1.0.0",
  7124. "state": {}
  7125. },
  7126. "30527d20e507467e9c1c0c125c2aa2e7": {
  7127. "model_name": "LayoutModel",
  7128. "model_module": "@jupyter-widgets/base",
  7129. "model_module_version": "1.0.0",
  7130. "state": {}
  7131. },
  7132. "305d5aa6a68340d09cf6655d022e74b1": {
  7133. "model_name": "LayoutModel",
  7134. "model_module": "@jupyter-widgets/base",
  7135. "model_module_version": "1.0.0",
  7136. "state": {}
  7137. },
  7138. "305ef746fb974771a6deb2285f60217c": {
  7139. "model_name": "DropdownModel",
  7140. "model_module": "@jupyter-widgets/controls",
  7141. "model_module_version": "1.2.0",
  7142. "state": {
  7143. "description": "Classifier",
  7144. "index": null,
  7145. "layout": "IPY_MODEL_bb099b5d6a794bb0bef21c9d325cf789",
  7146. "style": "IPY_MODEL_15dff221fd0f4a80bedf76d2d807b1a1"
  7147. }
  7148. },
  7149. "30655a46eca84cc1b2c361734be432c2": {
  7150. "model_name": "LabelModel",
  7151. "model_module": "@jupyter-widgets/controls",
  7152. "model_module_version": "1.2.0",
  7153. "state": {
  7154. "layout": "IPY_MODEL_b44227730e5d475fa809c49c0cbd1b67",
  7155. "style": "IPY_MODEL_a81fea9ca00d487f97d3fc46a522787c",
  7156. "value": "Chosen Classifiers"
  7157. }
  7158. },
  7159. "30888bca60964c8ab40d5a144c87242b": {
  7160. "model_name": "HBoxModel",
  7161. "model_module": "@jupyter-widgets/controls",
  7162. "model_module_version": "1.2.0",
  7163. "state": {
  7164. "children": [
  7165. "IPY_MODEL_bc46d67ec7324d78889ba5925abe8b0e",
  7166. "IPY_MODEL_d3bf33970a664eb8b9e3450d82e13e87"
  7167. ],
  7168. "layout": "IPY_MODEL_f83666e457814aca8c6371a20d6a1f54"
  7169. }
  7170. },
  7171. "30c18bde4b064432ae346f9ea73dafcd": {
  7172. "model_name": "LayoutModel",
  7173. "model_module": "@jupyter-widgets/base",
  7174. "model_module_version": "1.0.0",
  7175. "state": {}
  7176. },
  7177. "3111559bb01c457aa73d6cde23053c8c": {
  7178. "model_name": "LayoutModel",
  7179. "model_module": "@jupyter-widgets/base",
  7180. "model_module_version": "1.0.0",
  7181. "state": {}
  7182. },
  7183. "3167b88e26aa4aafa39a67b623ae6d48": {
  7184. "model_name": "LayoutModel",
  7185. "model_module": "@jupyter-widgets/base",
  7186. "model_module_version": "1.0.0",
  7187. "state": {}
  7188. },
  7189. "3179b2423b5347a99d7dea42151877e9": {
  7190. "model_name": "LayoutModel",
  7191. "model_module": "@jupyter-widgets/base",
  7192. "model_module_version": "1.0.0",
  7193. "state": {}
  7194. },
  7195. "318af7205813479fbdc0888f229383aa": {
  7196. "model_name": "LayoutModel",
  7197. "model_module": "@jupyter-widgets/base",
  7198. "model_module_version": "1.0.0",
  7199. "state": {}
  7200. },
  7201. "31936a7ea8b84d30bba4e2a64a72181d": {
  7202. "model_name": "LabelModel",
  7203. "model_module": "@jupyter-widgets/controls",
  7204. "model_module_version": "1.2.0",
  7205. "state": {
  7206. "layout": "IPY_MODEL_d57e40258813450ba7c78c1f6b3dac55",
  7207. "style": "IPY_MODEL_b9acc65190914b39b92bb659d65c6ba9",
  7208. "value": "...!"
  7209. }
  7210. },
  7211. "319c0b4da9c6470480494a704aeae48b": {
  7212. "model_name": "HBoxModel",
  7213. "model_module": "@jupyter-widgets/controls",
  7214. "model_module_version": "1.2.0",
  7215. "state": {
  7216. "children": [
  7217. "IPY_MODEL_b5fb822d8adb4f12befc834e5bdcdfb8"
  7218. ],
  7219. "layout": "IPY_MODEL_f0ae915dd6504a76a1f29307032d91ac"
  7220. }
  7221. },
  7222. "31a68aa41f9e4e729b45747b12033cb4": {
  7223. "model_name": "ButtonModel",
  7224. "model_module": "@jupyter-widgets/controls",
  7225. "model_module_version": "1.2.0",
  7226. "state": {
  7227. "description": "Remove",
  7228. "layout": "IPY_MODEL_d9a4d2a9dc1a4f83982e66ce869ab973",
  7229. "style": "IPY_MODEL_bb3157959feb4ebf9188baa44fccd5df"
  7230. }
  7231. },
  7232. "31b821c88e464fbeba18c731333645ce": {
  7233. "model_name": "LayoutModel",
  7234. "model_module": "@jupyter-widgets/base",
  7235. "model_module_version": "1.0.0",
  7236. "state": {}
  7237. },
  7238. "31d6b4006a594a059c647014cc6df482": {
  7239. "model_name": "DescriptionStyleModel",
  7240. "model_module": "@jupyter-widgets/controls",
  7241. "model_module_version": "1.2.0",
  7242. "state": {
  7243. "description_width": ""
  7244. }
  7245. },
  7246. "31df72bde9594d488d1ab4a32eb05906": {
  7247. "model_name": "OutputModel",
  7248. "model_module": "@jupyter-widgets/output",
  7249. "model_module_version": "1.0.0",
  7250. "state": {
  7251. "layout": "IPY_MODEL_c0c912d166d9402396f950fbffce45c8"
  7252. }
  7253. },
  7254. "31f3707d0fdc4e11b4b1368aacb6e8a5": {
  7255. "model_name": "ButtonStyleModel",
  7256. "model_module": "@jupyter-widgets/controls",
  7257. "model_module_version": "1.2.0",
  7258. "state": {}
  7259. },
  7260. "3209cb5424cc479ca1a5f1c572eb7487": {
  7261. "model_name": "VBoxModel",
  7262. "model_module": "@jupyter-widgets/controls",
  7263. "model_module_version": "1.2.0",
  7264. "state": {
  7265. "_dom_classes": [
  7266. "widget-interact"
  7267. ],
  7268. "children": [
  7269. "IPY_MODEL_377190eb325d4ae8815e2b45680a4d9b",
  7270. "IPY_MODEL_c4a6ffb10de444438a1de4245295c39f"
  7271. ],
  7272. "layout": "IPY_MODEL_6667a15ec28943afa3871ce1559a17a1"
  7273. }
  7274. },
  7275. "3213d542b8a444aa81db87cef149e403": {
  7276. "model_name": "HBoxModel",
  7277. "model_module": "@jupyter-widgets/controls",
  7278. "model_module_version": "1.2.0",
  7279. "state": {
  7280. "children": [
  7281. "IPY_MODEL_1d937686460f4c2190e9bd24e123a8be",
  7282. "IPY_MODEL_ff76c993e8b2416692f1a4b9837258a2"
  7283. ],
  7284. "layout": "IPY_MODEL_aea708372ef34ad796825f2da43afdba"
  7285. }
  7286. },
  7287. "32356513ca1f4e27b0e78edbaed99339": {
  7288. "model_name": "HBoxModel",
  7289. "model_module": "@jupyter-widgets/controls",
  7290. "model_module_version": "1.2.0",
  7291. "state": {
  7292. "children": [
  7293. "IPY_MODEL_172b1e74d5ba4e23a2ab3eb0f5883d0a",
  7294. "IPY_MODEL_6be345e377aa470586fe56d0acec4827"
  7295. ],
  7296. "layout": "IPY_MODEL_305d5aa6a68340d09cf6655d022e74b1"
  7297. }
  7298. },
  7299. "324bc7083862439cbaf6f3e80fe381f9": {
  7300. "model_name": "DescriptionStyleModel",
  7301. "model_module": "@jupyter-widgets/controls",
  7302. "model_module_version": "1.2.0",
  7303. "state": {
  7304. "description_width": ""
  7305. }
  7306. },
  7307. "32581115456a41f88ac397f1dd1f3f47": {
  7308. "model_name": "LabelModel",
  7309. "model_module": "@jupyter-widgets/controls",
  7310. "model_module_version": "1.2.0",
  7311. "state": {
  7312. "layout": "IPY_MODEL_8e8f79b77c6b4497912c3faeeb59aec9",
  7313. "style": "IPY_MODEL_ee0677fa1b7f431baf300151cff2bc58",
  7314. "value": "Chosen Classifiers"
  7315. }
  7316. },
  7317. "327dbf7266c0473b90f125322288ef9e": {
  7318. "model_name": "ButtonStyleModel",
  7319. "model_module": "@jupyter-widgets/controls",
  7320. "model_module_version": "1.2.0",
  7321. "state": {}
  7322. },
  7323. "328236fbca884501b2607da525be53dd": {
  7324. "model_name": "DescriptionStyleModel",
  7325. "model_module": "@jupyter-widgets/controls",
  7326. "model_module_version": "1.2.0",
  7327. "state": {
  7328. "description_width": ""
  7329. }
  7330. },
  7331. "3286bd26ca2144b98d4646f16f2d0091": {
  7332. "model_name": "OutputModel",
  7333. "model_module": "@jupyter-widgets/output",
  7334. "model_module_version": "1.0.0",
  7335. "state": {
  7336. "layout": "IPY_MODEL_d330b9724d1e46cda1462d0c24c6f5e5"
  7337. }
  7338. },
  7339. "328e9f23e43246ffbec8e7db2ffceb88": {
  7340. "model_name": "DescriptionStyleModel",
  7341. "model_module": "@jupyter-widgets/controls",
  7342. "model_module_version": "1.2.0",
  7343. "state": {
  7344. "description_width": ""
  7345. }
  7346. },
  7347. "329030d9d11e49f381ff824619a69a03": {
  7348. "model_name": "LayoutModel",
  7349. "model_module": "@jupyter-widgets/base",
  7350. "model_module_version": "1.0.0",
  7351. "state": {}
  7352. },
  7353. "3299b49bf4f74ad1a112fc0406f8c6a3": {
  7354. "model_name": "VBoxModel",
  7355. "model_module": "@jupyter-widgets/controls",
  7356. "model_module_version": "1.2.0",
  7357. "state": {
  7358. "_dom_classes": [
  7359. "widget-interact"
  7360. ],
  7361. "children": [
  7362. "IPY_MODEL_e603ecb3b5f9437cb2a63881f11b4e28",
  7363. "IPY_MODEL_99bbf5088c1b4864b252853397c3798d"
  7364. ],
  7365. "layout": "IPY_MODEL_77089813e4fc46189e0c6af722b5cace"
  7366. }
  7367. },
  7368. "32a8ed78e41c42ae9366486d6202b0ae": {
  7369. "model_name": "LayoutModel",
  7370. "model_module": "@jupyter-widgets/base",
  7371. "model_module_version": "1.0.0",
  7372. "state": {}
  7373. },
  7374. "32e1008bdff6461bb239c16203854f84": {
  7375. "model_name": "OutputModel",
  7376. "model_module": "@jupyter-widgets/output",
  7377. "model_module_version": "1.0.0",
  7378. "state": {
  7379. "layout": "IPY_MODEL_f12696a79af14132a6b1032999c1adc2"
  7380. }
  7381. },
  7382. "32eaa64729e04eb6893dba6b64869a96": {
  7383. "model_name": "LayoutModel",
  7384. "model_module": "@jupyter-widgets/base",
  7385. "model_module_version": "1.0.0",
  7386. "state": {}
  7387. },
  7388. "32fa0d34caad40058c08f5b567e8f754": {
  7389. "model_name": "LayoutModel",
  7390. "model_module": "@jupyter-widgets/base",
  7391. "model_module_version": "1.0.0",
  7392. "state": {}
  7393. },
  7394. "33002f521458424797532d3219c03a1a": {
  7395. "model_name": "ButtonModel",
  7396. "model_module": "@jupyter-widgets/controls",
  7397. "model_module_version": "1.2.0",
  7398. "state": {
  7399. "description": "Save",
  7400. "layout": "IPY_MODEL_0a4fe886a30342ba970abd5232d17b0f",
  7401. "style": "IPY_MODEL_68d935e2964047109360c22517fc1285"
  7402. }
  7403. },
  7404. "3305aac1973d46fb87c8b911871148b3": {
  7405. "model_name": "LayoutModel",
  7406. "model_module": "@jupyter-widgets/base",
  7407. "model_module_version": "1.0.0",
  7408. "state": {}
  7409. },
  7410. "3306757886b94fc2ac20c9297f39547b": {
  7411. "model_name": "HBoxModel",
  7412. "model_module": "@jupyter-widgets/controls",
  7413. "model_module_version": "1.2.0",
  7414. "state": {
  7415. "children": [
  7416. "IPY_MODEL_30337b6df4f54d0ebed704a30934e351",
  7417. "IPY_MODEL_4300a51f039d4a0fa536fe149031c7b6",
  7418. "IPY_MODEL_f0b25311ba7144c99020d4333536459f"
  7419. ],
  7420. "layout": "IPY_MODEL_1f0bdd1a6e03439bb9a74e7ab61dfe4d"
  7421. }
  7422. },
  7423. "33135b23d9b74c37a7e9740b08fe6482": {
  7424. "model_name": "HBoxModel",
  7425. "model_module": "@jupyter-widgets/controls",
  7426. "model_module_version": "1.2.0",
  7427. "state": {
  7428. "children": [
  7429. "IPY_MODEL_0f28d4468e9e430a8ec2c80078c13e16",
  7430. "IPY_MODEL_7c0b252bfbb740bf94c9b559b5a563b0"
  7431. ],
  7432. "layout": "IPY_MODEL_647c88ebbae34f68ae776fde91787c13"
  7433. }
  7434. },
  7435. "331603a74bb3492d9d1e4ff9c9eeed9f": {
  7436. "model_name": "SelectModel",
  7437. "model_module": "@jupyter-widgets/controls",
  7438. "model_module_version": "1.2.0",
  7439. "state": {
  7440. "description": "Classifiers",
  7441. "index": null,
  7442. "layout": "IPY_MODEL_098449d3d16d4f83b1bdba5755236b1b",
  7443. "style": "IPY_MODEL_61ce4bc8ac2d47a9a407df9985b03e4d"
  7444. }
  7445. },
  7446. "3363fa2d89e04caaaca5e487de06c090": {
  7447. "model_name": "DescriptionStyleModel",
  7448. "model_module": "@jupyter-widgets/controls",
  7449. "model_module_version": "1.2.0",
  7450. "state": {
  7451. "description_width": ""
  7452. }
  7453. },
  7454. "3372280c87e0421284328418d89faad8": {
  7455. "model_name": "DescriptionStyleModel",
  7456. "model_module": "@jupyter-widgets/controls",
  7457. "model_module_version": "1.2.0",
  7458. "state": {
  7459. "description_width": ""
  7460. }
  7461. },
  7462. "33abbbad9e8846ecb9143b72737c8ac1": {
  7463. "model_name": "LabelModel",
  7464. "model_module": "@jupyter-widgets/controls",
  7465. "model_module_version": "1.2.0",
  7466. "state": {
  7467. "layout": "IPY_MODEL_1819f5b870b54429a937a1be23272ad5",
  7468. "style": "IPY_MODEL_2744ecd2ad584abba56093254a9a5059",
  7469. "value": "Added Classifier!"
  7470. }
  7471. },
  7472. "33b81039c5f0472cbf49a29d0da43f9b": {
  7473. "model_name": "DropdownModel",
  7474. "model_module": "@jupyter-widgets/controls",
  7475. "model_module_version": "1.2.0",
  7476. "state": {
  7477. "_options_labels": [
  7478. "Development Status",
  7479. "Environment",
  7480. "Framework",
  7481. "Intended Audience",
  7482. "License",
  7483. "Natural Language",
  7484. "Operating System",
  7485. "Programming Language",
  7486. "Topic"
  7487. ],
  7488. "description": "prefix",
  7489. "index": 0,
  7490. "layout": "IPY_MODEL_c144a6d30048491b8bf688fb30a9d848",
  7491. "style": "IPY_MODEL_b155cabe06ea4d3c9edc5ecdbec20703"
  7492. }
  7493. },
  7494. "33bc86fdcdec43b78ca22fa928cce8a6": {
  7495. "model_name": "LayoutModel",
  7496. "model_module": "@jupyter-widgets/base",
  7497. "model_module_version": "1.0.0",
  7498. "state": {}
  7499. },
  7500. "33bdea085a114f3db77470e5e1d19cf3": {
  7501. "model_name": "DescriptionStyleModel",
  7502. "model_module": "@jupyter-widgets/controls",
  7503. "model_module_version": "1.2.0",
  7504. "state": {
  7505. "description_width": ""
  7506. }
  7507. },
  7508. "33be3c076ed74cd697ecd70b68e0444a": {
  7509. "model_name": "HBoxModel",
  7510. "model_module": "@jupyter-widgets/controls",
  7511. "model_module_version": "1.2.0",
  7512. "state": {
  7513. "children": [
  7514. "IPY_MODEL_74dbcc71cdfa48288c2bd77beece3559",
  7515. "IPY_MODEL_bfb525d861e94aef8c97a30ed7ed9a3b",
  7516. "IPY_MODEL_4892f0db688840f3bce92d07bd7e19df"
  7517. ],
  7518. "layout": "IPY_MODEL_bdcb084fa0174e0c9f0c91f062908736"
  7519. }
  7520. },
  7521. "33c872f225904acb9740a4c65fcb0333": {
  7522. "model_name": "LabelModel",
  7523. "model_module": "@jupyter-widgets/controls",
  7524. "model_module_version": "1.2.0",
  7525. "state": {
  7526. "layout": "IPY_MODEL_1f3524c6c92a4eb1b0bc8a71a640aab4",
  7527. "style": "IPY_MODEL_3372280c87e0421284328418d89faad8",
  7528. "value": "...."
  7529. }
  7530. },
  7531. "3418431823bb4897a87a32c9a12fb7c5": {
  7532. "model_name": "LabelModel",
  7533. "model_module": "@jupyter-widgets/controls",
  7534. "model_module_version": "1.2.0",
  7535. "state": {
  7536. "layout": "IPY_MODEL_b47d1c76d6444cbd899ee93fbae7120d",
  7537. "style": "IPY_MODEL_1df952e4090547a1b923a8c3dfa191bd",
  7538. "value": "Chosen Classifiers"
  7539. }
  7540. },
  7541. "341b6157d7df4295a1ccec9d44fa879b": {
  7542. "model_name": "LayoutModel",
  7543. "model_module": "@jupyter-widgets/base",
  7544. "model_module_version": "1.0.0",
  7545. "state": {}
  7546. },
  7547. "342a65918dfb420da23528b5f6f53b2d": {
  7548. "model_name": "LayoutModel",
  7549. "model_module": "@jupyter-widgets/base",
  7550. "model_module_version": "1.0.0",
  7551. "state": {}
  7552. },
  7553. "343125e7198d4ad8af2f14ff0565c02d": {
  7554. "model_name": "LabelModel",
  7555. "model_module": "@jupyter-widgets/controls",
  7556. "model_module_version": "1.2.0",
  7557. "state": {
  7558. "layout": "IPY_MODEL_870e208056014583944389bc3d918cc7",
  7559. "style": "IPY_MODEL_907a2d92337e47fb9883e5514efb2302",
  7560. "value": "Highlighted Classifer: Operating System :: MacOS :: MacOS X"
  7561. }
  7562. },
  7563. "343264c17a4d4f04946fcc1e9945befe": {
  7564. "model_name": "LabelModel",
  7565. "model_module": "@jupyter-widgets/controls",
  7566. "model_module_version": "1.2.0",
  7567. "state": {
  7568. "layout": "IPY_MODEL_e5b0f77aa2734412aac648070e593c4a",
  7569. "style": "IPY_MODEL_ca421bb09e06481bab29acb089344bc9",
  7570. "value": "*Optional Classifiers"
  7571. }
  7572. },
  7573. "343c8a2c74d74d0c889085dc87391c3e": {
  7574. "model_name": "LayoutModel",
  7575. "model_module": "@jupyter-widgets/base",
  7576. "model_module_version": "1.0.0",
  7577. "state": {}
  7578. },
  7579. "34405f26db9f4415aeadc323c3e02b65": {
  7580. "model_name": "LayoutModel",
  7581. "model_module": "@jupyter-widgets/base",
  7582. "model_module_version": "1.0.0",
  7583. "state": {}
  7584. },
  7585. "3456b710e08a4a4e8b57e61870ddcf09": {
  7586. "model_name": "LabelModel",
  7587. "model_module": "@jupyter-widgets/controls",
  7588. "model_module_version": "1.2.0",
  7589. "state": {
  7590. "layout": "IPY_MODEL_050f2474d4b844be9d12dee709245ca0",
  7591. "style": "IPY_MODEL_21fa2a73a07b4fbc823dc06e67d165fb",
  7592. "value": "*Optional Classifiers"
  7593. }
  7594. },
  7595. "3467ee4d79414058ad9a44a4654b3e62": {
  7596. "model_name": "SelectModel",
  7597. "model_module": "@jupyter-widgets/controls",
  7598. "model_module_version": "1.2.0",
  7599. "state": {
  7600. "description": "Selected:",
  7601. "index": null,
  7602. "layout": "IPY_MODEL_6813284482ca401e850adae4f857174d",
  7603. "style": "IPY_MODEL_67a86e1c15e64ab38ed8b2609bfc1113"
  7604. }
  7605. },
  7606. "347998d2e0644b5d8c963313bc61eb1f": {
  7607. "model_name": "LayoutModel",
  7608. "model_module": "@jupyter-widgets/base",
  7609. "model_module_version": "1.0.0",
  7610. "state": {}
  7611. },
  7612. "34874c1d709944829c91f67c7eec95a1": {
  7613. "model_name": "ButtonModel",
  7614. "model_module": "@jupyter-widgets/controls",
  7615. "model_module_version": "1.2.0",
  7616. "state": {
  7617. "description": "Add",
  7618. "layout": "IPY_MODEL_14431856f7c2467cb8be258198abcd6f",
  7619. "style": "IPY_MODEL_ff323e5121a949b6be566a1474fe5493"
  7620. }
  7621. },
  7622. "34ba51e6936f4624a5225d483f4e9bfd": {
  7623. "model_name": "DropdownModel",
  7624. "model_module": "@jupyter-widgets/controls",
  7625. "model_module_version": "1.2.0",
  7626. "state": {
  7627. "_options_labels": [
  7628. "Development Status :: 1 - Planning",
  7629. "Development Status :: 3 - Alpha",
  7630. "Development Status :: 4 - Beta",
  7631. "Development Status :: 6 - Mature",
  7632. "Development Status :: 2 - Pre-Alpha",
  7633. "Development Status :: 7 - Inactive",
  7634. "Development Status :: 5 - Production/Stable"
  7635. ],
  7636. "description": "Classifier",
  7637. "index": 0,
  7638. "layout": "IPY_MODEL_d9c8792c69c44bb8ab2801101f33e6dd",
  7639. "style": "IPY_MODEL_b6dc5c5fbb7540a08bac957af865c84a"
  7640. }
  7641. },
  7642. "34bcd6ed691645179012f09dd5080633": {
  7643. "model_name": "LayoutModel",
  7644. "model_module": "@jupyter-widgets/base",
  7645. "model_module_version": "1.0.0",
  7646. "state": {}
  7647. },
  7648. "34dde182a9274bbf95bd610ca69bd02d": {
  7649. "model_name": "LayoutModel",
  7650. "model_module": "@jupyter-widgets/base",
  7651. "model_module_version": "1.0.0",
  7652. "state": {}
  7653. },
  7654. "34f75d7d850047b68426018000e32030": {
  7655. "model_name": "LayoutModel",
  7656. "model_module": "@jupyter-widgets/base",
  7657. "model_module_version": "1.0.0",
  7658. "state": {}
  7659. },
  7660. "34fdb2f91a33424e927bc888de1c01f3": {
  7661. "model_name": "LayoutModel",
  7662. "model_module": "@jupyter-widgets/base",
  7663. "model_module_version": "1.0.0",
  7664. "state": {}
  7665. },
  7666. "3548e6efad80471181a866ca08cb7636": {
  7667. "model_name": "LayoutModel",
  7668. "model_module": "@jupyter-widgets/base",
  7669. "model_module_version": "1.0.0",
  7670. "state": {}
  7671. },
  7672. "354f0268a038426e8298221c71835e67": {
  7673. "model_name": "DescriptionStyleModel",
  7674. "model_module": "@jupyter-widgets/controls",
  7675. "model_module_version": "1.2.0",
  7676. "state": {
  7677. "description_width": ""
  7678. }
  7679. },
  7680. "35727499abd540da8302a3fd5542fc84": {
  7681. "model_name": "LayoutModel",
  7682. "model_module": "@jupyter-widgets/base",
  7683. "model_module_version": "1.0.0",
  7684. "state": {}
  7685. },
  7686. "3577354a4f0447d6989473b2b623ce57": {
  7687. "model_name": "DescriptionStyleModel",
  7688. "model_module": "@jupyter-widgets/controls",
  7689. "model_module_version": "1.2.0",
  7690. "state": {
  7691. "description_width": ""
  7692. }
  7693. },
  7694. "35852913f80344e59b38858fcb3a8a22": {
  7695. "model_name": "HBoxModel",
  7696. "model_module": "@jupyter-widgets/controls",
  7697. "model_module_version": "1.2.0",
  7698. "state": {
  7699. "children": [
  7700. "IPY_MODEL_77897a43121e4b3da6978c69431716a0",
  7701. "IPY_MODEL_d138e114e9234d4d9f215f5f51a35e63",
  7702. "IPY_MODEL_39e776a90caf47088b691578a4093f72"
  7703. ],
  7704. "layout": "IPY_MODEL_ee9328c90b024aa2a12c1c3887017f10"
  7705. }
  7706. },
  7707. "3593d2a0f00d4957b1cb6c057dc3e337": {
  7708. "model_name": "LayoutModel",
  7709. "model_module": "@jupyter-widgets/base",
  7710. "model_module_version": "1.0.0",
  7711. "state": {}
  7712. },
  7713. "359f70afb7344eaa92e60dd24ac0be29": {
  7714. "model_name": "ButtonModel",
  7715. "model_module": "@jupyter-widgets/controls",
  7716. "model_module_version": "1.2.0",
  7717. "state": {
  7718. "description": "Save",
  7719. "layout": "IPY_MODEL_18686c4e056340ecbceef919bddfa68f",
  7720. "style": "IPY_MODEL_a6a7958e359e4fe7b9ffafa4306ac989"
  7721. }
  7722. },
  7723. "35a37534b1364e37b8f70dc7b60a8862": {
  7724. "model_name": "VBoxModel",
  7725. "model_module": "@jupyter-widgets/controls",
  7726. "model_module_version": "1.2.0",
  7727. "state": {
  7728. "_dom_classes": [
  7729. "widget-interact"
  7730. ],
  7731. "children": [
  7732. "IPY_MODEL_d585c87880cb4aaa91a43494298f8fb6",
  7733. "IPY_MODEL_1c7e1e2f76224e3cba86f2028e7fbdfa"
  7734. ],
  7735. "layout": "IPY_MODEL_3b045d4ff345446e81b6f86144cea898"
  7736. }
  7737. },
  7738. "35b0fed859314c07b77e4f8024b53c1d": {
  7739. "model_name": "LayoutModel",
  7740. "model_module": "@jupyter-widgets/base",
  7741. "model_module_version": "1.0.0",
  7742. "state": {}
  7743. },
  7744. "35b9d1bfd7074dd7869f0b1fc08cab33": {
  7745. "model_name": "LayoutModel",
  7746. "model_module": "@jupyter-widgets/base",
  7747. "model_module_version": "1.0.0",
  7748. "state": {}
  7749. },
  7750. "35cd70fb42804f9ead6c0ddcec94fc62": {
  7751. "model_name": "LayoutModel",
  7752. "model_module": "@jupyter-widgets/base",
  7753. "model_module_version": "1.0.0",
  7754. "state": {}
  7755. },
  7756. "35d0449f08924508aaf99d31e9809e3a": {
  7757. "model_name": "ButtonModel",
  7758. "model_module": "@jupyter-widgets/controls",
  7759. "model_module_version": "1.2.0",
  7760. "state": {
  7761. "description": "Add",
  7762. "layout": "IPY_MODEL_8d9f80dc7ab6426cb30aeb36fad340fc",
  7763. "style": "IPY_MODEL_d5d20eb47d32454dbbf8ac6d77af71d4"
  7764. }
  7765. },
  7766. "35dffd784e5d45d4ade35cb7681b5f80": {
  7767. "model_name": "LayoutModel",
  7768. "model_module": "@jupyter-widgets/base",
  7769. "model_module_version": "1.0.0",
  7770. "state": {}
  7771. },
  7772. "35e8815e39204def89020f8f9d21149b": {
  7773. "model_name": "DescriptionStyleModel",
  7774. "model_module": "@jupyter-widgets/controls",
  7775. "model_module_version": "1.2.0",
  7776. "state": {
  7777. "description_width": ""
  7778. }
  7779. },
  7780. "35ea0469424d4003a230a618cc3b2669": {
  7781. "model_name": "LayoutModel",
  7782. "model_module": "@jupyter-widgets/base",
  7783. "model_module_version": "1.0.0",
  7784. "state": {}
  7785. },
  7786. "35eab144a3a04e9094955a155d6290a6": {
  7787. "model_name": "OutputModel",
  7788. "model_module": "@jupyter-widgets/output",
  7789. "model_module_version": "1.0.0",
  7790. "state": {
  7791. "layout": "IPY_MODEL_822ba0fcf5f24922abb26799a3038a6b"
  7792. }
  7793. },
  7794. "36067849e25c4ca5a0d942f14af02269": {
  7795. "model_name": "DescriptionStyleModel",
  7796. "model_module": "@jupyter-widgets/controls",
  7797. "model_module_version": "1.2.0",
  7798. "state": {
  7799. "description_width": ""
  7800. }
  7801. },
  7802. "360ab6ea204d4687b12d342fcde56f3f": {
  7803. "model_name": "ButtonStyleModel",
  7804. "model_module": "@jupyter-widgets/controls",
  7805. "model_module_version": "1.2.0",
  7806. "state": {}
  7807. },
  7808. "3616c065e6064c28a5403584edc129b7": {
  7809. "model_name": "DescriptionStyleModel",
  7810. "model_module": "@jupyter-widgets/controls",
  7811. "model_module_version": "1.2.0",
  7812. "state": {
  7813. "description_width": ""
  7814. }
  7815. },
  7816. "3622417dc28244ab9f2ee8f05ff0a43e": {
  7817. "model_name": "DescriptionStyleModel",
  7818. "model_module": "@jupyter-widgets/controls",
  7819. "model_module_version": "1.2.0",
  7820. "state": {
  7821. "description_width": ""
  7822. }
  7823. },
  7824. "3623d74079834f97a7a8bca47b349d73": {
  7825. "model_name": "HBoxModel",
  7826. "model_module": "@jupyter-widgets/controls",
  7827. "model_module_version": "1.2.0",
  7828. "state": {
  7829. "children": [
  7830. "IPY_MODEL_127dccd69da94f209b5430a71d71ddf1",
  7831. "IPY_MODEL_5105e956061147708694bf6a56954407",
  7832. "IPY_MODEL_afce2ca43019406f881483eee4d721a7"
  7833. ],
  7834. "layout": "IPY_MODEL_edfbaea9584d4782ab7d584edc8dd427"
  7835. }
  7836. },
  7837. "36286e1e6a55449aaa6c1edf9782fff2": {
  7838. "model_name": "DescriptionStyleModel",
  7839. "model_module": "@jupyter-widgets/controls",
  7840. "model_module_version": "1.2.0",
  7841. "state": {
  7842. "description_width": ""
  7843. }
  7844. },
  7845. "36456aeb841349dc85606e12ebc9da3d": {
  7846. "model_name": "DescriptionStyleModel",
  7847. "model_module": "@jupyter-widgets/controls",
  7848. "model_module_version": "1.2.0",
  7849. "state": {
  7850. "description_width": ""
  7851. }
  7852. },
  7853. "36458303be144ef7b123efdcce0d7ebd": {
  7854. "model_name": "LayoutModel",
  7855. "model_module": "@jupyter-widgets/base",
  7856. "model_module_version": "1.0.0",
  7857. "state": {}
  7858. },
  7859. "364be928f7d44aeb94dc3a1637eb1e46": {
  7860. "model_name": "DescriptionStyleModel",
  7861. "model_module": "@jupyter-widgets/controls",
  7862. "model_module_version": "1.2.0",
  7863. "state": {
  7864. "description_width": ""
  7865. }
  7866. },
  7867. "3650321a579445bf950f1f0a4024b512": {
  7868. "model_name": "LayoutModel",
  7869. "model_module": "@jupyter-widgets/base",
  7870. "model_module_version": "1.0.0",
  7871. "state": {}
  7872. },
  7873. "36571324e7c346e886276ac4c167fd66": {
  7874. "model_name": "LayoutModel",
  7875. "model_module": "@jupyter-widgets/base",
  7876. "model_module_version": "1.0.0",
  7877. "state": {}
  7878. },
  7879. "3669c781938a4c1ebe82737fed4bb90a": {
  7880. "model_name": "LayoutModel",
  7881. "model_module": "@jupyter-widgets/base",
  7882. "model_module_version": "1.0.0",
  7883. "state": {}
  7884. },
  7885. "366cd5489c1d40dcadc365506c7a693c": {
  7886. "model_name": "DescriptionStyleModel",
  7887. "model_module": "@jupyter-widgets/controls",
  7888. "model_module_version": "1.2.0",
  7889. "state": {
  7890. "description_width": ""
  7891. }
  7892. },
  7893. "367c31a216914069ba4ef36a0924cf52": {
  7894. "model_name": "LayoutModel",
  7895. "model_module": "@jupyter-widgets/base",
  7896. "model_module_version": "1.0.0",
  7897. "state": {}
  7898. },
  7899. "36c27fe452d94314b2a00e0a389990e3": {
  7900. "model_name": "DescriptionStyleModel",
  7901. "model_module": "@jupyter-widgets/controls",
  7902. "model_module_version": "1.2.0",
  7903. "state": {
  7904. "description_width": ""
  7905. }
  7906. },
  7907. "36c64f4e9e0e4db390571aeae4767367": {
  7908. "model_name": "LayoutModel",
  7909. "model_module": "@jupyter-widgets/base",
  7910. "model_module_version": "1.0.0",
  7911. "state": {}
  7912. },
  7913. "36c99d49d8e94f44ad447c211025e5d8": {
  7914. "model_name": "LayoutModel",
  7915. "model_module": "@jupyter-widgets/base",
  7916. "model_module_version": "1.0.0",
  7917. "state": {}
  7918. },
  7919. "36da3a6e7e1f4d7ca67fb8d59fb15826": {
  7920. "model_name": "DescriptionStyleModel",
  7921. "model_module": "@jupyter-widgets/controls",
  7922. "model_module_version": "1.2.0",
  7923. "state": {
  7924. "description_width": ""
  7925. }
  7926. },
  7927. "36ff5e7c2d4c40ffb8cdd97bd0c56fef": {
  7928. "model_name": "LayoutModel",
  7929. "model_module": "@jupyter-widgets/base",
  7930. "model_module_version": "1.0.0",
  7931. "state": {}
  7932. },
  7933. "3702d0895f944b10beece7546afacd7f": {
  7934. "model_name": "LayoutModel",
  7935. "model_module": "@jupyter-widgets/base",
  7936. "model_module_version": "1.0.0",
  7937. "state": {}
  7938. },
  7939. "3718d640349c4ed6912a92e0cbcee809": {
  7940. "model_name": "LabelModel",
  7941. "model_module": "@jupyter-widgets/controls",
  7942. "model_module_version": "1.2.0",
  7943. "state": {
  7944. "layout": "IPY_MODEL_57e6e1679a7d46708706497caf9a1258",
  7945. "style": "IPY_MODEL_04983fb47da349a3a1867bb9cc4826ba",
  7946. "value": "*Optional Classifiers"
  7947. }
  7948. },
  7949. "3730771194c341499d08726ccc878d87": {
  7950. "model_name": "LayoutModel",
  7951. "model_module": "@jupyter-widgets/base",
  7952. "model_module_version": "1.0.0",
  7953. "state": {}
  7954. },
  7955. "373ecd71e5a94581b8a86c808b27791b": {
  7956. "model_name": "HBoxModel",
  7957. "model_module": "@jupyter-widgets/controls",
  7958. "model_module_version": "1.2.0",
  7959. "state": {
  7960. "children": [
  7961. "IPY_MODEL_14fa1e1752f84780968899ebdd22c84d"
  7962. ],
  7963. "layout": "IPY_MODEL_e143d4ae8a7a4d18a6b67bcb760149f1"
  7964. }
  7965. },
  7966. "3740dac62f384024a77cc0802dde74e6": {
  7967. "model_name": "LabelModel",
  7968. "model_module": "@jupyter-widgets/controls",
  7969. "model_module_version": "1.2.0",
  7970. "state": {
  7971. "layout": "IPY_MODEL_4db68a5e0b9a44f6918955f00e972af5",
  7972. "style": "IPY_MODEL_0d1d59b1fc964960923d96b2a8c0db5d",
  7973. "value": "...!"
  7974. }
  7975. },
  7976. "3746cb1ae46842e492e7427366ecc6ee": {
  7977. "model_name": "LayoutModel",
  7978. "model_module": "@jupyter-widgets/base",
  7979. "model_module_version": "1.0.0",
  7980. "state": {}
  7981. },
  7982. "377190eb325d4ae8815e2b45680a4d9b": {
  7983. "model_name": "DropdownModel",
  7984. "model_module": "@jupyter-widgets/controls",
  7985. "model_module_version": "1.2.0",
  7986. "state": {
  7987. "_options_labels": [
  7988. "Development Status :: 4 - Beta",
  7989. "Development Status :: 5 - Production/Stable",
  7990. "Development Status :: 1 - Planning",
  7991. "Development Status :: 7 - Inactive",
  7992. "Development Status :: 2 - Pre-Alpha",
  7993. "Development Status :: 3 - Alpha",
  7994. "Development Status :: 6 - Mature"
  7995. ],
  7996. "description": "Classifier",
  7997. "index": 0,
  7998. "layout": "IPY_MODEL_dc9b43c7052a411a84d57a3ee0030d69",
  7999. "style": "IPY_MODEL_fe41eb7872fc492bae52032341851264"
  8000. }
  8001. },
  8002. "37918f8695de48d8a3f806384f127c99": {
  8003. "model_name": "LayoutModel",
  8004. "model_module": "@jupyter-widgets/base",
  8005. "model_module_version": "1.0.0",
  8006. "state": {}
  8007. },
  8008. "3791ad41563d4a2398b6d9eb890dda2b": {
  8009. "model_name": "LayoutModel",
  8010. "model_module": "@jupyter-widgets/base",
  8011. "model_module_version": "1.0.0",
  8012. "state": {}
  8013. },
  8014. "37a8787ab62d47b2a2856d9b9297b6f3": {
  8015. "model_name": "OutputModel",
  8016. "model_module": "@jupyter-widgets/output",
  8017. "model_module_version": "1.0.0",
  8018. "state": {
  8019. "layout": "IPY_MODEL_e42631bd04f948179c652f6e50fedf69"
  8020. }
  8021. },
  8022. "37ab2163297f4244a70d6c5e0e888b7b": {
  8023. "model_name": "LayoutModel",
  8024. "model_module": "@jupyter-widgets/base",
  8025. "model_module_version": "1.0.0",
  8026. "state": {}
  8027. },
  8028. "37f3cc8bd12f49a780a22b773cab4993": {
  8029. "model_name": "LayoutModel",
  8030. "model_module": "@jupyter-widgets/base",
  8031. "model_module_version": "1.0.0",
  8032. "state": {}
  8033. },
  8034. "37fe096036704fcf9cb101a742bb1355": {
  8035. "model_name": "DescriptionStyleModel",
  8036. "model_module": "@jupyter-widgets/controls",
  8037. "model_module_version": "1.2.0",
  8038. "state": {
  8039. "description_width": ""
  8040. }
  8041. },
  8042. "381076c6e83b4cba96a55c518142966a": {
  8043. "model_name": "LayoutModel",
  8044. "model_module": "@jupyter-widgets/base",
  8045. "model_module_version": "1.0.0",
  8046. "state": {}
  8047. },
  8048. "38183e8267234943a3dc7416774faa8b": {
  8049. "model_name": "HBoxModel",
  8050. "model_module": "@jupyter-widgets/controls",
  8051. "model_module_version": "1.2.0",
  8052. "state": {
  8053. "children": [
  8054. "IPY_MODEL_5ae7895ed1b44bf686d035f7b232a3c1",
  8055. "IPY_MODEL_048dadc00ce64048802fcceb4a1ef66f"
  8056. ],
  8057. "layout": "IPY_MODEL_0170ac18adac49c99d0ce0fbb8d8a8f9"
  8058. }
  8059. },
  8060. "38325501b4eb40ffb920d8bfa9597d0e": {
  8061. "model_name": "LayoutModel",
  8062. "model_module": "@jupyter-widgets/base",
  8063. "model_module_version": "1.0.0",
  8064. "state": {}
  8065. },
  8066. "384f2454ed9340b0a75b610fd8248e61": {
  8067. "model_name": "LayoutModel",
  8068. "model_module": "@jupyter-widgets/base",
  8069. "model_module_version": "1.0.0",
  8070. "state": {}
  8071. },
  8072. "3853e5dd912c41ac9a61b717e03f7020": {
  8073. "model_name": "LayoutModel",
  8074. "model_module": "@jupyter-widgets/base",
  8075. "model_module_version": "1.0.0",
  8076. "state": {}
  8077. },
  8078. "385c520ce4d44f07998a28824aafbcda": {
  8079. "model_name": "ButtonModel",
  8080. "model_module": "@jupyter-widgets/controls",
  8081. "model_module_version": "1.2.0",
  8082. "state": {
  8083. "description": "Add",
  8084. "layout": "IPY_MODEL_f872f2dbc9fc4981a7488cf212340462",
  8085. "style": "IPY_MODEL_b7f75f8a60874d99acb3f33759dc2500"
  8086. }
  8087. },
  8088. "385e8870c06241cead6e9659c7afd16a": {
  8089. "model_name": "LayoutModel",
  8090. "model_module": "@jupyter-widgets/base",
  8091. "model_module_version": "1.0.0",
  8092. "state": {}
  8093. },
  8094. "38622658f9e24f918a5a754d96d17bc1": {
  8095. "model_name": "LayoutModel",
  8096. "model_module": "@jupyter-widgets/base",
  8097. "model_module_version": "1.0.0",
  8098. "state": {}
  8099. },
  8100. "38768454a7a745ceb04200600cb54222": {
  8101. "model_name": "DescriptionStyleModel",
  8102. "model_module": "@jupyter-widgets/controls",
  8103. "model_module_version": "1.2.0",
  8104. "state": {
  8105. "description_width": ""
  8106. }
  8107. },
  8108. "3881b8f297b7412d92dc96b2ded4a372": {
  8109. "model_name": "LayoutModel",
  8110. "model_module": "@jupyter-widgets/base",
  8111. "model_module_version": "1.0.0",
  8112. "state": {}
  8113. },
  8114. "388bca05dcd64c70b44246db51b57e9e": {
  8115. "model_name": "LabelModel",
  8116. "model_module": "@jupyter-widgets/controls",
  8117. "model_module_version": "1.2.0",
  8118. "state": {
  8119. "layout": "IPY_MODEL_aad7871bdddd4f0abe70d14b6ef45945",
  8120. "style": "IPY_MODEL_ab13e3fa29914490b7c1f751399e9299",
  8121. "value": "Chosen Classifiers"
  8122. }
  8123. },
  8124. "38a6b6d762754a07a043c223763cf88b": {
  8125. "model_name": "ButtonStyleModel",
  8126. "model_module": "@jupyter-widgets/controls",
  8127. "model_module_version": "1.2.0",
  8128. "state": {}
  8129. },
  8130. "38a6b709eece45be8cbd27d144c944d5": {
  8131. "model_name": "LayoutModel",
  8132. "model_module": "@jupyter-widgets/base",
  8133. "model_module_version": "1.0.0",
  8134. "state": {}
  8135. },
  8136. "38abb2c2b19d43728aaa3ddca649630f": {
  8137. "model_name": "LayoutModel",
  8138. "model_module": "@jupyter-widgets/base",
  8139. "model_module_version": "1.0.0",
  8140. "state": {}
  8141. },
  8142. "38ad01515f0d487a87560c0e13167669": {
  8143. "model_name": "LayoutModel",
  8144. "model_module": "@jupyter-widgets/base",
  8145. "model_module_version": "1.0.0",
  8146. "state": {}
  8147. },
  8148. "38b65035e5ab43798c9f4d236cd72ea2": {
  8149. "model_name": "HBoxModel",
  8150. "model_module": "@jupyter-widgets/controls",
  8151. "model_module_version": "1.2.0",
  8152. "state": {
  8153. "children": [
  8154. "IPY_MODEL_986184b4d5d047629e3cd53c7b7ed557",
  8155. "IPY_MODEL_7080b7b9ac924d65a704e2bf8f61bc98"
  8156. ],
  8157. "layout": "IPY_MODEL_9e2539e0ed874b878b15e2cf14090710"
  8158. }
  8159. },
  8160. "38ba2adb3b7f4c42bddbf4ed2acde376": {
  8161. "model_name": "VBoxModel",
  8162. "model_module": "@jupyter-widgets/controls",
  8163. "model_module_version": "1.2.0",
  8164. "state": {
  8165. "_dom_classes": [
  8166. "widget-interact"
  8167. ],
  8168. "children": [
  8169. "IPY_MODEL_8266b9bb51334dfb87fa236de9fcfc7a",
  8170. "IPY_MODEL_fa1a4059beff4fd2a86b74a268679dda"
  8171. ],
  8172. "layout": "IPY_MODEL_59278d1e69e9450db744030b0634a006"
  8173. }
  8174. },
  8175. "38da953b1292472a92d920a31587a747": {
  8176. "model_name": "LayoutModel",
  8177. "model_module": "@jupyter-widgets/base",
  8178. "model_module_version": "1.0.0",
  8179. "state": {}
  8180. },
  8181. "38fcb94b34bc498faf30ff79ad0fc74d": {
  8182. "model_name": "ButtonStyleModel",
  8183. "model_module": "@jupyter-widgets/controls",
  8184. "model_module_version": "1.2.0",
  8185. "state": {}
  8186. },
  8187. "3914afa18c654e578ecec44c4e0d43bf": {
  8188. "model_name": "DropdownModel",
  8189. "model_module": "@jupyter-widgets/controls",
  8190. "model_module_version": "1.2.0",
  8191. "state": {
  8192. "_options_labels": [
  8193. "Development Status",
  8194. "Environment",
  8195. "Framework",
  8196. "Intended Audience",
  8197. "License",
  8198. "Natural Language",
  8199. "Operating System",
  8200. "Programming Language",
  8201. "Topic"
  8202. ],
  8203. "description": "prefix",
  8204. "index": 0,
  8205. "layout": "IPY_MODEL_c3517b98f8ae4dc7ad5a8571256b36c4",
  8206. "style": "IPY_MODEL_4a0c138e81594cf38f1e49db81bbf0e4"
  8207. }
  8208. },
  8209. "39279116cad947a2a4e0396aaf0e92b3": {
  8210. "model_name": "LayoutModel",
  8211. "model_module": "@jupyter-widgets/base",
  8212. "model_module_version": "1.0.0",
  8213. "state": {}
  8214. },
  8215. "392c1fc513524904bd0c4ad3c8abae09": {
  8216. "model_name": "LayoutModel",
  8217. "model_module": "@jupyter-widgets/base",
  8218. "model_module_version": "1.0.0",
  8219. "state": {}
  8220. },
  8221. "3956d068f50644bfab75fa233881042a": {
  8222. "model_name": "DescriptionStyleModel",
  8223. "model_module": "@jupyter-widgets/controls",
  8224. "model_module_version": "1.2.0",
  8225. "state": {
  8226. "description_width": ""
  8227. }
  8228. },
  8229. "3991009c8bf447f3b03650aedb943a30": {
  8230. "model_name": "LayoutModel",
  8231. "model_module": "@jupyter-widgets/base",
  8232. "model_module_version": "1.0.0",
  8233. "state": {}
  8234. },
  8235. "399461990291444da985e3c9a1ab9b6f": {
  8236. "model_name": "ButtonStyleModel",
  8237. "model_module": "@jupyter-widgets/controls",
  8238. "model_module_version": "1.2.0",
  8239. "state": {}
  8240. },
  8241. "399c5245da924d34aa84bcf6342622a2": {
  8242. "model_name": "LayoutModel",
  8243. "model_module": "@jupyter-widgets/base",
  8244. "model_module_version": "1.0.0",
  8245. "state": {}
  8246. },
  8247. "39a0bca931624cdeb750f5abee81fa96": {
  8248. "model_name": "DescriptionStyleModel",
  8249. "model_module": "@jupyter-widgets/controls",
  8250. "model_module_version": "1.2.0",
  8251. "state": {
  8252. "description_width": ""
  8253. }
  8254. },
  8255. "39d551d4717545fd9b6b9f377700b9c5": {
  8256. "model_name": "ButtonModel",
  8257. "model_module": "@jupyter-widgets/controls",
  8258. "model_module_version": "1.2.0",
  8259. "state": {
  8260. "description": "Remove",
  8261. "layout": "IPY_MODEL_6f822f3e681249b4b5d3e081486b5064",
  8262. "style": "IPY_MODEL_9e28cafe263542b5abc81f21af0f2bce"
  8263. }
  8264. },
  8265. "39da2be28a674906a729925bd55a75ea": {
  8266. "model_name": "LayoutModel",
  8267. "model_module": "@jupyter-widgets/base",
  8268. "model_module_version": "1.0.0",
  8269. "state": {}
  8270. },
  8271. "39e776a90caf47088b691578a4093f72": {
  8272. "model_name": "ButtonModel",
  8273. "model_module": "@jupyter-widgets/controls",
  8274. "model_module_version": "1.2.0",
  8275. "state": {
  8276. "description": "Save",
  8277. "layout": "IPY_MODEL_ea386c88dcb241f9b93e5cbb3b7bb83b",
  8278. "style": "IPY_MODEL_23dc8eb0b686498fa507afa904fa0306"
  8279. }
  8280. },
  8281. "3a08b94fb8cd40d4b4f643e30a8adfc1": {
  8282. "model_name": "ButtonModel",
  8283. "model_module": "@jupyter-widgets/controls",
  8284. "model_module_version": "1.2.0",
  8285. "state": {
  8286. "description": "Save",
  8287. "layout": "IPY_MODEL_ebbe5f9086d54b75978112822f0a60a1",
  8288. "style": "IPY_MODEL_360ab6ea204d4687b12d342fcde56f3f"
  8289. }
  8290. },
  8291. "3a1ef98e6ced4ece99b6c6bfd9178de0": {
  8292. "model_name": "SelectModel",
  8293. "model_module": "@jupyter-widgets/controls",
  8294. "model_module_version": "1.2.0",
  8295. "state": {
  8296. "_options_labels": [
  8297. "License :: DFSG approved"
  8298. ],
  8299. "description": "Selected:",
  8300. "index": 0,
  8301. "layout": "IPY_MODEL_00b2fc67ed324b5b90b372c42df5da91",
  8302. "style": "IPY_MODEL_cb3fc7b2897848a18934cb731b981cfe"
  8303. }
  8304. },
  8305. "3a31344e04f242c88105dce42a5508ff": {
  8306. "model_name": "LayoutModel",
  8307. "model_module": "@jupyter-widgets/base",
  8308. "model_module_version": "1.0.0",
  8309. "state": {}
  8310. },
  8311. "3a52f44dfe9a42ca9b8d59d35c601edf": {
  8312. "model_name": "LayoutModel",
  8313. "model_module": "@jupyter-widgets/base",
  8314. "model_module_version": "1.0.0",
  8315. "state": {}
  8316. },
  8317. "3a54903964424280a16a9111f39cd713": {
  8318. "model_name": "VBoxModel",
  8319. "model_module": "@jupyter-widgets/controls",
  8320. "model_module_version": "1.2.0",
  8321. "state": {
  8322. "_dom_classes": [
  8323. "widget-interact"
  8324. ],
  8325. "children": [
  8326. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  8327. "IPY_MODEL_d0c64ee7a8e043659402124ad1fc633c"
  8328. ],
  8329. "layout": "IPY_MODEL_af03f9826e154fd0a9edfdff9f6843a4"
  8330. }
  8331. },
  8332. "3a5668f236c4448a94415e9ceeb4d14b": {
  8333. "model_name": "LayoutModel",
  8334. "model_module": "@jupyter-widgets/base",
  8335. "model_module_version": "1.0.0",
  8336. "state": {}
  8337. },
  8338. "3a56fbe0191e44a391c5f4b1f599fdd8": {
  8339. "model_name": "LabelModel",
  8340. "model_module": "@jupyter-widgets/controls",
  8341. "model_module_version": "1.2.0",
  8342. "state": {
  8343. "layout": "IPY_MODEL_d71288803ad1497a94ad004661c5cf6e",
  8344. "style": "IPY_MODEL_0342f181b5e84f59913e251d70b9c4d3",
  8345. "value": "Cleared!"
  8346. }
  8347. },
  8348. "3a5cb17be0cd4277aa38f9ae862c054b": {
  8349. "model_name": "DescriptionStyleModel",
  8350. "model_module": "@jupyter-widgets/controls",
  8351. "model_module_version": "1.2.0",
  8352. "state": {
  8353. "description_width": ""
  8354. }
  8355. },
  8356. "3a91cb0186fa42acbb98478fbeda7cda": {
  8357. "model_name": "LayoutModel",
  8358. "model_module": "@jupyter-widgets/base",
  8359. "model_module_version": "1.0.0",
  8360. "state": {}
  8361. },
  8362. "3aae0ae2d5bc48fc985ebba59dd19133": {
  8363. "model_name": "LabelModel",
  8364. "model_module": "@jupyter-widgets/controls",
  8365. "model_module_version": "1.2.0",
  8366. "state": {
  8367. "layout": "IPY_MODEL_dd6d2d72360641849b4fd888ddbb8a1a",
  8368. "style": "IPY_MODEL_eea39773de4c48ec937373bbdafcdba8",
  8369. "value": "Chosen Classifiers"
  8370. }
  8371. },
  8372. "3abfd3721ca6482291b293502db4d963": {
  8373. "model_name": "LabelModel",
  8374. "model_module": "@jupyter-widgets/controls",
  8375. "model_module_version": "1.2.0",
  8376. "state": {
  8377. "layout": "IPY_MODEL_71c955dee55a4e31b3432d293493a50d",
  8378. "style": "IPY_MODEL_5fa2a69ec71748adb1fa4bec9516d913",
  8379. "value": "Saved!"
  8380. }
  8381. },
  8382. "3ad437cb81c343218da484f37a34437c": {
  8383. "model_name": "LayoutModel",
  8384. "model_module": "@jupyter-widgets/base",
  8385. "model_module_version": "1.0.0",
  8386. "state": {}
  8387. },
  8388. "3ad58ba0cc634ca2b8422457dbe81225": {
  8389. "model_name": "DescriptionStyleModel",
  8390. "model_module": "@jupyter-widgets/controls",
  8391. "model_module_version": "1.2.0",
  8392. "state": {
  8393. "description_width": ""
  8394. }
  8395. },
  8396. "3add10a2269348a8a334c8fa5cb2da2c": {
  8397. "model_name": "LayoutModel",
  8398. "model_module": "@jupyter-widgets/base",
  8399. "model_module_version": "1.0.0",
  8400. "state": {}
  8401. },
  8402. "3b045d4ff345446e81b6f86144cea898": {
  8403. "model_name": "LayoutModel",
  8404. "model_module": "@jupyter-widgets/base",
  8405. "model_module_version": "1.0.0",
  8406. "state": {}
  8407. },
  8408. "3b0aa263d63a47ea9a9f7b9c7cb7a2b0": {
  8409. "model_name": "DescriptionStyleModel",
  8410. "model_module": "@jupyter-widgets/controls",
  8411. "model_module_version": "1.2.0",
  8412. "state": {
  8413. "description_width": ""
  8414. }
  8415. },
  8416. "3b305a3231784c718bf90bc687c9fce2": {
  8417. "model_name": "HBoxModel",
  8418. "model_module": "@jupyter-widgets/controls",
  8419. "model_module_version": "1.2.0",
  8420. "state": {
  8421. "children": [
  8422. "IPY_MODEL_1a6612ab9aaa46cb946012165edd8842",
  8423. "IPY_MODEL_ccff65158f5549d69612abba2440578c"
  8424. ],
  8425. "layout": "IPY_MODEL_2b26fd5626b145dabb9248ae4809dcc4"
  8426. }
  8427. },
  8428. "3b4521e2ef0e40158b67fac49f18b443": {
  8429. "model_name": "ButtonModel",
  8430. "model_module": "@jupyter-widgets/controls",
  8431. "model_module_version": "1.2.0",
  8432. "state": {
  8433. "description": "Add",
  8434. "layout": "IPY_MODEL_c863e94bb6784ab2be2ad5ee2b64c2a9",
  8435. "style": "IPY_MODEL_fc7866b1137e4095ae8a497d069e0b4a"
  8436. }
  8437. },
  8438. "3b55a3e391a14284930b4468429a2fca": {
  8439. "model_name": "HBoxModel",
  8440. "model_module": "@jupyter-widgets/controls",
  8441. "model_module_version": "1.2.0",
  8442. "state": {
  8443. "children": [
  8444. "IPY_MODEL_69b2ec7cf0b64e0c9c7e8557db3586e4",
  8445. "IPY_MODEL_afdc1cd2eacc4bb98e78185c143c7bf6"
  8446. ],
  8447. "layout": "IPY_MODEL_eea29c75c53640659dc9dec2f2e4cf82"
  8448. }
  8449. },
  8450. "3b62c1b5d80042e8a8900f6bea8acc62": {
  8451. "model_name": "ButtonStyleModel",
  8452. "model_module": "@jupyter-widgets/controls",
  8453. "model_module_version": "1.2.0",
  8454. "state": {}
  8455. },
  8456. "3b6f841c33b64cf48b49e1389862ef87": {
  8457. "model_name": "LabelModel",
  8458. "model_module": "@jupyter-widgets/controls",
  8459. "model_module_version": "1.2.0",
  8460. "state": {
  8461. "layout": "IPY_MODEL_0a5eddd8dcd149fc8c055bd0a19c3fde",
  8462. "style": "IPY_MODEL_58cba3294c0e462c9f5fe2df72331eab",
  8463. "value": "*Optional Classifiers"
  8464. }
  8465. },
  8466. "3b7614604c77429f8c4639c9ca5be8f2": {
  8467. "model_name": "DropdownModel",
  8468. "model_module": "@jupyter-widgets/controls",
  8469. "model_module_version": "1.2.0",
  8470. "state": {
  8471. "_options_labels": [
  8472. "Natural Language :: Marathi",
  8473. "Natural Language :: Cantonese",
  8474. "Natural Language :: Spanish",
  8475. "Natural Language :: Catalan",
  8476. "Natural Language :: Persian",
  8477. "Natural Language :: Slovak",
  8478. "Natural Language :: Portuguese (Brazilian)",
  8479. "Natural Language :: Hungarian",
  8480. "Natural Language :: Latvian",
  8481. "Natural Language :: Ukrainian",
  8482. "Natural Language :: Slovenian",
  8483. "Natural Language :: Turkish",
  8484. "Natural Language :: Bengali",
  8485. "Natural Language :: Czech",
  8486. "Natural Language :: Greek",
  8487. "Natural Language :: French",
  8488. "Natural Language :: Serbian",
  8489. "Natural Language :: Telugu",
  8490. "Natural Language :: German",
  8491. "Natural Language :: Arabic",
  8492. "Natural Language :: Bulgarian",
  8493. "Natural Language :: Icelandic",
  8494. "Natural Language :: Norwegian",
  8495. "Natural Language :: Russian",
  8496. "Natural Language :: Bosnian",
  8497. "Natural Language :: Panjabi",
  8498. "Natural Language :: Korean",
  8499. "Natural Language :: English",
  8500. "Natural Language :: Tamil",
  8501. "Natural Language :: Macedonian",
  8502. "Natural Language :: Tibetan",
  8503. "Natural Language :: Galician",
  8504. "Natural Language :: Swedish",
  8505. "Natural Language :: Chinese (Traditional)",
  8506. "Natural Language :: Indonesian",
  8507. "Natural Language :: Polish",
  8508. "Natural Language :: Vietnamese",
  8509. "Natural Language :: Hebrew",
  8510. "Natural Language :: Malay",
  8511. "Natural Language :: Croatian",
  8512. "Natural Language :: Portuguese",
  8513. "Natural Language :: Thai",
  8514. "Natural Language :: Afrikaans",
  8515. "Natural Language :: Urdu",
  8516. "Natural Language :: Romanian",
  8517. "Natural Language :: Hindi",
  8518. "Natural Language :: Dutch",
  8519. "Natural Language :: Finnish",
  8520. "Natural Language :: Chinese (Simplified)",
  8521. "Natural Language :: Danish",
  8522. "Natural Language :: Esperanto",
  8523. "Natural Language :: Javanese",
  8524. "Natural Language :: Italian",
  8525. "Natural Language :: Latin",
  8526. "Natural Language :: Japanese"
  8527. ],
  8528. "description": "Classifier",
  8529. "index": 5,
  8530. "layout": "IPY_MODEL_e92ac33b4f1341ffac080fdfbae37379",
  8531. "style": "IPY_MODEL_212ee074b8b8455788ee37ea75ee010b"
  8532. }
  8533. },
  8534. "3b91430460ff40d68c98c45d33a834e0": {
  8535. "model_name": "HBoxModel",
  8536. "model_module": "@jupyter-widgets/controls",
  8537. "model_module_version": "1.2.0",
  8538. "state": {
  8539. "children": [
  8540. "IPY_MODEL_e2b0a0aaf46d4a3683cdec871357c48a",
  8541. "IPY_MODEL_52199a9723fb492997e4a10892928e38"
  8542. ],
  8543. "layout": "IPY_MODEL_eff7cd81d9cb41ad9def3edfb67d9814"
  8544. }
  8545. },
  8546. "3bbbbf9e5cbb4131b326399502914703": {
  8547. "model_name": "ButtonStyleModel",
  8548. "model_module": "@jupyter-widgets/controls",
  8549. "model_module_version": "1.2.0",
  8550. "state": {}
  8551. },
  8552. "3bcdf4d3914b44d087c49c174d63b717": {
  8553. "model_name": "DescriptionStyleModel",
  8554. "model_module": "@jupyter-widgets/controls",
  8555. "model_module_version": "1.2.0",
  8556. "state": {
  8557. "description_width": ""
  8558. }
  8559. },
  8560. "3bf2ae79e8ef49afb8351f7a7d7dec9f": {
  8561. "model_name": "LayoutModel",
  8562. "model_module": "@jupyter-widgets/base",
  8563. "model_module_version": "1.0.0",
  8564. "state": {}
  8565. },
  8566. "3c0bc21b4c27418d9bec882365e0fca1": {
  8567. "model_name": "HBoxModel",
  8568. "model_module": "@jupyter-widgets/controls",
  8569. "model_module_version": "1.2.0",
  8570. "state": {
  8571. "children": [
  8572. "IPY_MODEL_c1f69ec8991c446d9406626dd8425786",
  8573. "IPY_MODEL_a9ebf3a1088e4a3ebef3cc1ceef6fff6"
  8574. ],
  8575. "layout": "IPY_MODEL_b48ce47b1d8a4aebb29854f5193aa659"
  8576. }
  8577. },
  8578. "3c35363526db433ba8f2fb6df9a64187": {
  8579. "model_name": "LayoutModel",
  8580. "model_module": "@jupyter-widgets/base",
  8581. "model_module_version": "1.0.0",
  8582. "state": {}
  8583. },
  8584. "3c42a74cf2414cbda03c654d232f13ac": {
  8585. "model_name": "ButtonStyleModel",
  8586. "model_module": "@jupyter-widgets/controls",
  8587. "model_module_version": "1.2.0",
  8588. "state": {}
  8589. },
  8590. "3c62a92b70e844bf8c687fe8f222076f": {
  8591. "model_name": "OutputModel",
  8592. "model_module": "@jupyter-widgets/output",
  8593. "model_module_version": "1.0.0",
  8594. "state": {
  8595. "layout": "IPY_MODEL_0919125ee1da46f792678db8413c16e4"
  8596. }
  8597. },
  8598. "3c69ca22e4ca4563bf080dfea72a2468": {
  8599. "model_name": "LayoutModel",
  8600. "model_module": "@jupyter-widgets/base",
  8601. "model_module_version": "1.0.0",
  8602. "state": {}
  8603. },
  8604. "3c7f5e3a25a145ec9284b7b1cf7d7b63": {
  8605. "model_name": "LayoutModel",
  8606. "model_module": "@jupyter-widgets/base",
  8607. "model_module_version": "1.0.0",
  8608. "state": {}
  8609. },
  8610. "3c93089c081c4766b44f9f7fafe480bb": {
  8611. "model_name": "LabelModel",
  8612. "model_module": "@jupyter-widgets/controls",
  8613. "model_module_version": "1.2.0",
  8614. "state": {
  8615. "layout": "IPY_MODEL_001c4a185e85429e801d3cd3e85af36c",
  8616. "style": "IPY_MODEL_15fc2e083d54460790ef2c1674de5240",
  8617. "value": "...!"
  8618. }
  8619. },
  8620. "3c96674dc3834e1d869f7ecc611533d7": {
  8621. "model_name": "DropdownModel",
  8622. "model_module": "@jupyter-widgets/controls",
  8623. "model_module_version": "1.2.0",
  8624. "state": {
  8625. "_options_labels": [
  8626. "Development Status",
  8627. "Environment",
  8628. "Framework",
  8629. "Intended Audience",
  8630. "License",
  8631. "Natural Language",
  8632. "Operating System",
  8633. "Programming Language",
  8634. "Topic"
  8635. ],
  8636. "description": "prefix",
  8637. "index": 0,
  8638. "layout": "IPY_MODEL_73ad63c8abd94be7b5b9061d1360bedf",
  8639. "style": "IPY_MODEL_28430c44285b4455a80e9a2bbefb9a87"
  8640. }
  8641. },
  8642. "3c989152a92c4f2197d55ec1a37d54d0": {
  8643. "model_name": "LabelModel",
  8644. "model_module": "@jupyter-widgets/controls",
  8645. "model_module_version": "1.2.0",
  8646. "state": {
  8647. "layout": "IPY_MODEL_d59ec7e9c3d242fd8fe85e624ba014c4",
  8648. "style": "IPY_MODEL_e606a70fe4d743bea22952e16487b33d",
  8649. "value": "*Optional Classifiers"
  8650. }
  8651. },
  8652. "3cb11b4468fa489aa707692b4f79b866": {
  8653. "model_name": "ButtonModel",
  8654. "model_module": "@jupyter-widgets/controls",
  8655. "model_module_version": "1.2.0",
  8656. "state": {
  8657. "description": "Save",
  8658. "layout": "IPY_MODEL_b756bf1e7a3740c8871943e7d8d07fce",
  8659. "style": "IPY_MODEL_0520b93d17a142f2aaafae2983c5af85"
  8660. }
  8661. },
  8662. "3cf2257d6df74372adb34e22145f30d5": {
  8663. "model_name": "SelectModel",
  8664. "model_module": "@jupyter-widgets/controls",
  8665. "model_module_version": "1.2.0",
  8666. "state": {
  8667. "_options_labels": [
  8668. "s",
  8669. "e",
  8670. "l",
  8671. "e",
  8672. "c",
  8673. "t",
  8674. "e",
  8675. "d",
  8676. "_",
  8677. "c",
  8678. "l",
  8679. "a",
  8680. "s",
  8681. "s",
  8682. "i",
  8683. "f",
  8684. "i",
  8685. "e",
  8686. "r",
  8687. "s"
  8688. ],
  8689. "description": "Classifiers",
  8690. "index": 0,
  8691. "layout": "IPY_MODEL_9d617043f2634c1b87e242057e8932f4",
  8692. "style": "IPY_MODEL_bb64fe366e224456ba356ff1257b94ad"
  8693. }
  8694. },
  8695. "3cf6f4e474d944929dbbed9fecff2329": {
  8696. "model_name": "LayoutModel",
  8697. "model_module": "@jupyter-widgets/base",
  8698. "model_module_version": "1.0.0",
  8699. "state": {}
  8700. },
  8701. "3cf9432c5f3f4639b9f95a574732cb54": {
  8702. "model_name": "LayoutModel",
  8703. "model_module": "@jupyter-widgets/base",
  8704. "model_module_version": "1.0.0",
  8705. "state": {}
  8706. },
  8707. "3d02dd4e23444975a5a9525a7b1e0aee": {
  8708. "model_name": "ButtonStyleModel",
  8709. "model_module": "@jupyter-widgets/controls",
  8710. "model_module_version": "1.2.0",
  8711. "state": {}
  8712. },
  8713. "3d05182a0cc54750a998cf8d764f414a": {
  8714. "model_name": "HBoxModel",
  8715. "model_module": "@jupyter-widgets/controls",
  8716. "model_module_version": "1.2.0",
  8717. "state": {
  8718. "children": [
  8719. "IPY_MODEL_bdd721e4c3944a28a9a967226686d712",
  8720. "IPY_MODEL_ad8a923f8e744481ad92ed36e754ce74"
  8721. ],
  8722. "layout": "IPY_MODEL_e6e88b0829ef40fbaf05a18b2e79487e"
  8723. }
  8724. },
  8725. "3d1ccf2d7ab4460d8d6f2be780e12b7a": {
  8726. "model_name": "LabelModel",
  8727. "model_module": "@jupyter-widgets/controls",
  8728. "model_module_version": "1.2.0",
  8729. "state": {
  8730. "layout": "IPY_MODEL_40507538378841ebac4aeff3cc29248d",
  8731. "style": "IPY_MODEL_fb6a46962ba44566a4323350a963fa76",
  8732. "value": "Added Classifier!"
  8733. }
  8734. },
  8735. "3d6d06e2cb0443eb828b9d10f5c6cd38": {
  8736. "model_name": "VBoxModel",
  8737. "model_module": "@jupyter-widgets/controls",
  8738. "model_module_version": "1.2.0",
  8739. "state": {
  8740. "_dom_classes": [
  8741. "widget-interact"
  8742. ],
  8743. "children": [
  8744. "IPY_MODEL_aa65436d0cf44cf8b44fcb9d256cc3bb",
  8745. "IPY_MODEL_c05dbedb567c405abd84c28aa120b69f"
  8746. ],
  8747. "layout": "IPY_MODEL_181accc066e446fbbbc771586d19f19e"
  8748. }
  8749. },
  8750. "3d6dba350f0146968de29f4d9b57bb7d": {
  8751. "model_name": "LayoutModel",
  8752. "model_module": "@jupyter-widgets/base",
  8753. "model_module_version": "1.0.0",
  8754. "state": {}
  8755. },
  8756. "3d6e2f1d048543b08d3bb9c6ba6f62d6": {
  8757. "model_name": "DescriptionStyleModel",
  8758. "model_module": "@jupyter-widgets/controls",
  8759. "model_module_version": "1.2.0",
  8760. "state": {
  8761. "description_width": ""
  8762. }
  8763. },
  8764. "3d7b0b45828a41a79b21fe5091c66c86": {
  8765. "model_name": "LabelModel",
  8766. "model_module": "@jupyter-widgets/controls",
  8767. "model_module_version": "1.2.0",
  8768. "state": {
  8769. "layout": "IPY_MODEL_07b8069ba06744db88de63cb75146f7a",
  8770. "style": "IPY_MODEL_42e4ab30f59b40e9b2f402b004b1f098"
  8771. }
  8772. },
  8773. "3d85859aabff466d8c7b6d98022f6e33": {
  8774. "model_name": "LayoutModel",
  8775. "model_module": "@jupyter-widgets/base",
  8776. "model_module_version": "1.0.0",
  8777. "state": {}
  8778. },
  8779. "3daef79c9c944ddaa054ab35051a8479": {
  8780. "model_name": "LayoutModel",
  8781. "model_module": "@jupyter-widgets/base",
  8782. "model_module_version": "1.0.0",
  8783. "state": {}
  8784. },
  8785. "3dbfdcb10d1f45fdad2a54f0165ee1d4": {
  8786. "model_name": "OutputModel",
  8787. "model_module": "@jupyter-widgets/output",
  8788. "model_module_version": "1.0.0",
  8789. "state": {
  8790. "layout": "IPY_MODEL_4fd7575ff7fc4f15b78ec53756f444d9"
  8791. }
  8792. },
  8793. "3dc16141fa1c4cabb4cd8e4cbb518fc5": {
  8794. "model_name": "LayoutModel",
  8795. "model_module": "@jupyter-widgets/base",
  8796. "model_module_version": "1.0.0",
  8797. "state": {}
  8798. },
  8799. "3dc9e6e5e7bf4b44b64215856617ef7f": {
  8800. "model_name": "ButtonModel",
  8801. "model_module": "@jupyter-widgets/controls",
  8802. "model_module_version": "1.2.0",
  8803. "state": {
  8804. "description": "Add",
  8805. "layout": "IPY_MODEL_fe785960a3984f48aa0c1f0ac2cdf059",
  8806. "style": "IPY_MODEL_673dd8be6cd64b359da6b0353953cdda"
  8807. }
  8808. },
  8809. "3dd8c61ea74f49858e97999ab4b573d2": {
  8810. "model_name": "ButtonStyleModel",
  8811. "model_module": "@jupyter-widgets/controls",
  8812. "model_module_version": "1.2.0",
  8813. "state": {}
  8814. },
  8815. "3e124f9ff3a14f608a551d9ae2e1a20c": {
  8816. "model_name": "LabelModel",
  8817. "model_module": "@jupyter-widgets/controls",
  8818. "model_module_version": "1.2.0",
  8819. "state": {
  8820. "layout": "IPY_MODEL_4745d2c11666495ba54f5e6e11413c53",
  8821. "style": "IPY_MODEL_4c73fa9fd36845a1bf378135e7d453cd",
  8822. "value": "*Optional Classifiers"
  8823. }
  8824. },
  8825. "3e15b01143084620a1a108ea0aa40079": {
  8826. "model_name": "HBoxModel",
  8827. "model_module": "@jupyter-widgets/controls",
  8828. "model_module_version": "1.2.0",
  8829. "state": {
  8830. "children": [
  8831. "IPY_MODEL_c784036c256a46ca9313864f2361c9e1",
  8832. "IPY_MODEL_0f4a9a0208594ce283bca4ce6a0d55c8",
  8833. "IPY_MODEL_33002f521458424797532d3219c03a1a"
  8834. ],
  8835. "layout": "IPY_MODEL_4866f624dd644678a3bec03c806d8eaa"
  8836. }
  8837. },
  8838. "3e2eaa03a0074ddaa2e4908b4156049e": {
  8839. "model_name": "LayoutModel",
  8840. "model_module": "@jupyter-widgets/base",
  8841. "model_module_version": "1.0.0",
  8842. "state": {}
  8843. },
  8844. "3e4530c47e5f406bbf80131cb24d5175": {
  8845. "model_name": "OutputModel",
  8846. "model_module": "@jupyter-widgets/output",
  8847. "model_module_version": "1.0.0",
  8848. "state": {
  8849. "layout": "IPY_MODEL_7a3e5aa466f349d098f58557bdd0543e"
  8850. }
  8851. },
  8852. "3e4c46a5c4d3453cb417c0caebc45c4a": {
  8853. "model_name": "LayoutModel",
  8854. "model_module": "@jupyter-widgets/base",
  8855. "model_module_version": "1.0.0",
  8856. "state": {}
  8857. },
  8858. "3e55d32d91e54b4287bce156b95bc6b7": {
  8859. "model_name": "LayoutModel",
  8860. "model_module": "@jupyter-widgets/base",
  8861. "model_module_version": "1.0.0",
  8862. "state": {}
  8863. },
  8864. "3e5a8db344a64e1f9f6b1779a3182235": {
  8865. "model_name": "LabelModel",
  8866. "model_module": "@jupyter-widgets/controls",
  8867. "model_module_version": "1.2.0",
  8868. "state": {
  8869. "layout": "IPY_MODEL_f4d6c72e774849c4a5ef9a257f32b91a",
  8870. "style": "IPY_MODEL_43e6e728e5ba4020bcd8d7cd95642741",
  8871. "value": "...!"
  8872. }
  8873. },
  8874. "3e6baab468dc48879fda7778bbd798c0": {
  8875. "model_name": "SelectModel",
  8876. "model_module": "@jupyter-widgets/controls",
  8877. "model_module_version": "1.2.0",
  8878. "state": {
  8879. "description": "Selected:",
  8880. "index": null,
  8881. "layout": "IPY_MODEL_4332239d94944a23a1a35613da34eb37",
  8882. "style": "IPY_MODEL_a4d0160be2f4474693b44aa1fc5bbe6d"
  8883. }
  8884. },
  8885. "3e80741523434c9e976fc817a66eaae1": {
  8886. "model_name": "HBoxModel",
  8887. "model_module": "@jupyter-widgets/controls",
  8888. "model_module_version": "1.2.0",
  8889. "state": {
  8890. "children": [
  8891. "IPY_MODEL_c468d172d728480692e000aaf1522101",
  8892. "IPY_MODEL_f7de06b1f9884beca9442a504c70c128"
  8893. ],
  8894. "layout": "IPY_MODEL_eef654bfc336439abfc77ac863b86d80"
  8895. }
  8896. },
  8897. "3e98744fe5f5479e8bee5e72f8ad4940": {
  8898. "model_name": "DescriptionStyleModel",
  8899. "model_module": "@jupyter-widgets/controls",
  8900. "model_module_version": "1.2.0",
  8901. "state": {
  8902. "description_width": ""
  8903. }
  8904. },
  8905. "3eb0e243fc554a5ea7a7a57bed57dee8": {
  8906. "model_name": "DropdownModel",
  8907. "model_module": "@jupyter-widgets/controls",
  8908. "model_module_version": "1.2.0",
  8909. "state": {
  8910. "_options_labels": [
  8911. "Development Status",
  8912. "Environment",
  8913. "Framework",
  8914. "Intended Audience",
  8915. "License",
  8916. "Natural Language",
  8917. "Operating System",
  8918. "Programming Language",
  8919. "Topic"
  8920. ],
  8921. "description": "prefix",
  8922. "index": 0,
  8923. "layout": "IPY_MODEL_244b614c26ef4d06be505fed78ac790a",
  8924. "style": "IPY_MODEL_7728d139d6a04294a56f208a27d945f1"
  8925. }
  8926. },
  8927. "3ec62836a455420aa685a7e39c08548e": {
  8928. "model_name": "LayoutModel",
  8929. "model_module": "@jupyter-widgets/base",
  8930. "model_module_version": "1.0.0",
  8931. "state": {}
  8932. },
  8933. "3ecaf85223cd416fa5d166553725b7ec": {
  8934. "model_name": "OutputModel",
  8935. "model_module": "@jupyter-widgets/output",
  8936. "model_module_version": "1.0.0",
  8937. "state": {
  8938. "layout": "IPY_MODEL_806e7c6a8a4547798970cc3385d82cf7"
  8939. }
  8940. },
  8941. "3edc34914b534800a0c7e8a2d7cdd6c8": {
  8942. "model_name": "DescriptionStyleModel",
  8943. "model_module": "@jupyter-widgets/controls",
  8944. "model_module_version": "1.2.0",
  8945. "state": {
  8946. "description_width": ""
  8947. }
  8948. },
  8949. "3edd3408c7e64fb3bb5fb0e485041fc4": {
  8950. "model_name": "SelectModel",
  8951. "model_module": "@jupyter-widgets/controls",
  8952. "model_module_version": "1.2.0",
  8953. "state": {
  8954. "_options_labels": [
  8955. "selected_classifiers"
  8956. ],
  8957. "description": "Selected:",
  8958. "index": 0,
  8959. "layout": "IPY_MODEL_85251ce3b78e45aca98fcabffadb7218",
  8960. "style": "IPY_MODEL_8b45faad74764e05823228aafb49540f"
  8961. }
  8962. },
  8963. "3eef976ac53648619b8bf69369b13ca4": {
  8964. "model_name": "ButtonStyleModel",
  8965. "model_module": "@jupyter-widgets/controls",
  8966. "model_module_version": "1.2.0",
  8967. "state": {}
  8968. },
  8969. "3f1d875d48654dca9f4904d1be57033d": {
  8970. "model_name": "DescriptionStyleModel",
  8971. "model_module": "@jupyter-widgets/controls",
  8972. "model_module_version": "1.2.0",
  8973. "state": {
  8974. "description_width": ""
  8975. }
  8976. },
  8977. "3f371c6cb2764da2a06ae1100952b588": {
  8978. "model_name": "DescriptionStyleModel",
  8979. "model_module": "@jupyter-widgets/controls",
  8980. "model_module_version": "1.2.0",
  8981. "state": {
  8982. "description_width": ""
  8983. }
  8984. },
  8985. "3f3f1f5fcd354e5b93bd724e88517888": {
  8986. "model_name": "OutputModel",
  8987. "model_module": "@jupyter-widgets/output",
  8988. "model_module_version": "1.0.0",
  8989. "state": {
  8990. "layout": "IPY_MODEL_2eaea4469d474a18a92e8bd71afa1ee6",
  8991. "outputs": [
  8992. {
  8993. "data": {
  8994. "application/vnd.jupyter.widget-view+json": {
  8995. "model_id": "fa033cdc335e4f4aa469abe4fddc5d3f",
  8996. "version_major": 2,
  8997. "version_minor": 0
  8998. },
  8999. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Programming Language :: Prolog', 'Programmi…"
  9000. },
  9001. "metadata": {},
  9002. "output_type": "display_data"
  9003. }
  9004. ]
  9005. }
  9006. },
  9007. "3f47c3fda9e542cca96e7e67f49dfbd8": {
  9008. "model_name": "DescriptionStyleModel",
  9009. "model_module": "@jupyter-widgets/controls",
  9010. "model_module_version": "1.2.0",
  9011. "state": {
  9012. "description_width": ""
  9013. }
  9014. },
  9015. "3f4edf549a5e460f9c252e38e4f2953e": {
  9016. "model_name": "ButtonStyleModel",
  9017. "model_module": "@jupyter-widgets/controls",
  9018. "model_module_version": "1.2.0",
  9019. "state": {}
  9020. },
  9021. "3f592bce9d2c4842a14391edd5e44dfc": {
  9022. "model_name": "DropdownModel",
  9023. "model_module": "@jupyter-widgets/controls",
  9024. "model_module_version": "1.2.0",
  9025. "state": {
  9026. "_options_labels": [
  9027. "Intended Audience :: Education",
  9028. "Intended Audience :: System Administrators",
  9029. "Intended Audience :: Developers",
  9030. "Intended Audience :: Legal Industry",
  9031. "Intended Audience :: Healthcare Industry",
  9032. "Intended Audience :: Financial and Insurance Industry",
  9033. "Intended Audience :: Customer Service",
  9034. "Intended Audience :: Information Technology",
  9035. "Intended Audience :: Manufacturing",
  9036. "Intended Audience :: Science/Research",
  9037. "Intended Audience :: Other Audience",
  9038. "Intended Audience :: Religion",
  9039. "Intended Audience :: End Users/Desktop",
  9040. "Intended Audience :: Telecommunications Industry"
  9041. ],
  9042. "description": "Classifier",
  9043. "index": 8,
  9044. "layout": "IPY_MODEL_c3d8336f8b554335be37fe5b9c811b43",
  9045. "style": "IPY_MODEL_67911f6aa9f6474b875f8010c8b50b0c"
  9046. }
  9047. },
  9048. "3f5b699f7f054dc3bc6051b36217a4bf": {
  9049. "model_name": "VBoxModel",
  9050. "model_module": "@jupyter-widgets/controls",
  9051. "model_module_version": "1.2.0",
  9052. "state": {
  9053. "_dom_classes": [
  9054. "widget-interact"
  9055. ],
  9056. "children": [
  9057. "IPY_MODEL_7b8c931df8cb46a7854faf39d6039bb3",
  9058. "IPY_MODEL_5f994b4dab0e477ebd42c2c62b00bb15"
  9059. ],
  9060. "layout": "IPY_MODEL_cca7b1092dff47c6bd247d3acc002e9c"
  9061. }
  9062. },
  9063. "3f8c7884d7c74e419a5385711e8704a1": {
  9064. "model_name": "LayoutModel",
  9065. "model_module": "@jupyter-widgets/base",
  9066. "model_module_version": "1.0.0",
  9067. "state": {}
  9068. },
  9069. "3f94d11b536042c8a1d313c002d06bac": {
  9070. "model_name": "ButtonModel",
  9071. "model_module": "@jupyter-widgets/controls",
  9072. "model_module_version": "1.2.0",
  9073. "state": {
  9074. "description": "Add",
  9075. "layout": "IPY_MODEL_d29cad36ec9e42fa89cdc9619332236f",
  9076. "style": "IPY_MODEL_dc601c95948145138c6cb5972b0c63be"
  9077. }
  9078. },
  9079. "3fcbe52313814747b9896ffd0b98d92f": {
  9080. "model_name": "LayoutModel",
  9081. "model_module": "@jupyter-widgets/base",
  9082. "model_module_version": "1.0.0",
  9083. "state": {}
  9084. },
  9085. "3fcf23480a4042309661208cd296c4d3": {
  9086. "model_name": "LayoutModel",
  9087. "model_module": "@jupyter-widgets/base",
  9088. "model_module_version": "1.0.0",
  9089. "state": {}
  9090. },
  9091. "3fef4d3cd0834f89ba2f1091250bae3f": {
  9092. "model_name": "DescriptionStyleModel",
  9093. "model_module": "@jupyter-widgets/controls",
  9094. "model_module_version": "1.2.0",
  9095. "state": {
  9096. "description_width": ""
  9097. }
  9098. },
  9099. "3ff0d40e03c740f69fe4860a25a40d05": {
  9100. "model_name": "OutputModel",
  9101. "model_module": "@jupyter-widgets/output",
  9102. "model_module_version": "1.0.0",
  9103. "state": {
  9104. "layout": "IPY_MODEL_b8a66e7d8dc845b09045413512aee64e"
  9105. }
  9106. },
  9107. "400f364a9ef944abadf5b825ef734bd0": {
  9108. "model_name": "ButtonModel",
  9109. "model_module": "@jupyter-widgets/controls",
  9110. "model_module_version": "1.2.0",
  9111. "state": {
  9112. "description": "Remove",
  9113. "layout": "IPY_MODEL_a652fe4720cb49fc8c5e0f90350da9c7",
  9114. "style": "IPY_MODEL_c22329c28b484111b81ef2d36fb894ab"
  9115. }
  9116. },
  9117. "40155197c9244c2e8daa422b8dbb93d7": {
  9118. "model_name": "HBoxModel",
  9119. "model_module": "@jupyter-widgets/controls",
  9120. "model_module_version": "1.2.0",
  9121. "state": {
  9122. "children": [
  9123. "IPY_MODEL_23dea34d32f24030bc836e1d15dbf657",
  9124. "IPY_MODEL_520eba989fa04da386a3ebbd1e05b27f"
  9125. ],
  9126. "layout": "IPY_MODEL_3c69ca22e4ca4563bf080dfea72a2468"
  9127. }
  9128. },
  9129. "4036c944acc146a79b8974996499e3cf": {
  9130. "model_name": "DescriptionStyleModel",
  9131. "model_module": "@jupyter-widgets/controls",
  9132. "model_module_version": "1.2.0",
  9133. "state": {
  9134. "description_width": ""
  9135. }
  9136. },
  9137. "40507538378841ebac4aeff3cc29248d": {
  9138. "model_name": "LayoutModel",
  9139. "model_module": "@jupyter-widgets/base",
  9140. "model_module_version": "1.0.0",
  9141. "state": {}
  9142. },
  9143. "405c91a22a154f42bb2c5a0f480742b8": {
  9144. "model_name": "LayoutModel",
  9145. "model_module": "@jupyter-widgets/base",
  9146. "model_module_version": "1.0.0",
  9147. "state": {}
  9148. },
  9149. "406ebbf76c6548d694dc07d2063c83da": {
  9150. "model_name": "DescriptionStyleModel",
  9151. "model_module": "@jupyter-widgets/controls",
  9152. "model_module_version": "1.2.0",
  9153. "state": {
  9154. "description_width": ""
  9155. }
  9156. },
  9157. "4072ee590fba436da565b921682fa628": {
  9158. "model_name": "LabelModel",
  9159. "model_module": "@jupyter-widgets/controls",
  9160. "model_module_version": "1.2.0",
  9161. "state": {
  9162. "layout": "IPY_MODEL_7d640fa9ff23455d8c1a4fd17d1bd60e",
  9163. "style": "IPY_MODEL_50bb92e80f0746b8b0a43ed1ac7d3418",
  9164. "value": "Chosen Classifiers"
  9165. }
  9166. },
  9167. "4094896c59324dc581d4577553622fa2": {
  9168. "model_name": "LayoutModel",
  9169. "model_module": "@jupyter-widgets/base",
  9170. "model_module_version": "1.0.0",
  9171. "state": {}
  9172. },
  9173. "40a7c453c62940f484f0459d6efa4dd3": {
  9174. "model_name": "DescriptionStyleModel",
  9175. "model_module": "@jupyter-widgets/controls",
  9176. "model_module_version": "1.2.0",
  9177. "state": {
  9178. "description_width": ""
  9179. }
  9180. },
  9181. "40bbf87faacf4037a298f4c4a0de6d46": {
  9182. "model_name": "LayoutModel",
  9183. "model_module": "@jupyter-widgets/base",
  9184. "model_module_version": "1.0.0",
  9185. "state": {}
  9186. },
  9187. "40c8eaca4164407fa21db72e6b64cc1d": {
  9188. "model_name": "ButtonModel",
  9189. "model_module": "@jupyter-widgets/controls",
  9190. "model_module_version": "1.2.0",
  9191. "state": {
  9192. "description": "Add",
  9193. "layout": "IPY_MODEL_161cc6815bb04a1491bd4591de20fab4",
  9194. "style": "IPY_MODEL_fd1d5e9f2b304a5b9e8933efffec346d"
  9195. }
  9196. },
  9197. "40d97fc217ad45249541262c3403329c": {
  9198. "model_name": "VBoxModel",
  9199. "model_module": "@jupyter-widgets/controls",
  9200. "model_module_version": "1.2.0",
  9201. "state": {
  9202. "_dom_classes": [
  9203. "widget-interact"
  9204. ],
  9205. "children": [
  9206. "IPY_MODEL_4980f996cf31439cb53a8aa88bccc057",
  9207. "IPY_MODEL_20621d32acb444eebe1a9a836b1c4bd1"
  9208. ],
  9209. "layout": "IPY_MODEL_b5babab46afe426f9f77dab501e71788"
  9210. }
  9211. },
  9212. "40e76c3c49bb4036b302335a0bd46296": {
  9213. "model_name": "LayoutModel",
  9214. "model_module": "@jupyter-widgets/base",
  9215. "model_module_version": "1.0.0",
  9216. "state": {}
  9217. },
  9218. "410d8238988541ffa5a82d1e51de541a": {
  9219. "model_name": "LayoutModel",
  9220. "model_module": "@jupyter-widgets/base",
  9221. "model_module_version": "1.0.0",
  9222. "state": {}
  9223. },
  9224. "412e3f1e68c94abcab3ece3118ab57f6": {
  9225. "model_name": "LayoutModel",
  9226. "model_module": "@jupyter-widgets/base",
  9227. "model_module_version": "1.0.0",
  9228. "state": {}
  9229. },
  9230. "41779229b687417d8900fbc185e4eaab": {
  9231. "model_name": "VBoxModel",
  9232. "model_module": "@jupyter-widgets/controls",
  9233. "model_module_version": "1.2.0",
  9234. "state": {
  9235. "_dom_classes": [
  9236. "widget-interact"
  9237. ],
  9238. "children": [
  9239. "IPY_MODEL_3914afa18c654e578ecec44c4e0d43bf",
  9240. "IPY_MODEL_aab9306487374f578b3dbc12633382f8"
  9241. ],
  9242. "layout": "IPY_MODEL_3cf9432c5f3f4639b9f95a574732cb54"
  9243. }
  9244. },
  9245. "41aa0d51eb5d4d999d76c17b1f0ded11": {
  9246. "model_name": "LayoutModel",
  9247. "model_module": "@jupyter-widgets/base",
  9248. "model_module_version": "1.0.0",
  9249. "state": {}
  9250. },
  9251. "41abbb7af3594b6f99026b70d76096e7": {
  9252. "model_name": "DescriptionStyleModel",
  9253. "model_module": "@jupyter-widgets/controls",
  9254. "model_module_version": "1.2.0",
  9255. "state": {
  9256. "description_width": ""
  9257. }
  9258. },
  9259. "41b11f5d16294b33918a827882760066": {
  9260. "model_name": "LayoutModel",
  9261. "model_module": "@jupyter-widgets/base",
  9262. "model_module_version": "1.0.0",
  9263. "state": {}
  9264. },
  9265. "41b9ff2e35744c83a76613cd7bf6bb28": {
  9266. "model_name": "LabelModel",
  9267. "model_module": "@jupyter-widgets/controls",
  9268. "model_module_version": "1.2.0",
  9269. "state": {
  9270. "layout": "IPY_MODEL_7f430c3a84054af98c04c828e13d6342",
  9271. "style": "IPY_MODEL_d9c0bfa9c98c4bddb4967bcf4d4a5f49",
  9272. "value": "*Optional Classifiers"
  9273. }
  9274. },
  9275. "41d230b0ef974b43a48bad990ec929e7": {
  9276. "model_name": "VBoxModel",
  9277. "model_module": "@jupyter-widgets/controls",
  9278. "model_module_version": "1.2.0",
  9279. "state": {
  9280. "_dom_classes": [
  9281. "widget-interact"
  9282. ],
  9283. "children": [
  9284. "IPY_MODEL_0e9975ce6643474b804370fecda30a72",
  9285. "IPY_MODEL_d857fcc944d3470e97c60e219e53af3a"
  9286. ],
  9287. "layout": "IPY_MODEL_d75a7b6a42dc42e880f7852bb2a10fc6"
  9288. }
  9289. },
  9290. "41d6dcd7618642c09a150aaaafb160a3": {
  9291. "model_name": "LayoutModel",
  9292. "model_module": "@jupyter-widgets/base",
  9293. "model_module_version": "1.0.0",
  9294. "state": {}
  9295. },
  9296. "41e06b9c5d4443898c4c6b2fc57c661d": {
  9297. "model_name": "ButtonModel",
  9298. "model_module": "@jupyter-widgets/controls",
  9299. "model_module_version": "1.2.0",
  9300. "state": {
  9301. "description": "Save",
  9302. "layout": "IPY_MODEL_12d4ae5081834b918be54217aaa5c6da",
  9303. "style": "IPY_MODEL_cc4190eb88c54f49a10a00ff2c2dd283"
  9304. }
  9305. },
  9306. "41f56c2ddea3459db21070ddc5b437be": {
  9307. "model_name": "LayoutModel",
  9308. "model_module": "@jupyter-widgets/base",
  9309. "model_module_version": "1.0.0",
  9310. "state": {}
  9311. },
  9312. "4228b10df3304956a7224a3fbf2902ce": {
  9313. "model_name": "LayoutModel",
  9314. "model_module": "@jupyter-widgets/base",
  9315. "model_module_version": "1.0.0",
  9316. "state": {}
  9317. },
  9318. "422fc9135d014526b6da8b240282168d": {
  9319. "model_name": "LabelModel",
  9320. "model_module": "@jupyter-widgets/controls",
  9321. "model_module_version": "1.2.0",
  9322. "state": {
  9323. "layout": "IPY_MODEL_5b5b3d5885c9496c8344073a064bc407",
  9324. "style": "IPY_MODEL_7e08c5f24a82452cbf36965ae33e32cb",
  9325. "value": "Chosen Classifiers"
  9326. }
  9327. },
  9328. "426c5d8ca6964b51a24005c30fac8da7": {
  9329. "model_name": "ButtonModel",
  9330. "model_module": "@jupyter-widgets/controls",
  9331. "model_module_version": "1.2.0",
  9332. "state": {
  9333. "description": "Add",
  9334. "layout": "IPY_MODEL_f89afc8a53d9475aa7c6632f61dbfddc",
  9335. "style": "IPY_MODEL_d599624058ae436b8055a1940dd09b80"
  9336. }
  9337. },
  9338. "428ed2f0d7d642f3bf66bf2779c882fd": {
  9339. "model_name": "VBoxModel",
  9340. "model_module": "@jupyter-widgets/controls",
  9341. "model_module_version": "1.2.0",
  9342. "state": {
  9343. "_dom_classes": [
  9344. "widget-interact"
  9345. ],
  9346. "children": [
  9347. "IPY_MODEL_4d7551873a774b1093f417f1e975edca",
  9348. "IPY_MODEL_3e4530c47e5f406bbf80131cb24d5175"
  9349. ],
  9350. "layout": "IPY_MODEL_bfbd91297a174b52b9b8bd19ddff5d3d"
  9351. }
  9352. },
  9353. "4292e335faac4805b4db6681d8ff9395": {
  9354. "model_name": "VBoxModel",
  9355. "model_module": "@jupyter-widgets/controls",
  9356. "model_module_version": "1.2.0",
  9357. "state": {
  9358. "_dom_classes": [
  9359. "widget-interact"
  9360. ],
  9361. "children": [
  9362. "IPY_MODEL_0460c27faadd40ebb2cfb8cc573765d1",
  9363. "IPY_MODEL_666381ebf8004c18a5587fc2c4773728"
  9364. ],
  9365. "layout": "IPY_MODEL_24ef04e84c284f64b0be2a6fb0bd602e"
  9366. }
  9367. },
  9368. "42c7c2adc0b7470480ee7fd25117f56f": {
  9369. "model_name": "DescriptionStyleModel",
  9370. "model_module": "@jupyter-widgets/controls",
  9371. "model_module_version": "1.2.0",
  9372. "state": {
  9373. "description_width": ""
  9374. }
  9375. },
  9376. "42dce2ca92f64a1d9d233226555d8e1b": {
  9377. "model_name": "LabelModel",
  9378. "model_module": "@jupyter-widgets/controls",
  9379. "model_module_version": "1.2.0",
  9380. "state": {
  9381. "layout": "IPY_MODEL_61f7bb3430864918a2b697c291260180",
  9382. "style": "IPY_MODEL_9256949400d8480abc311fc33e64682a",
  9383. "value": "Chosen Classifiers"
  9384. }
  9385. },
  9386. "42e4ab30f59b40e9b2f402b004b1f098": {
  9387. "model_name": "DescriptionStyleModel",
  9388. "model_module": "@jupyter-widgets/controls",
  9389. "model_module_version": "1.2.0",
  9390. "state": {
  9391. "description_width": ""
  9392. }
  9393. },
  9394. "42f2209824f8411fb33bfb2b68dd42a7": {
  9395. "model_name": "LayoutModel",
  9396. "model_module": "@jupyter-widgets/base",
  9397. "model_module_version": "1.0.0",
  9398. "state": {}
  9399. },
  9400. "42f2f510d7f04963a57dd9b870620429": {
  9401. "model_name": "LabelModel",
  9402. "model_module": "@jupyter-widgets/controls",
  9403. "model_module_version": "1.2.0",
  9404. "state": {
  9405. "layout": "IPY_MODEL_727dded028144e35b4d121b470690e8f",
  9406. "style": "IPY_MODEL_d6534aee5aa14a1e8536a7a4b654d766",
  9407. "value": "Added!"
  9408. }
  9409. },
  9410. "4300a51f039d4a0fa536fe149031c7b6": {
  9411. "model_name": "ButtonModel",
  9412. "model_module": "@jupyter-widgets/controls",
  9413. "model_module_version": "1.2.0",
  9414. "state": {
  9415. "description": "Remove",
  9416. "layout": "IPY_MODEL_60594874e3904932a8a9ca59c30f733e",
  9417. "style": "IPY_MODEL_475e1d87289649dab7545f310a064faf"
  9418. }
  9419. },
  9420. "4317ca15ba1c4b5a977dd2ea34116e2d": {
  9421. "model_name": "LayoutModel",
  9422. "model_module": "@jupyter-widgets/base",
  9423. "model_module_version": "1.0.0",
  9424. "state": {}
  9425. },
  9426. "4332239d94944a23a1a35613da34eb37": {
  9427. "model_name": "LayoutModel",
  9428. "model_module": "@jupyter-widgets/base",
  9429. "model_module_version": "1.0.0",
  9430. "state": {}
  9431. },
  9432. "4359866fc0024bb0aeab64fb1c9a56bb": {
  9433. "model_name": "ButtonStyleModel",
  9434. "model_module": "@jupyter-widgets/controls",
  9435. "model_module_version": "1.2.0",
  9436. "state": {}
  9437. },
  9438. "436f0ce7e3524528a669f604dcfaff40": {
  9439. "model_name": "LabelModel",
  9440. "model_module": "@jupyter-widgets/controls",
  9441. "model_module_version": "1.2.0",
  9442. "state": {
  9443. "layout": "IPY_MODEL_980c28faf44c43c9b83bb3789804733f",
  9444. "style": "IPY_MODEL_3fef4d3cd0834f89ba2f1091250bae3f",
  9445. "value": "Chosen Classifiers"
  9446. }
  9447. },
  9448. "4396d84d78b34cba9fe7fc9d6950c3c0": {
  9449. "model_name": "DescriptionStyleModel",
  9450. "model_module": "@jupyter-widgets/controls",
  9451. "model_module_version": "1.2.0",
  9452. "state": {
  9453. "description_width": ""
  9454. }
  9455. },
  9456. "43a82345d3584d7abab7b635740613a7": {
  9457. "model_name": "LayoutModel",
  9458. "model_module": "@jupyter-widgets/base",
  9459. "model_module_version": "1.0.0",
  9460. "state": {}
  9461. },
  9462. "43aa312b2b7d45fca905c46690f26715": {
  9463. "model_name": "DescriptionStyleModel",
  9464. "model_module": "@jupyter-widgets/controls",
  9465. "model_module_version": "1.2.0",
  9466. "state": {
  9467. "description_width": ""
  9468. }
  9469. },
  9470. "43ada8d57fe640de8bf35db2af4f9980": {
  9471. "model_name": "DescriptionStyleModel",
  9472. "model_module": "@jupyter-widgets/controls",
  9473. "model_module_version": "1.2.0",
  9474. "state": {
  9475. "description_width": ""
  9476. }
  9477. },
  9478. "43d4e18b960b463a9374ac5914c13add": {
  9479. "model_name": "LayoutModel",
  9480. "model_module": "@jupyter-widgets/base",
  9481. "model_module_version": "1.0.0",
  9482. "state": {}
  9483. },
  9484. "43ddf08d776c4005ace1b898d74c8c70": {
  9485. "model_name": "LayoutModel",
  9486. "model_module": "@jupyter-widgets/base",
  9487. "model_module_version": "1.0.0",
  9488. "state": {}
  9489. },
  9490. "43e6e728e5ba4020bcd8d7cd95642741": {
  9491. "model_name": "DescriptionStyleModel",
  9492. "model_module": "@jupyter-widgets/controls",
  9493. "model_module_version": "1.2.0",
  9494. "state": {
  9495. "description_width": ""
  9496. }
  9497. },
  9498. "43ed32a3752a4540b7940cf332fe2201": {
  9499. "model_name": "VBoxModel",
  9500. "model_module": "@jupyter-widgets/controls",
  9501. "model_module_version": "1.2.0",
  9502. "state": {
  9503. "_dom_classes": [
  9504. "widget-interact"
  9505. ],
  9506. "children": [
  9507. "IPY_MODEL_ce2d21e9a3d947d0849d96036e42cb9a",
  9508. "IPY_MODEL_1c1ad23f03004e788593544ee53b7342"
  9509. ],
  9510. "layout": "IPY_MODEL_9c86d2c16e654ab6b7b83bee5c4c7ae9"
  9511. }
  9512. },
  9513. "44369b34c48e41159ee549456453667e": {
  9514. "model_name": "SelectModel",
  9515. "model_module": "@jupyter-widgets/controls",
  9516. "model_module_version": "1.2.0",
  9517. "state": {
  9518. "_options_labels": [
  9519. "Programming Language :: Python :: Implementation :: PyPy",
  9520. "Intended Audience :: Healthcare Industry",
  9521. "Operating System :: POSIX :: BSD :: OpenBSD"
  9522. ],
  9523. "description": "Selected:",
  9524. "index": 0,
  9525. "layout": "IPY_MODEL_67708e75761e49be83aa21a978fc12a7",
  9526. "style": "IPY_MODEL_ffff0a04ad5c45ee94a47356b3727ab5"
  9527. }
  9528. },
  9529. "446c1747e4174cf996455de23bd0ca4c": {
  9530. "model_name": "LayoutModel",
  9531. "model_module": "@jupyter-widgets/base",
  9532. "model_module_version": "1.0.0",
  9533. "state": {}
  9534. },
  9535. "448c87f8f4bf4c16bf2cca3bb9e2faa6": {
  9536. "model_name": "LayoutModel",
  9537. "model_module": "@jupyter-widgets/base",
  9538. "model_module_version": "1.0.0",
  9539. "state": {}
  9540. },
  9541. "44aeb371e208463f9e9da400d34d5916": {
  9542. "model_name": "LayoutModel",
  9543. "model_module": "@jupyter-widgets/base",
  9544. "model_module_version": "1.0.0",
  9545. "state": {}
  9546. },
  9547. "44c61fb77e5749c1971f12a76bf3ba06": {
  9548. "model_name": "LayoutModel",
  9549. "model_module": "@jupyter-widgets/base",
  9550. "model_module_version": "1.0.0",
  9551. "state": {}
  9552. },
  9553. "44c72634210f4ca9b0be3cbb449d1c0b": {
  9554. "model_name": "ButtonModel",
  9555. "model_module": "@jupyter-widgets/controls",
  9556. "model_module_version": "1.2.0",
  9557. "state": {
  9558. "description": "Remove",
  9559. "layout": "IPY_MODEL_32fa0d34caad40058c08f5b567e8f754",
  9560. "style": "IPY_MODEL_182c96951ec14c5183e2bc1d1db8af66"
  9561. }
  9562. },
  9563. "44d077d5a2a84a9a9a4e10184e1662f8": {
  9564. "model_name": "ButtonStyleModel",
  9565. "model_module": "@jupyter-widgets/controls",
  9566. "model_module_version": "1.2.0",
  9567. "state": {}
  9568. },
  9569. "44dac76099e54f01af7959d777529da3": {
  9570. "model_name": "LabelModel",
  9571. "model_module": "@jupyter-widgets/controls",
  9572. "model_module_version": "1.2.0",
  9573. "state": {
  9574. "layout": "IPY_MODEL_7cecfacd339b4e2d9ba59caf027b600e",
  9575. "style": "IPY_MODEL_21b19af01aea42d4b05ee8f14acbf039",
  9576. "value": "Highlighted Classifer: License :: OSI Approved :: GNU General Public License (GPL)"
  9577. }
  9578. },
  9579. "44e5956f53d843eaa9199290854851bd": {
  9580. "model_name": "OutputModel",
  9581. "model_module": "@jupyter-widgets/output",
  9582. "model_module_version": "1.0.0",
  9583. "state": {
  9584. "layout": "IPY_MODEL_f0ed6e6cb02545c6b4d594f7f64e6140"
  9585. }
  9586. },
  9587. "44ea5c618ddf4f6e9b5fd1911791ad55": {
  9588. "model_name": "HBoxModel",
  9589. "model_module": "@jupyter-widgets/controls",
  9590. "model_module_version": "1.2.0",
  9591. "state": {
  9592. "children": [
  9593. "IPY_MODEL_e9fa6643a83445c1954ec611e8a6fb89",
  9594. "IPY_MODEL_583e55f7f3c74603b0e6d636ad00e223",
  9595. "IPY_MODEL_26f8ec2b352d48068416302f3dba2853"
  9596. ],
  9597. "layout": "IPY_MODEL_c6985a7bcfcc4b5fa4cb276d61ba1e5e"
  9598. }
  9599. },
  9600. "44ea91dc48cd4f9b9419bc49836e8561": {
  9601. "model_name": "LayoutModel",
  9602. "model_module": "@jupyter-widgets/base",
  9603. "model_module_version": "1.0.0",
  9604. "state": {}
  9605. },
  9606. "44eca6673d584035b04dba0f61ed939e": {
  9607. "model_name": "LayoutModel",
  9608. "model_module": "@jupyter-widgets/base",
  9609. "model_module_version": "1.0.0",
  9610. "state": {}
  9611. },
  9612. "4514755979be4c5e92c7ba9fbc915a4f": {
  9613. "model_name": "HBoxModel",
  9614. "model_module": "@jupyter-widgets/controls",
  9615. "model_module_version": "1.2.0",
  9616. "state": {
  9617. "children": [
  9618. "IPY_MODEL_821b189272ad4e7b93aaef5941b6bdcb",
  9619. "IPY_MODEL_a6d6698a48f04ca792c952e2e89b213c"
  9620. ],
  9621. "layout": "IPY_MODEL_e2ba687cf6e8407192b6ae55196f1e13"
  9622. }
  9623. },
  9624. "451644820c7a4fc89fca315a7384ad01": {
  9625. "model_name": "DescriptionStyleModel",
  9626. "model_module": "@jupyter-widgets/controls",
  9627. "model_module_version": "1.2.0",
  9628. "state": {
  9629. "description_width": ""
  9630. }
  9631. },
  9632. "451da00863af419db6ae8e54b5b35689": {
  9633. "model_name": "OutputModel",
  9634. "model_module": "@jupyter-widgets/output",
  9635. "model_module_version": "1.0.0",
  9636. "state": {
  9637. "layout": "IPY_MODEL_a2e146cfec974a119a56205020bc89e2",
  9638. "outputs": [
  9639. {
  9640. "data": {
  9641. "application/vnd.jupyter.widget-view+json": {
  9642. "model_id": "86b120ec4d6f43d9be76efbb38175cf7",
  9643. "version_major": 2,
  9644. "version_minor": 0
  9645. },
  9646. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: Microsoft', 'Operating …"
  9647. },
  9648. "metadata": {},
  9649. "output_type": "display_data"
  9650. }
  9651. ]
  9652. }
  9653. },
  9654. "451dce18bbd04cb9a5d7e8bc2d59c70c": {
  9655. "model_name": "ButtonStyleModel",
  9656. "model_module": "@jupyter-widgets/controls",
  9657. "model_module_version": "1.2.0",
  9658. "state": {}
  9659. },
  9660. "4533466070bd49bdb59a4de2bea1199e": {
  9661. "model_name": "VBoxModel",
  9662. "model_module": "@jupyter-widgets/controls",
  9663. "model_module_version": "1.2.0",
  9664. "state": {
  9665. "_dom_classes": [
  9666. "widget-interact"
  9667. ],
  9668. "children": [
  9669. "IPY_MODEL_aa65436d0cf44cf8b44fcb9d256cc3bb",
  9670. "IPY_MODEL_fcc151ba43dd4385b8bac8589395cdc7"
  9671. ],
  9672. "layout": "IPY_MODEL_a8064e8153724355b354af25129122c2"
  9673. }
  9674. },
  9675. "4540fb70ce22473f8b86cce1d4e925ad": {
  9676. "model_name": "DescriptionStyleModel",
  9677. "model_module": "@jupyter-widgets/controls",
  9678. "model_module_version": "1.2.0",
  9679. "state": {
  9680. "description_width": ""
  9681. }
  9682. },
  9683. "454f00d8348046c686100218bc81a644": {
  9684. "model_name": "HBoxModel",
  9685. "model_module": "@jupyter-widgets/controls",
  9686. "model_module_version": "1.2.0",
  9687. "state": {
  9688. "children": [
  9689. "IPY_MODEL_976672dbeeb6435595925a3c7f0757ff",
  9690. "IPY_MODEL_5c0d19f50ee44b5f88eac076d55d983e",
  9691. "IPY_MODEL_3a08b94fb8cd40d4b4f643e30a8adfc1"
  9692. ],
  9693. "layout": "IPY_MODEL_38325501b4eb40ffb920d8bfa9597d0e"
  9694. }
  9695. },
  9696. "4550b9a2a96e47ceb6253647702a8958": {
  9697. "model_name": "DropdownModel",
  9698. "model_module": "@jupyter-widgets/controls",
  9699. "model_module_version": "1.2.0",
  9700. "state": {
  9701. "_options_labels": [
  9702. "Intended Audience :: Information Technology",
  9703. "Intended Audience :: Manufacturing",
  9704. "Intended Audience :: Legal Industry",
  9705. "Intended Audience :: Developers",
  9706. "Intended Audience :: End Users/Desktop",
  9707. "Intended Audience :: System Administrators",
  9708. "Intended Audience :: Healthcare Industry",
  9709. "Intended Audience :: Telecommunications Industry",
  9710. "Intended Audience :: Education",
  9711. "Intended Audience :: Science/Research",
  9712. "Intended Audience :: Other Audience",
  9713. "Intended Audience :: Religion",
  9714. "Intended Audience :: Financial and Insurance Industry",
  9715. "Intended Audience :: Customer Service"
  9716. ],
  9717. "description": "Classifier",
  9718. "index": 10,
  9719. "layout": "IPY_MODEL_042beafd17824984900f11f9324d9e73",
  9720. "style": "IPY_MODEL_acce43f54c2a4e058ba54ddfa8d9374d"
  9721. }
  9722. },
  9723. "4568246c377a499fa59a2ad6844d38ee": {
  9724. "model_name": "LayoutModel",
  9725. "model_module": "@jupyter-widgets/base",
  9726. "model_module_version": "1.0.0",
  9727. "state": {}
  9728. },
  9729. "456bfb4e3b29494c99d1d2bfe8cdfd56": {
  9730. "model_name": "LabelModel",
  9731. "model_module": "@jupyter-widgets/controls",
  9732. "model_module_version": "1.2.0",
  9733. "state": {
  9734. "layout": "IPY_MODEL_830beb69a6c14617a49a0ac03aa9e64f",
  9735. "style": "IPY_MODEL_5388131a3bbc4ac9a009df127362f489",
  9736. "value": "Chosen Classifiers"
  9737. }
  9738. },
  9739. "45735dc829084560bafce90a551aeacb": {
  9740. "model_name": "LayoutModel",
  9741. "model_module": "@jupyter-widgets/base",
  9742. "model_module_version": "1.0.0",
  9743. "state": {}
  9744. },
  9745. "458a7a68d7434cbc8f2df363f5f4a74b": {
  9746. "model_name": "ButtonModel",
  9747. "model_module": "@jupyter-widgets/controls",
  9748. "model_module_version": "1.2.0",
  9749. "state": {
  9750. "description": "Remove",
  9751. "layout": "IPY_MODEL_fe725ac4b0ab4fec9cad23c7d41ae2e6",
  9752. "style": "IPY_MODEL_15d19a47194342128fd1dfccd744d5a4"
  9753. }
  9754. },
  9755. "45a3f2ccbb9b4976985d0a9abc2cf979": {
  9756. "model_name": "ButtonStyleModel",
  9757. "model_module": "@jupyter-widgets/controls",
  9758. "model_module_version": "1.2.0",
  9759. "state": {}
  9760. },
  9761. "45ab051996c04432835484cb9144bf97": {
  9762. "model_name": "LabelModel",
  9763. "model_module": "@jupyter-widgets/controls",
  9764. "model_module_version": "1.2.0",
  9765. "state": {
  9766. "layout": "IPY_MODEL_c0233ed19c6345e4b3f7e9952a179182",
  9767. "style": "IPY_MODEL_33bdea085a114f3db77470e5e1d19cf3",
  9768. "value": "*Optional Classifiers"
  9769. }
  9770. },
  9771. "45d07eabd5c84b56b8171c3eb4b7c801": {
  9772. "model_name": "OutputModel",
  9773. "model_module": "@jupyter-widgets/output",
  9774. "model_module_version": "1.0.0",
  9775. "state": {
  9776. "layout": "IPY_MODEL_2f031a34ed5149d797f3fb4d90b2cd9a"
  9777. }
  9778. },
  9779. "45eb9786fe8146d6b08d047cb5552700": {
  9780. "model_name": "DropdownModel",
  9781. "model_module": "@jupyter-widgets/controls",
  9782. "model_module_version": "1.2.0",
  9783. "state": {
  9784. "_options_labels": [
  9785. "Development Status",
  9786. "Environment",
  9787. "Framework",
  9788. "Intended Audience",
  9789. "License",
  9790. "Natural Language",
  9791. "Operating System",
  9792. "Programming Language",
  9793. "Topic"
  9794. ],
  9795. "description": "prefix",
  9796. "index": 0,
  9797. "layout": "IPY_MODEL_fb47bf9461ec49bc91f9b4c3c00c03f9",
  9798. "style": "IPY_MODEL_28df30e3e1c9458188a27568a4715b4c"
  9799. }
  9800. },
  9801. "4603c370a2f84b8883db67c16158e7b2": {
  9802. "model_name": "LayoutModel",
  9803. "model_module": "@jupyter-widgets/base",
  9804. "model_module_version": "1.0.0",
  9805. "state": {}
  9806. },
  9807. "46046c082a4942aca4e013936dd5f5cf": {
  9808. "model_name": "OutputModel",
  9809. "model_module": "@jupyter-widgets/output",
  9810. "model_module_version": "1.0.0",
  9811. "state": {
  9812. "layout": "IPY_MODEL_5bd1e4faee0c46bba4c95f47d4dc5e44"
  9813. }
  9814. },
  9815. "462db996ca224c9d9ca3219263e15d6b": {
  9816. "model_name": "DescriptionStyleModel",
  9817. "model_module": "@jupyter-widgets/controls",
  9818. "model_module_version": "1.2.0",
  9819. "state": {
  9820. "description_width": ""
  9821. }
  9822. },
  9823. "4643282d063640aeadd7143af7cec788": {
  9824. "model_name": "LabelModel",
  9825. "model_module": "@jupyter-widgets/controls",
  9826. "model_module_version": "1.2.0",
  9827. "state": {
  9828. "layout": "IPY_MODEL_71d8c01f87884658a647ca774fd52802",
  9829. "style": "IPY_MODEL_4540fb70ce22473f8b86cce1d4e925ad",
  9830. "value": "Added!"
  9831. }
  9832. },
  9833. "4653609d1d9b465a83ffcdf5fab622fe": {
  9834. "model_name": "LayoutModel",
  9835. "model_module": "@jupyter-widgets/base",
  9836. "model_module_version": "1.0.0",
  9837. "state": {}
  9838. },
  9839. "465de319735941eeb7e2f43e05893d64": {
  9840. "model_name": "LayoutModel",
  9841. "model_module": "@jupyter-widgets/base",
  9842. "model_module_version": "1.0.0",
  9843. "state": {}
  9844. },
  9845. "46760c31be4142e29dcd40fecc3fed35": {
  9846. "model_name": "DescriptionStyleModel",
  9847. "model_module": "@jupyter-widgets/controls",
  9848. "model_module_version": "1.2.0",
  9849. "state": {
  9850. "description_width": ""
  9851. }
  9852. },
  9853. "46799eef5fa8462bb30746423c90843e": {
  9854. "model_name": "LabelModel",
  9855. "model_module": "@jupyter-widgets/controls",
  9856. "model_module_version": "1.2.0",
  9857. "state": {
  9858. "layout": "IPY_MODEL_a526b1ba1ede4ef69758339468243fe9",
  9859. "style": "IPY_MODEL_6e18e523f12d4ef6920d2bc2a7564d74",
  9860. "value": "*Optional Classifiers"
  9861. }
  9862. },
  9863. "467f5b37ba404e74944ed7e601ecd0f7": {
  9864. "model_name": "SelectModel",
  9865. "model_module": "@jupyter-widgets/controls",
  9866. "model_module_version": "1.2.0",
  9867. "state": {
  9868. "_options_labels": [
  9869. "Natural Language :: Marathi",
  9870. "Development Status :: 1 - Planning"
  9871. ],
  9872. "description": "Selected:",
  9873. "index": 0,
  9874. "layout": "IPY_MODEL_e6fb74d6543b44189f261390a2972ce9",
  9875. "style": "IPY_MODEL_c11b89cf9da3412d810e08fafb3df1df"
  9876. }
  9877. },
  9878. "46a5b37c10cb445397a2fdc14cd3ad68": {
  9879. "model_name": "LayoutModel",
  9880. "model_module": "@jupyter-widgets/base",
  9881. "model_module_version": "1.0.0",
  9882. "state": {}
  9883. },
  9884. "46b66559af31405e8dbf82238c65e8f1": {
  9885. "model_name": "LayoutModel",
  9886. "model_module": "@jupyter-widgets/base",
  9887. "model_module_version": "1.0.0",
  9888. "state": {}
  9889. },
  9890. "46b7ab0b0e4943b68e204f1d3a806306": {
  9891. "model_name": "LayoutModel",
  9892. "model_module": "@jupyter-widgets/base",
  9893. "model_module_version": "1.0.0",
  9894. "state": {}
  9895. },
  9896. "46f2a2fcdfba4f72a08bc1be8e241979": {
  9897. "model_name": "VBoxModel",
  9898. "model_module": "@jupyter-widgets/controls",
  9899. "model_module_version": "1.2.0",
  9900. "state": {
  9901. "_dom_classes": [
  9902. "widget-interact"
  9903. ],
  9904. "children": [
  9905. "IPY_MODEL_4cc1713196304038aafccefb61513fd2",
  9906. "IPY_MODEL_bff56c6318fb40f3a966fa71aa7a0160"
  9907. ],
  9908. "layout": "IPY_MODEL_be3ad52a224d41c79c8bd690912efb46"
  9909. }
  9910. },
  9911. "4706c3147f144925b47c63e6aa30d142": {
  9912. "model_name": "ButtonStyleModel",
  9913. "model_module": "@jupyter-widgets/controls",
  9914. "model_module_version": "1.2.0",
  9915. "state": {}
  9916. },
  9917. "470738e8ab414a999dd58c216e4cf448": {
  9918. "model_name": "OutputModel",
  9919. "model_module": "@jupyter-widgets/output",
  9920. "model_module_version": "1.0.0",
  9921. "state": {
  9922. "layout": "IPY_MODEL_e21f91282adf4d578196941eaf0e2864"
  9923. }
  9924. },
  9925. "472fe560d9394749b0ec2d8773a88e4d": {
  9926. "model_name": "LayoutModel",
  9927. "model_module": "@jupyter-widgets/base",
  9928. "model_module_version": "1.0.0",
  9929. "state": {}
  9930. },
  9931. "4745d2c11666495ba54f5e6e11413c53": {
  9932. "model_name": "LayoutModel",
  9933. "model_module": "@jupyter-widgets/base",
  9934. "model_module_version": "1.0.0",
  9935. "state": {}
  9936. },
  9937. "4747addb1d6a472ea186e289a0e31565": {
  9938. "model_name": "LayoutModel",
  9939. "model_module": "@jupyter-widgets/base",
  9940. "model_module_version": "1.0.0",
  9941. "state": {}
  9942. },
  9943. "474e0018077f429183cbdee81e6e348d": {
  9944. "model_name": "LayoutModel",
  9945. "model_module": "@jupyter-widgets/base",
  9946. "model_module_version": "1.0.0",
  9947. "state": {}
  9948. },
  9949. "4759060283d04380ae60985f6ed2f81e": {
  9950. "model_name": "ButtonStyleModel",
  9951. "model_module": "@jupyter-widgets/controls",
  9952. "model_module_version": "1.2.0",
  9953. "state": {}
  9954. },
  9955. "475e1d87289649dab7545f310a064faf": {
  9956. "model_name": "ButtonStyleModel",
  9957. "model_module": "@jupyter-widgets/controls",
  9958. "model_module_version": "1.2.0",
  9959. "state": {}
  9960. },
  9961. "4764ebcefe6e47b4b7e5304e3a80d467": {
  9962. "model_name": "LayoutModel",
  9963. "model_module": "@jupyter-widgets/base",
  9964. "model_module_version": "1.0.0",
  9965. "state": {}
  9966. },
  9967. "477e0239255545b5a4dc641e032fa680": {
  9968. "model_name": "DescriptionStyleModel",
  9969. "model_module": "@jupyter-widgets/controls",
  9970. "model_module_version": "1.2.0",
  9971. "state": {
  9972. "description_width": ""
  9973. }
  9974. },
  9975. "478034c0353d4d1bb955a9e4aa012725": {
  9976. "model_name": "OutputModel",
  9977. "model_module": "@jupyter-widgets/output",
  9978. "model_module_version": "1.0.0",
  9979. "state": {
  9980. "layout": "IPY_MODEL_5a7b08b7b4ff48b1860b9252e7c1f0d8"
  9981. }
  9982. },
  9983. "47864ae72e234d4bb51f71908bf08917": {
  9984. "model_name": "OutputModel",
  9985. "model_module": "@jupyter-widgets/output",
  9986. "model_module_version": "1.0.0",
  9987. "state": {
  9988. "layout": "IPY_MODEL_43d4e18b960b463a9374ac5914c13add"
  9989. }
  9990. },
  9991. "478ae7889b3b426b8b9685fe759d865c": {
  9992. "model_name": "LayoutModel",
  9993. "model_module": "@jupyter-widgets/base",
  9994. "model_module_version": "1.0.0",
  9995. "state": {}
  9996. },
  9997. "47c11d6d47244ca4b9ff2f62cb274ce0": {
  9998. "model_name": "SelectModel",
  9999. "model_module": "@jupyter-widgets/controls",
  10000. "model_module_version": "1.2.0",
  10001. "state": {
  10002. "_options_labels": [
  10003. "Intended Audience :: End Users/Desktop",
  10004. "License :: OSI Approved :: X.Net License",
  10005. "Programming Language :: C++",
  10006. "Operating System :: POSIX :: IRIX"
  10007. ],
  10008. "description": "Selected:",
  10009. "index": 0,
  10010. "layout": "IPY_MODEL_e2bbcf2a66b4459e826fd9dfd0ff46d6",
  10011. "style": "IPY_MODEL_21b05a277ac642e983b77353eba3f9db"
  10012. }
  10013. },
  10014. "47da627c43bf41bfa785e3f79264dbf7": {
  10015. "model_name": "LayoutModel",
  10016. "model_module": "@jupyter-widgets/base",
  10017. "model_module_version": "1.0.0",
  10018. "state": {}
  10019. },
  10020. "47eef9f0bda9412cb764bb079055a3ae": {
  10021. "model_name": "DescriptionStyleModel",
  10022. "model_module": "@jupyter-widgets/controls",
  10023. "model_module_version": "1.2.0",
  10024. "state": {
  10025. "description_width": ""
  10026. }
  10027. },
  10028. "47feec70c3d94ecb941323cc1b556409": {
  10029. "model_name": "ButtonStyleModel",
  10030. "model_module": "@jupyter-widgets/controls",
  10031. "model_module_version": "1.2.0",
  10032. "state": {}
  10033. },
  10034. "47ff876117554769bdb459d9b5014ae8": {
  10035. "model_name": "LayoutModel",
  10036. "model_module": "@jupyter-widgets/base",
  10037. "model_module_version": "1.0.0",
  10038. "state": {}
  10039. },
  10040. "480d51a2153c48bdbe2f41b67ac04e9e": {
  10041. "model_name": "OutputModel",
  10042. "model_module": "@jupyter-widgets/output",
  10043. "model_module_version": "1.0.0",
  10044. "state": {
  10045. "layout": "IPY_MODEL_155b6bd780a5410189f825ba7dd079fc"
  10046. }
  10047. },
  10048. "481faff69ca94014aca55ab742bb601e": {
  10049. "model_name": "LayoutModel",
  10050. "model_module": "@jupyter-widgets/base",
  10051. "model_module_version": "1.0.0",
  10052. "state": {}
  10053. },
  10054. "48608ac46d064d34a8bd71433b027db3": {
  10055. "model_name": "LayoutModel",
  10056. "model_module": "@jupyter-widgets/base",
  10057. "model_module_version": "1.0.0",
  10058. "state": {}
  10059. },
  10060. "4866f624dd644678a3bec03c806d8eaa": {
  10061. "model_name": "LayoutModel",
  10062. "model_module": "@jupyter-widgets/base",
  10063. "model_module_version": "1.0.0",
  10064. "state": {}
  10065. },
  10066. "4892f0db688840f3bce92d07bd7e19df": {
  10067. "model_name": "ButtonModel",
  10068. "model_module": "@jupyter-widgets/controls",
  10069. "model_module_version": "1.2.0",
  10070. "state": {
  10071. "description": "Save",
  10072. "layout": "IPY_MODEL_36ff5e7c2d4c40ffb8cdd97bd0c56fef",
  10073. "style": "IPY_MODEL_ee446264edda4ae6a99e8b0dffa44793"
  10074. }
  10075. },
  10076. "48aaf7d092c441069b1116dfdfca1d57": {
  10077. "model_name": "ButtonModel",
  10078. "model_module": "@jupyter-widgets/controls",
  10079. "model_module_version": "1.2.0",
  10080. "state": {
  10081. "description": "Add",
  10082. "layout": "IPY_MODEL_9eca647d6a714e31899bda3a524d24e1",
  10083. "style": "IPY_MODEL_7daafc83a6cd4e0a825235bd0eee0167"
  10084. }
  10085. },
  10086. "48b1137fd2cd4f7cbc04cbe5c725d446": {
  10087. "model_name": "LayoutModel",
  10088. "model_module": "@jupyter-widgets/base",
  10089. "model_module_version": "1.0.0",
  10090. "state": {}
  10091. },
  10092. "48bb9b8fdb094692a2de794027a82a3a": {
  10093. "model_name": "SelectModel",
  10094. "model_module": "@jupyter-widgets/controls",
  10095. "model_module_version": "1.2.0",
  10096. "state": {
  10097. "description": "Classifiers",
  10098. "index": null,
  10099. "layout": "IPY_MODEL_2bfe4b7863e2439c874b5597c5a4be3a",
  10100. "style": "IPY_MODEL_b95b60830e7a4e2882f2712bc07ee3a8"
  10101. }
  10102. },
  10103. "48d8306fd2bb4094af530161eab6f2ee": {
  10104. "model_name": "ButtonModel",
  10105. "model_module": "@jupyter-widgets/controls",
  10106. "model_module_version": "1.2.0",
  10107. "state": {
  10108. "description": "Save",
  10109. "layout": "IPY_MODEL_e635248b5fef426da5c835d697b59a6a",
  10110. "style": "IPY_MODEL_dd86bc9aed794368b0610465ebd7c255"
  10111. }
  10112. },
  10113. "49139c1f34c74d9296df7abfa6966693": {
  10114. "model_name": "LayoutModel",
  10115. "model_module": "@jupyter-widgets/base",
  10116. "model_module_version": "1.0.0",
  10117. "state": {}
  10118. },
  10119. "49173daa291e42ac98b337c88d128dcb": {
  10120. "model_name": "LayoutModel",
  10121. "model_module": "@jupyter-widgets/base",
  10122. "model_module_version": "1.0.0",
  10123. "state": {}
  10124. },
  10125. "492ecf2b12fd4c20b06b4413b136151e": {
  10126. "model_name": "LabelModel",
  10127. "model_module": "@jupyter-widgets/controls",
  10128. "model_module_version": "1.2.0",
  10129. "state": {
  10130. "layout": "IPY_MODEL_72f259ddedff444fa51bd8cd8fb576b8",
  10131. "style": "IPY_MODEL_58d4c6627f1640129f033f4f375a2094",
  10132. "value": "Chosen Classifiers"
  10133. }
  10134. },
  10135. "4946b86fceef4d43a8be7b493ba67f09": {
  10136. "model_name": "LabelModel",
  10137. "model_module": "@jupyter-widgets/controls",
  10138. "model_module_version": "1.2.0",
  10139. "state": {
  10140. "layout": "IPY_MODEL_76180232f56a44028e26ba1cd0f59011",
  10141. "style": "IPY_MODEL_737ae41aa8864b108f78c8c2b263acb0",
  10142. "value": "...!"
  10143. }
  10144. },
  10145. "494ad153f39a4066a9eda789165e6287": {
  10146. "model_name": "DescriptionStyleModel",
  10147. "model_module": "@jupyter-widgets/controls",
  10148. "model_module_version": "1.2.0",
  10149. "state": {
  10150. "description_width": ""
  10151. }
  10152. },
  10153. "4951076f4e874be29ac9724c52b03b21": {
  10154. "model_name": "DescriptionStyleModel",
  10155. "model_module": "@jupyter-widgets/controls",
  10156. "model_module_version": "1.2.0",
  10157. "state": {
  10158. "description_width": ""
  10159. }
  10160. },
  10161. "496a44624a3149d295e45f9643c829a4": {
  10162. "model_name": "DropdownModel",
  10163. "model_module": "@jupyter-widgets/controls",
  10164. "model_module_version": "1.2.0",
  10165. "state": {
  10166. "description": "Classifier",
  10167. "index": null,
  10168. "layout": "IPY_MODEL_8afca13e48bd49d5a3fe242e2fca4d7b",
  10169. "style": "IPY_MODEL_0d8467bd325c45fcbca9ba2abda33796"
  10170. }
  10171. },
  10172. "497800e5634a4985aa5cb1f88fbccec5": {
  10173. "model_name": "VBoxModel",
  10174. "model_module": "@jupyter-widgets/controls",
  10175. "model_module_version": "1.2.0",
  10176. "state": {
  10177. "_dom_classes": [
  10178. "widget-interact"
  10179. ],
  10180. "children": [
  10181. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  10182. "IPY_MODEL_de5f941f83c9429d992346a675b90c70"
  10183. ],
  10184. "layout": "IPY_MODEL_1fa329f9ee604a6a996a41ebe4bee8ee"
  10185. }
  10186. },
  10187. "497ff7a58bc1428e954e260026b2cd5b": {
  10188. "model_name": "LayoutModel",
  10189. "model_module": "@jupyter-widgets/base",
  10190. "model_module_version": "1.0.0",
  10191. "state": {}
  10192. },
  10193. "4980f996cf31439cb53a8aa88bccc057": {
  10194. "model_name": "DropdownModel",
  10195. "model_module": "@jupyter-widgets/controls",
  10196. "model_module_version": "1.2.0",
  10197. "state": {
  10198. "_options_labels": [
  10199. "Development Status",
  10200. "Environment",
  10201. "Framework",
  10202. "Intended Audience",
  10203. "License",
  10204. "Natural Language",
  10205. "Operating System",
  10206. "Programming Language",
  10207. "Topic"
  10208. ],
  10209. "description": "prefix",
  10210. "index": 0,
  10211. "layout": "IPY_MODEL_43ddf08d776c4005ace1b898d74c8c70",
  10212. "style": "IPY_MODEL_cc419376deeb4a719ff5cd101767a114"
  10213. }
  10214. },
  10215. "498e0ec1b69f405d882785d2e52f59bf": {
  10216. "model_name": "LayoutModel",
  10217. "model_module": "@jupyter-widgets/base",
  10218. "model_module_version": "1.0.0",
  10219. "state": {}
  10220. },
  10221. "49a0e7a1274a4b4c8754fc58965d6d0a": {
  10222. "model_name": "DescriptionStyleModel",
  10223. "model_module": "@jupyter-widgets/controls",
  10224. "model_module_version": "1.2.0",
  10225. "state": {
  10226. "description_width": ""
  10227. }
  10228. },
  10229. "49b612cc8c64480aaba426ead2e78814": {
  10230. "model_name": "LayoutModel",
  10231. "model_module": "@jupyter-widgets/base",
  10232. "model_module_version": "1.0.0",
  10233. "state": {}
  10234. },
  10235. "49c5b66266fb46068de1c29a19b8f69f": {
  10236. "model_name": "LayoutModel",
  10237. "model_module": "@jupyter-widgets/base",
  10238. "model_module_version": "1.0.0",
  10239. "state": {}
  10240. },
  10241. "49ce21a1b976472283bb4b2abfb52e6c": {
  10242. "model_name": "DescriptionStyleModel",
  10243. "model_module": "@jupyter-widgets/controls",
  10244. "model_module_version": "1.2.0",
  10245. "state": {
  10246. "description_width": ""
  10247. }
  10248. },
  10249. "4a0636136e1043c1b668163b7d3b81f7": {
  10250. "model_name": "LayoutModel",
  10251. "model_module": "@jupyter-widgets/base",
  10252. "model_module_version": "1.0.0",
  10253. "state": {}
  10254. },
  10255. "4a09199f9e7247368616e33931c999e5": {
  10256. "model_name": "LabelModel",
  10257. "model_module": "@jupyter-widgets/controls",
  10258. "model_module_version": "1.2.0",
  10259. "state": {
  10260. "layout": "IPY_MODEL_90d47b9c9ae34d44b62bb2764c41965d",
  10261. "style": "IPY_MODEL_93e51483e4e54671ae59385424def476",
  10262. "value": "*Optional Classifiers"
  10263. }
  10264. },
  10265. "4a0c138e81594cf38f1e49db81bbf0e4": {
  10266. "model_name": "DescriptionStyleModel",
  10267. "model_module": "@jupyter-widgets/controls",
  10268. "model_module_version": "1.2.0",
  10269. "state": {
  10270. "description_width": ""
  10271. }
  10272. },
  10273. "4a32e79db17644468db63f8252ae7b19": {
  10274. "model_name": "SelectModel",
  10275. "model_module": "@jupyter-widgets/controls",
  10276. "model_module_version": "1.2.0",
  10277. "state": {
  10278. "_options_labels": [
  10279. "Programming Language :: Python :: Implementation :: PyPy"
  10280. ],
  10281. "description": "Selected:",
  10282. "index": 0,
  10283. "layout": "IPY_MODEL_6497d4b12a8c4e8e97a97531066de8a0",
  10284. "style": "IPY_MODEL_c647cda0df98464c91f66d6aab2929a5"
  10285. }
  10286. },
  10287. "4a3b79410b6d4c38922c00b6b3371202": {
  10288. "model_name": "LabelModel",
  10289. "model_module": "@jupyter-widgets/controls",
  10290. "model_module_version": "1.2.0",
  10291. "state": {
  10292. "layout": "IPY_MODEL_1dae6b5c423f4df6b325a84024d9ffd5",
  10293. "style": "IPY_MODEL_ca19489686ae4f6e984c4fa716cbb403",
  10294. "value": "*Optional Classifiers"
  10295. }
  10296. },
  10297. "4a3ee91133c7469188142e643424ed6c": {
  10298. "model_name": "LayoutModel",
  10299. "model_module": "@jupyter-widgets/base",
  10300. "model_module_version": "1.0.0",
  10301. "state": {}
  10302. },
  10303. "4a4e7f200792452ead25dac420f946c3": {
  10304. "model_name": "LayoutModel",
  10305. "model_module": "@jupyter-widgets/base",
  10306. "model_module_version": "1.0.0",
  10307. "state": {}
  10308. },
  10309. "4a5b6c4fa7ff4806a8e682116c0ad292": {
  10310. "model_name": "ButtonModel",
  10311. "model_module": "@jupyter-widgets/controls",
  10312. "model_module_version": "1.2.0",
  10313. "state": {
  10314. "description": "Remove",
  10315. "layout": "IPY_MODEL_17dd167aae0e4c6797c3b6907a21a76b",
  10316. "style": "IPY_MODEL_522d9892183541b68d9064766d2b0e49"
  10317. }
  10318. },
  10319. "4a63297aba314f818174468a6d95b21c": {
  10320. "model_name": "LayoutModel",
  10321. "model_module": "@jupyter-widgets/base",
  10322. "model_module_version": "1.0.0",
  10323. "state": {}
  10324. },
  10325. "4a73790ec0734a7face6dccb270dc8ad": {
  10326. "model_name": "LayoutModel",
  10327. "model_module": "@jupyter-widgets/base",
  10328. "model_module_version": "1.0.0",
  10329. "state": {}
  10330. },
  10331. "4a79736605394e84a6156771a14f1644": {
  10332. "model_name": "LayoutModel",
  10333. "model_module": "@jupyter-widgets/base",
  10334. "model_module_version": "1.0.0",
  10335. "state": {}
  10336. },
  10337. "4a89357a83494c2da10c20257e093006": {
  10338. "model_name": "HBoxModel",
  10339. "model_module": "@jupyter-widgets/controls",
  10340. "model_module_version": "1.2.0",
  10341. "state": {
  10342. "children": [
  10343. "IPY_MODEL_6bcff18966fd47fe9984826532295930",
  10344. "IPY_MODEL_b50e5fc428904573898680ac7c0b98b6"
  10345. ],
  10346. "layout": "IPY_MODEL_65119609f0594a3ba8f98af3926bc68b"
  10347. }
  10348. },
  10349. "4ab3b3dd85f04966ad8f1d458d2e208d": {
  10350. "model_name": "LayoutModel",
  10351. "model_module": "@jupyter-widgets/base",
  10352. "model_module_version": "1.0.0",
  10353. "state": {}
  10354. },
  10355. "4ae7d713705c4f6988ddbd00437f1c76": {
  10356. "model_name": "VBoxModel",
  10357. "model_module": "@jupyter-widgets/controls",
  10358. "model_module_version": "1.2.0",
  10359. "state": {
  10360. "_dom_classes": [
  10361. "widget-interact"
  10362. ],
  10363. "children": [
  10364. "IPY_MODEL_e13dccfe4cc74cde982166eeb6f293ce",
  10365. "IPY_MODEL_f409a7a0e660482f81052e262b3ada6e"
  10366. ],
  10367. "layout": "IPY_MODEL_d2ed0daff93149da97d10199cf867c41"
  10368. }
  10369. },
  10370. "4b0fef3a506e48dda17ede7c10a86e5f": {
  10371. "model_name": "LayoutModel",
  10372. "model_module": "@jupyter-widgets/base",
  10373. "model_module_version": "1.0.0",
  10374. "state": {}
  10375. },
  10376. "4b619690c76942ddb7e53adf82394876": {
  10377. "model_name": "DescriptionStyleModel",
  10378. "model_module": "@jupyter-widgets/controls",
  10379. "model_module_version": "1.2.0",
  10380. "state": {
  10381. "description_width": ""
  10382. }
  10383. },
  10384. "4b6494c0f9d5415486a2c260e7c1063d": {
  10385. "model_name": "DropdownModel",
  10386. "model_module": "@jupyter-widgets/controls",
  10387. "model_module_version": "1.2.0",
  10388. "state": {
  10389. "_options_labels": [
  10390. "Development Status :: 4 - Beta",
  10391. "Development Status :: 5 - Production/Stable",
  10392. "Development Status :: 7 - Inactive",
  10393. "Development Status :: 2 - Pre-Alpha",
  10394. "Development Status :: 1 - Planning",
  10395. "Development Status :: 3 - Alpha",
  10396. "Development Status :: 6 - Mature"
  10397. ],
  10398. "description": "Classifier",
  10399. "index": 0,
  10400. "layout": "IPY_MODEL_8d98e03cd8564de6bc3a32f3dc197125",
  10401. "style": "IPY_MODEL_5943d54618e24c8f9ba88c6f609365b1"
  10402. }
  10403. },
  10404. "4b65727bbc434d17aaa8417cc63ca3d5": {
  10405. "model_name": "LayoutModel",
  10406. "model_module": "@jupyter-widgets/base",
  10407. "model_module_version": "1.0.0",
  10408. "state": {}
  10409. },
  10410. "4b6b71cf44aa40e5867ce2bf4248f99d": {
  10411. "model_name": "VBoxModel",
  10412. "model_module": "@jupyter-widgets/controls",
  10413. "model_module_version": "1.2.0",
  10414. "state": {
  10415. "_dom_classes": [
  10416. "widget-interact"
  10417. ],
  10418. "children": [
  10419. "IPY_MODEL_bd1933e558754df2aa5f84a28a55526d",
  10420. "IPY_MODEL_e4bb08b7da84462fac72ffc296102d30"
  10421. ],
  10422. "layout": "IPY_MODEL_cdaa1162288d446b9a7837c49f66ea8e"
  10423. }
  10424. },
  10425. "4b767895f7ad4df2b225e967ec25cc92": {
  10426. "model_name": "LayoutModel",
  10427. "model_module": "@jupyter-widgets/base",
  10428. "model_module_version": "1.0.0",
  10429. "state": {}
  10430. },
  10431. "4b8284049a124503845409e0df2293ed": {
  10432. "model_name": "DescriptionStyleModel",
  10433. "model_module": "@jupyter-widgets/controls",
  10434. "model_module_version": "1.2.0",
  10435. "state": {
  10436. "description_width": ""
  10437. }
  10438. },
  10439. "4b84a1809c194b6ab8397946da1bbb36": {
  10440. "model_name": "LayoutModel",
  10441. "model_module": "@jupyter-widgets/base",
  10442. "model_module_version": "1.0.0",
  10443. "state": {}
  10444. },
  10445. "4bb882ddc1a4473a823d1ba0d104e8e2": {
  10446. "model_name": "OutputModel",
  10447. "model_module": "@jupyter-widgets/output",
  10448. "model_module_version": "1.0.0",
  10449. "state": {
  10450. "layout": "IPY_MODEL_88e5d933c3114ee0b7ffad38fa3808bb",
  10451. "outputs": [
  10452. {
  10453. "data": {
  10454. "application/vnd.jupyter.widget-view+json": {
  10455. "model_id": "1af398b46b0d48e89a570b341a8d319e",
  10456. "version_major": 2,
  10457. "version_minor": 0
  10458. },
  10459. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Framework :: Zope3', 'Framework :: Plone ::…"
  10460. },
  10461. "metadata": {},
  10462. "output_type": "display_data"
  10463. }
  10464. ]
  10465. }
  10466. },
  10467. "4bd2d1efdfc14f9cbc7e04a8f9409616": {
  10468. "model_name": "ButtonStyleModel",
  10469. "model_module": "@jupyter-widgets/controls",
  10470. "model_module_version": "1.2.0",
  10471. "state": {}
  10472. },
  10473. "4bd33b728a7c4c588091d2beea3a54d7": {
  10474. "model_name": "LayoutModel",
  10475. "model_module": "@jupyter-widgets/base",
  10476. "model_module_version": "1.0.0",
  10477. "state": {}
  10478. },
  10479. "4bf9e41785a141108b7e1fb0f6ea1072": {
  10480. "model_name": "DescriptionStyleModel",
  10481. "model_module": "@jupyter-widgets/controls",
  10482. "model_module_version": "1.2.0",
  10483. "state": {
  10484. "description_width": ""
  10485. }
  10486. },
  10487. "4c30fb28922a4c6db7b829a24d5d41a9": {
  10488. "model_name": "DropdownModel",
  10489. "model_module": "@jupyter-widgets/controls",
  10490. "model_module_version": "1.2.0",
  10491. "state": {
  10492. "_options_labels": [
  10493. "Development Status",
  10494. "Environment",
  10495. "Framework",
  10496. "Intended Audience",
  10497. "License",
  10498. "Natural Language",
  10499. "Operating System",
  10500. "Programming Language",
  10501. "Topic"
  10502. ],
  10503. "description": "prefix",
  10504. "index": 0,
  10505. "layout": "IPY_MODEL_e466fbf890714628b5d861cec79ec3d6",
  10506. "style": "IPY_MODEL_dcd4b0dc2c74417f99f6546e67018ec8"
  10507. }
  10508. },
  10509. "4c369f1cea724297b087a7a5c2ecee35": {
  10510. "model_name": "LayoutModel",
  10511. "model_module": "@jupyter-widgets/base",
  10512. "model_module_version": "1.0.0",
  10513. "state": {}
  10514. },
  10515. "4c3873094f05428bb7240ce73739b7d5": {
  10516. "model_name": "LayoutModel",
  10517. "model_module": "@jupyter-widgets/base",
  10518. "model_module_version": "1.0.0",
  10519. "state": {}
  10520. },
  10521. "4c393608e6f5481c99c895fea56296d0": {
  10522. "model_name": "DescriptionStyleModel",
  10523. "model_module": "@jupyter-widgets/controls",
  10524. "model_module_version": "1.2.0",
  10525. "state": {
  10526. "description_width": ""
  10527. }
  10528. },
  10529. "4c450fd87055476a8487017fdfe11f21": {
  10530. "model_name": "LayoutModel",
  10531. "model_module": "@jupyter-widgets/base",
  10532. "model_module_version": "1.0.0",
  10533. "state": {}
  10534. },
  10535. "4c45b675d9254284b8963706530a6858": {
  10536. "model_name": "DropdownModel",
  10537. "model_module": "@jupyter-widgets/controls",
  10538. "model_module_version": "1.2.0",
  10539. "state": {
  10540. "_options_labels": [
  10541. "Development Status",
  10542. "Environment",
  10543. "Framework",
  10544. "Intended Audience",
  10545. "License",
  10546. "Natural Language",
  10547. "Operating System",
  10548. "Programming Language",
  10549. "Topic"
  10550. ],
  10551. "description": "prefix",
  10552. "index": 7,
  10553. "layout": "IPY_MODEL_3c35363526db433ba8f2fb6df9a64187",
  10554. "style": "IPY_MODEL_c39862a8f097479282fb531af1d40367"
  10555. }
  10556. },
  10557. "4c46b9afdebe468eb543c2e2527608ae": {
  10558. "model_name": "LayoutModel",
  10559. "model_module": "@jupyter-widgets/base",
  10560. "model_module_version": "1.0.0",
  10561. "state": {}
  10562. },
  10563. "4c62ddd78d1b4cd89b86042459404f74": {
  10564. "model_name": "HBoxModel",
  10565. "model_module": "@jupyter-widgets/controls",
  10566. "model_module_version": "1.2.0",
  10567. "state": {
  10568. "children": [
  10569. "IPY_MODEL_ff93b69d05134042b8f6a56a6fe054fc",
  10570. "IPY_MODEL_64a153c444f446a58704389800af5e91"
  10571. ],
  10572. "layout": "IPY_MODEL_4d20d97a0e1347b3b7fec47feb822f32"
  10573. }
  10574. },
  10575. "4c6aa96b1522447da6cd5d03af6eb1a7": {
  10576. "model_name": "DescriptionStyleModel",
  10577. "model_module": "@jupyter-widgets/controls",
  10578. "model_module_version": "1.2.0",
  10579. "state": {
  10580. "description_width": ""
  10581. }
  10582. },
  10583. "4c73fa9fd36845a1bf378135e7d453cd": {
  10584. "model_name": "DescriptionStyleModel",
  10585. "model_module": "@jupyter-widgets/controls",
  10586. "model_module_version": "1.2.0",
  10587. "state": {
  10588. "description_width": ""
  10589. }
  10590. },
  10591. "4c796c759d9f45c9968ea3ccb25a788c": {
  10592. "model_name": "LayoutModel",
  10593. "model_module": "@jupyter-widgets/base",
  10594. "model_module_version": "1.0.0",
  10595. "state": {}
  10596. },
  10597. "4c93b7289b924f408fee610aa615ae19": {
  10598. "model_name": "SelectModel",
  10599. "model_module": "@jupyter-widgets/controls",
  10600. "model_module_version": "1.2.0",
  10601. "state": {
  10602. "_options_labels": [
  10603. "s",
  10604. "e",
  10605. "l",
  10606. "e",
  10607. "c",
  10608. "t",
  10609. "e",
  10610. "d",
  10611. "_",
  10612. "c",
  10613. "l",
  10614. "a",
  10615. "s",
  10616. "s",
  10617. "i",
  10618. "f",
  10619. "i",
  10620. "e",
  10621. "r",
  10622. "s"
  10623. ],
  10624. "description": "Classifiers",
  10625. "index": 0,
  10626. "layout": "IPY_MODEL_80eba32b3cad47bb87850029f95dac7c",
  10627. "style": "IPY_MODEL_b7fb7eee917d4f0aa85173fdae207a94"
  10628. }
  10629. },
  10630. "4c998004422b4a568e64b6f47371746c": {
  10631. "model_name": "LayoutModel",
  10632. "model_module": "@jupyter-widgets/base",
  10633. "model_module_version": "1.0.0",
  10634. "state": {}
  10635. },
  10636. "4ca075a49e2840b39599c78159c55b2e": {
  10637. "model_name": "VBoxModel",
  10638. "model_module": "@jupyter-widgets/controls",
  10639. "model_module_version": "1.2.0",
  10640. "state": {
  10641. "_dom_classes": [
  10642. "widget-interact"
  10643. ],
  10644. "children": [
  10645. "IPY_MODEL_a7be3c68a08547d4a82d2be2ba69df63",
  10646. "IPY_MODEL_207d82a5d4024482bf6c6e11b7704072"
  10647. ],
  10648. "layout": "IPY_MODEL_cf3880b54ffb4190971da2ac959c7870"
  10649. }
  10650. },
  10651. "4ca32a1ba3fe4fc5a44d89e30b8030c4": {
  10652. "model_name": "LayoutModel",
  10653. "model_module": "@jupyter-widgets/base",
  10654. "model_module_version": "1.0.0",
  10655. "state": {}
  10656. },
  10657. "4cb5b859f22e475d9c25261a261a71c9": {
  10658. "model_name": "DropdownModel",
  10659. "model_module": "@jupyter-widgets/controls",
  10660. "model_module_version": "1.2.0",
  10661. "state": {
  10662. "_options_labels": [
  10663. "Intended Audience :: Information Technology",
  10664. "Intended Audience :: Education",
  10665. "Intended Audience :: Developers",
  10666. "Intended Audience :: Legal Industry",
  10667. "Intended Audience :: Manufacturing",
  10668. "Intended Audience :: Healthcare Industry",
  10669. "Intended Audience :: Religion",
  10670. "Intended Audience :: Financial and Insurance Industry",
  10671. "Intended Audience :: Telecommunications Industry",
  10672. "Intended Audience :: End Users/Desktop",
  10673. "Intended Audience :: Customer Service",
  10674. "Intended Audience :: System Administrators",
  10675. "Intended Audience :: Other Audience",
  10676. "Intended Audience :: Science/Research"
  10677. ],
  10678. "description": "Classifier",
  10679. "index": 0,
  10680. "layout": "IPY_MODEL_05474caf7e574fbf9734d64f736a28be",
  10681. "style": "IPY_MODEL_5a98387182384fc4a5e073de40d193b4"
  10682. }
  10683. },
  10684. "4cbd97340d6e4815b7f4e6f7ddecf100": {
  10685. "model_name": "DescriptionStyleModel",
  10686. "model_module": "@jupyter-widgets/controls",
  10687. "model_module_version": "1.2.0",
  10688. "state": {
  10689. "description_width": ""
  10690. }
  10691. },
  10692. "4cc1713196304038aafccefb61513fd2": {
  10693. "model_name": "DropdownModel",
  10694. "model_module": "@jupyter-widgets/controls",
  10695. "model_module_version": "1.2.0",
  10696. "state": {
  10697. "_options_labels": [
  10698. "Intended Audience :: Healthcare Industry",
  10699. "Intended Audience :: Legal Industry",
  10700. "Intended Audience :: Science/Research",
  10701. "Intended Audience :: Manufacturing",
  10702. "Intended Audience :: Developers",
  10703. "Intended Audience :: Telecommunications Industry",
  10704. "Intended Audience :: Information Technology",
  10705. "Intended Audience :: Education",
  10706. "Intended Audience :: End Users/Desktop",
  10707. "Intended Audience :: Customer Service",
  10708. "Intended Audience :: System Administrators",
  10709. "Intended Audience :: Religion",
  10710. "Intended Audience :: Financial and Insurance Industry",
  10711. "Intended Audience :: Other Audience"
  10712. ],
  10713. "description": "Classifier",
  10714. "index": 2,
  10715. "layout": "IPY_MODEL_241b0e5fb5c84605a0e6280f31569587",
  10716. "style": "IPY_MODEL_fe2bf900ac7e497c9b11a1057a99ea55"
  10717. }
  10718. },
  10719. "4ccc7a04515a41a98f200a574b5f768a": {
  10720. "model_name": "LayoutModel",
  10721. "model_module": "@jupyter-widgets/base",
  10722. "model_module_version": "1.0.0",
  10723. "state": {}
  10724. },
  10725. "4ccc8cdafc3448a4ba6e56132e6e90ed": {
  10726. "model_name": "ButtonModel",
  10727. "model_module": "@jupyter-widgets/controls",
  10728. "model_module_version": "1.2.0",
  10729. "state": {
  10730. "description": "Add",
  10731. "layout": "IPY_MODEL_e7d2cf4597ab4270a1451381ce1d8e4c",
  10732. "style": "IPY_MODEL_29dd40d3a2984efca8884b07dc4d7bab"
  10733. }
  10734. },
  10735. "4ce5d6e1a00c4da394a80f63cab0ed4d": {
  10736. "model_name": "LayoutModel",
  10737. "model_module": "@jupyter-widgets/base",
  10738. "model_module_version": "1.0.0",
  10739. "state": {}
  10740. },
  10741. "4cff7b732f9b422c97bd44d3466df3ad": {
  10742. "model_name": "LayoutModel",
  10743. "model_module": "@jupyter-widgets/base",
  10744. "model_module_version": "1.0.0",
  10745. "state": {}
  10746. },
  10747. "4d042dd781034bc6be311caec276be45": {
  10748. "model_name": "VBoxModel",
  10749. "model_module": "@jupyter-widgets/controls",
  10750. "model_module_version": "1.2.0",
  10751. "state": {
  10752. "_dom_classes": [
  10753. "widget-interact"
  10754. ],
  10755. "children": [
  10756. "IPY_MODEL_0bcbca6943fb419795cf025d1c1bad3b",
  10757. "IPY_MODEL_5e9b02b6c96b461daabef2d7b9589c29"
  10758. ],
  10759. "layout": "IPY_MODEL_f4b57f4f03a04b0394f6e8c95fe0001b"
  10760. }
  10761. },
  10762. "4d164e3017da48049baf6eec1e965d18": {
  10763. "model_name": "HBoxModel",
  10764. "model_module": "@jupyter-widgets/controls",
  10765. "model_module_version": "1.2.0",
  10766. "state": {
  10767. "children": [
  10768. "IPY_MODEL_73f2c55801e84443983b4de30cd2f318",
  10769. "IPY_MODEL_31936a7ea8b84d30bba4e2a64a72181d"
  10770. ],
  10771. "layout": "IPY_MODEL_9cad8bb32178451fa4d33a4442ddc344"
  10772. }
  10773. },
  10774. "4d20d97a0e1347b3b7fec47feb822f32": {
  10775. "model_name": "LayoutModel",
  10776. "model_module": "@jupyter-widgets/base",
  10777. "model_module_version": "1.0.0",
  10778. "state": {}
  10779. },
  10780. "4d38936f99a14f9c9aec18fee0bb372d": {
  10781. "model_name": "SelectModel",
  10782. "model_module": "@jupyter-widgets/controls",
  10783. "model_module_version": "1.2.0",
  10784. "state": {
  10785. "_options_labels": [
  10786. "selected_classifiers"
  10787. ],
  10788. "description": "Selected:",
  10789. "index": 0,
  10790. "layout": "IPY_MODEL_2624a75cc94e40e8a21fe50cfe675e93",
  10791. "style": "IPY_MODEL_740f14f82aae442480ffb3ce0bfdc739"
  10792. }
  10793. },
  10794. "4d397ec45a1e4db8a43c09ec55b9bdb8": {
  10795. "model_name": "VBoxModel",
  10796. "model_module": "@jupyter-widgets/controls",
  10797. "model_module_version": "1.2.0",
  10798. "state": {
  10799. "_dom_classes": [
  10800. "widget-interact"
  10801. ],
  10802. "children": [
  10803. "IPY_MODEL_627857ff032542098fe74aba5d2357b8",
  10804. "IPY_MODEL_e3dd1506981741ed95909c08acba87ab"
  10805. ],
  10806. "layout": "IPY_MODEL_fdebbbd10827412382abf299349e11ee"
  10807. }
  10808. },
  10809. "4d7551873a774b1093f417f1e975edca": {
  10810. "model_name": "DropdownModel",
  10811. "model_module": "@jupyter-widgets/controls",
  10812. "model_module_version": "1.2.0",
  10813. "state": {
  10814. "_options_labels": [
  10815. "Development Status",
  10816. "Environment",
  10817. "Framework",
  10818. "Intended Audience",
  10819. "License",
  10820. "Natural Language",
  10821. "Operating System",
  10822. "Programming Language",
  10823. "Topic"
  10824. ],
  10825. "description": "prefix",
  10826. "index": 0,
  10827. "layout": "IPY_MODEL_c16cd36e73634fe39937617535ab0dd3",
  10828. "style": "IPY_MODEL_068690984d6b44be8fbbe4140735ab62"
  10829. }
  10830. },
  10831. "4d7fd5c5f9d146e19775cdd95f5bc98f": {
  10832. "model_name": "DropdownModel",
  10833. "model_module": "@jupyter-widgets/controls",
  10834. "model_module_version": "1.2.0",
  10835. "state": {
  10836. "description": "Classifier",
  10837. "index": null,
  10838. "layout": "IPY_MODEL_e12282db07514e82bbb3228ac5e3d77d",
  10839. "style": "IPY_MODEL_c2b7832eb2034bc1953266e9c7441eb6"
  10840. }
  10841. },
  10842. "4d8536917c14427c842a4b8a09f7ff6f": {
  10843. "model_name": "LayoutModel",
  10844. "model_module": "@jupyter-widgets/base",
  10845. "model_module_version": "1.0.0",
  10846. "state": {}
  10847. },
  10848. "4da4338e05de4b58bfd04488b68b3c97": {
  10849. "model_name": "LayoutModel",
  10850. "model_module": "@jupyter-widgets/base",
  10851. "model_module_version": "1.0.0",
  10852. "state": {}
  10853. },
  10854. "4daf978512504b418062ff50b09e0b74": {
  10855. "model_name": "DropdownModel",
  10856. "model_module": "@jupyter-widgets/controls",
  10857. "model_module_version": "1.2.0",
  10858. "state": {
  10859. "_options_labels": [
  10860. "Development Status",
  10861. "Environment",
  10862. "Framework",
  10863. "Intended Audience",
  10864. "License",
  10865. "Natural Language",
  10866. "Operating System",
  10867. "Programming Language",
  10868. "Topic"
  10869. ],
  10870. "description": "prefix",
  10871. "index": 6,
  10872. "layout": "IPY_MODEL_5c7ee9e709904c22b5d51691d874fdee",
  10873. "style": "IPY_MODEL_178617df51e24889b79b80c074a8b6ec"
  10874. }
  10875. },
  10876. "4db68a5e0b9a44f6918955f00e972af5": {
  10877. "model_name": "LayoutModel",
  10878. "model_module": "@jupyter-widgets/base",
  10879. "model_module_version": "1.0.0",
  10880. "state": {}
  10881. },
  10882. "4dd05d5c3e504f1e9a867afcf6d69a1d": {
  10883. "model_name": "DescriptionStyleModel",
  10884. "model_module": "@jupyter-widgets/controls",
  10885. "model_module_version": "1.2.0",
  10886. "state": {
  10887. "description_width": ""
  10888. }
  10889. },
  10890. "4dd6621f575e46349db7db73bfbb7340": {
  10891. "model_name": "DescriptionStyleModel",
  10892. "model_module": "@jupyter-widgets/controls",
  10893. "model_module_version": "1.2.0",
  10894. "state": {
  10895. "description_width": ""
  10896. }
  10897. },
  10898. "4df559902d2c4e01a7409301a60090ca": {
  10899. "model_name": "DescriptionStyleModel",
  10900. "model_module": "@jupyter-widgets/controls",
  10901. "model_module_version": "1.2.0",
  10902. "state": {
  10903. "description_width": ""
  10904. }
  10905. },
  10906. "4e01cd031c83424280d3a95638d844ff": {
  10907. "model_name": "DescriptionStyleModel",
  10908. "model_module": "@jupyter-widgets/controls",
  10909. "model_module_version": "1.2.0",
  10910. "state": {
  10911. "description_width": ""
  10912. }
  10913. },
  10914. "4e07618bd9bd4e1dbe911d81d4890cb6": {
  10915. "model_name": "LayoutModel",
  10916. "model_module": "@jupyter-widgets/base",
  10917. "model_module_version": "1.0.0",
  10918. "state": {}
  10919. },
  10920. "4e1a2320113a4d3a9ddd3dc3fef8b539": {
  10921. "model_name": "DescriptionStyleModel",
  10922. "model_module": "@jupyter-widgets/controls",
  10923. "model_module_version": "1.2.0",
  10924. "state": {
  10925. "description_width": ""
  10926. }
  10927. },
  10928. "4e2ed00165de45bfbf4c092a4b0bec49": {
  10929. "model_name": "LabelModel",
  10930. "model_module": "@jupyter-widgets/controls",
  10931. "model_module_version": "1.2.0",
  10932. "state": {
  10933. "layout": "IPY_MODEL_9d5c70ca6e67491cb978a7ab5f5800d2",
  10934. "style": "IPY_MODEL_1329d0e5ef6241c7af95e16d23996ad7",
  10935. "value": "Chosen Classifiers"
  10936. }
  10937. },
  10938. "4e442dd2cc5942f79d6952e345db1a70": {
  10939. "model_name": "LabelModel",
  10940. "model_module": "@jupyter-widgets/controls",
  10941. "model_module_version": "1.2.0",
  10942. "state": {
  10943. "layout": "IPY_MODEL_dba112ef6fba406c9575d8f2883f462c",
  10944. "style": "IPY_MODEL_2936a8e8ac34412fa6b8573fb33778a9",
  10945. "value": "Chosen Classifiers"
  10946. }
  10947. },
  10948. "4e4b0a2f74864580b9173b3510852d62": {
  10949. "model_name": "HBoxModel",
  10950. "model_module": "@jupyter-widgets/controls",
  10951. "model_module_version": "1.2.0",
  10952. "state": {
  10953. "children": [
  10954. "IPY_MODEL_a9f2ec32864d4d0b9da5fa4951262549",
  10955. "IPY_MODEL_373ecd71e5a94581b8a86c808b27791b"
  10956. ],
  10957. "layout": "IPY_MODEL_88f3e0449145432c81cd381a1170ee47"
  10958. }
  10959. },
  10960. "4e5ae715534e4da1992ce1906e33e7a8": {
  10961. "model_name": "LayoutModel",
  10962. "model_module": "@jupyter-widgets/base",
  10963. "model_module_version": "1.0.0",
  10964. "state": {}
  10965. },
  10966. "4e68b5fc2d91437397ab2d02fac76dbb": {
  10967. "model_name": "ButtonModel",
  10968. "model_module": "@jupyter-widgets/controls",
  10969. "model_module_version": "1.2.0",
  10970. "state": {
  10971. "description": "Remove",
  10972. "layout": "IPY_MODEL_084545ea7fea413da0d10991b4091d1f",
  10973. "style": "IPY_MODEL_7ae7080cb0ef4621ad6bba92f9f927ae"
  10974. }
  10975. },
  10976. "4e6eed71832d48aca868794575743935": {
  10977. "model_name": "LabelModel",
  10978. "model_module": "@jupyter-widgets/controls",
  10979. "model_module_version": "1.2.0",
  10980. "state": {
  10981. "layout": "IPY_MODEL_828a119d2cd741e9864d1071c3a27d38",
  10982. "style": "IPY_MODEL_d28baca55bfc49278b31b4a4eda3c082"
  10983. }
  10984. },
  10985. "4e984632a9424478be2c1d532dbdc1b2": {
  10986. "model_name": "LayoutModel",
  10987. "model_module": "@jupyter-widgets/base",
  10988. "model_module_version": "1.0.0",
  10989. "state": {}
  10990. },
  10991. "4e9a4034cf7d4fc1870284c508fbf9f6": {
  10992. "model_name": "LabelModel",
  10993. "model_module": "@jupyter-widgets/controls",
  10994. "model_module_version": "1.2.0",
  10995. "state": {
  10996. "layout": "IPY_MODEL_a0d61838a94b4142933d2bfb52eb0215",
  10997. "style": "IPY_MODEL_328e9f23e43246ffbec8e7db2ffceb88",
  10998. "value": "Cleared!"
  10999. }
  11000. },
  11001. "4eb1ede999d948438e68a29bd871ee92": {
  11002. "model_name": "DescriptionStyleModel",
  11003. "model_module": "@jupyter-widgets/controls",
  11004. "model_module_version": "1.2.0",
  11005. "state": {
  11006. "description_width": ""
  11007. }
  11008. },
  11009. "4ed94efab4964c7e996e093c840f5391": {
  11010. "model_name": "DescriptionStyleModel",
  11011. "model_module": "@jupyter-widgets/controls",
  11012. "model_module_version": "1.2.0",
  11013. "state": {
  11014. "description_width": ""
  11015. }
  11016. },
  11017. "4f0b0e715ad44b46a6af657ad1f751c6": {
  11018. "model_name": "LayoutModel",
  11019. "model_module": "@jupyter-widgets/base",
  11020. "model_module_version": "1.0.0",
  11021. "state": {}
  11022. },
  11023. "4f0e8914efc64521b90f82023942c85c": {
  11024. "model_name": "LayoutModel",
  11025. "model_module": "@jupyter-widgets/base",
  11026. "model_module_version": "1.0.0",
  11027. "state": {}
  11028. },
  11029. "4f1090c008234f44a8e13fd2339f8715": {
  11030. "model_name": "LabelModel",
  11031. "model_module": "@jupyter-widgets/controls",
  11032. "model_module_version": "1.2.0",
  11033. "state": {
  11034. "layout": "IPY_MODEL_9fbaad81835344b09c0321da89759be7",
  11035. "style": "IPY_MODEL_a11b306ef8dd49019ae5a4c303d7c8f0",
  11036. "value": "Chosen Classifiers"
  11037. }
  11038. },
  11039. "4f1bc2e163d34975ae2885c806fe1440": {
  11040. "model_name": "ButtonStyleModel",
  11041. "model_module": "@jupyter-widgets/controls",
  11042. "model_module_version": "1.2.0",
  11043. "state": {}
  11044. },
  11045. "4f1da7058e0b4dc3a37afb3ca69bd0ed": {
  11046. "model_name": "LabelModel",
  11047. "model_module": "@jupyter-widgets/controls",
  11048. "model_module_version": "1.2.0",
  11049. "state": {
  11050. "layout": "IPY_MODEL_4094896c59324dc581d4577553622fa2",
  11051. "style": "IPY_MODEL_14611dbedc42402ebc7b211a6b4d2c87",
  11052. "value": "Development Status :: 1 - Planning"
  11053. }
  11054. },
  11055. "4f53532f8a58429c98d1abcd965aa4a1": {
  11056. "model_name": "LayoutModel",
  11057. "model_module": "@jupyter-widgets/base",
  11058. "model_module_version": "1.0.0",
  11059. "state": {}
  11060. },
  11061. "4f68b0b1759441b688d2be82ff7ebe4b": {
  11062. "model_name": "DescriptionStyleModel",
  11063. "model_module": "@jupyter-widgets/controls",
  11064. "model_module_version": "1.2.0",
  11065. "state": {
  11066. "description_width": ""
  11067. }
  11068. },
  11069. "4f7261bf6dac4539a6da9d851c01171d": {
  11070. "model_name": "LayoutModel",
  11071. "model_module": "@jupyter-widgets/base",
  11072. "model_module_version": "1.0.0",
  11073. "state": {}
  11074. },
  11075. "4f965b67ead74e2e8a1f8d66c0e7a6f8": {
  11076. "model_name": "LayoutModel",
  11077. "model_module": "@jupyter-widgets/base",
  11078. "model_module_version": "1.0.0",
  11079. "state": {}
  11080. },
  11081. "4facffba99f0485ea945f49b1461c78d": {
  11082. "model_name": "LayoutModel",
  11083. "model_module": "@jupyter-widgets/base",
  11084. "model_module_version": "1.0.0",
  11085. "state": {}
  11086. },
  11087. "4fc414c9e81745d680819295cca8987f": {
  11088. "model_name": "LayoutModel",
  11089. "model_module": "@jupyter-widgets/base",
  11090. "model_module_version": "1.0.0",
  11091. "state": {}
  11092. },
  11093. "4fd6f9ddab054ebcb913f49abc11824c": {
  11094. "model_name": "LabelModel",
  11095. "model_module": "@jupyter-widgets/controls",
  11096. "model_module_version": "1.2.0",
  11097. "state": {
  11098. "layout": "IPY_MODEL_fa5e4acf70f84fe7a8555c3f4ec3c44f",
  11099. "style": "IPY_MODEL_3e98744fe5f5479e8bee5e72f8ad4940",
  11100. "value": "Added!"
  11101. }
  11102. },
  11103. "4fd7575ff7fc4f15b78ec53756f444d9": {
  11104. "model_name": "LayoutModel",
  11105. "model_module": "@jupyter-widgets/base",
  11106. "model_module_version": "1.0.0",
  11107. "state": {}
  11108. },
  11109. "4fd7a3f8edde4a62bc67d4c6ed2389fe": {
  11110. "model_name": "DescriptionStyleModel",
  11111. "model_module": "@jupyter-widgets/controls",
  11112. "model_module_version": "1.2.0",
  11113. "state": {
  11114. "description_width": ""
  11115. }
  11116. },
  11117. "4fd80ce51970463190bb2e0d06c7cf03": {
  11118. "model_name": "LayoutModel",
  11119. "model_module": "@jupyter-widgets/base",
  11120. "model_module_version": "1.0.0",
  11121. "state": {}
  11122. },
  11123. "4fdeb79febd741d0a769ef560d30b757": {
  11124. "model_name": "DescriptionStyleModel",
  11125. "model_module": "@jupyter-widgets/controls",
  11126. "model_module_version": "1.2.0",
  11127. "state": {
  11128. "description_width": ""
  11129. }
  11130. },
  11131. "4fe51471de3b41f98a70ed34902f2b9b": {
  11132. "model_name": "LabelModel",
  11133. "model_module": "@jupyter-widgets/controls",
  11134. "model_module_version": "1.2.0",
  11135. "state": {
  11136. "layout": "IPY_MODEL_6f95ba40eb5b4995a50faf0f3acde927",
  11137. "style": "IPY_MODEL_7be12f7b1ec5400fa607dbd0186bb26e",
  11138. "value": "Chosen Classifiers"
  11139. }
  11140. },
  11141. "4ff5fc1e80e94a31a78ac194ca5c5e4a": {
  11142. "model_name": "DescriptionStyleModel",
  11143. "model_module": "@jupyter-widgets/controls",
  11144. "model_module_version": "1.2.0",
  11145. "state": {
  11146. "description_width": ""
  11147. }
  11148. },
  11149. "4ff8e638702b426e8bda198171bd998c": {
  11150. "model_name": "LayoutModel",
  11151. "model_module": "@jupyter-widgets/base",
  11152. "model_module_version": "1.0.0",
  11153. "state": {}
  11154. },
  11155. "5005b7f37ddf47468f1c6cb04c0255df": {
  11156. "model_name": "VBoxModel",
  11157. "model_module": "@jupyter-widgets/controls",
  11158. "model_module_version": "1.2.0",
  11159. "state": {
  11160. "_dom_classes": [
  11161. "widget-interact"
  11162. ],
  11163. "children": [
  11164. "IPY_MODEL_03ff0eec1df24afc8b858ed8e0fd7c8a",
  11165. "IPY_MODEL_e1cf1a6581944431a06687e224353fa9"
  11166. ],
  11167. "layout": "IPY_MODEL_11254f550cd948dca5d9ff79e94e8a63"
  11168. }
  11169. },
  11170. "5007e6ca5eca493c9b6cbf7bcd4745dd": {
  11171. "model_name": "VBoxModel",
  11172. "model_module": "@jupyter-widgets/controls",
  11173. "model_module_version": "1.2.0",
  11174. "state": {
  11175. "_dom_classes": [
  11176. "widget-interact"
  11177. ],
  11178. "children": [
  11179. "IPY_MODEL_221ef682a0fb4c1bae0ab517a354f2ed",
  11180. "IPY_MODEL_c8739f0e501642e19130cda03c02ef98"
  11181. ],
  11182. "layout": "IPY_MODEL_ff4712250b684de9a335d0606f6b8b74"
  11183. }
  11184. },
  11185. "50142df9813347b9b0ac3a5fbe6692fb": {
  11186. "model_name": "SelectModel",
  11187. "model_module": "@jupyter-widgets/controls",
  11188. "model_module_version": "1.2.0",
  11189. "state": {
  11190. "description": "Classifiers",
  11191. "index": null,
  11192. "layout": "IPY_MODEL_0e7d7ce5c1964290869a7122ada0b4b6",
  11193. "style": "IPY_MODEL_0752926b736b4681b5db3a3f424086d8"
  11194. }
  11195. },
  11196. "5014b68c9544443e95ff769392a68a27": {
  11197. "model_name": "DescriptionStyleModel",
  11198. "model_module": "@jupyter-widgets/controls",
  11199. "model_module_version": "1.2.0",
  11200. "state": {
  11201. "description_width": ""
  11202. }
  11203. },
  11204. "502528995c7a4690a602e69754d43d7c": {
  11205. "model_name": "HBoxModel",
  11206. "model_module": "@jupyter-widgets/controls",
  11207. "model_module_version": "1.2.0",
  11208. "state": {
  11209. "children": [
  11210. "IPY_MODEL_7fa35178a8d249429b6d6443c3094c01",
  11211. "IPY_MODEL_ea01971bd29344e5ab48fd23e8cc7f2a"
  11212. ],
  11213. "layout": "IPY_MODEL_e1a77d16d19c4746b3eccff47fa028e6"
  11214. }
  11215. },
  11216. "503fcb8bb4ff4d6eaf480c79f284f74e": {
  11217. "model_name": "HBoxModel",
  11218. "model_module": "@jupyter-widgets/controls",
  11219. "model_module_version": "1.2.0",
  11220. "state": {
  11221. "children": [
  11222. "IPY_MODEL_1291bc91fa354aa38aae3d7a4b9bfea8",
  11223. "IPY_MODEL_ab71cb07d6a7489aadf99f4e6ae91fc8"
  11224. ],
  11225. "layout": "IPY_MODEL_641872fa60684ee0b9fc371e28b0f2e0"
  11226. }
  11227. },
  11228. "50471eb7891440ab8d77b51c4478e2d7": {
  11229. "model_name": "LayoutModel",
  11230. "model_module": "@jupyter-widgets/base",
  11231. "model_module_version": "1.0.0",
  11232. "state": {}
  11233. },
  11234. "5047419f3a55421882e8766a50a474a9": {
  11235. "model_name": "DescriptionStyleModel",
  11236. "model_module": "@jupyter-widgets/controls",
  11237. "model_module_version": "1.2.0",
  11238. "state": {
  11239. "description_width": ""
  11240. }
  11241. },
  11242. "505a7eaa64b74dc7b5b6dae7d80a4bcf": {
  11243. "model_name": "LayoutModel",
  11244. "model_module": "@jupyter-widgets/base",
  11245. "model_module_version": "1.0.0",
  11246. "state": {}
  11247. },
  11248. "50659920ab0e4636948c7a20ebd65ca3": {
  11249. "model_name": "VBoxModel",
  11250. "model_module": "@jupyter-widgets/controls",
  11251. "model_module_version": "1.2.0",
  11252. "state": {
  11253. "_dom_classes": [
  11254. "widget-interact"
  11255. ],
  11256. "children": [
  11257. "IPY_MODEL_8266b9bb51334dfb87fa236de9fcfc7a",
  11258. "IPY_MODEL_28e1dc06c76442f38ae3784bb715e003"
  11259. ],
  11260. "layout": "IPY_MODEL_09c557c2b0e14a4a951f32d51a3b0d2f"
  11261. }
  11262. },
  11263. "5065f1cecfd648deb13b31b01ca802a0": {
  11264. "model_name": "OutputModel",
  11265. "model_module": "@jupyter-widgets/output",
  11266. "model_module_version": "1.0.0",
  11267. "state": {
  11268. "layout": "IPY_MODEL_61da153c2af546be8d0e45e660459d30"
  11269. }
  11270. },
  11271. "508faac4c4e749c5a9ca4d1678a18530": {
  11272. "model_name": "LayoutModel",
  11273. "model_module": "@jupyter-widgets/base",
  11274. "model_module_version": "1.0.0",
  11275. "state": {}
  11276. },
  11277. "50aa8579d1a148bd8d5fa0ef21213706": {
  11278. "model_name": "ButtonStyleModel",
  11279. "model_module": "@jupyter-widgets/controls",
  11280. "model_module_version": "1.2.0",
  11281. "state": {}
  11282. },
  11283. "50b2355dc28543c1b6b0e1f8b1f6929d": {
  11284. "model_name": "LayoutModel",
  11285. "model_module": "@jupyter-widgets/base",
  11286. "model_module_version": "1.0.0",
  11287. "state": {}
  11288. },
  11289. "50bb92e80f0746b8b0a43ed1ac7d3418": {
  11290. "model_name": "DescriptionStyleModel",
  11291. "model_module": "@jupyter-widgets/controls",
  11292. "model_module_version": "1.2.0",
  11293. "state": {
  11294. "description_width": ""
  11295. }
  11296. },
  11297. "50e2a487d81f442589a0c7f9a2f3d15d": {
  11298. "model_name": "LayoutModel",
  11299. "model_module": "@jupyter-widgets/base",
  11300. "model_module_version": "1.0.0",
  11301. "state": {}
  11302. },
  11303. "50eb1b92a58b4c0e9279fa829a6908a0": {
  11304. "model_name": "LayoutModel",
  11305. "model_module": "@jupyter-widgets/base",
  11306. "model_module_version": "1.0.0",
  11307. "state": {}
  11308. },
  11309. "50f2fc1fb80a4d5fa041b149c8327a2b": {
  11310. "model_name": "VBoxModel",
  11311. "model_module": "@jupyter-widgets/controls",
  11312. "model_module_version": "1.2.0",
  11313. "state": {
  11314. "_dom_classes": [
  11315. "widget-interact"
  11316. ],
  11317. "children": [
  11318. "IPY_MODEL_4daf978512504b418062ff50b09e0b74",
  11319. "IPY_MODEL_6fb7ed32511d4314841fe0bceb3f317b"
  11320. ],
  11321. "layout": "IPY_MODEL_574aaaa9482b492286153308fb094431"
  11322. }
  11323. },
  11324. "50f826324b2d4fcdb736eb165f73e6be": {
  11325. "model_name": "OutputModel",
  11326. "model_module": "@jupyter-widgets/output",
  11327. "model_module_version": "1.0.0",
  11328. "state": {
  11329. "layout": "IPY_MODEL_b14b22e7cdd4492ea3dd879a80b1b624"
  11330. }
  11331. },
  11332. "5102953bdee34b529de959d8de48de29": {
  11333. "model_name": "LabelModel",
  11334. "model_module": "@jupyter-widgets/controls",
  11335. "model_module_version": "1.2.0",
  11336. "state": {
  11337. "layout": "IPY_MODEL_12730350f83c46318addf77e704292b8",
  11338. "style": "IPY_MODEL_4e01cd031c83424280d3a95638d844ff",
  11339. "value": "*Optional Classifiers"
  11340. }
  11341. },
  11342. "5105e956061147708694bf6a56954407": {
  11343. "model_name": "ButtonModel",
  11344. "model_module": "@jupyter-widgets/controls",
  11345. "model_module_version": "1.2.0",
  11346. "state": {
  11347. "description": "Remove",
  11348. "layout": "IPY_MODEL_c5b6f0b7c4834d2cb26c38e1b807b5dc",
  11349. "style": "IPY_MODEL_a914b47d232c48f58fb8578daeac0510"
  11350. }
  11351. },
  11352. "510ef8b619404fc1ac6636e2dc854ca4": {
  11353. "model_name": "VBoxModel",
  11354. "model_module": "@jupyter-widgets/controls",
  11355. "model_module_version": "1.2.0",
  11356. "state": {
  11357. "_dom_classes": [
  11358. "widget-interact"
  11359. ],
  11360. "children": [
  11361. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  11362. "IPY_MODEL_623e6118c195412483f76c4c24a02d66"
  11363. ],
  11364. "layout": "IPY_MODEL_b60c73b6b28f45d49817be78a26f3eaf"
  11365. }
  11366. },
  11367. "511be03ea639410ca4b1e2233e4366b6": {
  11368. "model_name": "HBoxModel",
  11369. "model_module": "@jupyter-widgets/controls",
  11370. "model_module_version": "1.2.0",
  11371. "state": {
  11372. "children": [
  11373. "IPY_MODEL_f5945c4fb83e4e43963a7428ca554014",
  11374. "IPY_MODEL_4946b86fceef4d43a8be7b493ba67f09"
  11375. ],
  11376. "layout": "IPY_MODEL_6a731694348747209ba9d95f4758679a"
  11377. }
  11378. },
  11379. "5122dee0ef94454788c433047d15a749": {
  11380. "model_name": "LayoutModel",
  11381. "model_module": "@jupyter-widgets/base",
  11382. "model_module_version": "1.0.0",
  11383. "state": {}
  11384. },
  11385. "5131823f795d4f21af820044e5fbfb95": {
  11386. "model_name": "DescriptionStyleModel",
  11387. "model_module": "@jupyter-widgets/controls",
  11388. "model_module_version": "1.2.0",
  11389. "state": {
  11390. "description_width": ""
  11391. }
  11392. },
  11393. "520a30e1e0c741ad92f0c355a5a2be4c": {
  11394. "model_name": "ButtonModel",
  11395. "model_module": "@jupyter-widgets/controls",
  11396. "model_module_version": "1.2.0",
  11397. "state": {
  11398. "description": "Add",
  11399. "layout": "IPY_MODEL_d07fbbe9ed9d497d85c6df24e845efdf",
  11400. "style": "IPY_MODEL_df141811e8de4752a4baf34981b58c04"
  11401. }
  11402. },
  11403. "520eba989fa04da386a3ebbd1e05b27f": {
  11404. "model_name": "HBoxModel",
  11405. "model_module": "@jupyter-widgets/controls",
  11406. "model_module_version": "1.2.0",
  11407. "state": {
  11408. "children": [
  11409. "IPY_MODEL_de66c6efebe0494e803db7e8a688682e"
  11410. ],
  11411. "layout": "IPY_MODEL_1967b7be9f844fd09247d71ad4a32d04"
  11412. }
  11413. },
  11414. "52199a9723fb492997e4a10892928e38": {
  11415. "model_name": "VBoxModel",
  11416. "model_module": "@jupyter-widgets/controls",
  11417. "model_module_version": "1.2.0",
  11418. "state": {
  11419. "_dom_classes": [
  11420. "widget-interact"
  11421. ],
  11422. "children": [
  11423. "IPY_MODEL_a0e5dfc3ed0d41c4908219561c45eb8c",
  11424. "IPY_MODEL_b008575b089a484483ac591d91fdcffd"
  11425. ],
  11426. "layout": "IPY_MODEL_e71ce98c74c64c7ab6e71a62b894aa80"
  11427. }
  11428. },
  11429. "522cff5dd32f46159e357ed6f21e41c6": {
  11430. "model_name": "LabelModel",
  11431. "model_module": "@jupyter-widgets/controls",
  11432. "model_module_version": "1.2.0",
  11433. "state": {
  11434. "layout": "IPY_MODEL_8d4e36518f2445b4877c59351b77c782",
  11435. "style": "IPY_MODEL_ce1c89f67e214aac991eccbbd9ca7acf",
  11436. "value": "*Optional Classifiers"
  11437. }
  11438. },
  11439. "522d9892183541b68d9064766d2b0e49": {
  11440. "model_name": "ButtonStyleModel",
  11441. "model_module": "@jupyter-widgets/controls",
  11442. "model_module_version": "1.2.0",
  11443. "state": {}
  11444. },
  11445. "5259332bc7eb47baa88e8972d1807abe": {
  11446. "model_name": "HBoxModel",
  11447. "model_module": "@jupyter-widgets/controls",
  11448. "model_module_version": "1.2.0",
  11449. "state": {
  11450. "children": [
  11451. "IPY_MODEL_385c520ce4d44f07998a28824aafbcda",
  11452. "IPY_MODEL_da5cdded3bec41d0907080906e6e9eea",
  11453. "IPY_MODEL_85dfc7bb502f48e3adadb8288b040f90"
  11454. ],
  11455. "layout": "IPY_MODEL_e46c03194a4142d5a38527699e7cf279"
  11456. }
  11457. },
  11458. "525e8d73da2e463b95ad4fdc22874836": {
  11459. "model_name": "LayoutModel",
  11460. "model_module": "@jupyter-widgets/base",
  11461. "model_module_version": "1.0.0",
  11462. "state": {}
  11463. },
  11464. "529dc577a4244bafac0a57fba57bccac": {
  11465. "model_name": "LayoutModel",
  11466. "model_module": "@jupyter-widgets/base",
  11467. "model_module_version": "1.0.0",
  11468. "state": {}
  11469. },
  11470. "529df4c37e7744cfa276b2a5b74fc588": {
  11471. "model_name": "LayoutModel",
  11472. "model_module": "@jupyter-widgets/base",
  11473. "model_module_version": "1.0.0",
  11474. "state": {}
  11475. },
  11476. "52ac8a0e7f6e4e14be30a7ced1e602ae": {
  11477. "model_name": "DescriptionStyleModel",
  11478. "model_module": "@jupyter-widgets/controls",
  11479. "model_module_version": "1.2.0",
  11480. "state": {
  11481. "description_width": ""
  11482. }
  11483. },
  11484. "52b7339d7af94197a934c9be7e674e03": {
  11485. "model_name": "OutputModel",
  11486. "model_module": "@jupyter-widgets/output",
  11487. "model_module_version": "1.0.0",
  11488. "state": {
  11489. "layout": "IPY_MODEL_4c796c759d9f45c9968ea3ccb25a788c"
  11490. }
  11491. },
  11492. "52c6b61ece8e496d978fd52656af3390": {
  11493. "model_name": "ButtonModel",
  11494. "model_module": "@jupyter-widgets/controls",
  11495. "model_module_version": "1.2.0",
  11496. "state": {
  11497. "description": "Remove",
  11498. "layout": "IPY_MODEL_017da7a114dd464787b4480c62499650",
  11499. "style": "IPY_MODEL_38a6b6d762754a07a043c223763cf88b"
  11500. }
  11501. },
  11502. "52e2fef34304479080e4af07d25bf570": {
  11503. "model_name": "LayoutModel",
  11504. "model_module": "@jupyter-widgets/base",
  11505. "model_module_version": "1.0.0",
  11506. "state": {}
  11507. },
  11508. "52ed2c117f8f496ab29b638fe1356eba": {
  11509. "model_name": "DescriptionStyleModel",
  11510. "model_module": "@jupyter-widgets/controls",
  11511. "model_module_version": "1.2.0",
  11512. "state": {
  11513. "description_width": ""
  11514. }
  11515. },
  11516. "531804766c9942c9b29840bd1bc6a06f": {
  11517. "model_name": "HBoxModel",
  11518. "model_module": "@jupyter-widgets/controls",
  11519. "model_module_version": "1.2.0",
  11520. "state": {
  11521. "children": [
  11522. "IPY_MODEL_c261a32fea614e6eaa4076a773b8d39e",
  11523. "IPY_MODEL_e40a3a6200884ed9aa28cdcdad3818b7"
  11524. ],
  11525. "layout": "IPY_MODEL_0ec0847ac5d849a6982809b5659773f9"
  11526. }
  11527. },
  11528. "53245cf8189741d7a57267c7658e8304": {
  11529. "model_name": "DescriptionStyleModel",
  11530. "model_module": "@jupyter-widgets/controls",
  11531. "model_module_version": "1.2.0",
  11532. "state": {
  11533. "description_width": ""
  11534. }
  11535. },
  11536. "5331f6909ac148e9b707e3e8d1a22e7a": {
  11537. "model_name": "LayoutModel",
  11538. "model_module": "@jupyter-widgets/base",
  11539. "model_module_version": "1.0.0",
  11540. "state": {}
  11541. },
  11542. "533d1bc5bbf146f9b2cf75cb73a02d12": {
  11543. "model_name": "LabelModel",
  11544. "model_module": "@jupyter-widgets/controls",
  11545. "model_module_version": "1.2.0",
  11546. "state": {
  11547. "layout": "IPY_MODEL_1d2c744cb8324cd6bf6eb330aae798de",
  11548. "style": "IPY_MODEL_ce27eeaf6a1f4d738ada54f9cca63c9c",
  11549. "value": "*Optional Classifiers"
  11550. }
  11551. },
  11552. "537c629e2e994af88600ed28abd22c83": {
  11553. "model_name": "DescriptionStyleModel",
  11554. "model_module": "@jupyter-widgets/controls",
  11555. "model_module_version": "1.2.0",
  11556. "state": {
  11557. "description_width": ""
  11558. }
  11559. },
  11560. "5388131a3bbc4ac9a009df127362f489": {
  11561. "model_name": "DescriptionStyleModel",
  11562. "model_module": "@jupyter-widgets/controls",
  11563. "model_module_version": "1.2.0",
  11564. "state": {
  11565. "description_width": ""
  11566. }
  11567. },
  11568. "539694258dcb4fd8876b211ac62e1bd2": {
  11569. "model_name": "LayoutModel",
  11570. "model_module": "@jupyter-widgets/base",
  11571. "model_module_version": "1.0.0",
  11572. "state": {}
  11573. },
  11574. "53ae94cf73de43c193990bf370370b81": {
  11575. "model_name": "ButtonModel",
  11576. "model_module": "@jupyter-widgets/controls",
  11577. "model_module_version": "1.2.0",
  11578. "state": {
  11579. "description": "Add",
  11580. "layout": "IPY_MODEL_2da8eb4a876e4d849d9129da2e572963",
  11581. "style": "IPY_MODEL_d1212ba3dd894d069fd7ca2b85107560"
  11582. }
  11583. },
  11584. "53aeeafcddd643728dda846670d7b541": {
  11585. "model_name": "DescriptionStyleModel",
  11586. "model_module": "@jupyter-widgets/controls",
  11587. "model_module_version": "1.2.0",
  11588. "state": {
  11589. "description_width": ""
  11590. }
  11591. },
  11592. "53b0cdc9b5894eb5a5ab407e85c8ee06": {
  11593. "model_name": "VBoxModel",
  11594. "model_module": "@jupyter-widgets/controls",
  11595. "model_module_version": "1.2.0",
  11596. "state": {
  11597. "_dom_classes": [
  11598. "widget-interact"
  11599. ],
  11600. "children": [
  11601. "IPY_MODEL_f36e920081574dadb471b78bc6f722c7",
  11602. "IPY_MODEL_1db21a7d1e3a42dda75f78d0ba44a716"
  11603. ],
  11604. "layout": "IPY_MODEL_a83c9f6550f349e4b257588867ba1759"
  11605. }
  11606. },
  11607. "53c7e78834c84ac4a4e485ac9841f864": {
  11608. "model_name": "LayoutModel",
  11609. "model_module": "@jupyter-widgets/base",
  11610. "model_module_version": "1.0.0",
  11611. "state": {}
  11612. },
  11613. "53dc472d995e4123b36967e3a9c3720b": {
  11614. "model_name": "ButtonModel",
  11615. "model_module": "@jupyter-widgets/controls",
  11616. "model_module_version": "1.2.0",
  11617. "state": {
  11618. "description": "Save",
  11619. "layout": "IPY_MODEL_8e48a397a2234255bfc6681f14eb9edf",
  11620. "style": "IPY_MODEL_c017d04121a64eedad4d091c8d4cbe50"
  11621. }
  11622. },
  11623. "53ee533a5bf74b878b61dcc0129014f0": {
  11624. "model_name": "DescriptionStyleModel",
  11625. "model_module": "@jupyter-widgets/controls",
  11626. "model_module_version": "1.2.0",
  11627. "state": {
  11628. "description_width": ""
  11629. }
  11630. },
  11631. "53f8031d0bb9490e971ead1b5128e69f": {
  11632. "model_name": "ButtonStyleModel",
  11633. "model_module": "@jupyter-widgets/controls",
  11634. "model_module_version": "1.2.0",
  11635. "state": {}
  11636. },
  11637. "54055cb1ba6e454aa0bd2832b96493f2": {
  11638. "model_name": "LayoutModel",
  11639. "model_module": "@jupyter-widgets/base",
  11640. "model_module_version": "1.0.0",
  11641. "state": {}
  11642. },
  11643. "543c158fe1384e0aac915430e7f31592": {
  11644. "model_name": "LayoutModel",
  11645. "model_module": "@jupyter-widgets/base",
  11646. "model_module_version": "1.0.0",
  11647. "state": {}
  11648. },
  11649. "545129d8ed0b4e6fa27fcd7c395e3f7e": {
  11650. "model_name": "LayoutModel",
  11651. "model_module": "@jupyter-widgets/base",
  11652. "model_module_version": "1.0.0",
  11653. "state": {}
  11654. },
  11655. "546ec675ae4246e7b320fb76d1cabbb2": {
  11656. "model_name": "LayoutModel",
  11657. "model_module": "@jupyter-widgets/base",
  11658. "model_module_version": "1.0.0",
  11659. "state": {}
  11660. },
  11661. "547fbc5f9c864591a8fb1d0c364a82ad": {
  11662. "model_name": "LayoutModel",
  11663. "model_module": "@jupyter-widgets/base",
  11664. "model_module_version": "1.0.0",
  11665. "state": {}
  11666. },
  11667. "547ff403802b4a2a9339fc386167a874": {
  11668. "model_name": "LayoutModel",
  11669. "model_module": "@jupyter-widgets/base",
  11670. "model_module_version": "1.0.0",
  11671. "state": {}
  11672. },
  11673. "548c115df5fd4367a6ffd2c0c33427ae": {
  11674. "model_name": "LayoutModel",
  11675. "model_module": "@jupyter-widgets/base",
  11676. "model_module_version": "1.0.0",
  11677. "state": {}
  11678. },
  11679. "548fc58af99a47b080bf7060d38e6cc2": {
  11680. "model_name": "SelectModel",
  11681. "model_module": "@jupyter-widgets/controls",
  11682. "model_module_version": "1.2.0",
  11683. "state": {
  11684. "description": "Selected:",
  11685. "index": null,
  11686. "layout": "IPY_MODEL_8edf46146ed84f7d83b89a40d0f452e8",
  11687. "style": "IPY_MODEL_827fc025b0d14411a0d90641c56941cc"
  11688. }
  11689. },
  11690. "54946797c8dc45459abaac8d4dda05f0": {
  11691. "model_name": "LayoutModel",
  11692. "model_module": "@jupyter-widgets/base",
  11693. "model_module_version": "1.0.0",
  11694. "state": {}
  11695. },
  11696. "54b8870aadf64dea9be8827fc18ec71f": {
  11697. "model_name": "LabelModel",
  11698. "model_module": "@jupyter-widgets/controls",
  11699. "model_module_version": "1.2.0",
  11700. "state": {
  11701. "layout": "IPY_MODEL_39da2be28a674906a729925bd55a75ea",
  11702. "style": "IPY_MODEL_10bf0d3f15f14e848ad3415d35a1b1bd",
  11703. "value": "Removed!"
  11704. }
  11705. },
  11706. "54bb56efc8a04b0ebe5285c587643ec4": {
  11707. "model_name": "OutputModel",
  11708. "model_module": "@jupyter-widgets/output",
  11709. "model_module_version": "1.0.0",
  11710. "state": {
  11711. "layout": "IPY_MODEL_8d8c2fd50a604620858d5fd7b8c97485",
  11712. "outputs": [
  11713. {
  11714. "data": {
  11715. "application/vnd.jupyter.widget-view+json": {
  11716. "model_id": "d37a1f1f20224dab83b9b532b6909e3a",
  11717. "version_major": 2,
  11718. "version_minor": 0
  11719. },
  11720. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  11721. },
  11722. "metadata": {},
  11723. "output_type": "display_data"
  11724. }
  11725. ]
  11726. }
  11727. },
  11728. "54c72168335d46daaea4398b652dd52e": {
  11729. "model_name": "OutputModel",
  11730. "model_module": "@jupyter-widgets/output",
  11731. "model_module_version": "1.0.0",
  11732. "state": {
  11733. "layout": "IPY_MODEL_cbd7751d746f4eca9b9aaff82ee3a5d3"
  11734. }
  11735. },
  11736. "54e2612b9597482b8070c790b706a60d": {
  11737. "model_name": "LayoutModel",
  11738. "model_module": "@jupyter-widgets/base",
  11739. "model_module_version": "1.0.0",
  11740. "state": {}
  11741. },
  11742. "54ead5dc411849cb84d99df8ee1ec8f1": {
  11743. "model_name": "LayoutModel",
  11744. "model_module": "@jupyter-widgets/base",
  11745. "model_module_version": "1.0.0",
  11746. "state": {}
  11747. },
  11748. "554199849b5343b6b46c498439adf01a": {
  11749. "model_name": "LayoutModel",
  11750. "model_module": "@jupyter-widgets/base",
  11751. "model_module_version": "1.0.0",
  11752. "state": {}
  11753. },
  11754. "5559dee816404e6b87b99be3f2901b98": {
  11755. "model_name": "VBoxModel",
  11756. "model_module": "@jupyter-widgets/controls",
  11757. "model_module_version": "1.2.0",
  11758. "state": {
  11759. "_dom_classes": [
  11760. "widget-interact"
  11761. ],
  11762. "children": [
  11763. "IPY_MODEL_9facd951f90c4487884e9255026b8f12",
  11764. "IPY_MODEL_e1d73e43cd564724a7287ccc0a06f50d"
  11765. ],
  11766. "layout": "IPY_MODEL_1fb019495dbf4223b5a8b9834ba47f60"
  11767. }
  11768. },
  11769. "555d8f59427349d48350e74eaf81f12e": {
  11770. "model_name": "DescriptionStyleModel",
  11771. "model_module": "@jupyter-widgets/controls",
  11772. "model_module_version": "1.2.0",
  11773. "state": {
  11774. "description_width": ""
  11775. }
  11776. },
  11777. "55626d571ce1499abc72473999e7bf96": {
  11778. "model_name": "LabelModel",
  11779. "model_module": "@jupyter-widgets/controls",
  11780. "model_module_version": "1.2.0",
  11781. "state": {
  11782. "layout": "IPY_MODEL_e84e1933c06d4e43840d80afebcb298e",
  11783. "style": "IPY_MODEL_c1384bdab4ec4d16b3c9d631709e1f0b",
  11784. "value": "Chosen Classifiers"
  11785. }
  11786. },
  11787. "55a2e8d017fa434aa70e2bbfc10c280d": {
  11788. "model_name": "OutputModel",
  11789. "model_module": "@jupyter-widgets/output",
  11790. "model_module_version": "1.0.0",
  11791. "state": {
  11792. "layout": "IPY_MODEL_09f0ce09f99c4c0ab3b6b5ef7ba0a770"
  11793. }
  11794. },
  11795. "55ba5bf7e9a0404786762b222b353204": {
  11796. "model_name": "LayoutModel",
  11797. "model_module": "@jupyter-widgets/base",
  11798. "model_module_version": "1.0.0",
  11799. "state": {}
  11800. },
  11801. "55c9ba42e9a24e42a901c09aa35b73e1": {
  11802. "model_name": "OutputModel",
  11803. "model_module": "@jupyter-widgets/output",
  11804. "model_module_version": "1.0.0",
  11805. "state": {
  11806. "layout": "IPY_MODEL_41d6dcd7618642c09a150aaaafb160a3"
  11807. }
  11808. },
  11809. "55d5b4890af940f8aa45b2534414d5b3": {
  11810. "model_name": "LayoutModel",
  11811. "model_module": "@jupyter-widgets/base",
  11812. "model_module_version": "1.0.0",
  11813. "state": {}
  11814. },
  11815. "55daeaf331af48249edd9842809470a6": {
  11816. "model_name": "OutputModel",
  11817. "model_module": "@jupyter-widgets/output",
  11818. "model_module_version": "1.0.0",
  11819. "state": {
  11820. "layout": "IPY_MODEL_720d44cb6a8a4789bfc3bdf6eb8165e0",
  11821. "outputs": [
  11822. {
  11823. "data": {
  11824. "application/vnd.jupyter.widget-view+json": {
  11825. "model_id": "1628426936e8401ba97b8e1ca40b6657",
  11826. "version_major": 2,
  11827. "version_minor": 0
  11828. },
  11829. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  11830. },
  11831. "metadata": {},
  11832. "output_type": "display_data"
  11833. }
  11834. ]
  11835. }
  11836. },
  11837. "55e5b5cfee2d49f3b786ae6146c1029c": {
  11838. "model_name": "LabelModel",
  11839. "model_module": "@jupyter-widgets/controls",
  11840. "model_module_version": "1.2.0",
  11841. "state": {
  11842. "layout": "IPY_MODEL_8f4607401bce41fe89a0939a97cb7ebd",
  11843. "style": "IPY_MODEL_e606c7c9318a4e1ea00f8bf8d5a5362b",
  11844. "value": "!..."
  11845. }
  11846. },
  11847. "5600a6092e72404497a3787154db7574": {
  11848. "model_name": "LabelModel",
  11849. "model_module": "@jupyter-widgets/controls",
  11850. "model_module_version": "1.2.0",
  11851. "state": {
  11852. "layout": "IPY_MODEL_e5d0c10ec43d447c9e75c7416df39577",
  11853. "style": "IPY_MODEL_769ea6ac3cf04a54a2993db0d1d4709a",
  11854. "value": "Added!"
  11855. }
  11856. },
  11857. "5605c7be10e948ff900c189f9dd2f985": {
  11858. "model_name": "ButtonModel",
  11859. "model_module": "@jupyter-widgets/controls",
  11860. "model_module_version": "1.2.0",
  11861. "state": {
  11862. "description": "Remove",
  11863. "layout": "IPY_MODEL_de47f022ba0c41fbbb0d30413a62afdf",
  11864. "style": "IPY_MODEL_3bbbbf9e5cbb4131b326399502914703"
  11865. }
  11866. },
  11867. "560777f5c70a4888b5dc66f2495fe087": {
  11868. "model_name": "DescriptionStyleModel",
  11869. "model_module": "@jupyter-widgets/controls",
  11870. "model_module_version": "1.2.0",
  11871. "state": {
  11872. "description_width": ""
  11873. }
  11874. },
  11875. "5610c1e8ffb54d55a99be402454d888a": {
  11876. "model_name": "LayoutModel",
  11877. "model_module": "@jupyter-widgets/base",
  11878. "model_module_version": "1.0.0",
  11879. "state": {}
  11880. },
  11881. "563391972f0f4862ab252f055364d4ff": {
  11882. "model_name": "LayoutModel",
  11883. "model_module": "@jupyter-widgets/base",
  11884. "model_module_version": "1.0.0",
  11885. "state": {}
  11886. },
  11887. "5636d8de4c134f3e9b9b1508888811f1": {
  11888. "model_name": "ButtonModel",
  11889. "model_module": "@jupyter-widgets/controls",
  11890. "model_module_version": "1.2.0",
  11891. "state": {
  11892. "description": "Save",
  11893. "layout": "IPY_MODEL_67c6c735c29045deaf7167fccfaf3848",
  11894. "style": "IPY_MODEL_70e2a7fff98642a68f8aac4b03be2532"
  11895. }
  11896. },
  11897. "5644401a693a4023a1394d568d32707a": {
  11898. "model_name": "LabelModel",
  11899. "model_module": "@jupyter-widgets/controls",
  11900. "model_module_version": "1.2.0",
  11901. "state": {
  11902. "layout": "IPY_MODEL_7e9f4622ca7c4e91b7ea2d09bc387c73",
  11903. "style": "IPY_MODEL_b512dab2b395462ea398b341b9b77cb1",
  11904. "value": "*Optional Classifiers"
  11905. }
  11906. },
  11907. "5667d4273f65474fa65fceec3d556a68": {
  11908. "model_name": "OutputModel",
  11909. "model_module": "@jupyter-widgets/output",
  11910. "model_module_version": "1.0.0",
  11911. "state": {
  11912. "layout": "IPY_MODEL_a95c3e4f37c34f6fb4a87ac383ce8936"
  11913. }
  11914. },
  11915. "569b22cb82be498a8096c303b6bb42cb": {
  11916. "model_name": "HBoxModel",
  11917. "model_module": "@jupyter-widgets/controls",
  11918. "model_module_version": "1.2.0",
  11919. "state": {
  11920. "children": [
  11921. "IPY_MODEL_17e27b62225444c8aa8bd963d14abba5",
  11922. "IPY_MODEL_102329935bcc4de69b3ea3be216c7d3b"
  11923. ],
  11924. "layout": "IPY_MODEL_ace16274fff14f3ba9b7eb50d9209e8e"
  11925. }
  11926. },
  11927. "56a4bee86ef94758980c20618b669dd5": {
  11928. "model_name": "LayoutModel",
  11929. "model_module": "@jupyter-widgets/base",
  11930. "model_module_version": "1.0.0",
  11931. "state": {}
  11932. },
  11933. "56bfbd86e9c14a468fb057d567b2f12b": {
  11934. "model_name": "LayoutModel",
  11935. "model_module": "@jupyter-widgets/base",
  11936. "model_module_version": "1.0.0",
  11937. "state": {}
  11938. },
  11939. "56e8da47fb8f4af897143a94dfa0ebcd": {
  11940. "model_name": "LayoutModel",
  11941. "model_module": "@jupyter-widgets/base",
  11942. "model_module_version": "1.0.0",
  11943. "state": {}
  11944. },
  11945. "56e9626bd17c40ff86dda35b3f5d7072": {
  11946. "model_name": "LayoutModel",
  11947. "model_module": "@jupyter-widgets/base",
  11948. "model_module_version": "1.0.0",
  11949. "state": {}
  11950. },
  11951. "56f53cb6c65844428a271228633318b7": {
  11952. "model_name": "LabelModel",
  11953. "model_module": "@jupyter-widgets/controls",
  11954. "model_module_version": "1.2.0",
  11955. "state": {
  11956. "layout": "IPY_MODEL_0b745a03c8c14507bd59406ad81fceb0",
  11957. "style": "IPY_MODEL_6b12c689f8534f169ab8ff208025af13",
  11958. "value": "Chosen Classifiers"
  11959. }
  11960. },
  11961. "570c2dd612ac44fa9e63c11f53a0d04a": {
  11962. "model_name": "LayoutModel",
  11963. "model_module": "@jupyter-widgets/base",
  11964. "model_module_version": "1.0.0",
  11965. "state": {}
  11966. },
  11967. "572863a34ff04680942f61c8a9741c4c": {
  11968. "model_name": "HBoxModel",
  11969. "model_module": "@jupyter-widgets/controls",
  11970. "model_module_version": "1.2.0",
  11971. "state": {
  11972. "children": [
  11973. "IPY_MODEL_be9bbbb015864245bfb8ecf86bffc8b6",
  11974. "IPY_MODEL_c480aff324c84c4ea5924d9041eacc1c"
  11975. ],
  11976. "layout": "IPY_MODEL_8026a67eeeed440591f9358796e0bc9e"
  11977. }
  11978. },
  11979. "5730faef38dc4d5b9c0e808502ffead7": {
  11980. "model_name": "DescriptionStyleModel",
  11981. "model_module": "@jupyter-widgets/controls",
  11982. "model_module_version": "1.2.0",
  11983. "state": {
  11984. "description_width": ""
  11985. }
  11986. },
  11987. "5735eeee30114ae3a7b523775a2b3f70": {
  11988. "model_name": "LayoutModel",
  11989. "model_module": "@jupyter-widgets/base",
  11990. "model_module_version": "1.0.0",
  11991. "state": {}
  11992. },
  11993. "574329088eb649dfa3d2118721f5b8ab": {
  11994. "model_name": "DescriptionStyleModel",
  11995. "model_module": "@jupyter-widgets/controls",
  11996. "model_module_version": "1.2.0",
  11997. "state": {
  11998. "description_width": ""
  11999. }
  12000. },
  12001. "574aaaa9482b492286153308fb094431": {
  12002. "model_name": "LayoutModel",
  12003. "model_module": "@jupyter-widgets/base",
  12004. "model_module_version": "1.0.0",
  12005. "state": {}
  12006. },
  12007. "5769ef93e4da4bea9acb4422b3270188": {
  12008. "model_name": "LayoutModel",
  12009. "model_module": "@jupyter-widgets/base",
  12010. "model_module_version": "1.0.0",
  12011. "state": {}
  12012. },
  12013. "5792f3dd2a7146a19625c64dac6c7dcc": {
  12014. "model_name": "HBoxModel",
  12015. "model_module": "@jupyter-widgets/controls",
  12016. "model_module_version": "1.2.0",
  12017. "state": {
  12018. "children": [
  12019. "IPY_MODEL_f268bbc92bc046d2890dd09e8dcbec0b",
  12020. "IPY_MODEL_67dabf6463db4239b832ad37531eb5ee",
  12021. "IPY_MODEL_90a2216455ec477282aa0284711b9d03"
  12022. ],
  12023. "layout": "IPY_MODEL_4c3873094f05428bb7240ce73739b7d5"
  12024. }
  12025. },
  12026. "5794cf482c3d48a79c8c7fc1bbd86c22": {
  12027. "model_name": "LayoutModel",
  12028. "model_module": "@jupyter-widgets/base",
  12029. "model_module_version": "1.0.0",
  12030. "state": {}
  12031. },
  12032. "57a6ad77d2dd4c3e9e9e1fb75dc22f5b": {
  12033. "model_name": "LayoutModel",
  12034. "model_module": "@jupyter-widgets/base",
  12035. "model_module_version": "1.0.0",
  12036. "state": {}
  12037. },
  12038. "57ba36ba74454b929a91ccd7e230be84": {
  12039. "model_name": "LayoutModel",
  12040. "model_module": "@jupyter-widgets/base",
  12041. "model_module_version": "1.0.0",
  12042. "state": {}
  12043. },
  12044. "57dba8a130ed4503af5c8835000e1056": {
  12045. "model_name": "LayoutModel",
  12046. "model_module": "@jupyter-widgets/base",
  12047. "model_module_version": "1.0.0",
  12048. "state": {}
  12049. },
  12050. "57ddedd416aa49019b054238ef868bf0": {
  12051. "model_name": "LabelModel",
  12052. "model_module": "@jupyter-widgets/controls",
  12053. "model_module_version": "1.2.0",
  12054. "state": {
  12055. "layout": "IPY_MODEL_9aaea5b36e17498591120ba28e62c8c0",
  12056. "style": "IPY_MODEL_138442d953684e2abc64f51c7e980ac3",
  12057. "value": "Chosen Classifiers"
  12058. }
  12059. },
  12060. "57e3793094fc4a05b2df385508803010": {
  12061. "model_name": "VBoxModel",
  12062. "model_module": "@jupyter-widgets/controls",
  12063. "model_module_version": "1.2.0",
  12064. "state": {
  12065. "_dom_classes": [
  12066. "widget-interact"
  12067. ],
  12068. "children": [
  12069. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  12070. "IPY_MODEL_1346cfa9d7c04f3e91a620a57d44c1e4"
  12071. ],
  12072. "layout": "IPY_MODEL_decc73ec2f084de4b16b82731719e0f7"
  12073. }
  12074. },
  12075. "57e6e1679a7d46708706497caf9a1258": {
  12076. "model_name": "LayoutModel",
  12077. "model_module": "@jupyter-widgets/base",
  12078. "model_module_version": "1.0.0",
  12079. "state": {}
  12080. },
  12081. "57ee7b94ab01469b8b0c222aaf37bfc6": {
  12082. "model_name": "HBoxModel",
  12083. "model_module": "@jupyter-widgets/controls",
  12084. "model_module_version": "1.2.0",
  12085. "state": {
  12086. "children": [
  12087. "IPY_MODEL_67cf098442ac4643846482982356eda1",
  12088. "IPY_MODEL_10b36265cd6d45cfa0981eec08508e13"
  12089. ],
  12090. "layout": "IPY_MODEL_481faff69ca94014aca55ab742bb601e"
  12091. }
  12092. },
  12093. "580492796c0e436cb102c5cb1d1857c5": {
  12094. "model_name": "LayoutModel",
  12095. "model_module": "@jupyter-widgets/base",
  12096. "model_module_version": "1.0.0",
  12097. "state": {}
  12098. },
  12099. "5805f922f99046b9aca28a46bb1c6b7d": {
  12100. "model_name": "DescriptionStyleModel",
  12101. "model_module": "@jupyter-widgets/controls",
  12102. "model_module_version": "1.2.0",
  12103. "state": {
  12104. "description_width": ""
  12105. }
  12106. },
  12107. "5811b3b690aa4cfc9e27f8fad0966327": {
  12108. "model_name": "ButtonModel",
  12109. "model_module": "@jupyter-widgets/controls",
  12110. "model_module_version": "1.2.0",
  12111. "state": {
  12112. "description": "Add",
  12113. "layout": "IPY_MODEL_d101808fdfc940beb3fcd9603f529eb3",
  12114. "style": "IPY_MODEL_ddc18d3e2c6b4edc83847fa16864e267"
  12115. }
  12116. },
  12117. "5832454fc3624325b0901e1221d48809": {
  12118. "model_name": "ButtonStyleModel",
  12119. "model_module": "@jupyter-widgets/controls",
  12120. "model_module_version": "1.2.0",
  12121. "state": {}
  12122. },
  12123. "583e55f7f3c74603b0e6d636ad00e223": {
  12124. "model_name": "ButtonModel",
  12125. "model_module": "@jupyter-widgets/controls",
  12126. "model_module_version": "1.2.0",
  12127. "state": {
  12128. "description": "Remove",
  12129. "layout": "IPY_MODEL_776e6f73514d4f99aa0e5194ae8cba27",
  12130. "style": "IPY_MODEL_31f3707d0fdc4e11b4b1368aacb6e8a5"
  12131. }
  12132. },
  12133. "5851348c48ae4e84b2631c0ea174121b": {
  12134. "model_name": "ButtonModel",
  12135. "model_module": "@jupyter-widgets/controls",
  12136. "model_module_version": "1.2.0",
  12137. "state": {
  12138. "description": "Save",
  12139. "layout": "IPY_MODEL_879ffaf06c6f4ecabfa4a4f099e80ddf",
  12140. "style": "IPY_MODEL_8212e68fbacf408c863d09aa573469e4"
  12141. }
  12142. },
  12143. "58524ec3ed97444784611de65f0165e6": {
  12144. "model_name": "DescriptionStyleModel",
  12145. "model_module": "@jupyter-widgets/controls",
  12146. "model_module_version": "1.2.0",
  12147. "state": {
  12148. "description_width": ""
  12149. }
  12150. },
  12151. "58543841e80b4d0092052e97440e4f6c": {
  12152. "model_name": "LayoutModel",
  12153. "model_module": "@jupyter-widgets/base",
  12154. "model_module_version": "1.0.0",
  12155. "state": {}
  12156. },
  12157. "585ea5984d834897a006308132b834b8": {
  12158. "model_name": "LayoutModel",
  12159. "model_module": "@jupyter-widgets/base",
  12160. "model_module_version": "1.0.0",
  12161. "state": {}
  12162. },
  12163. "588a053496fc403d8903a124318300fc": {
  12164. "model_name": "LayoutModel",
  12165. "model_module": "@jupyter-widgets/base",
  12166. "model_module_version": "1.0.0",
  12167. "state": {}
  12168. },
  12169. "589b5984f562447f85215b33fcc91548": {
  12170. "model_name": "LabelModel",
  12171. "model_module": "@jupyter-widgets/controls",
  12172. "model_module_version": "1.2.0",
  12173. "state": {
  12174. "layout": "IPY_MODEL_84142f4856924c389e07720f0dcffa57",
  12175. "style": "IPY_MODEL_e97201b70c8e47849ea4d4ed1c3fd044"
  12176. }
  12177. },
  12178. "58cba3294c0e462c9f5fe2df72331eab": {
  12179. "model_name": "DescriptionStyleModel",
  12180. "model_module": "@jupyter-widgets/controls",
  12181. "model_module_version": "1.2.0",
  12182. "state": {
  12183. "description_width": ""
  12184. }
  12185. },
  12186. "58cc187822cf4acd86de6cccc4c5cc17": {
  12187. "model_name": "ButtonStyleModel",
  12188. "model_module": "@jupyter-widgets/controls",
  12189. "model_module_version": "1.2.0",
  12190. "state": {}
  12191. },
  12192. "58d4c6627f1640129f033f4f375a2094": {
  12193. "model_name": "DescriptionStyleModel",
  12194. "model_module": "@jupyter-widgets/controls",
  12195. "model_module_version": "1.2.0",
  12196. "state": {
  12197. "description_width": ""
  12198. }
  12199. },
  12200. "58dcc215c0094313aeae9c179e36b17e": {
  12201. "model_name": "LayoutModel",
  12202. "model_module": "@jupyter-widgets/base",
  12203. "model_module_version": "1.0.0",
  12204. "state": {}
  12205. },
  12206. "58debeca1ac842738c0aa635f2615025": {
  12207. "model_name": "LayoutModel",
  12208. "model_module": "@jupyter-widgets/base",
  12209. "model_module_version": "1.0.0",
  12210. "state": {}
  12211. },
  12212. "58e7415d12a440b79dbc6979c660d439": {
  12213. "model_name": "LabelModel",
  12214. "model_module": "@jupyter-widgets/controls",
  12215. "model_module_version": "1.2.0",
  12216. "state": {
  12217. "layout": "IPY_MODEL_04f5c003804240cd8e46af2c05b889c4",
  12218. "style": "IPY_MODEL_c23dd87c1fc248b49b32e4b5a91fbf28",
  12219. "value": "Chosen Classifiers"
  12220. }
  12221. },
  12222. "58f3fc1398c54469bc9f594f25b01c01": {
  12223. "model_name": "DescriptionStyleModel",
  12224. "model_module": "@jupyter-widgets/controls",
  12225. "model_module_version": "1.2.0",
  12226. "state": {
  12227. "description_width": ""
  12228. }
  12229. },
  12230. "58f8a73cd94e4b9890706fb49d72524d": {
  12231. "model_name": "LayoutModel",
  12232. "model_module": "@jupyter-widgets/base",
  12233. "model_module_version": "1.0.0",
  12234. "state": {}
  12235. },
  12236. "59278d1e69e9450db744030b0634a006": {
  12237. "model_name": "LayoutModel",
  12238. "model_module": "@jupyter-widgets/base",
  12239. "model_module_version": "1.0.0",
  12240. "state": {}
  12241. },
  12242. "592fd6b0a0764729b963c6d729374b4b": {
  12243. "model_name": "DescriptionStyleModel",
  12244. "model_module": "@jupyter-widgets/controls",
  12245. "model_module_version": "1.2.0",
  12246. "state": {
  12247. "description_width": ""
  12248. }
  12249. },
  12250. "5943d54618e24c8f9ba88c6f609365b1": {
  12251. "model_name": "DescriptionStyleModel",
  12252. "model_module": "@jupyter-widgets/controls",
  12253. "model_module_version": "1.2.0",
  12254. "state": {
  12255. "description_width": ""
  12256. }
  12257. },
  12258. "5953d59ed5d7495ebe13bc9d3a4264b2": {
  12259. "model_name": "ButtonModel",
  12260. "model_module": "@jupyter-widgets/controls",
  12261. "model_module_version": "1.2.0",
  12262. "state": {
  12263. "description": "Add",
  12264. "layout": "IPY_MODEL_c91cfed75929468ca85e1613d88c2dcf",
  12265. "style": "IPY_MODEL_2890030f898749f381351ac60322f97f"
  12266. }
  12267. },
  12268. "595859b239fd46fd9268d3dbe3b816ca": {
  12269. "model_name": "ButtonModel",
  12270. "model_module": "@jupyter-widgets/controls",
  12271. "model_module_version": "1.2.0",
  12272. "state": {
  12273. "description": "Add",
  12274. "layout": "IPY_MODEL_53c7e78834c84ac4a4e485ac9841f864",
  12275. "style": "IPY_MODEL_29938ea38b4a4eb0b922d5c2de7ba71a"
  12276. }
  12277. },
  12278. "5960926e604748ee86cd1964bae52fc6": {
  12279. "model_name": "LayoutModel",
  12280. "model_module": "@jupyter-widgets/base",
  12281. "model_module_version": "1.0.0",
  12282. "state": {}
  12283. },
  12284. "597d74ad6f5f4eddb591e9d793ab3c59": {
  12285. "model_name": "LayoutModel",
  12286. "model_module": "@jupyter-widgets/base",
  12287. "model_module_version": "1.0.0",
  12288. "state": {}
  12289. },
  12290. "59a889b413c6411b859a6d680efd2c22": {
  12291. "model_name": "LabelModel",
  12292. "model_module": "@jupyter-widgets/controls",
  12293. "model_module_version": "1.2.0",
  12294. "state": {
  12295. "layout": "IPY_MODEL_de8c7a5051654007965f93b4c877a3b6",
  12296. "style": "IPY_MODEL_a427b6a55e4a46b8ae4577c64af962af",
  12297. "value": "...!"
  12298. }
  12299. },
  12300. "59b4d6a500fe4c4eaa9b211cb461a421": {
  12301. "model_name": "LayoutModel",
  12302. "model_module": "@jupyter-widgets/base",
  12303. "model_module_version": "1.0.0",
  12304. "state": {}
  12305. },
  12306. "59beaa3ff0de4285bc720383e86f79c1": {
  12307. "model_name": "LabelModel",
  12308. "model_module": "@jupyter-widgets/controls",
  12309. "model_module_version": "1.2.0",
  12310. "state": {
  12311. "layout": "IPY_MODEL_39279116cad947a2a4e0396aaf0e92b3",
  12312. "style": "IPY_MODEL_1aac3e52b78442b7a97e23fd8910f73e",
  12313. "value": "*Optional Classifiers"
  12314. }
  12315. },
  12316. "59c992ac47db46afad4385979a3000e7": {
  12317. "model_name": "DescriptionStyleModel",
  12318. "model_module": "@jupyter-widgets/controls",
  12319. "model_module_version": "1.2.0",
  12320. "state": {
  12321. "description_width": ""
  12322. }
  12323. },
  12324. "59db4f7307b348688c7cf960386c82ee": {
  12325. "model_name": "DropdownModel",
  12326. "model_module": "@jupyter-widgets/controls",
  12327. "model_module_version": "1.2.0",
  12328. "state": {
  12329. "_options_labels": [
  12330. "Development Status",
  12331. "Environment",
  12332. "Framework",
  12333. "Intended Audience",
  12334. "License",
  12335. "Natural Language",
  12336. "Operating System",
  12337. "Programming Language",
  12338. "Topic"
  12339. ],
  12340. "description": "prefix",
  12341. "index": 0,
  12342. "layout": "IPY_MODEL_ae8d3f247d924e48901f6f9d80c20d5c",
  12343. "style": "IPY_MODEL_a2c5147896cd4748b0ccf53bee5afe03"
  12344. }
  12345. },
  12346. "59ee1f0058f949f5901a04dd5a0b08b5": {
  12347. "model_name": "LabelModel",
  12348. "model_module": "@jupyter-widgets/controls",
  12349. "model_module_version": "1.2.0",
  12350. "state": {
  12351. "layout": "IPY_MODEL_04cc94e3f0244db7999ab3039e7b7e92",
  12352. "style": "IPY_MODEL_6b249ebec1ad407e9985a0def647a46f",
  12353. "value": "*Optional Classifiers"
  12354. }
  12355. },
  12356. "59f542fc00e94fc7b0f09c7fe28010d3": {
  12357. "model_name": "OutputModel",
  12358. "model_module": "@jupyter-widgets/output",
  12359. "model_module_version": "1.0.0",
  12360. "state": {
  12361. "layout": "IPY_MODEL_e7ab62733bf04ac48babedbc335d9ff2"
  12362. }
  12363. },
  12364. "5a23b2236f38401dbeda8eab372a3d60": {
  12365. "model_name": "HBoxModel",
  12366. "model_module": "@jupyter-widgets/controls",
  12367. "model_module_version": "1.2.0",
  12368. "state": {
  12369. "children": [
  12370. "IPY_MODEL_38b65035e5ab43798c9f4d236cd72ea2",
  12371. "IPY_MODEL_70902508c5e24d4696ad9380f043d250"
  12372. ],
  12373. "layout": "IPY_MODEL_2614a07431d64cd5b4ffb2eb6b8633d5"
  12374. }
  12375. },
  12376. "5a284e74fbd5444f999ca05c2bbf6464": {
  12377. "model_name": "LabelModel",
  12378. "model_module": "@jupyter-widgets/controls",
  12379. "model_module_version": "1.2.0",
  12380. "state": {
  12381. "layout": "IPY_MODEL_fe4ce0c7a9a041ee8f359da1b9cb0d23",
  12382. "style": "IPY_MODEL_ee5a748e944140d9a851ce9661d51e73",
  12383. "value": "Chosen Classifiers"
  12384. }
  12385. },
  12386. "5a3afe44951f4cb6b84a1f516e5f5b81": {
  12387. "model_name": "OutputModel",
  12388. "model_module": "@jupyter-widgets/output",
  12389. "model_module_version": "1.0.0",
  12390. "state": {
  12391. "layout": "IPY_MODEL_190824991f444c69bb5dcea4b33c3b36"
  12392. }
  12393. },
  12394. "5a584ff55e0f4e8298b8d12ce5f4c4ad": {
  12395. "model_name": "SelectModel",
  12396. "model_module": "@jupyter-widgets/controls",
  12397. "model_module_version": "1.2.0",
  12398. "state": {
  12399. "_options_labels": [
  12400. "Natural Language :: English",
  12401. "Development Status :: 1 - Planning",
  12402. "Environment :: X11 Applications",
  12403. "Framework :: Jupyter",
  12404. "Intended Audience :: Developers",
  12405. "License :: OSI Approved :: Python Software Foundation License"
  12406. ],
  12407. "description": "Selected:",
  12408. "index": 0,
  12409. "layout": "IPY_MODEL_392c1fc513524904bd0c4ad3c8abae09",
  12410. "style": "IPY_MODEL_560777f5c70a4888b5dc66f2495fe087"
  12411. }
  12412. },
  12413. "5a6217b4bd5a44fd9cb6b8e9672b8a43": {
  12414. "model_name": "HBoxModel",
  12415. "model_module": "@jupyter-widgets/controls",
  12416. "model_module_version": "1.2.0",
  12417. "state": {
  12418. "children": [
  12419. "IPY_MODEL_f7d0d8a7af404c39a0c90828276ee308",
  12420. "IPY_MODEL_b48a49e084254fb9b42e7ef4c9bdb65d"
  12421. ],
  12422. "layout": "IPY_MODEL_6e82f67c0e3c439fb36aab665bcacaec"
  12423. }
  12424. },
  12425. "5a716ef04801446d9ff8e6b3cc3a3740": {
  12426. "model_name": "OutputModel",
  12427. "model_module": "@jupyter-widgets/output",
  12428. "model_module_version": "1.0.0",
  12429. "state": {
  12430. "layout": "IPY_MODEL_b747c83538614f4e965916bf8c95f41e"
  12431. }
  12432. },
  12433. "5a7b08b7b4ff48b1860b9252e7c1f0d8": {
  12434. "model_name": "LayoutModel",
  12435. "model_module": "@jupyter-widgets/base",
  12436. "model_module_version": "1.0.0",
  12437. "state": {}
  12438. },
  12439. "5a847f9c4cf6444c949031c55e256b1e": {
  12440. "model_name": "ButtonStyleModel",
  12441. "model_module": "@jupyter-widgets/controls",
  12442. "model_module_version": "1.2.0",
  12443. "state": {}
  12444. },
  12445. "5a8ddcd82aae48f6b05a422addc5adaa": {
  12446. "model_name": "LabelModel",
  12447. "model_module": "@jupyter-widgets/controls",
  12448. "model_module_version": "1.2.0",
  12449. "state": {
  12450. "layout": "IPY_MODEL_2d53455094544451a2d5afba97a5144b",
  12451. "style": "IPY_MODEL_f954c95cff774eb4b35291993c5e3200",
  12452. "value": "*Optional Classifiers"
  12453. }
  12454. },
  12455. "5a98387182384fc4a5e073de40d193b4": {
  12456. "model_name": "DescriptionStyleModel",
  12457. "model_module": "@jupyter-widgets/controls",
  12458. "model_module_version": "1.2.0",
  12459. "state": {
  12460. "description_width": ""
  12461. }
  12462. },
  12463. "5a9c3661dfd749fc9d32173245e5fe8c": {
  12464. "model_name": "LabelModel",
  12465. "model_module": "@jupyter-widgets/controls",
  12466. "model_module_version": "1.2.0",
  12467. "state": {
  12468. "layout": "IPY_MODEL_c204c079a4ed4172ace8166639dc113e",
  12469. "style": "IPY_MODEL_4df559902d2c4e01a7409301a60090ca",
  12470. "value": "Added!"
  12471. }
  12472. },
  12473. "5a9e8f90e308495daf1cf5ba9e1a4cba": {
  12474. "model_name": "LayoutModel",
  12475. "model_module": "@jupyter-widgets/base",
  12476. "model_module_version": "1.0.0",
  12477. "state": {}
  12478. },
  12479. "5aa8a2a900b14c24822deda0f4f84cd3": {
  12480. "model_name": "HBoxModel",
  12481. "model_module": "@jupyter-widgets/controls",
  12482. "model_module_version": "1.2.0",
  12483. "state": {
  12484. "children": [
  12485. "IPY_MODEL_97e408a1cdf84c94ba046cd778d3166a",
  12486. "IPY_MODEL_ce09845f5eb742e4bf95e18fcbfa3ee5"
  12487. ],
  12488. "layout": "IPY_MODEL_fcec7fd705ae44cf900a72eb82ce77aa"
  12489. }
  12490. },
  12491. "5abcfccc0383402bb5816dfd92ef7af9": {
  12492. "model_name": "DescriptionStyleModel",
  12493. "model_module": "@jupyter-widgets/controls",
  12494. "model_module_version": "1.2.0",
  12495. "state": {
  12496. "description_width": ""
  12497. }
  12498. },
  12499. "5ac975e7ee324c7e8c545474f594f77e": {
  12500. "model_name": "SelectModel",
  12501. "model_module": "@jupyter-widgets/controls",
  12502. "model_module_version": "1.2.0",
  12503. "state": {
  12504. "_options_labels": [
  12505. "Development Status :: 1 - Planning"
  12506. ],
  12507. "description": "Selected:",
  12508. "index": 0,
  12509. "layout": "IPY_MODEL_b3d0b639a9a6401ea9de41110d6f638c",
  12510. "style": "IPY_MODEL_99da026c3b7c4e10be107893aa74a8d0"
  12511. }
  12512. },
  12513. "5ace99191caa4bb9bb614d17d21d1e3b": {
  12514. "model_name": "LayoutModel",
  12515. "model_module": "@jupyter-widgets/base",
  12516. "model_module_version": "1.0.0",
  12517. "state": {}
  12518. },
  12519. "5ad14f7fb0f445d79298986d49595322": {
  12520. "model_name": "ButtonStyleModel",
  12521. "model_module": "@jupyter-widgets/controls",
  12522. "model_module_version": "1.2.0",
  12523. "state": {}
  12524. },
  12525. "5ae7895ed1b44bf686d035f7b232a3c1": {
  12526. "model_name": "LabelModel",
  12527. "model_module": "@jupyter-widgets/controls",
  12528. "model_module_version": "1.2.0",
  12529. "state": {
  12530. "layout": "IPY_MODEL_07a83d6be3374f65953fd1a08864b607",
  12531. "style": "IPY_MODEL_37fe096036704fcf9cb101a742bb1355",
  12532. "value": "Development Status :: 7 - Inactive"
  12533. }
  12534. },
  12535. "5af118f6e1be4e0fb2f93ba4912191e1": {
  12536. "model_name": "ButtonModel",
  12537. "model_module": "@jupyter-widgets/controls",
  12538. "model_module_version": "1.2.0",
  12539. "state": {
  12540. "description": "Add",
  12541. "layout": "IPY_MODEL_81da483cddc244ea894d7adf06631473",
  12542. "style": "IPY_MODEL_7b2d05f7d020457c853db410114d9d49"
  12543. }
  12544. },
  12545. "5af4f7cbd2834502acbe78c5bac9205d": {
  12546. "model_name": "HBoxModel",
  12547. "model_module": "@jupyter-widgets/controls",
  12548. "model_module_version": "1.2.0",
  12549. "state": {
  12550. "children": [
  12551. "IPY_MODEL_61826e6f88fa4c9f9ba6f430a11f0a7f",
  12552. "IPY_MODEL_5005b7f37ddf47468f1c6cb04c0255df"
  12553. ],
  12554. "layout": "IPY_MODEL_c68d18182c404312bef118e20db3b944"
  12555. }
  12556. },
  12557. "5af5c227c48c41debc9728345b8869e1": {
  12558. "model_name": "ButtonModel",
  12559. "model_module": "@jupyter-widgets/controls",
  12560. "model_module_version": "1.2.0",
  12561. "state": {
  12562. "description": "Add",
  12563. "layout": "IPY_MODEL_6f429a99ae2c4f8a99acbe483ab01b33",
  12564. "style": "IPY_MODEL_3b62c1b5d80042e8a8900f6bea8acc62"
  12565. }
  12566. },
  12567. "5b01b380b3d14efba9484e64bbb1c63c": {
  12568. "model_name": "LayoutModel",
  12569. "model_module": "@jupyter-widgets/base",
  12570. "model_module_version": "1.0.0",
  12571. "state": {}
  12572. },
  12573. "5b1e414a407d434fbe7ab4a550365dfb": {
  12574. "model_name": "LayoutModel",
  12575. "model_module": "@jupyter-widgets/base",
  12576. "model_module_version": "1.0.0",
  12577. "state": {}
  12578. },
  12579. "5b2a4a495da7415fbb0159132486fd99": {
  12580. "model_name": "LayoutModel",
  12581. "model_module": "@jupyter-widgets/base",
  12582. "model_module_version": "1.0.0",
  12583. "state": {}
  12584. },
  12585. "5b3f04d0b66b41e1ab1a3f91daa4340b": {
  12586. "model_name": "HBoxModel",
  12587. "model_module": "@jupyter-widgets/controls",
  12588. "model_module_version": "1.2.0",
  12589. "state": {
  12590. "children": [
  12591. "IPY_MODEL_6423972ea3b146fcb8d5e80faed687fc",
  12592. "IPY_MODEL_0a78b567ebc34c09bbea8695145cee49",
  12593. "IPY_MODEL_b66f3400ad274b8b9a450e70f7491a1d"
  12594. ],
  12595. "layout": "IPY_MODEL_342a65918dfb420da23528b5f6f53b2d"
  12596. }
  12597. },
  12598. "5b4b9a1d07194b17b80121784a405e9e": {
  12599. "model_name": "VBoxModel",
  12600. "model_module": "@jupyter-widgets/controls",
  12601. "model_module_version": "1.2.0",
  12602. "state": {
  12603. "_dom_classes": [
  12604. "widget-interact"
  12605. ],
  12606. "children": [
  12607. "IPY_MODEL_26c02c972e4e4d338a8f6041990a1876",
  12608. "IPY_MODEL_f3d3416d7c234e21a229e555feda2282"
  12609. ],
  12610. "layout": "IPY_MODEL_303ad84fae9f467a93b8f5eb124aa6fb"
  12611. }
  12612. },
  12613. "5b5b3d5885c9496c8344073a064bc407": {
  12614. "model_name": "LayoutModel",
  12615. "model_module": "@jupyter-widgets/base",
  12616. "model_module_version": "1.0.0",
  12617. "state": {}
  12618. },
  12619. "5b69f3638a0d458e8b2d9ba682eb4756": {
  12620. "model_name": "DescriptionStyleModel",
  12621. "model_module": "@jupyter-widgets/controls",
  12622. "model_module_version": "1.2.0",
  12623. "state": {
  12624. "description_width": ""
  12625. }
  12626. },
  12627. "5b75d7b5687c407f9179c9adc542d123": {
  12628. "model_name": "OutputModel",
  12629. "model_module": "@jupyter-widgets/output",
  12630. "model_module_version": "1.0.0",
  12631. "state": {
  12632. "layout": "IPY_MODEL_f0e270ce9df94e9ba6f9ca968c5df7db",
  12633. "outputs": [
  12634. {
  12635. "data": {
  12636. "application/vnd.jupyter.widget-view+json": {
  12637. "model_id": "e368120e88ff4a0a9c249adea88e6dea",
  12638. "version_major": 2,
  12639. "version_minor": 0
  12640. },
  12641. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 1 - Planning', 'Devel…"
  12642. },
  12643. "metadata": {},
  12644. "output_type": "display_data"
  12645. }
  12646. ]
  12647. }
  12648. },
  12649. "5b7a595088a741318911eabe2c2015ef": {
  12650. "model_name": "OutputModel",
  12651. "model_module": "@jupyter-widgets/output",
  12652. "model_module_version": "1.0.0",
  12653. "state": {
  12654. "layout": "IPY_MODEL_c5cd729f73ab41528f74b0e2635d6837",
  12655. "outputs": [
  12656. {
  12657. "data": {
  12658. "application/vnd.jupyter.widget-view+json": {
  12659. "model_id": "53b0cdc9b5894eb5a5ab407e85c8ee06",
  12660. "version_major": 2,
  12661. "version_minor": 0
  12662. },
  12663. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Telecommunications Ind…"
  12664. },
  12665. "metadata": {},
  12666. "output_type": "display_data"
  12667. }
  12668. ]
  12669. }
  12670. },
  12671. "5b8aa8f03f8c48ef86f33eb53636eaaa": {
  12672. "model_name": "VBoxModel",
  12673. "model_module": "@jupyter-widgets/controls",
  12674. "model_module_version": "1.2.0",
  12675. "state": {
  12676. "_dom_classes": [
  12677. "widget-interact"
  12678. ],
  12679. "children": [
  12680. "IPY_MODEL_aa65436d0cf44cf8b44fcb9d256cc3bb",
  12681. "IPY_MODEL_e1173ee2528b4e05a6d7c09f4da7a6d6"
  12682. ],
  12683. "layout": "IPY_MODEL_fca337d88f5b4d47b0fb774e1b8200d3"
  12684. }
  12685. },
  12686. "5b98d3fe471845b1b4b297d60ebd0331": {
  12687. "model_name": "LayoutModel",
  12688. "model_module": "@jupyter-widgets/base",
  12689. "model_module_version": "1.0.0",
  12690. "state": {}
  12691. },
  12692. "5bb79e3a62c844fe91c4609480625970": {
  12693. "model_name": "DescriptionStyleModel",
  12694. "model_module": "@jupyter-widgets/controls",
  12695. "model_module_version": "1.2.0",
  12696. "state": {
  12697. "description_width": ""
  12698. }
  12699. },
  12700. "5bc90a2d1adc47b09bdd39101624a990": {
  12701. "model_name": "LayoutModel",
  12702. "model_module": "@jupyter-widgets/base",
  12703. "model_module_version": "1.0.0",
  12704. "state": {}
  12705. },
  12706. "5bd1e4faee0c46bba4c95f47d4dc5e44": {
  12707. "model_name": "LayoutModel",
  12708. "model_module": "@jupyter-widgets/base",
  12709. "model_module_version": "1.0.0",
  12710. "state": {}
  12711. },
  12712. "5bdd548d4e4d43318d0d047942d745f9": {
  12713. "model_name": "LayoutModel",
  12714. "model_module": "@jupyter-widgets/base",
  12715. "model_module_version": "1.0.0",
  12716. "state": {}
  12717. },
  12718. "5be37f17213a4066bdc59be8f4fc9529": {
  12719. "model_name": "LayoutModel",
  12720. "model_module": "@jupyter-widgets/base",
  12721. "model_module_version": "1.0.0",
  12722. "state": {}
  12723. },
  12724. "5bf9e692f8e74d00a332009fe80b1557": {
  12725. "model_name": "LayoutModel",
  12726. "model_module": "@jupyter-widgets/base",
  12727. "model_module_version": "1.0.0",
  12728. "state": {}
  12729. },
  12730. "5c06d80ac71c481b9d9da4b54c7d50cc": {
  12731. "model_name": "ButtonStyleModel",
  12732. "model_module": "@jupyter-widgets/controls",
  12733. "model_module_version": "1.2.0",
  12734. "state": {}
  12735. },
  12736. "5c0d19f50ee44b5f88eac076d55d983e": {
  12737. "model_name": "ButtonModel",
  12738. "model_module": "@jupyter-widgets/controls",
  12739. "model_module_version": "1.2.0",
  12740. "state": {
  12741. "description": "Remove",
  12742. "layout": "IPY_MODEL_143136a8dea944d68fb399a91cf08f27",
  12743. "style": "IPY_MODEL_fef6ee6b9f104251b1879ed9dc28641b"
  12744. }
  12745. },
  12746. "5c3ddb605d8b498d849e130caa39ab70": {
  12747. "model_name": "LayoutModel",
  12748. "model_module": "@jupyter-widgets/base",
  12749. "model_module_version": "1.0.0",
  12750. "state": {}
  12751. },
  12752. "5c65be7fe9b74ef2ad16bc8343746889": {
  12753. "model_name": "LayoutModel",
  12754. "model_module": "@jupyter-widgets/base",
  12755. "model_module_version": "1.0.0",
  12756. "state": {}
  12757. },
  12758. "5c6e151e6fe14534992947306b4cbc29": {
  12759. "model_name": "LayoutModel",
  12760. "model_module": "@jupyter-widgets/base",
  12761. "model_module_version": "1.0.0",
  12762. "state": {}
  12763. },
  12764. "5c765e085b014b59af5b9f61ee31291f": {
  12765. "model_name": "LayoutModel",
  12766. "model_module": "@jupyter-widgets/base",
  12767. "model_module_version": "1.0.0",
  12768. "state": {}
  12769. },
  12770. "5c7ee9e709904c22b5d51691d874fdee": {
  12771. "model_name": "LayoutModel",
  12772. "model_module": "@jupyter-widgets/base",
  12773. "model_module_version": "1.0.0",
  12774. "state": {}
  12775. },
  12776. "5c845e089d974613824dad5686dbd158": {
  12777. "model_name": "DescriptionStyleModel",
  12778. "model_module": "@jupyter-widgets/controls",
  12779. "model_module_version": "1.2.0",
  12780. "state": {
  12781. "description_width": ""
  12782. }
  12783. },
  12784. "5ca01f02d5f8477b82c577f828ea3c39": {
  12785. "model_name": "LayoutModel",
  12786. "model_module": "@jupyter-widgets/base",
  12787. "model_module_version": "1.0.0",
  12788. "state": {}
  12789. },
  12790. "5ca3f2f1845c4a8b837d49f889869a2b": {
  12791. "model_name": "LayoutModel",
  12792. "model_module": "@jupyter-widgets/base",
  12793. "model_module_version": "1.0.0",
  12794. "state": {}
  12795. },
  12796. "5cc186b63d8a47d8a7ec9f2c716fccf0": {
  12797. "model_name": "HBoxModel",
  12798. "model_module": "@jupyter-widgets/controls",
  12799. "model_module_version": "1.2.0",
  12800. "state": {
  12801. "children": [
  12802. "IPY_MODEL_a0516f8709d345889c28fc11372e81d8"
  12803. ],
  12804. "layout": "IPY_MODEL_af1b96963f2043d1908639ffc547e8a2"
  12805. }
  12806. },
  12807. "5cce3a530c3c4630858d0e8e33190c76": {
  12808. "model_name": "ButtonStyleModel",
  12809. "model_module": "@jupyter-widgets/controls",
  12810. "model_module_version": "1.2.0",
  12811. "state": {}
  12812. },
  12813. "5ce620528f9544e3987f85fcd33acab8": {
  12814. "model_name": "LayoutModel",
  12815. "model_module": "@jupyter-widgets/base",
  12816. "model_module_version": "1.0.0",
  12817. "state": {}
  12818. },
  12819. "5cf61347444b45e3826a3270a5cf7e9c": {
  12820. "model_name": "LayoutModel",
  12821. "model_module": "@jupyter-widgets/base",
  12822. "model_module_version": "1.0.0",
  12823. "state": {}
  12824. },
  12825. "5cfd71faa12f4b3b9ab012fd4a9c95bf": {
  12826. "model_name": "LayoutModel",
  12827. "model_module": "@jupyter-widgets/base",
  12828. "model_module_version": "1.0.0",
  12829. "state": {}
  12830. },
  12831. "5cfe298f203d432e936dc104c7494f35": {
  12832. "model_name": "LabelModel",
  12833. "model_module": "@jupyter-widgets/controls",
  12834. "model_module_version": "1.2.0",
  12835. "state": {
  12836. "layout": "IPY_MODEL_c745dd8f5f4d4292a3cb2e461f7ca62b",
  12837. "style": "IPY_MODEL_a1ea42e6909147448a2110641f3d9a96"
  12838. }
  12839. },
  12840. "5d1961ee65a04e23beb3376eb51ed702": {
  12841. "model_name": "DescriptionStyleModel",
  12842. "model_module": "@jupyter-widgets/controls",
  12843. "model_module_version": "1.2.0",
  12844. "state": {
  12845. "description_width": ""
  12846. }
  12847. },
  12848. "5d3ff9b38c5c4e1a946acb8463d2e442": {
  12849. "model_name": "LayoutModel",
  12850. "model_module": "@jupyter-widgets/base",
  12851. "model_module_version": "1.0.0",
  12852. "state": {}
  12853. },
  12854. "5dafb8e2bdab40759191de34d00eddb7": {
  12855. "model_name": "LayoutModel",
  12856. "model_module": "@jupyter-widgets/base",
  12857. "model_module_version": "1.0.0",
  12858. "state": {}
  12859. },
  12860. "5dc2a7302960419581b9a7915533bd9d": {
  12861. "model_name": "LayoutModel",
  12862. "model_module": "@jupyter-widgets/base",
  12863. "model_module_version": "1.0.0",
  12864. "state": {}
  12865. },
  12866. "5ddd06d822f8413dac0e1d360f431fc5": {
  12867. "model_name": "SelectModel",
  12868. "model_module": "@jupyter-widgets/controls",
  12869. "model_module_version": "1.2.0",
  12870. "state": {
  12871. "description": "Classifiers",
  12872. "index": null,
  12873. "layout": "IPY_MODEL_3f8c7884d7c74e419a5385711e8704a1",
  12874. "style": "IPY_MODEL_fc28ba542fda441fb8132edf6080cc8b"
  12875. }
  12876. },
  12877. "5de12f89f27d4a309c4553d53828e7a4": {
  12878. "model_name": "DescriptionStyleModel",
  12879. "model_module": "@jupyter-widgets/controls",
  12880. "model_module_version": "1.2.0",
  12881. "state": {
  12882. "description_width": ""
  12883. }
  12884. },
  12885. "5df61af0d5924916839245099f140f38": {
  12886. "model_name": "OutputModel",
  12887. "model_module": "@jupyter-widgets/output",
  12888. "model_module_version": "1.0.0",
  12889. "state": {
  12890. "layout": "IPY_MODEL_f733940bfe1e49eab1f5ddd1e117955f"
  12891. }
  12892. },
  12893. "5df87d036eea43aea80991d6a3eec132": {
  12894. "model_name": "DescriptionStyleModel",
  12895. "model_module": "@jupyter-widgets/controls",
  12896. "model_module_version": "1.2.0",
  12897. "state": {
  12898. "description_width": ""
  12899. }
  12900. },
  12901. "5dfb36acba5e4f78890a3d378cd764cc": {
  12902. "model_name": "ButtonStyleModel",
  12903. "model_module": "@jupyter-widgets/controls",
  12904. "model_module_version": "1.2.0",
  12905. "state": {}
  12906. },
  12907. "5e06eae41cbb436684506f49b87963a4": {
  12908. "model_name": "LayoutModel",
  12909. "model_module": "@jupyter-widgets/base",
  12910. "model_module_version": "1.0.0",
  12911. "state": {}
  12912. },
  12913. "5e3018f7f5fc49678b7a2f69cc072725": {
  12914. "model_name": "DescriptionStyleModel",
  12915. "model_module": "@jupyter-widgets/controls",
  12916. "model_module_version": "1.2.0",
  12917. "state": {
  12918. "description_width": ""
  12919. }
  12920. },
  12921. "5e30d88804af4fa9a8b3b4269a02d3ac": {
  12922. "model_name": "DescriptionStyleModel",
  12923. "model_module": "@jupyter-widgets/controls",
  12924. "model_module_version": "1.2.0",
  12925. "state": {
  12926. "description_width": ""
  12927. }
  12928. },
  12929. "5e4012ba7f0048dc8f33e4e5d54208be": {
  12930. "model_name": "LayoutModel",
  12931. "model_module": "@jupyter-widgets/base",
  12932. "model_module_version": "1.0.0",
  12933. "state": {}
  12934. },
  12935. "5e43bf469ef346339c8b274796d3dea6": {
  12936. "model_name": "HBoxModel",
  12937. "model_module": "@jupyter-widgets/controls",
  12938. "model_module_version": "1.2.0",
  12939. "state": {
  12940. "children": [
  12941. "IPY_MODEL_3718d640349c4ed6912a92e0cbcee809",
  12942. "IPY_MODEL_725922bf76f649959a19fda77760b66a"
  12943. ],
  12944. "layout": "IPY_MODEL_0aac4016d5854ad485026c1bc3965641"
  12945. }
  12946. },
  12947. "5e630e77cb084fcfba7d718137db9e5f": {
  12948. "model_name": "LayoutModel",
  12949. "model_module": "@jupyter-widgets/base",
  12950. "model_module_version": "1.0.0",
  12951. "state": {}
  12952. },
  12953. "5e89a9e386374188b5ecfb4ce0d53610": {
  12954. "model_name": "DescriptionStyleModel",
  12955. "model_module": "@jupyter-widgets/controls",
  12956. "model_module_version": "1.2.0",
  12957. "state": {
  12958. "description_width": ""
  12959. }
  12960. },
  12961. "5e95c8aea4314704a9cc11d18a60b206": {
  12962. "model_name": "LabelModel",
  12963. "model_module": "@jupyter-widgets/controls",
  12964. "model_module_version": "1.2.0",
  12965. "state": {
  12966. "layout": "IPY_MODEL_40bbf87faacf4037a298f4c4a0de6d46",
  12967. "style": "IPY_MODEL_635f444b8efb442c9bcbb7a5d6f68130",
  12968. "value": "*Optional Classifiers"
  12969. }
  12970. },
  12971. "5e9850f76f0d4b18993870546f4a5e12": {
  12972. "model_name": "LayoutModel",
  12973. "model_module": "@jupyter-widgets/base",
  12974. "model_module_version": "1.0.0",
  12975. "state": {}
  12976. },
  12977. "5e9b02b6c96b461daabef2d7b9589c29": {
  12978. "model_name": "OutputModel",
  12979. "model_module": "@jupyter-widgets/output",
  12980. "model_module_version": "1.0.0",
  12981. "state": {
  12982. "layout": "IPY_MODEL_0b015d586baa40ecae7eb3db8db7b2aa"
  12983. }
  12984. },
  12985. "5ea42ef5e7734d96abece7c5e866a591": {
  12986. "model_name": "LayoutModel",
  12987. "model_module": "@jupyter-widgets/base",
  12988. "model_module_version": "1.0.0",
  12989. "state": {}
  12990. },
  12991. "5eb97032417d4cac92b52b0359a8b77b": {
  12992. "model_name": "LayoutModel",
  12993. "model_module": "@jupyter-widgets/base",
  12994. "model_module_version": "1.0.0",
  12995. "state": {}
  12996. },
  12997. "5ed7d88087954ab5aa4df381a6d3b3ef": {
  12998. "model_name": "LayoutModel",
  12999. "model_module": "@jupyter-widgets/base",
  13000. "model_module_version": "1.0.0",
  13001. "state": {}
  13002. },
  13003. "5eebeb447b5d43d39bcd928d89be1d98": {
  13004. "model_name": "LayoutModel",
  13005. "model_module": "@jupyter-widgets/base",
  13006. "model_module_version": "1.0.0",
  13007. "state": {}
  13008. },
  13009. "5ef1a80f5acb43b9a6bd4ae37898e940": {
  13010. "model_name": "OutputModel",
  13011. "model_module": "@jupyter-widgets/output",
  13012. "model_module_version": "1.0.0",
  13013. "state": {
  13014. "layout": "IPY_MODEL_38622658f9e24f918a5a754d96d17bc1",
  13015. "outputs": [
  13016. {
  13017. "data": {
  13018. "application/vnd.jupyter.widget-view+json": {
  13019. "model_id": "b6c400586b3948cca78aa1d04fbc0c53",
  13020. "version_major": 2,
  13021. "version_minor": 0
  13022. },
  13023. "text/plain": "Label(value='Chosen Classifiers')"
  13024. },
  13025. "metadata": {},
  13026. "output_type": "display_data"
  13027. },
  13028. {
  13029. "data": {
  13030. "application/vnd.jupyter.widget-view+json": {
  13031. "model_id": "813a76335d13458bb19fceeb7bf52d94",
  13032. "version_major": 2,
  13033. "version_minor": 0
  13034. },
  13035. "text/plain": "Select(description='Classifiers', options=('s', 'e', 'l', 'e', 'c', 't', 'e', 'd', '_', 'c', 'l', 'a', 's', 's…"
  13036. },
  13037. "metadata": {},
  13038. "output_type": "display_data"
  13039. },
  13040. {
  13041. "data": {
  13042. "application/vnd.jupyter.widget-view+json": {
  13043. "model_id": "d1cdefa043d04682aa0a6135a2a44888",
  13044. "version_major": 2,
  13045. "version_minor": 0
  13046. },
  13047. "text/plain": "Label(value='Highlighted Classifer: None')"
  13048. },
  13049. "metadata": {},
  13050. "output_type": "display_data"
  13051. }
  13052. ]
  13053. }
  13054. },
  13055. "5f05217cf9574e42a7b114de668dd09e": {
  13056. "model_name": "OutputModel",
  13057. "model_module": "@jupyter-widgets/output",
  13058. "model_module_version": "1.0.0",
  13059. "state": {
  13060. "layout": "IPY_MODEL_3a91cb0186fa42acbb98478fbeda7cda"
  13061. }
  13062. },
  13063. "5f13debd03ee4c6d9312628bd9fb3ad8": {
  13064. "model_name": "LayoutModel",
  13065. "model_module": "@jupyter-widgets/base",
  13066. "model_module_version": "1.0.0",
  13067. "state": {}
  13068. },
  13069. "5f1a40dfa0c048e2b4cbaa1092196d6a": {
  13070. "model_name": "LayoutModel",
  13071. "model_module": "@jupyter-widgets/base",
  13072. "model_module_version": "1.0.0",
  13073. "state": {}
  13074. },
  13075. "5f32a0f2a5674414a6b4ecd6295b7972": {
  13076. "model_name": "OutputModel",
  13077. "model_module": "@jupyter-widgets/output",
  13078. "model_module_version": "1.0.0",
  13079. "state": {
  13080. "layout": "IPY_MODEL_2d7a10245a4646d89f29dcc8510761a1"
  13081. }
  13082. },
  13083. "5f994b4dab0e477ebd42c2c62b00bb15": {
  13084. "model_name": "OutputModel",
  13085. "model_module": "@jupyter-widgets/output",
  13086. "model_module_version": "1.0.0",
  13087. "state": {
  13088. "layout": "IPY_MODEL_c1a5534b86b644febd39749f1b52eb2d",
  13089. "outputs": [
  13090. {
  13091. "data": {
  13092. "application/vnd.jupyter.widget-view+json": {
  13093. "model_id": "41d230b0ef974b43a48bad990ec929e7",
  13094. "version_major": 2,
  13095. "version_minor": 0
  13096. },
  13097. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('License :: OSI Approved :: GNU General Publ…"
  13098. },
  13099. "metadata": {},
  13100. "output_type": "display_data"
  13101. }
  13102. ]
  13103. }
  13104. },
  13105. "5fa13928020d468987122c5eea9de40d": {
  13106. "model_name": "VBoxModel",
  13107. "model_module": "@jupyter-widgets/controls",
  13108. "model_module_version": "1.2.0",
  13109. "state": {
  13110. "_dom_classes": [
  13111. "widget-interact"
  13112. ],
  13113. "children": [
  13114. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  13115. "IPY_MODEL_8419418e7bc4464db3f24b74286efb78"
  13116. ],
  13117. "layout": "IPY_MODEL_af1b0dc9681e4654a03fbcb36cc9a4bf"
  13118. }
  13119. },
  13120. "5fa2a69ec71748adb1fa4bec9516d913": {
  13121. "model_name": "DescriptionStyleModel",
  13122. "model_module": "@jupyter-widgets/controls",
  13123. "model_module_version": "1.2.0",
  13124. "state": {
  13125. "description_width": ""
  13126. }
  13127. },
  13128. "5fadf437f8564d059a456a646a67b03f": {
  13129. "model_name": "DescriptionStyleModel",
  13130. "model_module": "@jupyter-widgets/controls",
  13131. "model_module_version": "1.2.0",
  13132. "state": {
  13133. "description_width": ""
  13134. }
  13135. },
  13136. "5fc3bc6a00e34559a8b119532e57c0f3": {
  13137. "model_name": "DropdownModel",
  13138. "model_module": "@jupyter-widgets/controls",
  13139. "model_module_version": "1.2.0",
  13140. "state": {
  13141. "_options_labels": [
  13142. "Development Status",
  13143. "Environment",
  13144. "Framework",
  13145. "Intended Audience",
  13146. "License",
  13147. "Natural Language",
  13148. "Operating System",
  13149. "Programming Language",
  13150. "Topic"
  13151. ],
  13152. "description": "prefix",
  13153. "index": 0,
  13154. "layout": "IPY_MODEL_2c3705f14a1b4b2388179cd4b80a5122",
  13155. "style": "IPY_MODEL_364be928f7d44aeb94dc3a1637eb1e46"
  13156. }
  13157. },
  13158. "5fd918420de4415781457bce958fb55e": {
  13159. "model_name": "LayoutModel",
  13160. "model_module": "@jupyter-widgets/base",
  13161. "model_module_version": "1.0.0",
  13162. "state": {}
  13163. },
  13164. "5fdb1cc6a032433e951ed867a66fa2fb": {
  13165. "model_name": "LayoutModel",
  13166. "model_module": "@jupyter-widgets/base",
  13167. "model_module_version": "1.0.0",
  13168. "state": {}
  13169. },
  13170. "5fdf789a49774dbcac844fa98bb899f9": {
  13171. "model_name": "LayoutModel",
  13172. "model_module": "@jupyter-widgets/base",
  13173. "model_module_version": "1.0.0",
  13174. "state": {}
  13175. },
  13176. "5ffde85857a940fc85820694aa50c7c4": {
  13177. "model_name": "LayoutModel",
  13178. "model_module": "@jupyter-widgets/base",
  13179. "model_module_version": "1.0.0",
  13180. "state": {}
  13181. },
  13182. "600d0aa443a7490c9da7c4c612730193": {
  13183. "model_name": "VBoxModel",
  13184. "model_module": "@jupyter-widgets/controls",
  13185. "model_module_version": "1.2.0",
  13186. "state": {
  13187. "_dom_classes": [
  13188. "widget-interact"
  13189. ],
  13190. "children": [
  13191. "IPY_MODEL_9d5bd043b15d4c70ae28cef7c31752bf",
  13192. "IPY_MODEL_dc7c1901ac0248dca0ad576ea1f81c91"
  13193. ],
  13194. "layout": "IPY_MODEL_9bfef5c0ed124aaa88e1255313942023"
  13195. }
  13196. },
  13197. "603c8ae7343a4c079058f3ae44c517f2": {
  13198. "model_name": "LayoutModel",
  13199. "model_module": "@jupyter-widgets/base",
  13200. "model_module_version": "1.0.0",
  13201. "state": {}
  13202. },
  13203. "603cf78b0cdb4394900f586ff76ee4af": {
  13204. "model_name": "ButtonStyleModel",
  13205. "model_module": "@jupyter-widgets/controls",
  13206. "model_module_version": "1.2.0",
  13207. "state": {}
  13208. },
  13209. "60594874e3904932a8a9ca59c30f733e": {
  13210. "model_name": "LayoutModel",
  13211. "model_module": "@jupyter-widgets/base",
  13212. "model_module_version": "1.0.0",
  13213. "state": {}
  13214. },
  13215. "606861c10cc1491792e7531212349f56": {
  13216. "model_name": "HBoxModel",
  13217. "model_module": "@jupyter-widgets/controls",
  13218. "model_module_version": "1.2.0",
  13219. "state": {
  13220. "children": [
  13221. "IPY_MODEL_4a09199f9e7247368616e33931c999e5",
  13222. "IPY_MODEL_d8f4aebdb39b4e9990b079e896c0ca72"
  13223. ],
  13224. "layout": "IPY_MODEL_d33a747c0501438ea16f0ac6a99888e9"
  13225. }
  13226. },
  13227. "606c689c160647319541c076034f1d18": {
  13228. "model_name": "LabelModel",
  13229. "model_module": "@jupyter-widgets/controls",
  13230. "model_module_version": "1.2.0",
  13231. "state": {
  13232. "layout": "IPY_MODEL_2621b481b648472cab282346f78dd483",
  13233. "style": "IPY_MODEL_2d54a5a58705480891af0ac091c96321",
  13234. "value": "Chosen Classifiers"
  13235. }
  13236. },
  13237. "607c8653f3b64c9da3e315bec13ced25": {
  13238. "model_name": "OutputModel",
  13239. "model_module": "@jupyter-widgets/output",
  13240. "model_module_version": "1.0.0",
  13241. "state": {
  13242. "layout": "IPY_MODEL_001eba88d5d94514ab09489a703c80fa"
  13243. }
  13244. },
  13245. "60c44f2bfd294b39a1cc145397be3d1f": {
  13246. "model_name": "OutputModel",
  13247. "model_module": "@jupyter-widgets/output",
  13248. "model_module_version": "1.0.0",
  13249. "state": {
  13250. "layout": "IPY_MODEL_7c59f65c76884fda82295c8d56989d61",
  13251. "outputs": [
  13252. {
  13253. "data": {
  13254. "application/vnd.jupyter.widget-view+json": {
  13255. "model_id": "b6c400586b3948cca78aa1d04fbc0c53",
  13256. "version_major": 2,
  13257. "version_minor": 0
  13258. },
  13259. "text/plain": "Label(value='Chosen Classifiers')"
  13260. },
  13261. "metadata": {},
  13262. "output_type": "display_data"
  13263. },
  13264. {
  13265. "data": {
  13266. "application/vnd.jupyter.widget-view+json": {
  13267. "model_id": "813a76335d13458bb19fceeb7bf52d94",
  13268. "version_major": 2,
  13269. "version_minor": 0
  13270. },
  13271. "text/plain": "Select(description='Classifiers', options=('s', 'e', 'l', 'e', 'c', 't', 'e', 'd', '_', 'c', 'l', 'a', 's', 's…"
  13272. },
  13273. "metadata": {},
  13274. "output_type": "display_data"
  13275. },
  13276. {
  13277. "data": {
  13278. "application/vnd.jupyter.widget-view+json": {
  13279. "model_id": "d1cdefa043d04682aa0a6135a2a44888",
  13280. "version_major": 2,
  13281. "version_minor": 0
  13282. },
  13283. "text/plain": "Label(value='Highlighted Classifer: Framework :: Django :: 1.4')"
  13284. },
  13285. "metadata": {},
  13286. "output_type": "display_data"
  13287. }
  13288. ]
  13289. }
  13290. },
  13291. "60d711800cdb4f8f825599a65bf56257": {
  13292. "model_name": "LayoutModel",
  13293. "model_module": "@jupyter-widgets/base",
  13294. "model_module_version": "1.0.0",
  13295. "state": {}
  13296. },
  13297. "60e08b8d4b1d413ca5c033c169e8dbcc": {
  13298. "model_name": "DescriptionStyleModel",
  13299. "model_module": "@jupyter-widgets/controls",
  13300. "model_module_version": "1.2.0",
  13301. "state": {
  13302. "description_width": ""
  13303. }
  13304. },
  13305. "60e83641a1864579b35be2bd9c7bac9e": {
  13306. "model_name": "LayoutModel",
  13307. "model_module": "@jupyter-widgets/base",
  13308. "model_module_version": "1.0.0",
  13309. "state": {}
  13310. },
  13311. "60f8860d602e46ae9f5aa48761c7fee2": {
  13312. "model_name": "ButtonStyleModel",
  13313. "model_module": "@jupyter-widgets/controls",
  13314. "model_module_version": "1.2.0",
  13315. "state": {}
  13316. },
  13317. "61076ade972a40ab9e17ccb020ff98d5": {
  13318. "model_name": "DescriptionStyleModel",
  13319. "model_module": "@jupyter-widgets/controls",
  13320. "model_module_version": "1.2.0",
  13321. "state": {
  13322. "description_width": ""
  13323. }
  13324. },
  13325. "61191e102b1e4fb291c4d2bad29789bc": {
  13326. "model_name": "OutputModel",
  13327. "model_module": "@jupyter-widgets/output",
  13328. "model_module_version": "1.0.0",
  13329. "state": {
  13330. "layout": "IPY_MODEL_9a0c8c087a624bcba4ec63460d678848"
  13331. }
  13332. },
  13333. "612e6697399449a88ef7635a2c1adbc9": {
  13334. "model_name": "LayoutModel",
  13335. "model_module": "@jupyter-widgets/base",
  13336. "model_module_version": "1.0.0",
  13337. "state": {}
  13338. },
  13339. "614b7049d7904d2a97b4799abfeacb79": {
  13340. "model_name": "LabelModel",
  13341. "model_module": "@jupyter-widgets/controls",
  13342. "model_module_version": "1.2.0",
  13343. "state": {
  13344. "layout": "IPY_MODEL_c714b80427e14754bc5e35fa387d7fe4",
  13345. "style": "IPY_MODEL_a8d3d919a98f4ff1baf226a80aaf5ec9",
  13346. "value": "Development Status :: 4 - Beta"
  13347. }
  13348. },
  13349. "6170cc44a3b842abaddfecc0e1668e11": {
  13350. "model_name": "LayoutModel",
  13351. "model_module": "@jupyter-widgets/base",
  13352. "model_module_version": "1.0.0",
  13353. "state": {}
  13354. },
  13355. "61826e6f88fa4c9f9ba6f430a11f0a7f": {
  13356. "model_name": "LabelModel",
  13357. "model_module": "@jupyter-widgets/controls",
  13358. "model_module_version": "1.2.0",
  13359. "state": {
  13360. "layout": "IPY_MODEL_49173daa291e42ac98b337c88d128dcb",
  13361. "style": "IPY_MODEL_555d8f59427349d48350e74eaf81f12e",
  13362. "value": "*Optional Classifiers"
  13363. }
  13364. },
  13365. "619a24638faa41d289a513e598edb9b1": {
  13366. "model_name": "LayoutModel",
  13367. "model_module": "@jupyter-widgets/base",
  13368. "model_module_version": "1.0.0",
  13369. "state": {}
  13370. },
  13371. "61b089cf453642f1b936e6575b2ef3cd": {
  13372. "model_name": "HBoxModel",
  13373. "model_module": "@jupyter-widgets/controls",
  13374. "model_module_version": "1.2.0",
  13375. "state": {
  13376. "children": [
  13377. "IPY_MODEL_b1d6b8f0267249cdb7060865a7df89b4",
  13378. "IPY_MODEL_f8dec836d6b442c09db020a274a27f0f",
  13379. "IPY_MODEL_10582ea18f6a4e6cbca82ab6cc3cd2eb"
  13380. ],
  13381. "layout": "IPY_MODEL_5769ef93e4da4bea9acb4422b3270188"
  13382. }
  13383. },
  13384. "61ce4bc8ac2d47a9a407df9985b03e4d": {
  13385. "model_name": "DescriptionStyleModel",
  13386. "model_module": "@jupyter-widgets/controls",
  13387. "model_module_version": "1.2.0",
  13388. "state": {
  13389. "description_width": ""
  13390. }
  13391. },
  13392. "61da153c2af546be8d0e45e660459d30": {
  13393. "model_name": "LayoutModel",
  13394. "model_module": "@jupyter-widgets/base",
  13395. "model_module_version": "1.0.0",
  13396. "state": {}
  13397. },
  13398. "61ef0b812c9b4d2397f113e6025b306d": {
  13399. "model_name": "DescriptionStyleModel",
  13400. "model_module": "@jupyter-widgets/controls",
  13401. "model_module_version": "1.2.0",
  13402. "state": {
  13403. "description_width": ""
  13404. }
  13405. },
  13406. "61f7bb3430864918a2b697c291260180": {
  13407. "model_name": "LayoutModel",
  13408. "model_module": "@jupyter-widgets/base",
  13409. "model_module_version": "1.0.0",
  13410. "state": {}
  13411. },
  13412. "6231dbec8fa44b169e52ab037a47e651": {
  13413. "model_name": "LabelModel",
  13414. "model_module": "@jupyter-widgets/controls",
  13415. "model_module_version": "1.2.0",
  13416. "state": {
  13417. "layout": "IPY_MODEL_3791ad41563d4a2398b6d9eb890dda2b",
  13418. "style": "IPY_MODEL_86b0f212d9b747609fb590b386ae90a7"
  13419. }
  13420. },
  13421. "623e6118c195412483f76c4c24a02d66": {
  13422. "model_name": "OutputModel",
  13423. "model_module": "@jupyter-widgets/output",
  13424. "model_module_version": "1.0.0",
  13425. "state": {
  13426. "layout": "IPY_MODEL_5bc90a2d1adc47b09bdd39101624a990"
  13427. }
  13428. },
  13429. "624c4da3bae14d4bb4c98bb3b2575f60": {
  13430. "model_name": "LayoutModel",
  13431. "model_module": "@jupyter-widgets/base",
  13432. "model_module_version": "1.0.0",
  13433. "state": {}
  13434. },
  13435. "624f448680d149c28ced4674a164576d": {
  13436. "model_name": "LayoutModel",
  13437. "model_module": "@jupyter-widgets/base",
  13438. "model_module_version": "1.0.0",
  13439. "state": {}
  13440. },
  13441. "62547662c0304761852999dea0dca5e4": {
  13442. "model_name": "ButtonStyleModel",
  13443. "model_module": "@jupyter-widgets/controls",
  13444. "model_module_version": "1.2.0",
  13445. "state": {}
  13446. },
  13447. "62633327126242159962b239ac8f0b16": {
  13448. "model_name": "LayoutModel",
  13449. "model_module": "@jupyter-widgets/base",
  13450. "model_module_version": "1.0.0",
  13451. "state": {}
  13452. },
  13453. "62775ca1b9c54efc8fa390d1d5a8c2f3": {
  13454. "model_name": "LabelModel",
  13455. "model_module": "@jupyter-widgets/controls",
  13456. "model_module_version": "1.2.0",
  13457. "state": {
  13458. "layout": "IPY_MODEL_21a8e2ae7fd54644b5856075b01e8dec",
  13459. "style": "IPY_MODEL_6d4363c9137b4599837226c5807d2cf4",
  13460. "value": "...!"
  13461. }
  13462. },
  13463. "627857ff032542098fe74aba5d2357b8": {
  13464. "model_name": "DropdownModel",
  13465. "model_module": "@jupyter-widgets/controls",
  13466. "model_module_version": "1.2.0",
  13467. "state": {
  13468. "_options_labels": [
  13469. "Development Status",
  13470. "Environment",
  13471. "Framework",
  13472. "Intended Audience",
  13473. "License",
  13474. "Natural Language",
  13475. "Operating System",
  13476. "Programming Language",
  13477. "Topic"
  13478. ],
  13479. "description": "prefix",
  13480. "index": 3,
  13481. "layout": "IPY_MODEL_09caa73805004226b8527ac70f73c34f",
  13482. "style": "IPY_MODEL_cfa3ad8f41854f4b9e5a991681fbc78b"
  13483. }
  13484. },
  13485. "628913dda10b4224bf4ce28db918c557": {
  13486. "model_name": "HBoxModel",
  13487. "model_module": "@jupyter-widgets/controls",
  13488. "model_module_version": "1.2.0",
  13489. "state": {
  13490. "children": [
  13491. "IPY_MODEL_4a3b79410b6d4c38922c00b6b3371202",
  13492. "IPY_MODEL_cb1948418929469a844b219424ac6b6b"
  13493. ],
  13494. "layout": "IPY_MODEL_ac9cb08e83cc4a5f8793b4bca5186c9c"
  13495. }
  13496. },
  13497. "62a09d1ba12c4b44931039061cae72cf": {
  13498. "model_name": "DescriptionStyleModel",
  13499. "model_module": "@jupyter-widgets/controls",
  13500. "model_module_version": "1.2.0",
  13501. "state": {
  13502. "description_width": ""
  13503. }
  13504. },
  13505. "62b01eab8526419f9ca917642bb70d48": {
  13506. "model_name": "LayoutModel",
  13507. "model_module": "@jupyter-widgets/base",
  13508. "model_module_version": "1.0.0",
  13509. "state": {}
  13510. },
  13511. "62d7e6eb8c6f4fe689be8689ebc9b4f9": {
  13512. "model_name": "ButtonModel",
  13513. "model_module": "@jupyter-widgets/controls",
  13514. "model_module_version": "1.2.0",
  13515. "state": {
  13516. "description": "Remove",
  13517. "layout": "IPY_MODEL_f0e1dc9604604cb2835d694eb442cafa",
  13518. "style": "IPY_MODEL_3eef976ac53648619b8bf69369b13ca4"
  13519. }
  13520. },
  13521. "630a18d51b7f4be29d932e74d02c1305": {
  13522. "model_name": "ButtonModel",
  13523. "model_module": "@jupyter-widgets/controls",
  13524. "model_module_version": "1.2.0",
  13525. "state": {
  13526. "description": "Add",
  13527. "layout": "IPY_MODEL_fdae5d2db7fa4fb5a9902deb986f112c",
  13528. "style": "IPY_MODEL_8f4b528b01e8477ea86a0b79dfb63601"
  13529. }
  13530. },
  13531. "63374350f3de421d8b373e3c20b8dd8b": {
  13532. "model_name": "LayoutModel",
  13533. "model_module": "@jupyter-widgets/base",
  13534. "model_module_version": "1.0.0",
  13535. "state": {}
  13536. },
  13537. "635f444b8efb442c9bcbb7a5d6f68130": {
  13538. "model_name": "DescriptionStyleModel",
  13539. "model_module": "@jupyter-widgets/controls",
  13540. "model_module_version": "1.2.0",
  13541. "state": {
  13542. "description_width": ""
  13543. }
  13544. },
  13545. "63684e2cb01044daa3d5f96e483b70ae": {
  13546. "model_name": "ButtonStyleModel",
  13547. "model_module": "@jupyter-widgets/controls",
  13548. "model_module_version": "1.2.0",
  13549. "state": {}
  13550. },
  13551. "63849075c59b4c058ba15d2beedcbff1": {
  13552. "model_name": "LayoutModel",
  13553. "model_module": "@jupyter-widgets/base",
  13554. "model_module_version": "1.0.0",
  13555. "state": {}
  13556. },
  13557. "6384b8e32f5547239462442ea6928cc3": {
  13558. "model_name": "DescriptionStyleModel",
  13559. "model_module": "@jupyter-widgets/controls",
  13560. "model_module_version": "1.2.0",
  13561. "state": {
  13562. "description_width": ""
  13563. }
  13564. },
  13565. "638748c2e46349caa74cce7854ad9ec1": {
  13566. "model_name": "LayoutModel",
  13567. "model_module": "@jupyter-widgets/base",
  13568. "model_module_version": "1.0.0",
  13569. "state": {}
  13570. },
  13571. "638bda49f4b64e51afe8314043329055": {
  13572. "model_name": "DescriptionStyleModel",
  13573. "model_module": "@jupyter-widgets/controls",
  13574. "model_module_version": "1.2.0",
  13575. "state": {
  13576. "description_width": ""
  13577. }
  13578. },
  13579. "6397d098a256449a8ea9f6cce7c73475": {
  13580. "model_name": "LayoutModel",
  13581. "model_module": "@jupyter-widgets/base",
  13582. "model_module_version": "1.0.0",
  13583. "state": {}
  13584. },
  13585. "63a29c80d3ff4c55a83b48aa8d67b683": {
  13586. "model_name": "DescriptionStyleModel",
  13587. "model_module": "@jupyter-widgets/controls",
  13588. "model_module_version": "1.2.0",
  13589. "state": {
  13590. "description_width": ""
  13591. }
  13592. },
  13593. "63a2f59d8dc547e8bc18d4c3825bdb50": {
  13594. "model_name": "DescriptionStyleModel",
  13595. "model_module": "@jupyter-widgets/controls",
  13596. "model_module_version": "1.2.0",
  13597. "state": {
  13598. "description_width": ""
  13599. }
  13600. },
  13601. "63a613c2090f40dd83e9ea4b44879fe7": {
  13602. "model_name": "DropdownModel",
  13603. "model_module": "@jupyter-widgets/controls",
  13604. "model_module_version": "1.2.0",
  13605. "state": {
  13606. "_options_labels": [
  13607. "Development Status",
  13608. "Environment",
  13609. "Framework",
  13610. "Intended Audience",
  13611. "License",
  13612. "Natural Language",
  13613. "Operating System",
  13614. "Programming Language",
  13615. "Topic"
  13616. ],
  13617. "description": "prefix",
  13618. "index": 3,
  13619. "layout": "IPY_MODEL_7c3e57c4e81544cf958b31d3fec56fd4",
  13620. "style": "IPY_MODEL_5e3018f7f5fc49678b7a2f69cc072725"
  13621. }
  13622. },
  13623. "63c887feadd54085bb28e3b70c3d81bf": {
  13624. "model_name": "VBoxModel",
  13625. "model_module": "@jupyter-widgets/controls",
  13626. "model_module_version": "1.2.0",
  13627. "state": {
  13628. "_dom_classes": [
  13629. "widget-interact"
  13630. ],
  13631. "children": [
  13632. "IPY_MODEL_d10d8912cf41407d995c3a8b2b2f2d68",
  13633. "IPY_MODEL_61191e102b1e4fb291c4d2bad29789bc"
  13634. ],
  13635. "layout": "IPY_MODEL_29e9fd88b7ab45ff95d27a05eb8a52e4"
  13636. }
  13637. },
  13638. "63d06918e8f64dadb8d9d55fe472ec5a": {
  13639. "model_name": "OutputModel",
  13640. "model_module": "@jupyter-widgets/output",
  13641. "model_module_version": "1.0.0",
  13642. "state": {
  13643. "layout": "IPY_MODEL_0630f9549d964871a63290f4a8ecc6fb"
  13644. }
  13645. },
  13646. "63d3ee81abab4ec7aed36e22fde751b5": {
  13647. "model_name": "OutputModel",
  13648. "model_module": "@jupyter-widgets/output",
  13649. "model_module_version": "1.0.0",
  13650. "state": {
  13651. "layout": "IPY_MODEL_a449b873d8e34def8d3cf75a5d641c8f"
  13652. }
  13653. },
  13654. "63e0f70925844caebd04e60170e97e17": {
  13655. "model_name": "LayoutModel",
  13656. "model_module": "@jupyter-widgets/base",
  13657. "model_module_version": "1.0.0",
  13658. "state": {}
  13659. },
  13660. "6401de723c2548ed8e1a7db41a4ab7ab": {
  13661. "model_name": "LayoutModel",
  13662. "model_module": "@jupyter-widgets/base",
  13663. "model_module_version": "1.0.0",
  13664. "state": {}
  13665. },
  13666. "6410487017c641f2a13e6b5f9de0095e": {
  13667. "model_name": "OutputModel",
  13668. "model_module": "@jupyter-widgets/output",
  13669. "model_module_version": "1.0.0",
  13670. "state": {
  13671. "layout": "IPY_MODEL_b8cad893ebad44148e85368a2367bb84"
  13672. }
  13673. },
  13674. "641872fa60684ee0b9fc371e28b0f2e0": {
  13675. "model_name": "LayoutModel",
  13676. "model_module": "@jupyter-widgets/base",
  13677. "model_module_version": "1.0.0",
  13678. "state": {}
  13679. },
  13680. "6423972ea3b146fcb8d5e80faed687fc": {
  13681. "model_name": "ButtonModel",
  13682. "model_module": "@jupyter-widgets/controls",
  13683. "model_module_version": "1.2.0",
  13684. "state": {
  13685. "description": "Add",
  13686. "layout": "IPY_MODEL_2737d4fea51548189c98f7466992eea4",
  13687. "style": "IPY_MODEL_ea533f1c0afb4dfe8db59106f8a298f6"
  13688. }
  13689. },
  13690. "6444f8b9622a47858255cf7071d1879d": {
  13691. "model_name": "DescriptionStyleModel",
  13692. "model_module": "@jupyter-widgets/controls",
  13693. "model_module_version": "1.2.0",
  13694. "state": {
  13695. "description_width": ""
  13696. }
  13697. },
  13698. "6447204dd6ae4ef6b9a8bd68dd9a9e08": {
  13699. "model_name": "ButtonModel",
  13700. "model_module": "@jupyter-widgets/controls",
  13701. "model_module_version": "1.2.0",
  13702. "state": {
  13703. "description": "Remove",
  13704. "layout": "IPY_MODEL_c6f502f63348431f96c1801476a76159",
  13705. "style": "IPY_MODEL_53f8031d0bb9490e971ead1b5128e69f"
  13706. }
  13707. },
  13708. "64660ee06e5b4d67af78e7f878a24d04": {
  13709. "model_name": "HBoxModel",
  13710. "model_module": "@jupyter-widgets/controls",
  13711. "model_module_version": "1.2.0",
  13712. "state": {
  13713. "children": [
  13714. "IPY_MODEL_bc7d18934ad04361b877bcaf80ec6acd",
  13715. "IPY_MODEL_bdaa095493734027a427fb1fab5c9149"
  13716. ],
  13717. "layout": "IPY_MODEL_ab8b1b5c47354ef699c0a2ca0c6e0956"
  13718. }
  13719. },
  13720. "647c88ebbae34f68ae776fde91787c13": {
  13721. "model_name": "LayoutModel",
  13722. "model_module": "@jupyter-widgets/base",
  13723. "model_module_version": "1.0.0",
  13724. "state": {}
  13725. },
  13726. "6492c63f3a454ffdb99d65645348fa69": {
  13727. "model_name": "LayoutModel",
  13728. "model_module": "@jupyter-widgets/base",
  13729. "model_module_version": "1.0.0",
  13730. "state": {}
  13731. },
  13732. "6497d4b12a8c4e8e97a97531066de8a0": {
  13733. "model_name": "LayoutModel",
  13734. "model_module": "@jupyter-widgets/base",
  13735. "model_module_version": "1.0.0",
  13736. "state": {}
  13737. },
  13738. "64a153c444f446a58704389800af5e91": {
  13739. "model_name": "HBoxModel",
  13740. "model_module": "@jupyter-widgets/controls",
  13741. "model_module_version": "1.2.0",
  13742. "state": {
  13743. "children": [
  13744. "IPY_MODEL_8d6dae63751c4bf4b24b93ee21775813"
  13745. ],
  13746. "layout": "IPY_MODEL_03d237e19953417597787c75d4e09a66"
  13747. }
  13748. },
  13749. "64a40e0172a04f469b650d9d7eec6926": {
  13750. "model_name": "ButtonStyleModel",
  13751. "model_module": "@jupyter-widgets/controls",
  13752. "model_module_version": "1.2.0",
  13753. "state": {}
  13754. },
  13755. "6501ce7854d34a65bb9e97c9c5a5ae92": {
  13756. "model_name": "LabelModel",
  13757. "model_module": "@jupyter-widgets/controls",
  13758. "model_module_version": "1.2.0",
  13759. "state": {
  13760. "layout": "IPY_MODEL_84cefab789124da0b05cea6e2b423495",
  13761. "style": "IPY_MODEL_9d6740dc7c3f4fb59f8e0150ad4df72c",
  13762. "value": "*Optional Classifiers"
  13763. }
  13764. },
  13765. "650cb2235def47599c6fff33ccdeefcc": {
  13766. "model_name": "HBoxModel",
  13767. "model_module": "@jupyter-widgets/controls",
  13768. "model_module_version": "1.2.0",
  13769. "state": {
  13770. "children": [
  13771. "IPY_MODEL_5ac975e7ee324c7e8c545474f594f77e"
  13772. ],
  13773. "layout": "IPY_MODEL_60d711800cdb4f8f825599a65bf56257"
  13774. }
  13775. },
  13776. "65119609f0594a3ba8f98af3926bc68b": {
  13777. "model_name": "LayoutModel",
  13778. "model_module": "@jupyter-widgets/base",
  13779. "model_module_version": "1.0.0",
  13780. "state": {}
  13781. },
  13782. "6532f10fcc9b453491258fa26ea0e527": {
  13783. "model_name": "LayoutModel",
  13784. "model_module": "@jupyter-widgets/base",
  13785. "model_module_version": "1.0.0",
  13786. "state": {}
  13787. },
  13788. "653e2bb53966436cb38935a7f933a74f": {
  13789. "model_name": "LayoutModel",
  13790. "model_module": "@jupyter-widgets/base",
  13791. "model_module_version": "1.0.0",
  13792. "state": {}
  13793. },
  13794. "6546527731c14246986c5c7a95d72a55": {
  13795. "model_name": "LabelModel",
  13796. "model_module": "@jupyter-widgets/controls",
  13797. "model_module_version": "1.2.0",
  13798. "state": {
  13799. "layout": "IPY_MODEL_2160e984627649fa8e9438791fa6c41d",
  13800. "style": "IPY_MODEL_0521ac1070ff437ea9a7bcad438728a6",
  13801. "value": "Chosen Classifiers"
  13802. }
  13803. },
  13804. "654dda15e9394cb39077635d53f8684f": {
  13805. "model_name": "LayoutModel",
  13806. "model_module": "@jupyter-widgets/base",
  13807. "model_module_version": "1.0.0",
  13808. "state": {}
  13809. },
  13810. "65527a7fb17a4da88c6a0f785b637477": {
  13811. "model_name": "OutputModel",
  13812. "model_module": "@jupyter-widgets/output",
  13813. "model_module_version": "1.0.0",
  13814. "state": {
  13815. "layout": "IPY_MODEL_d02d908e83c04842bcecc9507ca72acf"
  13816. }
  13817. },
  13818. "656e0f10c8d643e1ab3c0b2961126880": {
  13819. "model_name": "VBoxModel",
  13820. "model_module": "@jupyter-widgets/controls",
  13821. "model_module_version": "1.2.0",
  13822. "state": {
  13823. "_dom_classes": [
  13824. "widget-interact"
  13825. ],
  13826. "children": [
  13827. "IPY_MODEL_e54ff6f6de13433aa5097052818fdedf",
  13828. "IPY_MODEL_5ef1a80f5acb43b9a6bd4ae37898e940"
  13829. ],
  13830. "layout": "IPY_MODEL_743a80ac633641dc8fc9a34704905cc2"
  13831. }
  13832. },
  13833. "6575fdc90d4b4954a0b8253e8cffe8ed": {
  13834. "model_name": "LayoutModel",
  13835. "model_module": "@jupyter-widgets/base",
  13836. "model_module_version": "1.0.0",
  13837. "state": {}
  13838. },
  13839. "65957866b1d0494d9afdfa7105f026e0": {
  13840. "model_name": "LabelModel",
  13841. "model_module": "@jupyter-widgets/controls",
  13842. "model_module_version": "1.2.0",
  13843. "state": {
  13844. "layout": "IPY_MODEL_8451f08deeb74c4f8914e0c5d7980a35",
  13845. "style": "IPY_MODEL_38768454a7a745ceb04200600cb54222",
  13846. "value": "Chosen Classifiers"
  13847. }
  13848. },
  13849. "6597f367920641f9a27ca7f10be685ff": {
  13850. "model_name": "DropdownModel",
  13851. "model_module": "@jupyter-widgets/controls",
  13852. "model_module_version": "1.2.0",
  13853. "state": {
  13854. "_options_labels": [
  13855. "Development Status",
  13856. "Environment",
  13857. "Framework",
  13858. "Intended Audience",
  13859. "License",
  13860. "Natural Language",
  13861. "Operating System",
  13862. "Programming Language",
  13863. "Topic"
  13864. ],
  13865. "description": "prefix",
  13866. "index": 0,
  13867. "layout": "IPY_MODEL_3111559bb01c457aa73d6cde23053c8c",
  13868. "style": "IPY_MODEL_b9ba95c6a8ee43adbccfbe57ae2f917d"
  13869. }
  13870. },
  13871. "659d3f6577354ca287deed69a699bb89": {
  13872. "model_name": "LayoutModel",
  13873. "model_module": "@jupyter-widgets/base",
  13874. "model_module_version": "1.0.0",
  13875. "state": {}
  13876. },
  13877. "65c8a4e02d5249ea9e091d31fcae7934": {
  13878. "model_name": "LayoutModel",
  13879. "model_module": "@jupyter-widgets/base",
  13880. "model_module_version": "1.0.0",
  13881. "state": {}
  13882. },
  13883. "65df602a329044508e9513d2b14cb076": {
  13884. "model_name": "DescriptionStyleModel",
  13885. "model_module": "@jupyter-widgets/controls",
  13886. "model_module_version": "1.2.0",
  13887. "state": {
  13888. "description_width": ""
  13889. }
  13890. },
  13891. "65fafc54b0194f64abd3c0442f7d4c10": {
  13892. "model_name": "LayoutModel",
  13893. "model_module": "@jupyter-widgets/base",
  13894. "model_module_version": "1.0.0",
  13895. "state": {}
  13896. },
  13897. "660176f580e3457c8d67de91ccd3ce68": {
  13898. "model_name": "VBoxModel",
  13899. "model_module": "@jupyter-widgets/controls",
  13900. "model_module_version": "1.2.0",
  13901. "state": {
  13902. "_dom_classes": [
  13903. "widget-interact"
  13904. ],
  13905. "children": [
  13906. "IPY_MODEL_c29d98ad09e94a2d8fe3a7cbd2643f65",
  13907. "IPY_MODEL_a13627aee64642d88450500d6f20c551"
  13908. ],
  13909. "layout": "IPY_MODEL_3853e5dd912c41ac9a61b717e03f7020"
  13910. }
  13911. },
  13912. "661218c63d7944088d6fd56650d1b126": {
  13913. "model_name": "ButtonModel",
  13914. "model_module": "@jupyter-widgets/controls",
  13915. "model_module_version": "1.2.0",
  13916. "state": {
  13917. "description": "Add",
  13918. "layout": "IPY_MODEL_37f3cc8bd12f49a780a22b773cab4993",
  13919. "style": "IPY_MODEL_abf88de03e7d48e0820dbaeaf0eb4ef4"
  13920. }
  13921. },
  13922. "66183cebb00d48d28172acefed0467a5": {
  13923. "model_name": "LayoutModel",
  13924. "model_module": "@jupyter-widgets/base",
  13925. "model_module_version": "1.0.0",
  13926. "state": {}
  13927. },
  13928. "66230552b23f4a3a86f17372a3303ec4": {
  13929. "model_name": "ButtonStyleModel",
  13930. "model_module": "@jupyter-widgets/controls",
  13931. "model_module_version": "1.2.0",
  13932. "state": {}
  13933. },
  13934. "662b54ef72b24dd2b148fa6909dbeba5": {
  13935. "model_name": "OutputModel",
  13936. "model_module": "@jupyter-widgets/output",
  13937. "model_module_version": "1.0.0",
  13938. "state": {
  13939. "layout": "IPY_MODEL_72485ca74ef444ac81ada37882f8e842",
  13940. "outputs": [
  13941. {
  13942. "data": {
  13943. "application/vnd.jupyter.widget-view+json": {
  13944. "model_id": "b21ab04a0a2e427ea38c5407c0cf81a9",
  13945. "version_major": 2,
  13946. "version_minor": 0
  13947. },
  13948. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  13949. },
  13950. "metadata": {},
  13951. "output_type": "display_data"
  13952. }
  13953. ]
  13954. }
  13955. },
  13956. "663ea6326bf644e6a8b66634441000d3": {
  13957. "model_name": "HBoxModel",
  13958. "model_module": "@jupyter-widgets/controls",
  13959. "model_module_version": "1.2.0",
  13960. "state": {
  13961. "children": [
  13962. "IPY_MODEL_aba47f9af15d48bca3e19a201dec7dda",
  13963. "IPY_MODEL_0b719c8a258f4978b7b67e287c2e7919",
  13964. "IPY_MODEL_706245c935f04653ade2560b45bb2c0d"
  13965. ],
  13966. "layout": "IPY_MODEL_2b501de761544bb9a220df9f2159c079"
  13967. }
  13968. },
  13969. "664eb404e57c4376b8316f41c9fd9135": {
  13970. "model_name": "LayoutModel",
  13971. "model_module": "@jupyter-widgets/base",
  13972. "model_module_version": "1.0.0",
  13973. "state": {}
  13974. },
  13975. "665696f89d4e4f1ebaa7e041fe88c816": {
  13976. "model_name": "LabelModel",
  13977. "model_module": "@jupyter-widgets/controls",
  13978. "model_module_version": "1.2.0",
  13979. "state": {
  13980. "layout": "IPY_MODEL_3c7f5e3a25a145ec9284b7b1cf7d7b63",
  13981. "style": "IPY_MODEL_012fc4437ba9478c8206add09030ed41",
  13982. "value": "Highlighted Classifer: License :: OSI Approved :: Vovida Software License 1.0"
  13983. }
  13984. },
  13985. "66587e155e5d4979a7d57bcb96143289": {
  13986. "model_name": "LayoutModel",
  13987. "model_module": "@jupyter-widgets/base",
  13988. "model_module_version": "1.0.0",
  13989. "state": {}
  13990. },
  13991. "666381ebf8004c18a5587fc2c4773728": {
  13992. "model_name": "OutputModel",
  13993. "model_module": "@jupyter-widgets/output",
  13994. "model_module_version": "1.0.0",
  13995. "state": {
  13996. "layout": "IPY_MODEL_9e2d09cd80024ef890c3ec5ac44db48d",
  13997. "outputs": [
  13998. {
  13999. "data": {
  14000. "application/vnd.jupyter.widget-view+json": {
  14001. "model_id": "c89818eef3c14192850a69b48a589245",
  14002. "version_major": 2,
  14003. "version_minor": 0
  14004. },
  14005. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Framework :: Django :: 1.4', 'Framework :: …"
  14006. },
  14007. "metadata": {},
  14008. "output_type": "display_data"
  14009. }
  14010. ]
  14011. }
  14012. },
  14013. "6663e3791c9c47e78ec62195bffa1e84": {
  14014. "model_name": "DescriptionStyleModel",
  14015. "model_module": "@jupyter-widgets/controls",
  14016. "model_module_version": "1.2.0",
  14017. "state": {
  14018. "description_width": ""
  14019. }
  14020. },
  14021. "6667a15ec28943afa3871ce1559a17a1": {
  14022. "model_name": "LayoutModel",
  14023. "model_module": "@jupyter-widgets/base",
  14024. "model_module_version": "1.0.0",
  14025. "state": {}
  14026. },
  14027. "666d7a6d1ecd4c708dd0cb020ad1ed46": {
  14028. "model_name": "ButtonModel",
  14029. "model_module": "@jupyter-widgets/controls",
  14030. "model_module_version": "1.2.0",
  14031. "state": {
  14032. "description": "Add",
  14033. "layout": "IPY_MODEL_97a38e67e484416c8a2bb8f16e40e791",
  14034. "style": "IPY_MODEL_0bc5f0ad07ea44fa8d21291aa645e432"
  14035. }
  14036. },
  14037. "6675da01a00945e5ae0bc4d82a591e10": {
  14038. "model_name": "LabelModel",
  14039. "model_module": "@jupyter-widgets/controls",
  14040. "model_module_version": "1.2.0",
  14041. "state": {
  14042. "layout": "IPY_MODEL_1884c7e5404f4cb6a6369f28cc151e70",
  14043. "style": "IPY_MODEL_f11bc62ddecb48f195704ee80aa4dc70",
  14044. "value": "Chosen Classifiers"
  14045. }
  14046. },
  14047. "66877b45f3c04774abfa4a1d60a4d617": {
  14048. "model_name": "ButtonModel",
  14049. "model_module": "@jupyter-widgets/controls",
  14050. "model_module_version": "1.2.0",
  14051. "state": {
  14052. "description": "Remove",
  14053. "layout": "IPY_MODEL_1066632349b74642b4b937ae246c57cf",
  14054. "style": "IPY_MODEL_7e5e0e8149da4147884649ea9e8d6e20"
  14055. }
  14056. },
  14057. "66a592543105427b8dbf4c2c7d2c44b0": {
  14058. "model_name": "OutputModel",
  14059. "model_module": "@jupyter-widgets/output",
  14060. "model_module_version": "1.0.0",
  14061. "state": {
  14062. "layout": "IPY_MODEL_b7dbb031564243dfb39695712d2a3b74",
  14063. "outputs": [
  14064. {
  14065. "data": {
  14066. "application/vnd.jupyter.widget-view+json": {
  14067. "model_id": "e8639efe17db48e1b5b8166fde2a85f8",
  14068. "version_major": 2,
  14069. "version_minor": 0
  14070. },
  14071. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Slovak', 'Natural Langu…"
  14072. },
  14073. "metadata": {},
  14074. "output_type": "display_data"
  14075. }
  14076. ]
  14077. }
  14078. },
  14079. "66bb0404bd634e5f97fb34f3283a9a1e": {
  14080. "model_name": "VBoxModel",
  14081. "model_module": "@jupyter-widgets/controls",
  14082. "model_module_version": "1.2.0",
  14083. "state": {
  14084. "_dom_classes": [
  14085. "widget-interact"
  14086. ],
  14087. "children": [
  14088. "IPY_MODEL_735c7e081e094d90ab6cd6704cc21b06",
  14089. "IPY_MODEL_1ce239f894d64242ab3316aa0a6d81a9"
  14090. ],
  14091. "layout": "IPY_MODEL_e1bdcb6da1844166abbe08987f4ef74d"
  14092. }
  14093. },
  14094. "66df2535d2f8421684976b3d1e21bfde": {
  14095. "model_name": "LayoutModel",
  14096. "model_module": "@jupyter-widgets/base",
  14097. "model_module_version": "1.0.0",
  14098. "state": {}
  14099. },
  14100. "66e79735a31b4830ab14d459a74c7a06": {
  14101. "model_name": "DropdownModel",
  14102. "model_module": "@jupyter-widgets/controls",
  14103. "model_module_version": "1.2.0",
  14104. "state": {
  14105. "_options_labels": [
  14106. "Intended Audience :: Education",
  14107. "Intended Audience :: System Administrators",
  14108. "Intended Audience :: Developers",
  14109. "Intended Audience :: Legal Industry",
  14110. "Intended Audience :: Healthcare Industry",
  14111. "Intended Audience :: Financial and Insurance Industry",
  14112. "Intended Audience :: Customer Service",
  14113. "Intended Audience :: Information Technology",
  14114. "Intended Audience :: Manufacturing",
  14115. "Intended Audience :: Science/Research",
  14116. "Intended Audience :: Other Audience",
  14117. "Intended Audience :: Religion",
  14118. "Intended Audience :: End Users/Desktop",
  14119. "Intended Audience :: Telecommunications Industry"
  14120. ],
  14121. "description": "Classifier",
  14122. "index": 3,
  14123. "layout": "IPY_MODEL_a6926cc5efd54dbe996c2828d7f86f8e",
  14124. "style": "IPY_MODEL_03bb0b9a9d42416a93bc02c3da1bc612"
  14125. }
  14126. },
  14127. "671c205eb4c544d684979403972bea5c": {
  14128. "model_name": "DescriptionStyleModel",
  14129. "model_module": "@jupyter-widgets/controls",
  14130. "model_module_version": "1.2.0",
  14131. "state": {
  14132. "description_width": ""
  14133. }
  14134. },
  14135. "6725b7dc020a4533af574cc97561345c": {
  14136. "model_name": "LabelModel",
  14137. "model_module": "@jupyter-widgets/controls",
  14138. "model_module_version": "1.2.0",
  14139. "state": {
  14140. "layout": "IPY_MODEL_16605de7502044f09df82832e4a22b44",
  14141. "style": "IPY_MODEL_b60ab6e2b239473bb91ba91d664e6f1b",
  14142. "value": "Added!"
  14143. }
  14144. },
  14145. "67392699116845b4ab60920d9d3f02f5": {
  14146. "model_name": "ButtonStyleModel",
  14147. "model_module": "@jupyter-widgets/controls",
  14148. "model_module_version": "1.2.0",
  14149. "state": {}
  14150. },
  14151. "673dd8be6cd64b359da6b0353953cdda": {
  14152. "model_name": "ButtonStyleModel",
  14153. "model_module": "@jupyter-widgets/controls",
  14154. "model_module_version": "1.2.0",
  14155. "state": {}
  14156. },
  14157. "67468c329e254d03ad4a8f79772aef89": {
  14158. "model_name": "LabelModel",
  14159. "model_module": "@jupyter-widgets/controls",
  14160. "model_module_version": "1.2.0",
  14161. "state": {
  14162. "layout": "IPY_MODEL_ddbba7339b8a486696a2f89368febc1c",
  14163. "style": "IPY_MODEL_89e0898ae76d42cc835ac73fbaf11cec",
  14164. "value": "*Optional Classifiers"
  14165. }
  14166. },
  14167. "67708e75761e49be83aa21a978fc12a7": {
  14168. "model_name": "LayoutModel",
  14169. "model_module": "@jupyter-widgets/base",
  14170. "model_module_version": "1.0.0",
  14171. "state": {}
  14172. },
  14173. "67911f6aa9f6474b875f8010c8b50b0c": {
  14174. "model_name": "DescriptionStyleModel",
  14175. "model_module": "@jupyter-widgets/controls",
  14176. "model_module_version": "1.2.0",
  14177. "state": {
  14178. "description_width": ""
  14179. }
  14180. },
  14181. "67a86e1c15e64ab38ed8b2609bfc1113": {
  14182. "model_name": "DescriptionStyleModel",
  14183. "model_module": "@jupyter-widgets/controls",
  14184. "model_module_version": "1.2.0",
  14185. "state": {
  14186. "description_width": ""
  14187. }
  14188. },
  14189. "67b1da605ffc49c5a42943ca7c156e0d": {
  14190. "model_name": "LayoutModel",
  14191. "model_module": "@jupyter-widgets/base",
  14192. "model_module_version": "1.0.0",
  14193. "state": {}
  14194. },
  14195. "67b6d8001b0d4a63a9212c28d4f8f6f3": {
  14196. "model_name": "DescriptionStyleModel",
  14197. "model_module": "@jupyter-widgets/controls",
  14198. "model_module_version": "1.2.0",
  14199. "state": {
  14200. "description_width": ""
  14201. }
  14202. },
  14203. "67c6c735c29045deaf7167fccfaf3848": {
  14204. "model_name": "LayoutModel",
  14205. "model_module": "@jupyter-widgets/base",
  14206. "model_module_version": "1.0.0",
  14207. "state": {}
  14208. },
  14209. "67cf098442ac4643846482982356eda1": {
  14210. "model_name": "LabelModel",
  14211. "model_module": "@jupyter-widgets/controls",
  14212. "model_module_version": "1.2.0",
  14213. "state": {
  14214. "layout": "IPY_MODEL_448c87f8f4bf4c16bf2cca3bb9e2faa6",
  14215. "style": "IPY_MODEL_d1d9f8056aba4b69899552073562e44a",
  14216. "value": "Intended Audience :: Information Technology"
  14217. }
  14218. },
  14219. "67dabf6463db4239b832ad37531eb5ee": {
  14220. "model_name": "ButtonModel",
  14221. "model_module": "@jupyter-widgets/controls",
  14222. "model_module_version": "1.2.0",
  14223. "state": {
  14224. "description": "Remove",
  14225. "layout": "IPY_MODEL_cffd007c36a64b5b99114a30982ace0e",
  14226. "style": "IPY_MODEL_8d58dbb3899f483b9e60f6e1d5fe193f"
  14227. }
  14228. },
  14229. "67daf680039245b7993f09bf213e31b1": {
  14230. "model_name": "DescriptionStyleModel",
  14231. "model_module": "@jupyter-widgets/controls",
  14232. "model_module_version": "1.2.0",
  14233. "state": {
  14234. "description_width": ""
  14235. }
  14236. },
  14237. "67e2f58863c64ba9a74d5114e1d87dc6": {
  14238. "model_name": "LayoutModel",
  14239. "model_module": "@jupyter-widgets/base",
  14240. "model_module_version": "1.0.0",
  14241. "state": {}
  14242. },
  14243. "67e7d506a2e34e839d45f543f1b3ba45": {
  14244. "model_name": "DescriptionStyleModel",
  14245. "model_module": "@jupyter-widgets/controls",
  14246. "model_module_version": "1.2.0",
  14247. "state": {
  14248. "description_width": ""
  14249. }
  14250. },
  14251. "67f9dc4de2d64c03846ead9f88045034": {
  14252. "model_name": "LayoutModel",
  14253. "model_module": "@jupyter-widgets/base",
  14254. "model_module_version": "1.0.0",
  14255. "state": {}
  14256. },
  14257. "6811f47248ef4792ad7efb446737f5d0": {
  14258. "model_name": "LabelModel",
  14259. "model_module": "@jupyter-widgets/controls",
  14260. "model_module_version": "1.2.0",
  14261. "state": {
  14262. "layout": "IPY_MODEL_54946797c8dc45459abaac8d4dda05f0",
  14263. "style": "IPY_MODEL_e85640f89c0347c8b40453ea0dff44d6"
  14264. }
  14265. },
  14266. "6813284482ca401e850adae4f857174d": {
  14267. "model_name": "LayoutModel",
  14268. "model_module": "@jupyter-widgets/base",
  14269. "model_module_version": "1.0.0",
  14270. "state": {}
  14271. },
  14272. "682142e3a572425aa6439f986e062414": {
  14273. "model_name": "HBoxModel",
  14274. "model_module": "@jupyter-widgets/controls",
  14275. "model_module_version": "1.2.0",
  14276. "state": {
  14277. "children": [
  14278. "IPY_MODEL_59ee1f0058f949f5901a04dd5a0b08b5",
  14279. "IPY_MODEL_c42b052020b44a24ab30cad5a1dd4cd1"
  14280. ],
  14281. "layout": "IPY_MODEL_5dafb8e2bdab40759191de34d00eddb7"
  14282. }
  14283. },
  14284. "68310f8e6f224c55b1360b15fe867941": {
  14285. "model_name": "VBoxModel",
  14286. "model_module": "@jupyter-widgets/controls",
  14287. "model_module_version": "1.2.0",
  14288. "state": {
  14289. "_dom_classes": [
  14290. "widget-interact"
  14291. ],
  14292. "children": [
  14293. "IPY_MODEL_d888a863ae7743f99f42e94a8e0bba82",
  14294. "IPY_MODEL_ddcccf61e0c44e86b266e988aa7a6df2"
  14295. ],
  14296. "layout": "IPY_MODEL_1d9498c614a9420ab9af18c7ff00e798"
  14297. }
  14298. },
  14299. "684eb3045ea64b2b9f12e58cd0b9fcf3": {
  14300. "model_name": "LayoutModel",
  14301. "model_module": "@jupyter-widgets/base",
  14302. "model_module_version": "1.0.0",
  14303. "state": {}
  14304. },
  14305. "68631628f84648b2b97f92eddda0291f": {
  14306. "model_name": "LayoutModel",
  14307. "model_module": "@jupyter-widgets/base",
  14308. "model_module_version": "1.0.0",
  14309. "state": {}
  14310. },
  14311. "68694fff74b14785b689bf66dcacdf83": {
  14312. "model_name": "ButtonModel",
  14313. "model_module": "@jupyter-widgets/controls",
  14314. "model_module_version": "1.2.0",
  14315. "state": {
  14316. "description": "Remove",
  14317. "layout": "IPY_MODEL_47ff876117554769bdb459d9b5014ae8",
  14318. "style": "IPY_MODEL_62547662c0304761852999dea0dca5e4"
  14319. }
  14320. },
  14321. "686fa718b5af4779a95907d28e6ff1e6": {
  14322. "model_name": "LayoutModel",
  14323. "model_module": "@jupyter-widgets/base",
  14324. "model_module_version": "1.0.0",
  14325. "state": {}
  14326. },
  14327. "68d935e2964047109360c22517fc1285": {
  14328. "model_name": "ButtonStyleModel",
  14329. "model_module": "@jupyter-widgets/controls",
  14330. "model_module_version": "1.2.0",
  14331. "state": {}
  14332. },
  14333. "68daa9a1aedf4cd0b8630f1f710b3efe": {
  14334. "model_name": "SelectModel",
  14335. "model_module": "@jupyter-widgets/controls",
  14336. "model_module_version": "1.2.0",
  14337. "state": {
  14338. "description": "Selected:",
  14339. "index": null,
  14340. "layout": "IPY_MODEL_7f240c3bcc704050b25e0cd326ad1c77",
  14341. "style": "IPY_MODEL_12e0a0c626b547b7b24583357f2328c3"
  14342. }
  14343. },
  14344. "6934c11a358d437e90e856d02e749707": {
  14345. "model_name": "VBoxModel",
  14346. "model_module": "@jupyter-widgets/controls",
  14347. "model_module_version": "1.2.0",
  14348. "state": {
  14349. "_dom_classes": [
  14350. "widget-interact"
  14351. ],
  14352. "children": [
  14353. "IPY_MODEL_caa3ab6980e24aec9f3885f6305815e1",
  14354. "IPY_MODEL_973f68dca60e4043a3bf4af56a879e97"
  14355. ],
  14356. "layout": "IPY_MODEL_8e1176a54894490ba701d86c428a3bc4"
  14357. }
  14358. },
  14359. "694aa7ea1dbd4c8e9346d5f67539f1ce": {
  14360. "model_name": "DropdownModel",
  14361. "model_module": "@jupyter-widgets/controls",
  14362. "model_module_version": "1.2.0",
  14363. "state": {
  14364. "_options_labels": [
  14365. "Development Status",
  14366. "Environment",
  14367. "Framework",
  14368. "Intended Audience",
  14369. "License",
  14370. "Natural Language",
  14371. "Operating System",
  14372. "Programming Language",
  14373. "Topic"
  14374. ],
  14375. "description": "prefix",
  14376. "index": 0,
  14377. "layout": "IPY_MODEL_5dc2a7302960419581b9a7915533bd9d",
  14378. "style": "IPY_MODEL_12d3c00a7f564e2fa6593c4e62c91c6c"
  14379. }
  14380. },
  14381. "69527b23f5b54ffc8f321a434ec8221c": {
  14382. "model_name": "VBoxModel",
  14383. "model_module": "@jupyter-widgets/controls",
  14384. "model_module_version": "1.2.0",
  14385. "state": {
  14386. "_dom_classes": [
  14387. "widget-interact"
  14388. ],
  14389. "children": [
  14390. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  14391. "IPY_MODEL_5667d4273f65474fa65fceec3d556a68"
  14392. ],
  14393. "layout": "IPY_MODEL_74f2e58a415c41eb989323943d963dfd"
  14394. }
  14395. },
  14396. "6956ada32188430db43162be7528d5a8": {
  14397. "model_name": "ButtonModel",
  14398. "model_module": "@jupyter-widgets/controls",
  14399. "model_module_version": "1.2.0",
  14400. "state": {
  14401. "description": "Add",
  14402. "layout": "IPY_MODEL_b73039adee1a456fb9b2f4399999a9e8",
  14403. "style": "IPY_MODEL_09c8898becfb4f08ae6330cf0adfc3de"
  14404. }
  14405. },
  14406. "697f5eb1b80748528b3dfede36012401": {
  14407. "model_name": "LayoutModel",
  14408. "model_module": "@jupyter-widgets/base",
  14409. "model_module_version": "1.0.0",
  14410. "state": {}
  14411. },
  14412. "69b22690c8e44d74983be69ca2d62bef": {
  14413. "model_name": "LayoutModel",
  14414. "model_module": "@jupyter-widgets/base",
  14415. "model_module_version": "1.0.0",
  14416. "state": {}
  14417. },
  14418. "69b2ec7cf0b64e0c9c7e8557db3586e4": {
  14419. "model_name": "LabelModel",
  14420. "model_module": "@jupyter-widgets/controls",
  14421. "model_module_version": "1.2.0",
  14422. "state": {
  14423. "layout": "IPY_MODEL_47da627c43bf41bfa785e3f79264dbf7",
  14424. "style": "IPY_MODEL_e9f719b17cba4b6e8f80c8ab48f6da49",
  14425. "value": "*Optional Classifiers"
  14426. }
  14427. },
  14428. "69d2f22bfa68424ea0baae3ee52a63ca": {
  14429. "model_name": "LayoutModel",
  14430. "model_module": "@jupyter-widgets/base",
  14431. "model_module_version": "1.0.0",
  14432. "state": {}
  14433. },
  14434. "69db70e962cf40308571ade158976824": {
  14435. "model_name": "LayoutModel",
  14436. "model_module": "@jupyter-widgets/base",
  14437. "model_module_version": "1.0.0",
  14438. "state": {}
  14439. },
  14440. "69f28f0bfe274aca85164b864b85b7ef": {
  14441. "model_name": "LayoutModel",
  14442. "model_module": "@jupyter-widgets/base",
  14443. "model_module_version": "1.0.0",
  14444. "state": {}
  14445. },
  14446. "6a156db877484f7c89e1382614dc2b2f": {
  14447. "model_name": "VBoxModel",
  14448. "model_module": "@jupyter-widgets/controls",
  14449. "model_module_version": "1.2.0",
  14450. "state": {
  14451. "_dom_classes": [
  14452. "widget-interact"
  14453. ],
  14454. "children": [
  14455. "IPY_MODEL_fba312e669644cb1b2ce08b74c266ca3",
  14456. "IPY_MODEL_bfd7296405d14879955dde63962a0c6f"
  14457. ],
  14458. "layout": "IPY_MODEL_3730771194c341499d08726ccc878d87"
  14459. }
  14460. },
  14461. "6a183b401c0d4541a481e221b593b22a": {
  14462. "model_name": "LayoutModel",
  14463. "model_module": "@jupyter-widgets/base",
  14464. "model_module_version": "1.0.0",
  14465. "state": {}
  14466. },
  14467. "6a2283d8ecfe4556b1efa46163cfa60f": {
  14468. "model_name": "ButtonModel",
  14469. "model_module": "@jupyter-widgets/controls",
  14470. "model_module_version": "1.2.0",
  14471. "state": {
  14472. "description": "Remove",
  14473. "layout": "IPY_MODEL_6575fdc90d4b4954a0b8253e8cffe8ed",
  14474. "style": "IPY_MODEL_0451d0b33cb045fea7cb946d4d6c9941"
  14475. }
  14476. },
  14477. "6a3f4f5a11bb4ed3923f539453899bc1": {
  14478. "model_name": "LayoutModel",
  14479. "model_module": "@jupyter-widgets/base",
  14480. "model_module_version": "1.0.0",
  14481. "state": {}
  14482. },
  14483. "6a51ebef195743819fde6477664813ba": {
  14484. "model_name": "LayoutModel",
  14485. "model_module": "@jupyter-widgets/base",
  14486. "model_module_version": "1.0.0",
  14487. "state": {}
  14488. },
  14489. "6a55b1203cf84fdcb9f1efbef1eb1d3c": {
  14490. "model_name": "LabelModel",
  14491. "model_module": "@jupyter-widgets/controls",
  14492. "model_module_version": "1.2.0",
  14493. "state": {
  14494. "layout": "IPY_MODEL_0da5f344a7e1459fbd57869d4f7e70ac",
  14495. "style": "IPY_MODEL_6f85ff5ee5824d63aaee94fc97212b35",
  14496. "value": "...!"
  14497. }
  14498. },
  14499. "6a731694348747209ba9d95f4758679a": {
  14500. "model_name": "LayoutModel",
  14501. "model_module": "@jupyter-widgets/base",
  14502. "model_module_version": "1.0.0",
  14503. "state": {}
  14504. },
  14505. "6a7a14509d9a47119c46e3960702b905": {
  14506. "model_name": "LayoutModel",
  14507. "model_module": "@jupyter-widgets/base",
  14508. "model_module_version": "1.0.0",
  14509. "state": {}
  14510. },
  14511. "6aa6f5d7e1dc49e5891894afa5c67f36": {
  14512. "model_name": "OutputModel",
  14513. "model_module": "@jupyter-widgets/output",
  14514. "model_module_version": "1.0.0",
  14515. "state": {
  14516. "layout": "IPY_MODEL_65fafc54b0194f64abd3c0442f7d4c10"
  14517. }
  14518. },
  14519. "6b026698741242a5a758ebc17ff60c8e": {
  14520. "model_name": "LayoutModel",
  14521. "model_module": "@jupyter-widgets/base",
  14522. "model_module_version": "1.0.0",
  14523. "state": {}
  14524. },
  14525. "6b12c689f8534f169ab8ff208025af13": {
  14526. "model_name": "DescriptionStyleModel",
  14527. "model_module": "@jupyter-widgets/controls",
  14528. "model_module_version": "1.2.0",
  14529. "state": {
  14530. "description_width": ""
  14531. }
  14532. },
  14533. "6b249ebec1ad407e9985a0def647a46f": {
  14534. "model_name": "DescriptionStyleModel",
  14535. "model_module": "@jupyter-widgets/controls",
  14536. "model_module_version": "1.2.0",
  14537. "state": {
  14538. "description_width": ""
  14539. }
  14540. },
  14541. "6b251f48e0ed4b7d9ee868644cebf39a": {
  14542. "model_name": "LayoutModel",
  14543. "model_module": "@jupyter-widgets/base",
  14544. "model_module_version": "1.0.0",
  14545. "state": {}
  14546. },
  14547. "6b2b6edac2f549cab66623f91c54e9b0": {
  14548. "model_name": "ButtonModel",
  14549. "model_module": "@jupyter-widgets/controls",
  14550. "model_module_version": "1.2.0",
  14551. "state": {
  14552. "description": "Remove",
  14553. "layout": "IPY_MODEL_7317ff79126c4ce99590656fa1e10bc5",
  14554. "style": "IPY_MODEL_9c91e1ef01c740b485f9a973f0b8457b"
  14555. }
  14556. },
  14557. "6b67d1b05fae4a7dab32206776c34675": {
  14558. "model_name": "SelectModel",
  14559. "model_module": "@jupyter-widgets/controls",
  14560. "model_module_version": "1.2.0",
  14561. "state": {
  14562. "_options_labels": [
  14563. "selected_classifiers"
  14564. ],
  14565. "description": "Selected:",
  14566. "index": 0,
  14567. "layout": "IPY_MODEL_a34d0e3ea2b14d3bb3cca21496cab724",
  14568. "style": "IPY_MODEL_acaf870bf08f4b70ac709c0c2b44518c"
  14569. }
  14570. },
  14571. "6b8627d577a14e908d4119e6dd90221a": {
  14572. "model_name": "LayoutModel",
  14573. "model_module": "@jupyter-widgets/base",
  14574. "model_module_version": "1.0.0",
  14575. "state": {}
  14576. },
  14577. "6b88cadb7d6b42c1997b4054e66663c1": {
  14578. "model_name": "OutputModel",
  14579. "model_module": "@jupyter-widgets/output",
  14580. "model_module_version": "1.0.0",
  14581. "state": {
  14582. "layout": "IPY_MODEL_50471eb7891440ab8d77b51c4478e2d7"
  14583. }
  14584. },
  14585. "6bb68afc756e46d1b7f9b2eb4c69c248": {
  14586. "model_name": "LayoutModel",
  14587. "model_module": "@jupyter-widgets/base",
  14588. "model_module_version": "1.0.0",
  14589. "state": {}
  14590. },
  14591. "6bbf4e91db964b039751d251120377da": {
  14592. "model_name": "LayoutModel",
  14593. "model_module": "@jupyter-widgets/base",
  14594. "model_module_version": "1.0.0",
  14595. "state": {}
  14596. },
  14597. "6bcff18966fd47fe9984826532295930": {
  14598. "model_name": "LabelModel",
  14599. "model_module": "@jupyter-widgets/controls",
  14600. "model_module_version": "1.2.0",
  14601. "state": {
  14602. "layout": "IPY_MODEL_46a5b37c10cb445397a2fdc14cd3ad68",
  14603. "style": "IPY_MODEL_6d4072976cb0479db58714f2992e656a",
  14604. "value": "...."
  14605. }
  14606. },
  14607. "6be345e377aa470586fe56d0acec4827": {
  14608. "model_name": "LabelModel",
  14609. "model_module": "@jupyter-widgets/controls",
  14610. "model_module_version": "1.2.0",
  14611. "state": {
  14612. "layout": "IPY_MODEL_05896f0f2260456a9a0c2a9db71fd60d",
  14613. "style": "IPY_MODEL_133e8ef1fe7c444998a88b26e3b004f9",
  14614. "value": "...!"
  14615. }
  14616. },
  14617. "6bededfb193243b19fb55a7600325f04": {
  14618. "model_name": "DropdownModel",
  14619. "model_module": "@jupyter-widgets/controls",
  14620. "model_module_version": "1.2.0",
  14621. "state": {
  14622. "_options_labels": [
  14623. "Development Status",
  14624. "Environment",
  14625. "Framework",
  14626. "Intended Audience",
  14627. "License",
  14628. "Natural Language",
  14629. "Operating System",
  14630. "Programming Language",
  14631. "Topic"
  14632. ],
  14633. "description": "prefix",
  14634. "index": 0,
  14635. "layout": "IPY_MODEL_c4a3c5dfa0164aa7857d93b9ed8a7cdf",
  14636. "style": "IPY_MODEL_bcbe770bbfcd412bbc48a4913b675710"
  14637. }
  14638. },
  14639. "6c10413e92944d7d8933105e0944f769": {
  14640. "model_name": "LabelModel",
  14641. "model_module": "@jupyter-widgets/controls",
  14642. "model_module_version": "1.2.0",
  14643. "state": {
  14644. "layout": "IPY_MODEL_81ecd1899e514b7882cde33dbb59c331",
  14645. "style": "IPY_MODEL_b9fb1b57ef8a416c82b2d702452f8bfd",
  14646. "value": "*Optional Classifiers"
  14647. }
  14648. },
  14649. "6c29e9181fd34bb3a0f59138d53bd5ea": {
  14650. "model_name": "VBoxModel",
  14651. "model_module": "@jupyter-widgets/controls",
  14652. "model_module_version": "1.2.0",
  14653. "state": {
  14654. "_dom_classes": [
  14655. "widget-interact"
  14656. ],
  14657. "children": [
  14658. "IPY_MODEL_df675ff4268b45648127f56c1f37f0cc",
  14659. "IPY_MODEL_a41ce6452f08435da671537c24da590c"
  14660. ],
  14661. "layout": "IPY_MODEL_5fd918420de4415781457bce958fb55e"
  14662. }
  14663. },
  14664. "6c2d8bbcaaf149c0963036a252c80c5c": {
  14665. "model_name": "OutputModel",
  14666. "model_module": "@jupyter-widgets/output",
  14667. "model_module_version": "1.0.0",
  14668. "state": {
  14669. "layout": "IPY_MODEL_624c4da3bae14d4bb4c98bb3b2575f60",
  14670. "outputs": [
  14671. {
  14672. "name": "stdout",
  14673. "output_type": "stream",
  14674. "text": "Development Status :: 2 - Pre-Alpha\n"
  14675. }
  14676. ]
  14677. }
  14678. },
  14679. "6c5a7152426f453ab1a220b2bd0eb046": {
  14680. "model_name": "DropdownModel",
  14681. "model_module": "@jupyter-widgets/controls",
  14682. "model_module_version": "1.2.0",
  14683. "state": {
  14684. "_options_labels": [
  14685. "Development Status",
  14686. "Environment",
  14687. "Framework",
  14688. "Intended Audience",
  14689. "License",
  14690. "Natural Language",
  14691. "Operating System",
  14692. "Programming Language",
  14693. "Topic"
  14694. ],
  14695. "description": "prefix",
  14696. "index": 2,
  14697. "layout": "IPY_MODEL_38ad01515f0d487a87560c0e13167669",
  14698. "style": "IPY_MODEL_0ec36f08ab1c48108bfd85bbe4c7bab0"
  14699. }
  14700. },
  14701. "6ca0b8e2f68f49a4bb23af5806cd0eec": {
  14702. "model_name": "LayoutModel",
  14703. "model_module": "@jupyter-widgets/base",
  14704. "model_module_version": "1.0.0",
  14705. "state": {}
  14706. },
  14707. "6cd55bfbcc0c479692a196ba59359d81": {
  14708. "model_name": "DescriptionStyleModel",
  14709. "model_module": "@jupyter-widgets/controls",
  14710. "model_module_version": "1.2.0",
  14711. "state": {
  14712. "description_width": ""
  14713. }
  14714. },
  14715. "6ced643e4afd41cda96f9b9a5c960eac": {
  14716. "model_name": "LayoutModel",
  14717. "model_module": "@jupyter-widgets/base",
  14718. "model_module_version": "1.0.0",
  14719. "state": {}
  14720. },
  14721. "6d04ac74f4a647818917fe5fb7615b19": {
  14722. "model_name": "HBoxModel",
  14723. "model_module": "@jupyter-widgets/controls",
  14724. "model_module_version": "1.2.0",
  14725. "state": {
  14726. "children": [
  14727. "IPY_MODEL_231767eefbea4064bb1ad20aad2781c2",
  14728. "IPY_MODEL_4e9a4034cf7d4fc1870284c508fbf9f6"
  14729. ],
  14730. "layout": "IPY_MODEL_2a16bb33397f4e1f914f22524d73f4e7"
  14731. }
  14732. },
  14733. "6d0d062b9b3b4c56999c8f88522a8ba1": {
  14734. "model_name": "LayoutModel",
  14735. "model_module": "@jupyter-widgets/base",
  14736. "model_module_version": "1.0.0",
  14737. "state": {}
  14738. },
  14739. "6d23cb97c1444f6db968350b957dffb2": {
  14740. "model_name": "HBoxModel",
  14741. "model_module": "@jupyter-widgets/controls",
  14742. "model_module_version": "1.2.0",
  14743. "state": {
  14744. "children": [
  14745. "IPY_MODEL_3b55a3e391a14284930b4468429a2fca",
  14746. "IPY_MODEL_046fa935b4ae4aeca30be9b8086bce2c"
  14747. ],
  14748. "layout": "IPY_MODEL_f359b46dc17444e5ba2a4e1617c3190b"
  14749. }
  14750. },
  14751. "6d4072976cb0479db58714f2992e656a": {
  14752. "model_name": "DescriptionStyleModel",
  14753. "model_module": "@jupyter-widgets/controls",
  14754. "model_module_version": "1.2.0",
  14755. "state": {
  14756. "description_width": ""
  14757. }
  14758. },
  14759. "6d4363c9137b4599837226c5807d2cf4": {
  14760. "model_name": "DescriptionStyleModel",
  14761. "model_module": "@jupyter-widgets/controls",
  14762. "model_module_version": "1.2.0",
  14763. "state": {
  14764. "description_width": ""
  14765. }
  14766. },
  14767. "6d630fde3ec24ec9a69b8cedc17b5b5d": {
  14768. "model_name": "LayoutModel",
  14769. "model_module": "@jupyter-widgets/base",
  14770. "model_module_version": "1.0.0",
  14771. "state": {}
  14772. },
  14773. "6d77a4e163324a608539364f48990a65": {
  14774. "model_name": "DescriptionStyleModel",
  14775. "model_module": "@jupyter-widgets/controls",
  14776. "model_module_version": "1.2.0",
  14777. "state": {
  14778. "description_width": ""
  14779. }
  14780. },
  14781. "6d9218bbf9d241698a49fa97d72f705c": {
  14782. "model_name": "LabelModel",
  14783. "model_module": "@jupyter-widgets/controls",
  14784. "model_module_version": "1.2.0",
  14785. "state": {
  14786. "layout": "IPY_MODEL_c4ca37c66eb04a47b356dd3be6007c30",
  14787. "style": "IPY_MODEL_bd641a87c8d04de7a1ca09cbbe575dc5",
  14788. "value": "*Optional Classifiers"
  14789. }
  14790. },
  14791. "6da91e6952634bae808a7c97f3e6223b": {
  14792. "model_name": "DropdownModel",
  14793. "model_module": "@jupyter-widgets/controls",
  14794. "model_module_version": "1.2.0",
  14795. "state": {
  14796. "_options_labels": [
  14797. "Development Status",
  14798. "Environment",
  14799. "Framework",
  14800. "Intended Audience",
  14801. "License",
  14802. "Natural Language",
  14803. "Operating System",
  14804. "Programming Language",
  14805. "Topic"
  14806. ],
  14807. "description": "prefix",
  14808. "index": 0,
  14809. "layout": "IPY_MODEL_36458303be144ef7b123efdcce0d7ebd",
  14810. "style": "IPY_MODEL_a51cc4e3b9f142e6a82279e68d4a05f0"
  14811. }
  14812. },
  14813. "6dc9c8d4b76b49ce81ce70e1b0df282b": {
  14814. "model_name": "HBoxModel",
  14815. "model_module": "@jupyter-widgets/controls",
  14816. "model_module_version": "1.2.0",
  14817. "state": {
  14818. "children": [
  14819. "IPY_MODEL_533d1bc5bbf146f9b2cf75cb73a02d12",
  14820. "IPY_MODEL_75baee3473304617b76362737987630d"
  14821. ],
  14822. "layout": "IPY_MODEL_8614682d3c0a4cb8acb8cec7fc67321b"
  14823. }
  14824. },
  14825. "6dcda03843474f9a829aa00974187fb2": {
  14826. "model_name": "LayoutModel",
  14827. "model_module": "@jupyter-widgets/base",
  14828. "model_module_version": "1.0.0",
  14829. "state": {}
  14830. },
  14831. "6dd75ca1829c4d629e20d54c4edd168e": {
  14832. "model_name": "LayoutModel",
  14833. "model_module": "@jupyter-widgets/base",
  14834. "model_module_version": "1.0.0",
  14835. "state": {}
  14836. },
  14837. "6de271715a484f9ba5d6470d947f259e": {
  14838. "model_name": "LayoutModel",
  14839. "model_module": "@jupyter-widgets/base",
  14840. "model_module_version": "1.0.0",
  14841. "state": {}
  14842. },
  14843. "6dec727b483540b18faac8fed35bab7d": {
  14844. "model_name": "LayoutModel",
  14845. "model_module": "@jupyter-widgets/base",
  14846. "model_module_version": "1.0.0",
  14847. "state": {}
  14848. },
  14849. "6e144c9269564ce299755ae3a31788ef": {
  14850. "model_name": "LayoutModel",
  14851. "model_module": "@jupyter-widgets/base",
  14852. "model_module_version": "1.0.0",
  14853. "state": {}
  14854. },
  14855. "6e18e523f12d4ef6920d2bc2a7564d74": {
  14856. "model_name": "DescriptionStyleModel",
  14857. "model_module": "@jupyter-widgets/controls",
  14858. "model_module_version": "1.2.0",
  14859. "state": {
  14860. "description_width": ""
  14861. }
  14862. },
  14863. "6e57c4778b3143d9b94964afaccc24b8": {
  14864. "model_name": "ButtonModel",
  14865. "model_module": "@jupyter-widgets/controls",
  14866. "model_module_version": "1.2.0",
  14867. "state": {
  14868. "description": "Remove",
  14869. "layout": "IPY_MODEL_472fe560d9394749b0ec2d8773a88e4d",
  14870. "style": "IPY_MODEL_9f75497e09f242b0a0a08c5f68a1b65f"
  14871. }
  14872. },
  14873. "6e65a1e0100f4095a5061e2b15c85f04": {
  14874. "model_name": "LabelModel",
  14875. "model_module": "@jupyter-widgets/controls",
  14876. "model_module_version": "1.2.0",
  14877. "state": {
  14878. "layout": "IPY_MODEL_efa29fda9eea45c7b37d519b2f7146d4",
  14879. "style": "IPY_MODEL_9ae7316c32b44684b6d871b5d424c9af",
  14880. "value": "*Optional Classifiers"
  14881. }
  14882. },
  14883. "6e82f67c0e3c439fb36aab665bcacaec": {
  14884. "model_name": "LayoutModel",
  14885. "model_module": "@jupyter-widgets/base",
  14886. "model_module_version": "1.0.0",
  14887. "state": {}
  14888. },
  14889. "6e99521b83f84e5da3590df4643da90c": {
  14890. "model_name": "LayoutModel",
  14891. "model_module": "@jupyter-widgets/base",
  14892. "model_module_version": "1.0.0",
  14893. "state": {}
  14894. },
  14895. "6e99ae4ff50940f3b1c45afe1a342e51": {
  14896. "model_name": "LabelModel",
  14897. "model_module": "@jupyter-widgets/controls",
  14898. "model_module_version": "1.2.0",
  14899. "state": {
  14900. "layout": "IPY_MODEL_22952a41ad1e42308468ada1f38873a8",
  14901. "style": "IPY_MODEL_c53f6e137cad45a5b87ee17b7735d7b9",
  14902. "value": "Chosen Classifiers"
  14903. }
  14904. },
  14905. "6e9cdab920594a34847c91fea8536c0f": {
  14906. "model_name": "LayoutModel",
  14907. "model_module": "@jupyter-widgets/base",
  14908. "model_module_version": "1.0.0",
  14909. "state": {}
  14910. },
  14911. "6eb7950e0e6a4f33b5907b25047793b2": {
  14912. "model_name": "LabelModel",
  14913. "model_module": "@jupyter-widgets/controls",
  14914. "model_module_version": "1.2.0",
  14915. "state": {
  14916. "layout": "IPY_MODEL_f56577e7e0e24d1082f6f5c24e8a1250",
  14917. "style": "IPY_MODEL_5abcfccc0383402bb5816dfd92ef7af9",
  14918. "value": "Programming Language :: Other"
  14919. }
  14920. },
  14921. "6ef17744dc064919913caf4e3b1c1db8": {
  14922. "model_name": "LayoutModel",
  14923. "model_module": "@jupyter-widgets/base",
  14924. "model_module_version": "1.0.0",
  14925. "state": {}
  14926. },
  14927. "6f1d8fce36fc4fb186c1425c45911176": {
  14928. "model_name": "DropdownModel",
  14929. "model_module": "@jupyter-widgets/controls",
  14930. "model_module_version": "1.2.0",
  14931. "state": {
  14932. "_options_labels": [
  14933. "Development Status",
  14934. "Environment",
  14935. "Framework",
  14936. "Intended Audience",
  14937. "License",
  14938. "Natural Language",
  14939. "Operating System",
  14940. "Programming Language",
  14941. "Topic"
  14942. ],
  14943. "description": "prefix",
  14944. "index": 0,
  14945. "layout": "IPY_MODEL_e7582a9ef79a47089a1f6b54c0e23837",
  14946. "style": "IPY_MODEL_3f1d875d48654dca9f4904d1be57033d"
  14947. }
  14948. },
  14949. "6f249d4b9d5f476fa363587ca384c480": {
  14950. "model_name": "LayoutModel",
  14951. "model_module": "@jupyter-widgets/base",
  14952. "model_module_version": "1.0.0",
  14953. "state": {}
  14954. },
  14955. "6f429a99ae2c4f8a99acbe483ab01b33": {
  14956. "model_name": "LayoutModel",
  14957. "model_module": "@jupyter-widgets/base",
  14958. "model_module_version": "1.0.0",
  14959. "state": {}
  14960. },
  14961. "6f52a691d15c4a57b70d3f34e1eb40ce": {
  14962. "model_name": "VBoxModel",
  14963. "model_module": "@jupyter-widgets/controls",
  14964. "model_module_version": "1.2.0",
  14965. "state": {
  14966. "_dom_classes": [
  14967. "widget-interact"
  14968. ],
  14969. "children": [
  14970. "IPY_MODEL_e3f89f3ebe6442ef882d5342754103ff",
  14971. "IPY_MODEL_a77211a612744dc184c15a6adbb96c94"
  14972. ],
  14973. "layout": "IPY_MODEL_57dba8a130ed4503af5c8835000e1056"
  14974. }
  14975. },
  14976. "6f52b9f4a65d46378ab1bdca04dc25de": {
  14977. "model_name": "LayoutModel",
  14978. "model_module": "@jupyter-widgets/base",
  14979. "model_module_version": "1.0.0",
  14980. "state": {}
  14981. },
  14982. "6f822f3e681249b4b5d3e081486b5064": {
  14983. "model_name": "LayoutModel",
  14984. "model_module": "@jupyter-widgets/base",
  14985. "model_module_version": "1.0.0",
  14986. "state": {}
  14987. },
  14988. "6f85ff5ee5824d63aaee94fc97212b35": {
  14989. "model_name": "DescriptionStyleModel",
  14990. "model_module": "@jupyter-widgets/controls",
  14991. "model_module_version": "1.2.0",
  14992. "state": {
  14993. "description_width": ""
  14994. }
  14995. },
  14996. "6f95ba40eb5b4995a50faf0f3acde927": {
  14997. "model_name": "LayoutModel",
  14998. "model_module": "@jupyter-widgets/base",
  14999. "model_module_version": "1.0.0",
  15000. "state": {}
  15001. },
  15002. "6fa0ca93011c4219b91d3cc10202f2dc": {
  15003. "model_name": "VBoxModel",
  15004. "model_module": "@jupyter-widgets/controls",
  15005. "model_module_version": "1.2.0",
  15006. "state": {
  15007. "_dom_classes": [
  15008. "widget-interact"
  15009. ],
  15010. "children": [
  15011. "IPY_MODEL_3b7614604c77429f8c4639c9ca5be8f2",
  15012. "IPY_MODEL_b5a63eb5c9d34962b8bed3631c0ab23e"
  15013. ],
  15014. "layout": "IPY_MODEL_ce0be42e7e3841abbdcc0eb8baa6c32f"
  15015. }
  15016. },
  15017. "6fac1adcc1a94ae987b7e179d602a5c6": {
  15018. "model_name": "ButtonStyleModel",
  15019. "model_module": "@jupyter-widgets/controls",
  15020. "model_module_version": "1.2.0",
  15021. "state": {}
  15022. },
  15023. "6fb7ed32511d4314841fe0bceb3f317b": {
  15024. "model_name": "OutputModel",
  15025. "model_module": "@jupyter-widgets/output",
  15026. "model_module_version": "1.0.0",
  15027. "state": {
  15028. "layout": "IPY_MODEL_8755183779da4ce48a7d34f149fec9b5",
  15029. "outputs": [
  15030. {
  15031. "data": {
  15032. "application/vnd.jupyter.widget-view+json": {
  15033. "model_id": "c51c631e1bbb4089adf5c755ca66c94a",
  15034. "version_major": 2,
  15035. "version_minor": 0
  15036. },
  15037. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: PDA Systems', 'Operatin…"
  15038. },
  15039. "metadata": {},
  15040. "output_type": "display_data"
  15041. }
  15042. ]
  15043. }
  15044. },
  15045. "6fefd00c484944ca87e1fed9b87ce32f": {
  15046. "model_name": "VBoxModel",
  15047. "model_module": "@jupyter-widgets/controls",
  15048. "model_module_version": "1.2.0",
  15049. "state": {
  15050. "_dom_classes": [
  15051. "widget-interact"
  15052. ],
  15053. "children": [
  15054. "IPY_MODEL_9e63734d61224e5c91a7494b448ad5d3",
  15055. "IPY_MODEL_7549d85547a34253b963ad6135160040"
  15056. ],
  15057. "layout": "IPY_MODEL_8c4739be609747ff8fc83db13e4c2179"
  15058. }
  15059. },
  15060. "7016f65a6fe34b238ad6d7a6b49629af": {
  15061. "model_name": "LayoutModel",
  15062. "model_module": "@jupyter-widgets/base",
  15063. "model_module_version": "1.0.0",
  15064. "state": {}
  15065. },
  15066. "705a72f5e75c47e99b3a5c7993933842": {
  15067. "model_name": "LayoutModel",
  15068. "model_module": "@jupyter-widgets/base",
  15069. "model_module_version": "1.0.0",
  15070. "state": {}
  15071. },
  15072. "705f22db442445fca6b0b532e7d452fc": {
  15073. "model_name": "LayoutModel",
  15074. "model_module": "@jupyter-widgets/base",
  15075. "model_module_version": "1.0.0",
  15076. "state": {}
  15077. },
  15078. "706245c935f04653ade2560b45bb2c0d": {
  15079. "model_name": "ButtonModel",
  15080. "model_module": "@jupyter-widgets/controls",
  15081. "model_module_version": "1.2.0",
  15082. "state": {
  15083. "description": "Save",
  15084. "layout": "IPY_MODEL_17ac55c98144406a85549e1e74d2cedd",
  15085. "style": "IPY_MODEL_eb7ec3bfb47a4f36a049a9b61b647488"
  15086. }
  15087. },
  15088. "706564fe275947dab7b3716587d2677f": {
  15089. "model_name": "LabelModel",
  15090. "model_module": "@jupyter-widgets/controls",
  15091. "model_module_version": "1.2.0",
  15092. "state": {
  15093. "layout": "IPY_MODEL_474e0018077f429183cbdee81e6e348d",
  15094. "style": "IPY_MODEL_5047419f3a55421882e8766a50a474a9",
  15095. "value": "Highlighted Classifer: Development Status :: 1 - Planning"
  15096. }
  15097. },
  15098. "707406735d7e48a987ee4eb0bc75bdc6": {
  15099. "model_name": "ButtonStyleModel",
  15100. "model_module": "@jupyter-widgets/controls",
  15101. "model_module_version": "1.2.0",
  15102. "state": {}
  15103. },
  15104. "7075601fd58040a784ba7996de3854f4": {
  15105. "model_name": "VBoxModel",
  15106. "model_module": "@jupyter-widgets/controls",
  15107. "model_module_version": "1.2.0",
  15108. "state": {
  15109. "_dom_classes": [
  15110. "widget-interact"
  15111. ],
  15112. "children": [
  15113. "IPY_MODEL_0da97644dfa74610a1ce7e6c65ca3806",
  15114. "IPY_MODEL_144d0435c23e4805aba198ecece9d755"
  15115. ],
  15116. "layout": "IPY_MODEL_afb53485bfc04215952a8e192e02c478"
  15117. }
  15118. },
  15119. "707eeac23ade4871a7f64ac3602d2df1": {
  15120. "model_name": "LayoutModel",
  15121. "model_module": "@jupyter-widgets/base",
  15122. "model_module_version": "1.0.0",
  15123. "state": {}
  15124. },
  15125. "7080b7b9ac924d65a704e2bf8f61bc98": {
  15126. "model_name": "VBoxModel",
  15127. "model_module": "@jupyter-widgets/controls",
  15128. "model_module_version": "1.2.0",
  15129. "state": {
  15130. "_dom_classes": [
  15131. "widget-interact"
  15132. ],
  15133. "children": [
  15134. "IPY_MODEL_d2c745a244cf4d379292499718e3e1ee",
  15135. "IPY_MODEL_8a62718b4b4b47f1bf7a63f3f6660334"
  15136. ],
  15137. "layout": "IPY_MODEL_4a63297aba314f818174468a6d95b21c"
  15138. }
  15139. },
  15140. "70902508c5e24d4696ad9380f043d250": {
  15141. "model_name": "HBoxModel",
  15142. "model_module": "@jupyter-widgets/controls",
  15143. "model_module_version": "1.2.0",
  15144. "state": {
  15145. "children": [
  15146. "IPY_MODEL_467f5b37ba404e74944ed7e601ecd0f7"
  15147. ],
  15148. "layout": "IPY_MODEL_227779bb6a554c35a98313e2917460c8"
  15149. }
  15150. },
  15151. "70c7de2725c54abab75f8498101630d9": {
  15152. "model_name": "HBoxModel",
  15153. "model_module": "@jupyter-widgets/controls",
  15154. "model_module_version": "1.2.0",
  15155. "state": {
  15156. "children": [
  15157. "IPY_MODEL_bc7d18934ad04361b877bcaf80ec6acd",
  15158. "IPY_MODEL_bdaa095493734027a427fb1fab5c9149"
  15159. ],
  15160. "layout": "IPY_MODEL_16b208d5ee834f6c9b248bf22e3889be"
  15161. }
  15162. },
  15163. "70e2a7fff98642a68f8aac4b03be2532": {
  15164. "model_name": "ButtonStyleModel",
  15165. "model_module": "@jupyter-widgets/controls",
  15166. "model_module_version": "1.2.0",
  15167. "state": {}
  15168. },
  15169. "70f0c6ad6c1b47e396aac2c1b64c1b09": {
  15170. "model_name": "HBoxModel",
  15171. "model_module": "@jupyter-widgets/controls",
  15172. "model_module_version": "1.2.0",
  15173. "state": {
  15174. "children": [
  15175. "IPY_MODEL_b9eac1e89c654f4094ab0d511bb4b4dd",
  15176. "IPY_MODEL_80d8d031922a4106a294b80e92afd058"
  15177. ],
  15178. "layout": "IPY_MODEL_ecb64a65eefc447db31e5f1955c27d04"
  15179. }
  15180. },
  15181. "70f336a77a3848d0b4a50e5612b717e3": {
  15182. "model_name": "LayoutModel",
  15183. "model_module": "@jupyter-widgets/base",
  15184. "model_module_version": "1.0.0",
  15185. "state": {}
  15186. },
  15187. "7126e635789e4065803e2fa81da64238": {
  15188. "model_name": "LayoutModel",
  15189. "model_module": "@jupyter-widgets/base",
  15190. "model_module_version": "1.0.0",
  15191. "state": {}
  15192. },
  15193. "715b9bc021334928b23b960dadb4fefa": {
  15194. "model_name": "LayoutModel",
  15195. "model_module": "@jupyter-widgets/base",
  15196. "model_module_version": "1.0.0",
  15197. "state": {}
  15198. },
  15199. "715c1c6647924a56b867131b58048710": {
  15200. "model_name": "LabelModel",
  15201. "model_module": "@jupyter-widgets/controls",
  15202. "model_module_version": "1.2.0",
  15203. "state": {
  15204. "layout": "IPY_MODEL_a10346b07f784f79bae37b399b5c5035",
  15205. "style": "IPY_MODEL_d1e6f170673440d2b30eba636d10e23b",
  15206. "value": "Programming Language :: Other"
  15207. }
  15208. },
  15209. "715de433818b40ce82e08436166e66c9": {
  15210. "model_name": "LabelModel",
  15211. "model_module": "@jupyter-widgets/controls",
  15212. "model_module_version": "1.2.0",
  15213. "state": {
  15214. "layout": "IPY_MODEL_dcaae8f33c49462c9f7aa99f2f15024a",
  15215. "style": "IPY_MODEL_36286e1e6a55449aaa6c1edf9782fff2",
  15216. "value": "Chosen Classifiers"
  15217. }
  15218. },
  15219. "717b4cc3d75e4289b866d2857988440f": {
  15220. "model_name": "ButtonStyleModel",
  15221. "model_module": "@jupyter-widgets/controls",
  15222. "model_module_version": "1.2.0",
  15223. "state": {}
  15224. },
  15225. "719d7cca6abb4770920eadc71165abc0": {
  15226. "model_name": "VBoxModel",
  15227. "model_module": "@jupyter-widgets/controls",
  15228. "model_module_version": "1.2.0",
  15229. "state": {
  15230. "_dom_classes": [
  15231. "widget-interact"
  15232. ],
  15233. "children": [
  15234. "IPY_MODEL_4c45b675d9254284b8963706530a6858",
  15235. "IPY_MODEL_eb79886ca5284730baebbfa21af41dd7"
  15236. ],
  15237. "layout": "IPY_MODEL_84a7c8e94dbb4941b470708ac5e0f524"
  15238. }
  15239. },
  15240. "71a05ae77a834c2e91cf893ad3d87b42": {
  15241. "model_name": "DescriptionStyleModel",
  15242. "model_module": "@jupyter-widgets/controls",
  15243. "model_module_version": "1.2.0",
  15244. "state": {
  15245. "description_width": ""
  15246. }
  15247. },
  15248. "71a0a2d9ca3e4c1b99514fe012c11b70": {
  15249. "model_name": "LayoutModel",
  15250. "model_module": "@jupyter-widgets/base",
  15251. "model_module_version": "1.0.0",
  15252. "state": {}
  15253. },
  15254. "71c955dee55a4e31b3432d293493a50d": {
  15255. "model_name": "LayoutModel",
  15256. "model_module": "@jupyter-widgets/base",
  15257. "model_module_version": "1.0.0",
  15258. "state": {}
  15259. },
  15260. "71d8c01f87884658a647ca774fd52802": {
  15261. "model_name": "LayoutModel",
  15262. "model_module": "@jupyter-widgets/base",
  15263. "model_module_version": "1.0.0",
  15264. "state": {}
  15265. },
  15266. "71d98d915b304450a7aca71fdc3fff90": {
  15267. "model_name": "DropdownModel",
  15268. "model_module": "@jupyter-widgets/controls",
  15269. "model_module_version": "1.2.0",
  15270. "state": {
  15271. "_options_labels": [
  15272. "Development Status :: 4 - Beta",
  15273. "Development Status :: 5 - Production/Stable",
  15274. "Development Status :: 2 - Pre-Alpha",
  15275. "Development Status :: 6 - Mature",
  15276. "Development Status :: 7 - Inactive",
  15277. "Development Status :: 1 - Planning",
  15278. "Development Status :: 3 - Alpha"
  15279. ],
  15280. "description": "Classifier",
  15281. "index": 0,
  15282. "layout": "IPY_MODEL_26895728a6e04ae7ae589a2090ae579c",
  15283. "style": "IPY_MODEL_f85c21eaa8e0423782dd93da3d22d935"
  15284. }
  15285. },
  15286. "71e603df68bc45aebabf21e6acbb2490": {
  15287. "model_name": "VBoxModel",
  15288. "model_module": "@jupyter-widgets/controls",
  15289. "model_module_version": "1.2.0",
  15290. "state": {
  15291. "_dom_classes": [
  15292. "widget-interact"
  15293. ],
  15294. "children": [
  15295. "IPY_MODEL_4cc1713196304038aafccefb61513fd2",
  15296. "IPY_MODEL_21f88b5267c84d2097b85cf0081df7a6"
  15297. ],
  15298. "layout": "IPY_MODEL_5ea42ef5e7734d96abece7c5e866a591"
  15299. }
  15300. },
  15301. "71f40ef9143848efa027f19381fb8aa3": {
  15302. "model_name": "LabelModel",
  15303. "model_module": "@jupyter-widgets/controls",
  15304. "model_module_version": "1.2.0",
  15305. "state": {
  15306. "layout": "IPY_MODEL_f89c29d99d8142a59a3b3d17f46043da",
  15307. "style": "IPY_MODEL_e41027c3d1d041f5a657484f1f50a31f",
  15308. "value": "Chosen Classifiers"
  15309. }
  15310. },
  15311. "7200b9733a5747e6aaf4daeb96d1421c": {
  15312. "model_name": "LabelModel",
  15313. "model_module": "@jupyter-widgets/controls",
  15314. "model_module_version": "1.2.0",
  15315. "state": {
  15316. "layout": "IPY_MODEL_cbebcdf1d349433e931276688cb18180",
  15317. "style": "IPY_MODEL_cbb73d65f59149148f61337056265cd0",
  15318. "value": "*Optional Classifiers"
  15319. }
  15320. },
  15321. "720d44cb6a8a4789bfc3bdf6eb8165e0": {
  15322. "model_name": "LayoutModel",
  15323. "model_module": "@jupyter-widgets/base",
  15324. "model_module_version": "1.0.0",
  15325. "state": {}
  15326. },
  15327. "721a4556965342f2a730422c941d8911": {
  15328. "model_name": "ButtonStyleModel",
  15329. "model_module": "@jupyter-widgets/controls",
  15330. "model_module_version": "1.2.0",
  15331. "state": {}
  15332. },
  15333. "723dc86fa2544ea4b1ea4aa359c755df": {
  15334. "model_name": "LabelModel",
  15335. "model_module": "@jupyter-widgets/controls",
  15336. "model_module_version": "1.2.0",
  15337. "state": {
  15338. "layout": "IPY_MODEL_b3ecbb3dc2c24a7aa274177209cae143",
  15339. "style": "IPY_MODEL_e913cce500fe42cea897747e0628e6bc",
  15340. "value": "*Optional Classifiers"
  15341. }
  15342. },
  15343. "72485ca74ef444ac81ada37882f8e842": {
  15344. "model_name": "LayoutModel",
  15345. "model_module": "@jupyter-widgets/base",
  15346. "model_module_version": "1.0.0",
  15347. "state": {}
  15348. },
  15349. "725922bf76f649959a19fda77760b66a": {
  15350. "model_name": "VBoxModel",
  15351. "model_module": "@jupyter-widgets/controls",
  15352. "model_module_version": "1.2.0",
  15353. "state": {
  15354. "_dom_classes": [
  15355. "widget-interact"
  15356. ],
  15357. "children": [
  15358. "IPY_MODEL_1a8c52b27ffb46a6a1746ec97c024b57",
  15359. "IPY_MODEL_a88f9f9aee0843b9ac6cd0b0f792fca9"
  15360. ],
  15361. "layout": "IPY_MODEL_c3f5c9fc7c024ac1a1ff51a52b2b94bd"
  15362. }
  15363. },
  15364. "725dc217573a46a496a83cb4b055184a": {
  15365. "model_name": "ButtonModel",
  15366. "model_module": "@jupyter-widgets/controls",
  15367. "model_module_version": "1.2.0",
  15368. "state": {
  15369. "description": "Add",
  15370. "layout": "IPY_MODEL_24a4c8a2b67245c3a108c6e1b3ae3f66",
  15371. "style": "IPY_MODEL_d3b9f6e348ab43febcce8c71215b7b8c"
  15372. }
  15373. },
  15374. "7264937766c845d49329638da53836e4": {
  15375. "model_name": "LayoutModel",
  15376. "model_module": "@jupyter-widgets/base",
  15377. "model_module_version": "1.0.0",
  15378. "state": {}
  15379. },
  15380. "72687008de8e4152ae2f2be6a87ff924": {
  15381. "model_name": "ButtonModel",
  15382. "model_module": "@jupyter-widgets/controls",
  15383. "model_module_version": "1.2.0",
  15384. "state": {
  15385. "description": "Add",
  15386. "layout": "IPY_MODEL_76ee402107c34487b901e99de2d01a11",
  15387. "style": "IPY_MODEL_97a3ff825ded40d999b9c5a4e5c5d044"
  15388. }
  15389. },
  15390. "727dded028144e35b4d121b470690e8f": {
  15391. "model_name": "LayoutModel",
  15392. "model_module": "@jupyter-widgets/base",
  15393. "model_module_version": "1.0.0",
  15394. "state": {}
  15395. },
  15396. "728315c84fb94df5b4f2b515c7a8fd1b": {
  15397. "model_name": "LabelModel",
  15398. "model_module": "@jupyter-widgets/controls",
  15399. "model_module_version": "1.2.0",
  15400. "state": {
  15401. "layout": "IPY_MODEL_c31baf30f5d54d098da0cb6bd0893f9c",
  15402. "style": "IPY_MODEL_c7efb69d915c47a1b37fc683a5ba4b9c"
  15403. }
  15404. },
  15405. "7299f1d775484bbdb3387079f81952ca": {
  15406. "model_name": "VBoxModel",
  15407. "model_module": "@jupyter-widgets/controls",
  15408. "model_module_version": "1.2.0",
  15409. "state": {
  15410. "_dom_classes": [
  15411. "widget-interact"
  15412. ],
  15413. "children": [
  15414. "IPY_MODEL_f24c5cdf963347f6b387884f3b8c2034",
  15415. "IPY_MODEL_e77a38c97212472aa947d8559c854313"
  15416. ],
  15417. "layout": "IPY_MODEL_7be474085e6a4411a6899e34b5dab65f"
  15418. }
  15419. },
  15420. "72ace9f15a494a45946baf7f8dbd0a40": {
  15421. "model_name": "LayoutModel",
  15422. "model_module": "@jupyter-widgets/base",
  15423. "model_module_version": "1.0.0",
  15424. "state": {}
  15425. },
  15426. "72b4afbd63d24565aebe9ea2cc19582f": {
  15427. "model_name": "ButtonModel",
  15428. "model_module": "@jupyter-widgets/controls",
  15429. "model_module_version": "1.2.0",
  15430. "state": {
  15431. "description": "Remove",
  15432. "layout": "IPY_MODEL_5bf9e692f8e74d00a332009fe80b1557",
  15433. "style": "IPY_MODEL_60f8860d602e46ae9f5aa48761c7fee2"
  15434. }
  15435. },
  15436. "72bc2d4b502345bfa3370feedebb0ea8": {
  15437. "model_name": "LayoutModel",
  15438. "model_module": "@jupyter-widgets/base",
  15439. "model_module_version": "1.0.0",
  15440. "state": {}
  15441. },
  15442. "72bcd0228b3f44e899610e67aa1876a0": {
  15443. "model_name": "ButtonModel",
  15444. "model_module": "@jupyter-widgets/controls",
  15445. "model_module_version": "1.2.0",
  15446. "state": {
  15447. "description": "Add",
  15448. "layout": "IPY_MODEL_42f2209824f8411fb33bfb2b68dd42a7",
  15449. "style": "IPY_MODEL_c16b0ba93c0b4cfe9d5f60f01740b4a7"
  15450. }
  15451. },
  15452. "72c95cf060e84e8fa574de2dad384a65": {
  15453. "model_name": "HBoxModel",
  15454. "model_module": "@jupyter-widgets/controls",
  15455. "model_module_version": "1.2.0",
  15456. "state": {
  15457. "children": [
  15458. "IPY_MODEL_bd3764ac8efc4c31bb91a46341c9092a",
  15459. "IPY_MODEL_3abfd3721ca6482291b293502db4d963"
  15460. ],
  15461. "layout": "IPY_MODEL_cac76a17e6164a77842effaa4562df21"
  15462. }
  15463. },
  15464. "72cc3d95ba5e4befb3d5a96c30da1edd": {
  15465. "model_name": "LayoutModel",
  15466. "model_module": "@jupyter-widgets/base",
  15467. "model_module_version": "1.0.0",
  15468. "state": {}
  15469. },
  15470. "72e478c105bf4353878c8f1a98d754cf": {
  15471. "model_name": "LayoutModel",
  15472. "model_module": "@jupyter-widgets/base",
  15473. "model_module_version": "1.0.0",
  15474. "state": {}
  15475. },
  15476. "72ef75c23df945d2aed181e5ac62cfee": {
  15477. "model_name": "ButtonModel",
  15478. "model_module": "@jupyter-widgets/controls",
  15479. "model_module_version": "1.2.0",
  15480. "state": {
  15481. "description": "Add",
  15482. "layout": "IPY_MODEL_624f448680d149c28ced4674a164576d",
  15483. "style": "IPY_MODEL_16282230e5264567a43bf0303ae01565"
  15484. }
  15485. },
  15486. "72f0f8515f3a4162b4a78005eb9f7f16": {
  15487. "model_name": "LayoutModel",
  15488. "model_module": "@jupyter-widgets/base",
  15489. "model_module_version": "1.0.0",
  15490. "state": {}
  15491. },
  15492. "72f259ddedff444fa51bd8cd8fb576b8": {
  15493. "model_name": "LayoutModel",
  15494. "model_module": "@jupyter-widgets/base",
  15495. "model_module_version": "1.0.0",
  15496. "state": {}
  15497. },
  15498. "730cd71f853548b8811549475497f304": {
  15499. "model_name": "DescriptionStyleModel",
  15500. "model_module": "@jupyter-widgets/controls",
  15501. "model_module_version": "1.2.0",
  15502. "state": {
  15503. "description_width": ""
  15504. }
  15505. },
  15506. "7317ff79126c4ce99590656fa1e10bc5": {
  15507. "model_name": "LayoutModel",
  15508. "model_module": "@jupyter-widgets/base",
  15509. "model_module_version": "1.0.0",
  15510. "state": {}
  15511. },
  15512. "732ce5babe6d485486189118bc9bbf4e": {
  15513. "model_name": "VBoxModel",
  15514. "model_module": "@jupyter-widgets/controls",
  15515. "model_module_version": "1.2.0",
  15516. "state": {
  15517. "_dom_classes": [
  15518. "widget-interact"
  15519. ],
  15520. "children": [
  15521. "IPY_MODEL_d888a863ae7743f99f42e94a8e0bba82",
  15522. "IPY_MODEL_c692a4510aca4a3688249b106784ae86"
  15523. ],
  15524. "layout": "IPY_MODEL_ecd5b0ff7941498f898a208b6c603fe9"
  15525. }
  15526. },
  15527. "732ebf71d3ac4ba38ab6b01dba419f98": {
  15528. "model_name": "LabelModel",
  15529. "model_module": "@jupyter-widgets/controls",
  15530. "model_module_version": "1.2.0",
  15531. "state": {
  15532. "layout": "IPY_MODEL_103ba5e392be42f48de335d34929310b",
  15533. "style": "IPY_MODEL_1aab66870e5a49da89703b266657f59c",
  15534. "value": "Chosen Classifiers"
  15535. }
  15536. },
  15537. "735c7e081e094d90ab6cd6704cc21b06": {
  15538. "model_name": "DropdownModel",
  15539. "model_module": "@jupyter-widgets/controls",
  15540. "model_module_version": "1.2.0",
  15541. "state": {
  15542. "_options_labels": [
  15543. "Development Status",
  15544. "Environment",
  15545. "Framework",
  15546. "Intended Audience",
  15547. "License",
  15548. "Natural Language",
  15549. "Operating System",
  15550. "Programming Language",
  15551. "Topic"
  15552. ],
  15553. "description": "prefix",
  15554. "index": 7,
  15555. "layout": "IPY_MODEL_6dec727b483540b18faac8fed35bab7d",
  15556. "style": "IPY_MODEL_25ea7a0dbd304dee9f041fa3d24e6778"
  15557. }
  15558. },
  15559. "7372ede1c2be4ecca998192c2660d133": {
  15560. "model_name": "ButtonStyleModel",
  15561. "model_module": "@jupyter-widgets/controls",
  15562. "model_module_version": "1.2.0",
  15563. "state": {}
  15564. },
  15565. "737ae41aa8864b108f78c8c2b263acb0": {
  15566. "model_name": "DescriptionStyleModel",
  15567. "model_module": "@jupyter-widgets/controls",
  15568. "model_module_version": "1.2.0",
  15569. "state": {
  15570. "description_width": ""
  15571. }
  15572. },
  15573. "737b44ba881c48d1ae5fe3ca53f59122": {
  15574. "model_name": "HBoxModel",
  15575. "model_module": "@jupyter-widgets/controls",
  15576. "model_module_version": "1.2.0",
  15577. "state": {
  15578. "children": [
  15579. "IPY_MODEL_bbcc0e6cc14f4ddfb986da041b26b8cd",
  15580. "IPY_MODEL_1da9dafa29f5459cb5fe06f0dd0a81ad"
  15581. ],
  15582. "layout": "IPY_MODEL_50b2355dc28543c1b6b0e1f8b1f6929d"
  15583. }
  15584. },
  15585. "737b4c32251a4dbe9dc7ac1dd10a3cfd": {
  15586. "model_name": "OutputModel",
  15587. "model_module": "@jupyter-widgets/output",
  15588. "model_module_version": "1.0.0",
  15589. "state": {
  15590. "layout": "IPY_MODEL_1931a26a88804298b837316461e5c078"
  15591. }
  15592. },
  15593. "737b51948756446fb4df846719759cd4": {
  15594. "model_name": "LayoutModel",
  15595. "model_module": "@jupyter-widgets/base",
  15596. "model_module_version": "1.0.0",
  15597. "state": {}
  15598. },
  15599. "73ad63c8abd94be7b5b9061d1360bedf": {
  15600. "model_name": "LayoutModel",
  15601. "model_module": "@jupyter-widgets/base",
  15602. "model_module_version": "1.0.0",
  15603. "state": {}
  15604. },
  15605. "73da360ad08f4105883586c9ce1300a8": {
  15606. "model_name": "LayoutModel",
  15607. "model_module": "@jupyter-widgets/base",
  15608. "model_module_version": "1.0.0",
  15609. "state": {}
  15610. },
  15611. "73f2c55801e84443983b4de30cd2f318": {
  15612. "model_name": "LabelModel",
  15613. "model_module": "@jupyter-widgets/controls",
  15614. "model_module_version": "1.2.0",
  15615. "state": {
  15616. "layout": "IPY_MODEL_d6940db596a641c1927de762a9ccc479",
  15617. "style": "IPY_MODEL_35e8815e39204def89020f8f9d21149b",
  15618. "value": "Development Status :: 4 - Beta"
  15619. }
  15620. },
  15621. "7404a2df9f3a42bcaf6cec9081aa9969": {
  15622. "model_name": "LayoutModel",
  15623. "model_module": "@jupyter-widgets/base",
  15624. "model_module_version": "1.0.0",
  15625. "state": {}
  15626. },
  15627. "740f14f82aae442480ffb3ce0bfdc739": {
  15628. "model_name": "DescriptionStyleModel",
  15629. "model_module": "@jupyter-widgets/controls",
  15630. "model_module_version": "1.2.0",
  15631. "state": {
  15632. "description_width": ""
  15633. }
  15634. },
  15635. "743a80ac633641dc8fc9a34704905cc2": {
  15636. "model_name": "LayoutModel",
  15637. "model_module": "@jupyter-widgets/base",
  15638. "model_module_version": "1.0.0",
  15639. "state": {}
  15640. },
  15641. "7440a9ace90c4f52a8aefbb2da099d7a": {
  15642. "model_name": "LayoutModel",
  15643. "model_module": "@jupyter-widgets/base",
  15644. "model_module_version": "1.0.0",
  15645. "state": {}
  15646. },
  15647. "7445bc5b6fcb437f8a39f64f2d975953": {
  15648. "model_name": "DropdownModel",
  15649. "model_module": "@jupyter-widgets/controls",
  15650. "model_module_version": "1.2.0",
  15651. "state": {
  15652. "_options_labels": [
  15653. "Development Status",
  15654. "Environment",
  15655. "Framework",
  15656. "Intended Audience",
  15657. "License",
  15658. "Natural Language",
  15659. "Operating System",
  15660. "Programming Language",
  15661. "Topic"
  15662. ],
  15663. "description": "prefix",
  15664. "index": 6,
  15665. "layout": "IPY_MODEL_017d9096f7634a1aa98ddb89ec5607da",
  15666. "style": "IPY_MODEL_799b11583a834517a3d5ac9806629df0"
  15667. }
  15668. },
  15669. "7449e55a2b4545c592ca0edc10911496": {
  15670. "model_name": "DescriptionStyleModel",
  15671. "model_module": "@jupyter-widgets/controls",
  15672. "model_module_version": "1.2.0",
  15673. "state": {
  15674. "description_width": ""
  15675. }
  15676. },
  15677. "744cc156fa9b4a3ca9094d204583e62b": {
  15678. "model_name": "LayoutModel",
  15679. "model_module": "@jupyter-widgets/base",
  15680. "model_module_version": "1.0.0",
  15681. "state": {}
  15682. },
  15683. "747703b352b24f4595d2fe378588d7fa": {
  15684. "model_name": "LayoutModel",
  15685. "model_module": "@jupyter-widgets/base",
  15686. "model_module_version": "1.0.0",
  15687. "state": {}
  15688. },
  15689. "747e1439f6554645b1417e3cebdd55b8": {
  15690. "model_name": "DescriptionStyleModel",
  15691. "model_module": "@jupyter-widgets/controls",
  15692. "model_module_version": "1.2.0",
  15693. "state": {
  15694. "description_width": ""
  15695. }
  15696. },
  15697. "7497060daa43418387ad0c2ffe652e0e": {
  15698. "model_name": "ButtonStyleModel",
  15699. "model_module": "@jupyter-widgets/controls",
  15700. "model_module_version": "1.2.0",
  15701. "state": {}
  15702. },
  15703. "74c0e87cc5be4f88af6a609cf2cae2bb": {
  15704. "model_name": "HBoxModel",
  15705. "model_module": "@jupyter-widgets/controls",
  15706. "model_module_version": "1.2.0",
  15707. "state": {
  15708. "children": [
  15709. "IPY_MODEL_81e20d7ca8e54a1aafec10730ff6ad44"
  15710. ],
  15711. "layout": "IPY_MODEL_2878d1e07b7c4c3dbb486ed444f49849"
  15712. }
  15713. },
  15714. "74c4827f06744f849c75bc51618350e5": {
  15715. "model_name": "OutputModel",
  15716. "model_module": "@jupyter-widgets/output",
  15717. "model_module_version": "1.0.0",
  15718. "state": {
  15719. "layout": "IPY_MODEL_25d7b4f0e42640ffb3e8012fb52fd39f",
  15720. "outputs": [
  15721. {
  15722. "data": {
  15723. "application/vnd.jupyter.widget-view+json": {
  15724. "model_id": "b019b4fdca8c4340bb80e4939a61a6b9",
  15725. "version_major": 2,
  15726. "version_minor": 0
  15727. },
  15728. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 3 - Alpha', 'Developm…"
  15729. },
  15730. "metadata": {},
  15731. "output_type": "display_data"
  15732. }
  15733. ]
  15734. }
  15735. },
  15736. "74c57bd3f00b4e82afdf2d9991063d8d": {
  15737. "model_name": "LayoutModel",
  15738. "model_module": "@jupyter-widgets/base",
  15739. "model_module_version": "1.0.0",
  15740. "state": {}
  15741. },
  15742. "74d8db25d6784296a5ae2cbe5338ea2e": {
  15743. "model_name": "OutputModel",
  15744. "model_module": "@jupyter-widgets/output",
  15745. "model_module_version": "1.0.0",
  15746. "state": {
  15747. "layout": "IPY_MODEL_4bd33b728a7c4c588091d2beea3a54d7"
  15748. }
  15749. },
  15750. "74d9a8b2921a481eae756a71e07d4259": {
  15751. "model_name": "LayoutModel",
  15752. "model_module": "@jupyter-widgets/base",
  15753. "model_module_version": "1.0.0",
  15754. "state": {}
  15755. },
  15756. "74dbcc71cdfa48288c2bd77beece3559": {
  15757. "model_name": "ButtonModel",
  15758. "model_module": "@jupyter-widgets/controls",
  15759. "model_module_version": "1.2.0",
  15760. "state": {
  15761. "description": "Add",
  15762. "layout": "IPY_MODEL_8ba9feb8f91a44e3adbb2714597afee0",
  15763. "style": "IPY_MODEL_1c446a60e32e4e50b0905098626a0c91"
  15764. }
  15765. },
  15766. "74f2e58a415c41eb989323943d963dfd": {
  15767. "model_name": "LayoutModel",
  15768. "model_module": "@jupyter-widgets/base",
  15769. "model_module_version": "1.0.0",
  15770. "state": {}
  15771. },
  15772. "752a592c86c2436e98d0fa4eef50cd10": {
  15773. "model_name": "HBoxModel",
  15774. "model_module": "@jupyter-widgets/controls",
  15775. "model_module_version": "1.2.0",
  15776. "state": {
  15777. "children": [
  15778. "IPY_MODEL_3467ee4d79414058ad9a44a4654b3e62"
  15779. ],
  15780. "layout": "IPY_MODEL_85ff791199b542f3b485d340af0e7d0a"
  15781. }
  15782. },
  15783. "7545891a0e69477daa64430f1def7b60": {
  15784. "model_name": "OutputModel",
  15785. "model_module": "@jupyter-widgets/output",
  15786. "model_module_version": "1.0.0",
  15787. "state": {
  15788. "layout": "IPY_MODEL_0344003c53754bbdb5acfa674fad7487"
  15789. }
  15790. },
  15791. "7549d85547a34253b963ad6135160040": {
  15792. "model_name": "OutputModel",
  15793. "model_module": "@jupyter-widgets/output",
  15794. "model_module_version": "1.0.0",
  15795. "state": {
  15796. "layout": "IPY_MODEL_498e0ec1b69f405d882785d2e52f59bf",
  15797. "outputs": [
  15798. {
  15799. "data": {
  15800. "application/vnd.jupyter.widget-view+json": {
  15801. "model_id": "9c10a79969d34b9fb65e4d26dfbe64e3",
  15802. "version_major": 2,
  15803. "version_minor": 0
  15804. },
  15805. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Japanese', 'Natural Lan…"
  15806. },
  15807. "metadata": {},
  15808. "output_type": "display_data"
  15809. }
  15810. ]
  15811. }
  15812. },
  15813. "75779e492f2f4e02bdbc871ac0af3b83": {
  15814. "model_name": "VBoxModel",
  15815. "model_module": "@jupyter-widgets/controls",
  15816. "model_module_version": "1.2.0",
  15817. "state": {
  15818. "_dom_classes": [
  15819. "widget-interact"
  15820. ],
  15821. "children": [
  15822. "IPY_MODEL_bd1933e558754df2aa5f84a28a55526d",
  15823. "IPY_MODEL_aa39d34c0ee64253ace41663c8f5d33d"
  15824. ],
  15825. "layout": "IPY_MODEL_b4df47ca78f2453f89b4816637208fb8"
  15826. }
  15827. },
  15828. "75834a76791d474bbc8d7d73542f3446": {
  15829. "model_name": "LayoutModel",
  15830. "model_module": "@jupyter-widgets/base",
  15831. "model_module_version": "1.0.0",
  15832. "state": {}
  15833. },
  15834. "75a083c45912481ea5c54ad191b1aad2": {
  15835. "model_name": "HBoxModel",
  15836. "model_module": "@jupyter-widgets/controls",
  15837. "model_module_version": "1.2.0",
  15838. "state": {
  15839. "children": [
  15840. "IPY_MODEL_bb54085d6b944b798597569309fa9824",
  15841. "IPY_MODEL_798f6cbe3d784edc9bf20cb246454c14",
  15842. "IPY_MODEL_5636d8de4c134f3e9b9b1508888811f1"
  15843. ],
  15844. "layout": "IPY_MODEL_2628f1ebca0c4808a952c6302cb67ed8"
  15845. }
  15846. },
  15847. "75baee3473304617b76362737987630d": {
  15848. "model_name": "VBoxModel",
  15849. "model_module": "@jupyter-widgets/controls",
  15850. "model_module_version": "1.2.0",
  15851. "state": {
  15852. "_dom_classes": [
  15853. "widget-interact"
  15854. ],
  15855. "children": [
  15856. "IPY_MODEL_0da921fefa6a48b7b9065166160b32b7",
  15857. "IPY_MODEL_8541cdbdff974fd3a7b32370ada33cba"
  15858. ],
  15859. "layout": "IPY_MODEL_909ae172b4b948df9bb74a1d172b527a"
  15860. }
  15861. },
  15862. "75dcaf0d397b4e54b6a548b47f87e579": {
  15863. "model_name": "OutputModel",
  15864. "model_module": "@jupyter-widgets/output",
  15865. "model_module_version": "1.0.0",
  15866. "state": {
  15867. "layout": "IPY_MODEL_2d07d2603f7b4f338a298f0d1b480e5c",
  15868. "outputs": [
  15869. {
  15870. "data": {
  15871. "application/vnd.jupyter.widget-view+json": {
  15872. "model_id": "4b6b71cf44aa40e5867ce2bf4248f99d",
  15873. "version_major": 2,
  15874. "version_minor": 0
  15875. },
  15876. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Marathi', 'Natural Lang…"
  15877. },
  15878. "metadata": {},
  15879. "output_type": "display_data"
  15880. }
  15881. ]
  15882. }
  15883. },
  15884. "75fcd17ab2cb462a8c6458c89a9ebdef": {
  15885. "model_name": "SelectModel",
  15886. "model_module": "@jupyter-widgets/controls",
  15887. "model_module_version": "1.2.0",
  15888. "state": {
  15889. "description": "Selected:",
  15890. "index": null,
  15891. "layout": "IPY_MODEL_e060d2c362b04d95a40bd85e0555a6c1",
  15892. "style": "IPY_MODEL_71a05ae77a834c2e91cf893ad3d87b42"
  15893. }
  15894. },
  15895. "760ff9dce892453ab682fa74c065ee01": {
  15896. "model_name": "DescriptionStyleModel",
  15897. "model_module": "@jupyter-widgets/controls",
  15898. "model_module_version": "1.2.0",
  15899. "state": {
  15900. "description_width": ""
  15901. }
  15902. },
  15903. "76180232f56a44028e26ba1cd0f59011": {
  15904. "model_name": "LayoutModel",
  15905. "model_module": "@jupyter-widgets/base",
  15906. "model_module_version": "1.0.0",
  15907. "state": {}
  15908. },
  15909. "761eee129b904667967cf6b075ba1eea": {
  15910. "model_name": "LayoutModel",
  15911. "model_module": "@jupyter-widgets/base",
  15912. "model_module_version": "1.0.0",
  15913. "state": {}
  15914. },
  15915. "76246a67df0d43dd984ad2b84c930952": {
  15916. "model_name": "DropdownModel",
  15917. "model_module": "@jupyter-widgets/controls",
  15918. "model_module_version": "1.2.0",
  15919. "state": {
  15920. "_options_labels": [
  15921. "Development Status",
  15922. "Environment",
  15923. "Framework",
  15924. "Intended Audience",
  15925. "License",
  15926. "Natural Language",
  15927. "Operating System",
  15928. "Programming Language",
  15929. "Topic"
  15930. ],
  15931. "description": "prefix",
  15932. "index": 0,
  15933. "layout": "IPY_MODEL_8254143cd90e46c5b6d9970cc9dbc0be",
  15934. "style": "IPY_MODEL_36456aeb841349dc85606e12ebc9da3d"
  15935. }
  15936. },
  15937. "762ade39d05f469f9e1a7ca88fc4d2a3": {
  15938. "model_name": "ButtonModel",
  15939. "model_module": "@jupyter-widgets/controls",
  15940. "model_module_version": "1.2.0",
  15941. "state": {
  15942. "description": "Add",
  15943. "layout": "IPY_MODEL_385e8870c06241cead6e9659c7afd16a",
  15944. "style": "IPY_MODEL_1a36120d095e4b2d87303f4f80cc0737"
  15945. }
  15946. },
  15947. "763b089c47f54d4986fb152b7f7b74bf": {
  15948. "model_name": "LabelModel",
  15949. "model_module": "@jupyter-widgets/controls",
  15950. "model_module_version": "1.2.0",
  15951. "state": {
  15952. "layout": "IPY_MODEL_588a053496fc403d8903a124318300fc",
  15953. "style": "IPY_MODEL_0b92b43bc1c64243959e770e571ac0ab",
  15954. "value": "Chosen Classifiers"
  15955. }
  15956. },
  15957. "763cc034fffe4d06b64fe7773ca0adfd": {
  15958. "model_name": "LabelModel",
  15959. "model_module": "@jupyter-widgets/controls",
  15960. "model_module_version": "1.2.0",
  15961. "state": {
  15962. "layout": "IPY_MODEL_798b6b7e2c0043a7b7df4af92ff0ace8",
  15963. "style": "IPY_MODEL_fe017e56804044608bed45c82a4c9c97",
  15964. "value": "*Optional Classifiers"
  15965. }
  15966. },
  15967. "76651103524047b2902cd0535c66f760": {
  15968. "model_name": "DescriptionStyleModel",
  15969. "model_module": "@jupyter-widgets/controls",
  15970. "model_module_version": "1.2.0",
  15971. "state": {
  15972. "description_width": ""
  15973. }
  15974. },
  15975. "766f6276844f414fa0044eaa8d69d0fb": {
  15976. "model_name": "OutputModel",
  15977. "model_module": "@jupyter-widgets/output",
  15978. "model_module_version": "1.0.0",
  15979. "state": {
  15980. "layout": "IPY_MODEL_bf53eb12c03a465ea504edea016cd392",
  15981. "outputs": [
  15982. {
  15983. "data": {
  15984. "application/vnd.jupyter.widget-view+json": {
  15985. "model_id": "38ba2adb3b7f4c42bddbf4ed2acde376",
  15986. "version_major": 2,
  15987. "version_minor": 0
  15988. },
  15989. "text/plain": "interactive(children=(Dropdown(description='Classifier', index=5, options=('License :: OSI Approved :: Eclipse…"
  15990. },
  15991. "metadata": {},
  15992. "output_type": "display_data"
  15993. }
  15994. ]
  15995. }
  15996. },
  15997. "7671a42b6dde423e94e724b54d777042": {
  15998. "model_name": "LayoutModel",
  15999. "model_module": "@jupyter-widgets/base",
  16000. "model_module_version": "1.0.0",
  16001. "state": {}
  16002. },
  16003. "7678a50ac56c4ecaa3a06cb148219198": {
  16004. "model_name": "LabelModel",
  16005. "model_module": "@jupyter-widgets/controls",
  16006. "model_module_version": "1.2.0",
  16007. "state": {
  16008. "layout": "IPY_MODEL_092dc4b611e94b4ab23f2fa63de1e216",
  16009. "style": "IPY_MODEL_ef73fe184e894d67bd56b392ef8db59a"
  16010. }
  16011. },
  16012. "768cc54e6f824c109a7b1fe59dba8bcc": {
  16013. "model_name": "DropdownModel",
  16014. "model_module": "@jupyter-widgets/controls",
  16015. "model_module_version": "1.2.0",
  16016. "state": {
  16017. "_options_labels": [
  16018. "Development Status :: 4 - Beta",
  16019. "Development Status :: 1 - Planning",
  16020. "Development Status :: 2 - Pre-Alpha",
  16021. "Development Status :: 6 - Mature",
  16022. "Development Status :: 5 - Production/Stable",
  16023. "Development Status :: 3 - Alpha",
  16024. "Development Status :: 7 - Inactive"
  16025. ],
  16026. "description": "Classifier",
  16027. "index": 0,
  16028. "layout": "IPY_MODEL_465de319735941eeb7e2f43e05893d64",
  16029. "style": "IPY_MODEL_e9d3e223076a4fd38faf6f9324e97841"
  16030. }
  16031. },
  16032. "7694b51f02db4b108c4a71bdf3d7b795": {
  16033. "model_name": "HBoxModel",
  16034. "model_module": "@jupyter-widgets/controls",
  16035. "model_module_version": "1.2.0",
  16036. "state": {
  16037. "children": [
  16038. "IPY_MODEL_bc3dfb1508cb4353971cf1f857e8f527",
  16039. "IPY_MODEL_cc6e3229c9e348c48e286b5587bea53e"
  16040. ],
  16041. "layout": "IPY_MODEL_8a81117675c1470c81601f763c5ca9e0"
  16042. }
  16043. },
  16044. "769ea6ac3cf04a54a2993db0d1d4709a": {
  16045. "model_name": "DescriptionStyleModel",
  16046. "model_module": "@jupyter-widgets/controls",
  16047. "model_module_version": "1.2.0",
  16048. "state": {
  16049. "description_width": ""
  16050. }
  16051. },
  16052. "76a38cafcded401f87531f7ce391de62": {
  16053. "model_name": "LayoutModel",
  16054. "model_module": "@jupyter-widgets/base",
  16055. "model_module_version": "1.0.0",
  16056. "state": {}
  16057. },
  16058. "76cdb297e22d42f28b2b50fc22585bf4": {
  16059. "model_name": "DropdownModel",
  16060. "model_module": "@jupyter-widgets/controls",
  16061. "model_module_version": "1.2.0",
  16062. "state": {
  16063. "_options_labels": [
  16064. "Development Status",
  16065. "Environment",
  16066. "Framework",
  16067. "Intended Audience",
  16068. "License",
  16069. "Natural Language",
  16070. "Operating System",
  16071. "Programming Language",
  16072. "Topic"
  16073. ],
  16074. "description": "prefix",
  16075. "index": 5,
  16076. "layout": "IPY_MODEL_72bc2d4b502345bfa3370feedebb0ea8",
  16077. "style": "IPY_MODEL_324bc7083862439cbaf6f3e80fe381f9"
  16078. }
  16079. },
  16080. "76d3986e94ee4b12bf262a6df968526d": {
  16081. "model_name": "LayoutModel",
  16082. "model_module": "@jupyter-widgets/base",
  16083. "model_module_version": "1.0.0",
  16084. "state": {}
  16085. },
  16086. "76e0e912dbe447008d36ba1cd462b1ec": {
  16087. "model_name": "LayoutModel",
  16088. "model_module": "@jupyter-widgets/base",
  16089. "model_module_version": "1.0.0",
  16090. "state": {}
  16091. },
  16092. "76ee402107c34487b901e99de2d01a11": {
  16093. "model_name": "LayoutModel",
  16094. "model_module": "@jupyter-widgets/base",
  16095. "model_module_version": "1.0.0",
  16096. "state": {}
  16097. },
  16098. "76f2ccb3ce284338aebb71ff15480504": {
  16099. "model_name": "LabelModel",
  16100. "model_module": "@jupyter-widgets/controls",
  16101. "model_module_version": "1.2.0",
  16102. "state": {
  16103. "layout": "IPY_MODEL_f67b216ab20048be8d843bf357003186",
  16104. "style": "IPY_MODEL_9f90bffc2d284e8091ca320f07e03555",
  16105. "value": "Chosen Classifiers"
  16106. }
  16107. },
  16108. "76f5a3d123154b4c91325e4b4ffbd903": {
  16109. "model_name": "ButtonModel",
  16110. "model_module": "@jupyter-widgets/controls",
  16111. "model_module_version": "1.2.0",
  16112. "state": {
  16113. "description": "Add",
  16114. "layout": "IPY_MODEL_14d3e35ee59b41a6b4eba902628dc1bc",
  16115. "style": "IPY_MODEL_2a4be84e66914e83ae2da7891c2ccdb5"
  16116. }
  16117. },
  16118. "77089813e4fc46189e0c6af722b5cace": {
  16119. "model_name": "LayoutModel",
  16120. "model_module": "@jupyter-widgets/base",
  16121. "model_module_version": "1.0.0",
  16122. "state": {}
  16123. },
  16124. "7721d43bb5fb47179b63d65dd27d5749": {
  16125. "model_name": "HBoxModel",
  16126. "model_module": "@jupyter-widgets/controls",
  16127. "model_module_version": "1.2.0",
  16128. "state": {
  16129. "children": [
  16130. "IPY_MODEL_e2fb311a11154864830baadee5cfaf62"
  16131. ],
  16132. "layout": "IPY_MODEL_aa02d8081f664a9ebb6d09714f984ec2"
  16133. }
  16134. },
  16135. "7728d139d6a04294a56f208a27d945f1": {
  16136. "model_name": "DescriptionStyleModel",
  16137. "model_module": "@jupyter-widgets/controls",
  16138. "model_module_version": "1.2.0",
  16139. "state": {
  16140. "description_width": ""
  16141. }
  16142. },
  16143. "776e6f73514d4f99aa0e5194ae8cba27": {
  16144. "model_name": "LayoutModel",
  16145. "model_module": "@jupyter-widgets/base",
  16146. "model_module_version": "1.0.0",
  16147. "state": {}
  16148. },
  16149. "777e646be67f4eddbba62b7aab1ee905": {
  16150. "model_name": "DropdownModel",
  16151. "model_module": "@jupyter-widgets/controls",
  16152. "model_module_version": "1.2.0",
  16153. "state": {
  16154. "_options_labels": [
  16155. "Development Status",
  16156. "Environment",
  16157. "Framework",
  16158. "Intended Audience",
  16159. "License",
  16160. "Natural Language",
  16161. "Operating System",
  16162. "Programming Language",
  16163. "Topic"
  16164. ],
  16165. "description": "prefix",
  16166. "index": 0,
  16167. "layout": "IPY_MODEL_3a52f44dfe9a42ca9b8d59d35c601edf",
  16168. "style": "IPY_MODEL_8a62e6d3feb448799a711c7f10cd8c5b"
  16169. }
  16170. },
  16171. "77808b7b1de3433799a2e2c15459cdca": {
  16172. "model_name": "LayoutModel",
  16173. "model_module": "@jupyter-widgets/base",
  16174. "model_module_version": "1.0.0",
  16175. "state": {}
  16176. },
  16177. "77897a43121e4b3da6978c69431716a0": {
  16178. "model_name": "ButtonModel",
  16179. "model_module": "@jupyter-widgets/controls",
  16180. "model_module_version": "1.2.0",
  16181. "state": {
  16182. "description": "Add",
  16183. "layout": "IPY_MODEL_fbdc90a36c934e489a837d44e8a5c3c0",
  16184. "style": "IPY_MODEL_38fcb94b34bc498faf30ff79ad0fc74d"
  16185. }
  16186. },
  16187. "779bb1e1049a41e5acbfce53ff58e0ef": {
  16188. "model_name": "HBoxModel",
  16189. "model_module": "@jupyter-widgets/controls",
  16190. "model_module_version": "1.2.0",
  16191. "state": {
  16192. "children": [
  16193. "IPY_MODEL_7a5e371ce5f543368e8948f651aa9b19",
  16194. "IPY_MODEL_7678a50ac56c4ecaa3a06cb148219198"
  16195. ],
  16196. "layout": "IPY_MODEL_543c158fe1384e0aac915430e7f31592"
  16197. }
  16198. },
  16199. "77c1f1cd98554e56a4607e4262c98584": {
  16200. "model_name": "LabelModel",
  16201. "model_module": "@jupyter-widgets/controls",
  16202. "model_module_version": "1.2.0",
  16203. "state": {
  16204. "layout": "IPY_MODEL_28ac24759aa248e69ad57cc976c1185f",
  16205. "style": "IPY_MODEL_f88d8945645846b1b0f8ee9e039ce5c8",
  16206. "value": "Chosen Classifiers"
  16207. }
  16208. },
  16209. "77c279bfcbc54bc1a510eb68d21694e9": {
  16210. "model_name": "LayoutModel",
  16211. "model_module": "@jupyter-widgets/base",
  16212. "model_module_version": "1.0.0",
  16213. "state": {}
  16214. },
  16215. "77c8d31dcdc049089c3e139c3ce693ba": {
  16216. "model_name": "VBoxModel",
  16217. "model_module": "@jupyter-widgets/controls",
  16218. "model_module_version": "1.2.0",
  16219. "state": {
  16220. "_dom_classes": [
  16221. "widget-interact"
  16222. ],
  16223. "children": [
  16224. "IPY_MODEL_b176a1471b65414a938bc2c3bb7d0a2f",
  16225. "IPY_MODEL_197eb126d7344690ab145ccfe1914f3d"
  16226. ],
  16227. "layout": "IPY_MODEL_5122dee0ef94454788c433047d15a749"
  16228. }
  16229. },
  16230. "77cfc6cea24f47f69e3dd423cf9a879f": {
  16231. "model_name": "DescriptionStyleModel",
  16232. "model_module": "@jupyter-widgets/controls",
  16233. "model_module_version": "1.2.0",
  16234. "state": {
  16235. "description_width": ""
  16236. }
  16237. },
  16238. "77e6966dcf204750b5b321878b9792d1": {
  16239. "model_name": "LayoutModel",
  16240. "model_module": "@jupyter-widgets/base",
  16241. "model_module_version": "1.0.0",
  16242. "state": {}
  16243. },
  16244. "77f51f2846e64484a7bcc11035624faf": {
  16245. "model_name": "DescriptionStyleModel",
  16246. "model_module": "@jupyter-widgets/controls",
  16247. "model_module_version": "1.2.0",
  16248. "state": {
  16249. "description_width": ""
  16250. }
  16251. },
  16252. "783743bf299945ba8398e365a16eaabe": {
  16253. "model_name": "LabelModel",
  16254. "model_module": "@jupyter-widgets/controls",
  16255. "model_module_version": "1.2.0",
  16256. "state": {
  16257. "layout": "IPY_MODEL_0d31088da3d840b2a1ea490913e262d0",
  16258. "style": "IPY_MODEL_0701b81a1b644d418e2163a444582899",
  16259. "value": "Development Status :: 4 - Beta"
  16260. }
  16261. },
  16262. "783b525e8f1f4d1186fb33e3502f853a": {
  16263. "model_name": "LayoutModel",
  16264. "model_module": "@jupyter-widgets/base",
  16265. "model_module_version": "1.0.0",
  16266. "state": {}
  16267. },
  16268. "789c64beb1244168b92fbb20a2a6fcc2": {
  16269. "model_name": "LayoutModel",
  16270. "model_module": "@jupyter-widgets/base",
  16271. "model_module_version": "1.0.0",
  16272. "state": {}
  16273. },
  16274. "78b0f495d7924a28a91e61c4fb889b67": {
  16275. "model_name": "VBoxModel",
  16276. "model_module": "@jupyter-widgets/controls",
  16277. "model_module_version": "1.2.0",
  16278. "state": {
  16279. "_dom_classes": [
  16280. "widget-interact"
  16281. ],
  16282. "children": [
  16283. "IPY_MODEL_0bcbca6943fb419795cf025d1c1bad3b",
  16284. "IPY_MODEL_1df7526bccf54206b9691b953d8d4cab"
  16285. ],
  16286. "layout": "IPY_MODEL_4764ebcefe6e47b4b7e5304e3a80d467"
  16287. }
  16288. },
  16289. "78b5d4306fc1488f95c1ac7f68b3e1df": {
  16290. "model_name": "LayoutModel",
  16291. "model_module": "@jupyter-widgets/base",
  16292. "model_module_version": "1.0.0",
  16293. "state": {}
  16294. },
  16295. "78dfe9a9ac4748e7828a5fce43634756": {
  16296. "model_name": "VBoxModel",
  16297. "model_module": "@jupyter-widgets/controls",
  16298. "model_module_version": "1.2.0",
  16299. "state": {
  16300. "_dom_classes": [
  16301. "widget-interact"
  16302. ],
  16303. "children": [
  16304. "IPY_MODEL_76cdb297e22d42f28b2b50fc22585bf4",
  16305. "IPY_MODEL_22d9e26ab00b4c318797ce4b9f47dcc6"
  16306. ],
  16307. "layout": "IPY_MODEL_ed32f475be734728bcc6f5c830f395fb"
  16308. }
  16309. },
  16310. "78e4fe28f50e4ca1b850e09cf8dcf20b": {
  16311. "model_name": "VBoxModel",
  16312. "model_module": "@jupyter-widgets/controls",
  16313. "model_module_version": "1.2.0",
  16314. "state": {
  16315. "_dom_classes": [
  16316. "widget-interact"
  16317. ],
  16318. "children": [
  16319. "IPY_MODEL_63a613c2090f40dd83e9ea4b44879fe7",
  16320. "IPY_MODEL_a9d4abd2b91041dd86a8de83cb12776a"
  16321. ],
  16322. "layout": "IPY_MODEL_5e630e77cb084fcfba7d718137db9e5f"
  16323. }
  16324. },
  16325. "78eb15a54cfc4112b4745fb5ae5f9a15": {
  16326. "model_name": "LayoutModel",
  16327. "model_module": "@jupyter-widgets/base",
  16328. "model_module_version": "1.0.0",
  16329. "state": {}
  16330. },
  16331. "78f129aad4734d0b900db9745eae3e7c": {
  16332. "model_name": "DescriptionStyleModel",
  16333. "model_module": "@jupyter-widgets/controls",
  16334. "model_module_version": "1.2.0",
  16335. "state": {
  16336. "description_width": ""
  16337. }
  16338. },
  16339. "78f3c7806e334eb2b1c4b0380abb7d8d": {
  16340. "model_name": "ButtonModel",
  16341. "model_module": "@jupyter-widgets/controls",
  16342. "model_module_version": "1.2.0",
  16343. "state": {
  16344. "description": "Add",
  16345. "layout": "IPY_MODEL_e962506d89c1482e889383df9ae05a80",
  16346. "style": "IPY_MODEL_a4e2f5c43aa443d78d1a8ac5fe5d9b91"
  16347. }
  16348. },
  16349. "78f9bd7f02bb43db93954fe62a1ef541": {
  16350. "model_name": "LabelModel",
  16351. "model_module": "@jupyter-widgets/controls",
  16352. "model_module_version": "1.2.0",
  16353. "state": {
  16354. "layout": "IPY_MODEL_7990d5002695451096238d3f2093099d",
  16355. "style": "IPY_MODEL_ff1b403e589048199fd53c529537e8ea"
  16356. }
  16357. },
  16358. "7908b967e2c6475d8f2454d7f4836a50": {
  16359. "model_name": "LayoutModel",
  16360. "model_module": "@jupyter-widgets/base",
  16361. "model_module_version": "1.0.0",
  16362. "state": {}
  16363. },
  16364. "79235cc85b8f481caa7888d14e99c8da": {
  16365. "model_name": "LayoutModel",
  16366. "model_module": "@jupyter-widgets/base",
  16367. "model_module_version": "1.0.0",
  16368. "state": {}
  16369. },
  16370. "7945e584da0443e183e742b96c3b568e": {
  16371. "model_name": "LabelModel",
  16372. "model_module": "@jupyter-widgets/controls",
  16373. "model_module_version": "1.2.0",
  16374. "state": {
  16375. "layout": "IPY_MODEL_e8847280f7454664b15e2040b3a82852",
  16376. "style": "IPY_MODEL_048c9b5212204614bd92e3e8fdcd91ed",
  16377. "value": "!..."
  16378. }
  16379. },
  16380. "794af712e700409fa59111c4a509f839": {
  16381. "model_name": "LayoutModel",
  16382. "model_module": "@jupyter-widgets/base",
  16383. "model_module_version": "1.0.0",
  16384. "state": {}
  16385. },
  16386. "795e1881ac724a70be772409a058e726": {
  16387. "model_name": "LayoutModel",
  16388. "model_module": "@jupyter-widgets/base",
  16389. "model_module_version": "1.0.0",
  16390. "state": {}
  16391. },
  16392. "7960a59f139445c4aea047d897bf4c04": {
  16393. "model_name": "DropdownModel",
  16394. "model_module": "@jupyter-widgets/controls",
  16395. "model_module_version": "1.2.0",
  16396. "state": {
  16397. "_options_labels": [
  16398. "Operating System :: Microsoft :: Windows",
  16399. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  16400. "Operating System :: BeOS",
  16401. "Operating System :: POSIX :: BSD :: BSD/OS",
  16402. "Operating System :: OS/2",
  16403. "Operating System :: Microsoft :: MS-DOS",
  16404. "Operating System :: PalmOS",
  16405. "Operating System :: POSIX :: AIX",
  16406. "Operating System :: POSIX :: IRIX",
  16407. "Operating System :: POSIX :: Linux",
  16408. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  16409. "Operating System :: Microsoft :: Windows :: Windows XP",
  16410. "Operating System :: Android",
  16411. "Operating System :: Microsoft :: Windows :: Windows CE",
  16412. "Operating System :: POSIX :: BSD",
  16413. "Operating System :: Unix",
  16414. "Operating System :: MacOS :: MacOS 9",
  16415. "Operating System :: MacOS :: MacOS X",
  16416. "Operating System :: POSIX :: BSD :: FreeBSD",
  16417. "Operating System :: POSIX :: SCO",
  16418. "Operating System :: iOS",
  16419. "Operating System :: POSIX :: BSD :: OpenBSD",
  16420. "Operating System :: PDA Systems",
  16421. "Operating System :: POSIX :: HP-UX",
  16422. "Operating System :: Other OS",
  16423. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  16424. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  16425. "Operating System :: OS Independent",
  16426. "Operating System :: POSIX :: GNU Hurd",
  16427. "Operating System :: POSIX :: Other",
  16428. "Operating System :: Microsoft :: Windows :: Windows 10",
  16429. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  16430. "Operating System :: Microsoft",
  16431. "Operating System :: MacOS",
  16432. "Operating System :: Microsoft :: Windows :: Windows 8",
  16433. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  16434. "Operating System :: POSIX :: BSD :: NetBSD",
  16435. "Operating System :: POSIX :: SunOS/Solaris",
  16436. "Operating System :: Microsoft :: Windows :: Windows 7",
  16437. "Operating System :: POSIX",
  16438. "Operating System :: Microsoft :: Windows :: Windows Vista"
  16439. ],
  16440. "description": "Classifier",
  16441. "index": 8,
  16442. "layout": "IPY_MODEL_bc32c29b01fc4c70b44653e0ad2c94e7",
  16443. "style": "IPY_MODEL_5e89a9e386374188b5ecfb4ce0d53610"
  16444. }
  16445. },
  16446. "797f0a3910494b12a8c0cbfc40e593fd": {
  16447. "model_name": "HBoxModel",
  16448. "model_module": "@jupyter-widgets/controls",
  16449. "model_module_version": "1.2.0",
  16450. "state": {
  16451. "children": [
  16452. "IPY_MODEL_c4bcbf38644c429ebab2bced1f0a9781",
  16453. "IPY_MODEL_e305dbd87e3e4cd9811dccab70837fbb"
  16454. ],
  16455. "layout": "IPY_MODEL_744cc156fa9b4a3ca9094d204583e62b"
  16456. }
  16457. },
  16458. "798b6b7e2c0043a7b7df4af92ff0ace8": {
  16459. "model_name": "LayoutModel",
  16460. "model_module": "@jupyter-widgets/base",
  16461. "model_module_version": "1.0.0",
  16462. "state": {}
  16463. },
  16464. "798f6cbe3d784edc9bf20cb246454c14": {
  16465. "model_name": "ButtonModel",
  16466. "model_module": "@jupyter-widgets/controls",
  16467. "model_module_version": "1.2.0",
  16468. "state": {
  16469. "description": "Remove",
  16470. "layout": "IPY_MODEL_b318d7e37f6b424bb8e9695029c68520",
  16471. "style": "IPY_MODEL_1e82d11021474965bc21bbd7c7678a69"
  16472. }
  16473. },
  16474. "7990d5002695451096238d3f2093099d": {
  16475. "model_name": "LayoutModel",
  16476. "model_module": "@jupyter-widgets/base",
  16477. "model_module_version": "1.0.0",
  16478. "state": {}
  16479. },
  16480. "799b11583a834517a3d5ac9806629df0": {
  16481. "model_name": "DescriptionStyleModel",
  16482. "model_module": "@jupyter-widgets/controls",
  16483. "model_module_version": "1.2.0",
  16484. "state": {
  16485. "description_width": ""
  16486. }
  16487. },
  16488. "79a0b64d21bd4caf9e9b6130c9a18ad8": {
  16489. "model_name": "VBoxModel",
  16490. "model_module": "@jupyter-widgets/controls",
  16491. "model_module_version": "1.2.0",
  16492. "state": {
  16493. "_dom_classes": [
  16494. "widget-interact"
  16495. ],
  16496. "children": [
  16497. "IPY_MODEL_6597f367920641f9a27ca7f10be685ff",
  16498. "IPY_MODEL_0155cc91d021465b9d7ff2be125f00fb"
  16499. ],
  16500. "layout": "IPY_MODEL_38abb2c2b19d43728aaa3ddca649630f"
  16501. }
  16502. },
  16503. "79d81ddae1f6459bbd0b1c3a792f80f6": {
  16504. "model_name": "LayoutModel",
  16505. "model_module": "@jupyter-widgets/base",
  16506. "model_module_version": "1.0.0",
  16507. "state": {}
  16508. },
  16509. "79e4755ea4e14954b52122c8f79f26f7": {
  16510. "model_name": "DropdownModel",
  16511. "model_module": "@jupyter-widgets/controls",
  16512. "model_module_version": "1.2.0",
  16513. "state": {
  16514. "_options_labels": [
  16515. "Development Status :: 4 - Beta",
  16516. "Development Status :: 5 - Production/Stable",
  16517. "Development Status :: 7 - Inactive",
  16518. "Development Status :: 3 - Alpha",
  16519. "Development Status :: 2 - Pre-Alpha",
  16520. "Development Status :: 6 - Mature",
  16521. "Development Status :: 1 - Planning"
  16522. ],
  16523. "description": "Classifier",
  16524. "index": 0,
  16525. "layout": "IPY_MODEL_f86f4c992736443e892e5f8be6ffb815",
  16526. "style": "IPY_MODEL_e6399ff06b314579ad3ea4a726ff7654"
  16527. }
  16528. },
  16529. "79eaf557196144aba0b9c61c4a1621a8": {
  16530. "model_name": "LayoutModel",
  16531. "model_module": "@jupyter-widgets/base",
  16532. "model_module_version": "1.0.0",
  16533. "state": {}
  16534. },
  16535. "79f01d17ad4e4587bef7b875e8b5090f": {
  16536. "model_name": "LayoutModel",
  16537. "model_module": "@jupyter-widgets/base",
  16538. "model_module_version": "1.0.0",
  16539. "state": {}
  16540. },
  16541. "7a1f818b0f7848f89137a240681c365a": {
  16542. "model_name": "DropdownModel",
  16543. "model_module": "@jupyter-widgets/controls",
  16544. "model_module_version": "1.2.0",
  16545. "state": {
  16546. "_options_labels": [
  16547. "Development Status :: 4 - Beta",
  16548. "Development Status :: 5 - Production/Stable",
  16549. "Development Status :: 7 - Inactive",
  16550. "Development Status :: 3 - Alpha",
  16551. "Development Status :: 2 - Pre-Alpha",
  16552. "Development Status :: 6 - Mature",
  16553. "Development Status :: 1 - Planning"
  16554. ],
  16555. "description": "Classifier",
  16556. "index": 6,
  16557. "layout": "IPY_MODEL_03d60fb4bbb74e9da186d66930852c1c",
  16558. "style": "IPY_MODEL_f34c006cd9ab4d47aad714a017336530"
  16559. }
  16560. },
  16561. "7a2c666affd94e6ebeccfe903936ee90": {
  16562. "model_name": "DescriptionStyleModel",
  16563. "model_module": "@jupyter-widgets/controls",
  16564. "model_module_version": "1.2.0",
  16565. "state": {
  16566. "description_width": ""
  16567. }
  16568. },
  16569. "7a3e5aa466f349d098f58557bdd0543e": {
  16570. "model_name": "LayoutModel",
  16571. "model_module": "@jupyter-widgets/base",
  16572. "model_module_version": "1.0.0",
  16573. "state": {}
  16574. },
  16575. "7a56e6d805e24b39aec0126ff0f908a9": {
  16576. "model_name": "SelectModel",
  16577. "model_module": "@jupyter-widgets/controls",
  16578. "model_module_version": "1.2.0",
  16579. "state": {
  16580. "description": "Selected:",
  16581. "index": null,
  16582. "layout": "IPY_MODEL_794af712e700409fa59111c4a509f839",
  16583. "style": "IPY_MODEL_b95c70a3a8eb47059b07fe8167d83f2b"
  16584. }
  16585. },
  16586. "7a5e371ce5f543368e8948f651aa9b19": {
  16587. "model_name": "LabelModel",
  16588. "model_module": "@jupyter-widgets/controls",
  16589. "model_module_version": "1.2.0",
  16590. "state": {
  16591. "layout": "IPY_MODEL_2033b1c895e445d29e525518d770ebd2",
  16592. "style": "IPY_MODEL_d3a6aedc13dd47a7849743d1311ae588",
  16593. "value": "Development Status :: 4 - Beta"
  16594. }
  16595. },
  16596. "7a60bb171da145eeb21baef2da964f9b": {
  16597. "model_name": "DescriptionStyleModel",
  16598. "model_module": "@jupyter-widgets/controls",
  16599. "model_module_version": "1.2.0",
  16600. "state": {
  16601. "description_width": ""
  16602. }
  16603. },
  16604. "7ab6a44b2cf6477a903e32cf90cfcbb0": {
  16605. "model_name": "DescriptionStyleModel",
  16606. "model_module": "@jupyter-widgets/controls",
  16607. "model_module_version": "1.2.0",
  16608. "state": {
  16609. "description_width": ""
  16610. }
  16611. },
  16612. "7ad52518024a4f70bf0b75fae55378c5": {
  16613. "model_name": "LayoutModel",
  16614. "model_module": "@jupyter-widgets/base",
  16615. "model_module_version": "1.0.0",
  16616. "state": {}
  16617. },
  16618. "7ae7080cb0ef4621ad6bba92f9f927ae": {
  16619. "model_name": "ButtonStyleModel",
  16620. "model_module": "@jupyter-widgets/controls",
  16621. "model_module_version": "1.2.0",
  16622. "state": {}
  16623. },
  16624. "7b0075fedcc3408991272a59660d04ea": {
  16625. "model_name": "ButtonModel",
  16626. "model_module": "@jupyter-widgets/controls",
  16627. "model_module_version": "1.2.0",
  16628. "state": {
  16629. "description": "Remove",
  16630. "layout": "IPY_MODEL_6ca0b8e2f68f49a4bb23af5806cd0eec",
  16631. "style": "IPY_MODEL_29037c3fd3904375bcd6b228f44ab19d"
  16632. }
  16633. },
  16634. "7b18dc1c1ceb41c5a066880bb015a5d4": {
  16635. "model_name": "DescriptionStyleModel",
  16636. "model_module": "@jupyter-widgets/controls",
  16637. "model_module_version": "1.2.0",
  16638. "state": {
  16639. "description_width": ""
  16640. }
  16641. },
  16642. "7b1b7f39ed2045d3806c06a12ae334c7": {
  16643. "model_name": "LayoutModel",
  16644. "model_module": "@jupyter-widgets/base",
  16645. "model_module_version": "1.0.0",
  16646. "state": {}
  16647. },
  16648. "7b2d05f7d020457c853db410114d9d49": {
  16649. "model_name": "ButtonStyleModel",
  16650. "model_module": "@jupyter-widgets/controls",
  16651. "model_module_version": "1.2.0",
  16652. "state": {}
  16653. },
  16654. "7b44137322e34d2aba217d01825d4306": {
  16655. "model_name": "DescriptionStyleModel",
  16656. "model_module": "@jupyter-widgets/controls",
  16657. "model_module_version": "1.2.0",
  16658. "state": {
  16659. "description_width": ""
  16660. }
  16661. },
  16662. "7b47165be3f74c8492f5c19be80a41fa": {
  16663. "model_name": "LayoutModel",
  16664. "model_module": "@jupyter-widgets/base",
  16665. "model_module_version": "1.0.0",
  16666. "state": {}
  16667. },
  16668. "7b5bc179bf59400586d1720573e5656c": {
  16669. "model_name": "LayoutModel",
  16670. "model_module": "@jupyter-widgets/base",
  16671. "model_module_version": "1.0.0",
  16672. "state": {}
  16673. },
  16674. "7b8c931df8cb46a7854faf39d6039bb3": {
  16675. "model_name": "DropdownModel",
  16676. "model_module": "@jupyter-widgets/controls",
  16677. "model_module_version": "1.2.0",
  16678. "state": {
  16679. "_options_labels": [
  16680. "Development Status",
  16681. "Environment",
  16682. "Framework",
  16683. "Intended Audience",
  16684. "License",
  16685. "Natural Language",
  16686. "Operating System",
  16687. "Programming Language",
  16688. "Topic"
  16689. ],
  16690. "description": "prefix",
  16691. "index": 4,
  16692. "layout": "IPY_MODEL_cb947618692943a4be8a11c82906426d",
  16693. "style": "IPY_MODEL_2ed8fbb9b7754862a5bf3ec14495f612"
  16694. }
  16695. },
  16696. "7b9a12640b824776ba03b6e0de34d441": {
  16697. "model_name": "DescriptionStyleModel",
  16698. "model_module": "@jupyter-widgets/controls",
  16699. "model_module_version": "1.2.0",
  16700. "state": {
  16701. "description_width": ""
  16702. }
  16703. },
  16704. "7bcd55c5eb184c189d84187f4d78e227": {
  16705. "model_name": "HBoxModel",
  16706. "model_module": "@jupyter-widgets/controls",
  16707. "model_module_version": "1.2.0",
  16708. "state": {
  16709. "children": [
  16710. "IPY_MODEL_aa664ca4be4d44ca9714cdf182f7cc40"
  16711. ],
  16712. "layout": "IPY_MODEL_dbcbdd958d43457aa1068af8c51f8dde"
  16713. }
  16714. },
  16715. "7be12f7b1ec5400fa607dbd0186bb26e": {
  16716. "model_name": "DescriptionStyleModel",
  16717. "model_module": "@jupyter-widgets/controls",
  16718. "model_module_version": "1.2.0",
  16719. "state": {
  16720. "description_width": ""
  16721. }
  16722. },
  16723. "7be474085e6a4411a6899e34b5dab65f": {
  16724. "model_name": "LayoutModel",
  16725. "model_module": "@jupyter-widgets/base",
  16726. "model_module_version": "1.0.0",
  16727. "state": {}
  16728. },
  16729. "7bfa4101b1cc45bc818437f4a9c6003c": {
  16730. "model_name": "LayoutModel",
  16731. "model_module": "@jupyter-widgets/base",
  16732. "model_module_version": "1.0.0",
  16733. "state": {}
  16734. },
  16735. "7c0b252bfbb740bf94c9b559b5a563b0": {
  16736. "model_name": "VBoxModel",
  16737. "model_module": "@jupyter-widgets/controls",
  16738. "model_module_version": "1.2.0",
  16739. "state": {
  16740. "_dom_classes": [
  16741. "widget-interact"
  16742. ],
  16743. "children": [
  16744. "IPY_MODEL_208056cd6bf84694b808b98f4786d84f",
  16745. "IPY_MODEL_f6c9ba774a6041558d4b2f0269afe3dd"
  16746. ],
  16747. "layout": "IPY_MODEL_72cc3d95ba5e4befb3d5a96c30da1edd"
  16748. }
  16749. },
  16750. "7c3e57c4e81544cf958b31d3fec56fd4": {
  16751. "model_name": "LayoutModel",
  16752. "model_module": "@jupyter-widgets/base",
  16753. "model_module_version": "1.0.0",
  16754. "state": {}
  16755. },
  16756. "7c59f65c76884fda82295c8d56989d61": {
  16757. "model_name": "LayoutModel",
  16758. "model_module": "@jupyter-widgets/base",
  16759. "model_module_version": "1.0.0",
  16760. "state": {}
  16761. },
  16762. "7c9ee8080b684bfebdd8d08d9894b843": {
  16763. "model_name": "LayoutModel",
  16764. "model_module": "@jupyter-widgets/base",
  16765. "model_module_version": "1.0.0",
  16766. "state": {}
  16767. },
  16768. "7c9fc17562b845aa898f4c809cead501": {
  16769. "model_name": "DescriptionStyleModel",
  16770. "model_module": "@jupyter-widgets/controls",
  16771. "model_module_version": "1.2.0",
  16772. "state": {
  16773. "description_width": ""
  16774. }
  16775. },
  16776. "7ca62aeb460243dd82a422a8f7e00aaa": {
  16777. "model_name": "LayoutModel",
  16778. "model_module": "@jupyter-widgets/base",
  16779. "model_module_version": "1.0.0",
  16780. "state": {}
  16781. },
  16782. "7cb52beeb10842bc97ee8cf878f1e917": {
  16783. "model_name": "OutputModel",
  16784. "model_module": "@jupyter-widgets/output",
  16785. "model_module_version": "1.0.0",
  16786. "state": {
  16787. "layout": "IPY_MODEL_6d0d062b9b3b4c56999c8f88522a8ba1",
  16788. "outputs": [
  16789. {
  16790. "data": {
  16791. "application/vnd.jupyter.widget-view+json": {
  16792. "model_id": "c5075cfb1ad149df8965ff7e57daaefd",
  16793. "version_major": 2,
  16794. "version_minor": 0
  16795. },
  16796. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  16797. },
  16798. "metadata": {},
  16799. "output_type": "display_data"
  16800. }
  16801. ]
  16802. }
  16803. },
  16804. "7ccb8dca47a24a9eadd223b0122e5afe": {
  16805. "model_name": "ButtonStyleModel",
  16806. "model_module": "@jupyter-widgets/controls",
  16807. "model_module_version": "1.2.0",
  16808. "state": {}
  16809. },
  16810. "7cccc43aaccf44559bc71c3fe0c07a32": {
  16811. "model_name": "DescriptionStyleModel",
  16812. "model_module": "@jupyter-widgets/controls",
  16813. "model_module_version": "1.2.0",
  16814. "state": {
  16815. "description_width": ""
  16816. }
  16817. },
  16818. "7cdb1da5a2e446b08ee483f964d66ffa": {
  16819. "model_name": "HBoxModel",
  16820. "model_module": "@jupyter-widgets/controls",
  16821. "model_module_version": "1.2.0",
  16822. "state": {
  16823. "children": [
  16824. "IPY_MODEL_9e4b205434ad4c4895d1e4fd550f0e4a",
  16825. "IPY_MODEL_7721d43bb5fb47179b63d65dd27d5749"
  16826. ],
  16827. "layout": "IPY_MODEL_1589786e84f3485a95e3b06448ccbcef"
  16828. }
  16829. },
  16830. "7cecfacd339b4e2d9ba59caf027b600e": {
  16831. "model_name": "LayoutModel",
  16832. "model_module": "@jupyter-widgets/base",
  16833. "model_module_version": "1.0.0",
  16834. "state": {}
  16835. },
  16836. "7d16c4617f3d40b0936e9dfa6259c4f4": {
  16837. "model_name": "LayoutModel",
  16838. "model_module": "@jupyter-widgets/base",
  16839. "model_module_version": "1.0.0",
  16840. "state": {}
  16841. },
  16842. "7d57c90bcd3d4c7fa2100c861c7625e1": {
  16843. "model_name": "DescriptionStyleModel",
  16844. "model_module": "@jupyter-widgets/controls",
  16845. "model_module_version": "1.2.0",
  16846. "state": {
  16847. "description_width": ""
  16848. }
  16849. },
  16850. "7d640fa9ff23455d8c1a4fd17d1bd60e": {
  16851. "model_name": "LayoutModel",
  16852. "model_module": "@jupyter-widgets/base",
  16853. "model_module_version": "1.0.0",
  16854. "state": {}
  16855. },
  16856. "7d7321665e0d48edbd584b928676f2d7": {
  16857. "model_name": "DescriptionStyleModel",
  16858. "model_module": "@jupyter-widgets/controls",
  16859. "model_module_version": "1.2.0",
  16860. "state": {
  16861. "description_width": ""
  16862. }
  16863. },
  16864. "7d9a1e2a7db94203b4a434c9e4e57f5d": {
  16865. "model_name": "OutputModel",
  16866. "model_module": "@jupyter-widgets/output",
  16867. "model_module_version": "1.0.0",
  16868. "state": {
  16869. "layout": "IPY_MODEL_6a3f4f5a11bb4ed3923f539453899bc1"
  16870. }
  16871. },
  16872. "7daafc83a6cd4e0a825235bd0eee0167": {
  16873. "model_name": "ButtonStyleModel",
  16874. "model_module": "@jupyter-widgets/controls",
  16875. "model_module_version": "1.2.0",
  16876. "state": {}
  16877. },
  16878. "7de0b62d096340cbad25bbd0da9a17c1": {
  16879. "model_name": "LayoutModel",
  16880. "model_module": "@jupyter-widgets/base",
  16881. "model_module_version": "1.0.0",
  16882. "state": {}
  16883. },
  16884. "7e01242d29c44adeb45b054d11395466": {
  16885. "model_name": "LayoutModel",
  16886. "model_module": "@jupyter-widgets/base",
  16887. "model_module_version": "1.0.0",
  16888. "state": {}
  16889. },
  16890. "7e08c5f24a82452cbf36965ae33e32cb": {
  16891. "model_name": "DescriptionStyleModel",
  16892. "model_module": "@jupyter-widgets/controls",
  16893. "model_module_version": "1.2.0",
  16894. "state": {
  16895. "description_width": ""
  16896. }
  16897. },
  16898. "7e3013e4a68f4c55906fab122a4d13e4": {
  16899. "model_name": "DropdownModel",
  16900. "model_module": "@jupyter-widgets/controls",
  16901. "model_module_version": "1.2.0",
  16902. "state": {
  16903. "_options_labels": [
  16904. "Development Status :: 2 - Pre-Alpha",
  16905. "Development Status :: 1 - Planning",
  16906. "Development Status :: 4 - Beta",
  16907. "Development Status :: 6 - Mature",
  16908. "Development Status :: 3 - Alpha",
  16909. "Development Status :: 5 - Production/Stable",
  16910. "Development Status :: 7 - Inactive"
  16911. ],
  16912. "description": "Classifier",
  16913. "index": 0,
  16914. "layout": "IPY_MODEL_0e6f159c117e4b7e967ff49fa4d1d401",
  16915. "style": "IPY_MODEL_95ac23942ae246199574824105692ff9"
  16916. }
  16917. },
  16918. "7e3d6055b21a4c219e9da63276cb5295": {
  16919. "model_name": "ButtonModel",
  16920. "model_module": "@jupyter-widgets/controls",
  16921. "model_module_version": "1.2.0",
  16922. "state": {
  16923. "description": "Save",
  16924. "layout": "IPY_MODEL_084aa8d20ccc4c3e84d0d1f34e19a07c",
  16925. "style": "IPY_MODEL_603cf78b0cdb4394900f586ff76ee4af"
  16926. }
  16927. },
  16928. "7e48fbd935aa46e2be6834ff4b1afbcd": {
  16929. "model_name": "LayoutModel",
  16930. "model_module": "@jupyter-widgets/base",
  16931. "model_module_version": "1.0.0",
  16932. "state": {}
  16933. },
  16934. "7e4bba77b2c84db78bb78417f398285a": {
  16935. "model_name": "OutputModel",
  16936. "model_module": "@jupyter-widgets/output",
  16937. "model_module_version": "1.0.0",
  16938. "state": {
  16939. "layout": "IPY_MODEL_795e1881ac724a70be772409a058e726"
  16940. }
  16941. },
  16942. "7e5e0e8149da4147884649ea9e8d6e20": {
  16943. "model_name": "ButtonStyleModel",
  16944. "model_module": "@jupyter-widgets/controls",
  16945. "model_module_version": "1.2.0",
  16946. "state": {}
  16947. },
  16948. "7e646e4d6f13472aa58fb9da519fdf35": {
  16949. "model_name": "LabelModel",
  16950. "model_module": "@jupyter-widgets/controls",
  16951. "model_module_version": "1.2.0",
  16952. "state": {
  16953. "layout": "IPY_MODEL_3d6dba350f0146968de29f4d9b57bb7d",
  16954. "style": "IPY_MODEL_6384b8e32f5547239462442ea6928cc3",
  16955. "value": "Chosen Classifiers"
  16956. }
  16957. },
  16958. "7e70c0e5cce14b52b58a3c7f1a92ef35": {
  16959. "model_name": "ButtonModel",
  16960. "model_module": "@jupyter-widgets/controls",
  16961. "model_module_version": "1.2.0",
  16962. "state": {
  16963. "description": "Remove",
  16964. "layout": "IPY_MODEL_5b1e414a407d434fbe7ab4a550365dfb",
  16965. "style": "IPY_MODEL_c54f167b4f284097b64f703e894f927d"
  16966. }
  16967. },
  16968. "7e7161be8dab427eb812d75038d84e33": {
  16969. "model_name": "LayoutModel",
  16970. "model_module": "@jupyter-widgets/base",
  16971. "model_module_version": "1.0.0",
  16972. "state": {}
  16973. },
  16974. "7e8e5aada6f747db8a3362897a6940c7": {
  16975. "model_name": "OutputModel",
  16976. "model_module": "@jupyter-widgets/output",
  16977. "model_module_version": "1.0.0",
  16978. "state": {
  16979. "layout": "IPY_MODEL_9f915d1adfa94bb795edf1f0395483b8"
  16980. }
  16981. },
  16982. "7e98686bd5b242d597a084cf15118bd7": {
  16983. "model_name": "LayoutModel",
  16984. "model_module": "@jupyter-widgets/base",
  16985. "model_module_version": "1.0.0",
  16986. "state": {}
  16987. },
  16988. "7e9f4622ca7c4e91b7ea2d09bc387c73": {
  16989. "model_name": "LayoutModel",
  16990. "model_module": "@jupyter-widgets/base",
  16991. "model_module_version": "1.0.0",
  16992. "state": {}
  16993. },
  16994. "7f1008cb7d354152b265ce8d3e430fa0": {
  16995. "model_name": "DropdownModel",
  16996. "model_module": "@jupyter-widgets/controls",
  16997. "model_module_version": "1.2.0",
  16998. "state": {
  16999. "_options_labels": [
  17000. "Development Status :: 4 - Beta",
  17001. "Development Status :: 5 - Production/Stable",
  17002. "Development Status :: 7 - Inactive",
  17003. "Development Status :: 3 - Alpha",
  17004. "Development Status :: 2 - Pre-Alpha",
  17005. "Development Status :: 6 - Mature",
  17006. "Development Status :: 1 - Planning"
  17007. ],
  17008. "description": "Classifier",
  17009. "index": 0,
  17010. "layout": "IPY_MODEL_45735dc829084560bafce90a551aeacb",
  17011. "style": "IPY_MODEL_52ac8a0e7f6e4e14be30a7ced1e602ae"
  17012. }
  17013. },
  17014. "7f240c3bcc704050b25e0cd326ad1c77": {
  17015. "model_name": "LayoutModel",
  17016. "model_module": "@jupyter-widgets/base",
  17017. "model_module_version": "1.0.0",
  17018. "state": {}
  17019. },
  17020. "7f430c3a84054af98c04c828e13d6342": {
  17021. "model_name": "LayoutModel",
  17022. "model_module": "@jupyter-widgets/base",
  17023. "model_module_version": "1.0.0",
  17024. "state": {}
  17025. },
  17026. "7f452f9acccf49f781149faa01099fb7": {
  17027. "model_name": "OutputModel",
  17028. "model_module": "@jupyter-widgets/output",
  17029. "model_module_version": "1.0.0",
  17030. "state": {
  17031. "layout": "IPY_MODEL_de06e62fb61643e59b722fec0b9c7f26"
  17032. }
  17033. },
  17034. "7f5c1386f28c4a13a830c27f57c7ea96": {
  17035. "model_name": "LayoutModel",
  17036. "model_module": "@jupyter-widgets/base",
  17037. "model_module_version": "1.0.0",
  17038. "state": {}
  17039. },
  17040. "7f62397ff64e4456a37ad59c125d2182": {
  17041. "model_name": "HBoxModel",
  17042. "model_module": "@jupyter-widgets/controls",
  17043. "model_module_version": "1.2.0",
  17044. "state": {
  17045. "children": [
  17046. "IPY_MODEL_732ebf71d3ac4ba38ab6b01dba419f98",
  17047. "IPY_MODEL_c0f794a218114b228d0f9da78b987f61"
  17048. ],
  17049. "layout": "IPY_MODEL_f4f8f29fcecc40aeb1e67c07f44238b6"
  17050. }
  17051. },
  17052. "7f852c414086445b84f262c8f843b9d4": {
  17053. "model_name": "DropdownModel",
  17054. "model_module": "@jupyter-widgets/controls",
  17055. "model_module_version": "1.2.0",
  17056. "state": {
  17057. "_options_labels": [
  17058. "Development Status",
  17059. "Environment",
  17060. "Framework",
  17061. "Intended Audience",
  17062. "License",
  17063. "Natural Language",
  17064. "Operating System",
  17065. "Programming Language",
  17066. "Topic"
  17067. ],
  17068. "description": "prefix",
  17069. "index": 0,
  17070. "layout": "IPY_MODEL_4b0fef3a506e48dda17ede7c10a86e5f",
  17071. "style": "IPY_MODEL_0a786be6bfbd4045a90a32092738da71"
  17072. }
  17073. },
  17074. "7f91546aec864e82ad67ce9c0c16c195": {
  17075. "model_name": "LayoutModel",
  17076. "model_module": "@jupyter-widgets/base",
  17077. "model_module_version": "1.0.0",
  17078. "state": {}
  17079. },
  17080. "7f91d814aa6f4a61a1e0892e6734061f": {
  17081. "model_name": "LayoutModel",
  17082. "model_module": "@jupyter-widgets/base",
  17083. "model_module_version": "1.0.0",
  17084. "state": {}
  17085. },
  17086. "7f996176869e46b4abfbe638508c44c4": {
  17087. "model_name": "HBoxModel",
  17088. "model_module": "@jupyter-widgets/controls",
  17089. "model_module_version": "1.2.0",
  17090. "state": {
  17091. "children": [
  17092. "IPY_MODEL_c4323ef3c0c1465bbc87dde231f8e177",
  17093. "IPY_MODEL_bc031f12dedf4a50b91f544f1a25023f",
  17094. "IPY_MODEL_efb5c629896f40b6a2cb95068b0c4873"
  17095. ],
  17096. "layout": "IPY_MODEL_6ef17744dc064919913caf4e3b1c1db8"
  17097. }
  17098. },
  17099. "7fa335b2624140de90925c17a3153e61": {
  17100. "model_name": "LayoutModel",
  17101. "model_module": "@jupyter-widgets/base",
  17102. "model_module_version": "1.0.0",
  17103. "state": {}
  17104. },
  17105. "7fa35178a8d249429b6d6443c3094c01": {
  17106. "model_name": "LabelModel",
  17107. "model_module": "@jupyter-widgets/controls",
  17108. "model_module_version": "1.2.0",
  17109. "state": {
  17110. "layout": "IPY_MODEL_554199849b5343b6b46c498439adf01a",
  17111. "style": "IPY_MODEL_6cd55bfbcc0c479692a196ba59359d81",
  17112. "value": "*Optional Classifiers"
  17113. }
  17114. },
  17115. "7fa7b28af44f43058c56006bb67950bd": {
  17116. "model_name": "LayoutModel",
  17117. "model_module": "@jupyter-widgets/base",
  17118. "model_module_version": "1.0.0",
  17119. "state": {}
  17120. },
  17121. "7fab2af308834994a30ac95f73708819": {
  17122. "model_name": "DescriptionStyleModel",
  17123. "model_module": "@jupyter-widgets/controls",
  17124. "model_module_version": "1.2.0",
  17125. "state": {
  17126. "description_width": ""
  17127. }
  17128. },
  17129. "7fbd3feec6e54784903b228509c10fca": {
  17130. "model_name": "ButtonModel",
  17131. "model_module": "@jupyter-widgets/controls",
  17132. "model_module_version": "1.2.0",
  17133. "state": {
  17134. "description": "Remove",
  17135. "layout": "IPY_MODEL_ee93a2b32a624cfba6c7886e180406db",
  17136. "style": "IPY_MODEL_47feec70c3d94ecb941323cc1b556409"
  17137. }
  17138. },
  17139. "7fbdc919726d4df697ae1c6015bf696b": {
  17140. "model_name": "VBoxModel",
  17141. "model_module": "@jupyter-widgets/controls",
  17142. "model_module_version": "1.2.0",
  17143. "state": {
  17144. "_dom_classes": [
  17145. "widget-interact"
  17146. ],
  17147. "children": [
  17148. "IPY_MODEL_8e742f2351ec4c1a86be77ecef600232",
  17149. "IPY_MODEL_3ecaf85223cd416fa5d166553725b7ec"
  17150. ],
  17151. "layout": "IPY_MODEL_8ad39d9cf8c5477ba76ffb5580ab691e"
  17152. }
  17153. },
  17154. "7fcbd05734324b4d8355812706161d83": {
  17155. "model_name": "VBoxModel",
  17156. "model_module": "@jupyter-widgets/controls",
  17157. "model_module_version": "1.2.0",
  17158. "state": {
  17159. "_dom_classes": [
  17160. "widget-interact"
  17161. ],
  17162. "children": [
  17163. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  17164. "IPY_MODEL_cd3f9cbcf7a14861b1c0cb29d3f4fdd8"
  17165. ],
  17166. "layout": "IPY_MODEL_d1ba8b28fde14421b788f84ce6750821"
  17167. }
  17168. },
  17169. "7fcc0fc18dbf4f2288451fdc44839353": {
  17170. "model_name": "LayoutModel",
  17171. "model_module": "@jupyter-widgets/base",
  17172. "model_module_version": "1.0.0",
  17173. "state": {}
  17174. },
  17175. "7fdac8991f424484a082aa8b93981a90": {
  17176. "model_name": "LayoutModel",
  17177. "model_module": "@jupyter-widgets/base",
  17178. "model_module_version": "1.0.0",
  17179. "state": {}
  17180. },
  17181. "800899b9ffff49e9936c2f5adabfc668": {
  17182. "model_name": "OutputModel",
  17183. "model_module": "@jupyter-widgets/output",
  17184. "model_module_version": "1.0.0",
  17185. "state": {
  17186. "layout": "IPY_MODEL_7404a2df9f3a42bcaf6cec9081aa9969",
  17187. "outputs": [
  17188. {
  17189. "data": {
  17190. "application/vnd.jupyter.widget-view+json": {
  17191. "model_id": "23705652cf75406380731d9077db4b7f",
  17192. "version_major": 2,
  17193. "version_minor": 0
  17194. },
  17195. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('License :: OSI Approved :: GNU General Publ…"
  17196. },
  17197. "metadata": {},
  17198. "output_type": "display_data"
  17199. }
  17200. ]
  17201. }
  17202. },
  17203. "801848da79d64fb392e4af2d53eefd34": {
  17204. "model_name": "LayoutModel",
  17205. "model_module": "@jupyter-widgets/base",
  17206. "model_module_version": "1.0.0",
  17207. "state": {}
  17208. },
  17209. "80250233ee5040c99a91c5d41aa612c2": {
  17210. "model_name": "ButtonModel",
  17211. "model_module": "@jupyter-widgets/controls",
  17212. "model_module_version": "1.2.0",
  17213. "state": {
  17214. "description": "Save",
  17215. "layout": "IPY_MODEL_9476b02622584ef8b20b864f9e68d934",
  17216. "style": "IPY_MODEL_cfd8ea63dcb24f61868e7588b53a9d95"
  17217. }
  17218. },
  17219. "8026a67eeeed440591f9358796e0bc9e": {
  17220. "model_name": "LayoutModel",
  17221. "model_module": "@jupyter-widgets/base",
  17222. "model_module_version": "1.0.0",
  17223. "state": {}
  17224. },
  17225. "8037334013434430821a973c99e557a9": {
  17226. "model_name": "OutputModel",
  17227. "model_module": "@jupyter-widgets/output",
  17228. "model_module_version": "1.0.0",
  17229. "state": {
  17230. "layout": "IPY_MODEL_3746cb1ae46842e492e7427366ecc6ee"
  17231. }
  17232. },
  17233. "80408337f4874f4cb38c73eab3be46c7": {
  17234. "model_name": "LayoutModel",
  17235. "model_module": "@jupyter-widgets/base",
  17236. "model_module_version": "1.0.0",
  17237. "state": {}
  17238. },
  17239. "804d9d3f49b54b46a01ccfa58843e91b": {
  17240. "model_name": "LayoutModel",
  17241. "model_module": "@jupyter-widgets/base",
  17242. "model_module_version": "1.0.0",
  17243. "state": {}
  17244. },
  17245. "8060dce188164d0abfd61affce83711c": {
  17246. "model_name": "DescriptionStyleModel",
  17247. "model_module": "@jupyter-widgets/controls",
  17248. "model_module_version": "1.2.0",
  17249. "state": {
  17250. "description_width": ""
  17251. }
  17252. },
  17253. "806e7c6a8a4547798970cc3385d82cf7": {
  17254. "model_name": "LayoutModel",
  17255. "model_module": "@jupyter-widgets/base",
  17256. "model_module_version": "1.0.0",
  17257. "state": {}
  17258. },
  17259. "80726b22082c40cfad64fafdc35d4259": {
  17260. "model_name": "DescriptionStyleModel",
  17261. "model_module": "@jupyter-widgets/controls",
  17262. "model_module_version": "1.2.0",
  17263. "state": {
  17264. "description_width": ""
  17265. }
  17266. },
  17267. "80a18e84727243478f61dcbb1356e875": {
  17268. "model_name": "LayoutModel",
  17269. "model_module": "@jupyter-widgets/base",
  17270. "model_module_version": "1.0.0",
  17271. "state": {}
  17272. },
  17273. "80a5008c46584583ae2603e4cc6aaa8f": {
  17274. "model_name": "LayoutModel",
  17275. "model_module": "@jupyter-widgets/base",
  17276. "model_module_version": "1.0.0",
  17277. "state": {}
  17278. },
  17279. "80b98d3c17fd47c791e40046f7962416": {
  17280. "model_name": "VBoxModel",
  17281. "model_module": "@jupyter-widgets/controls",
  17282. "model_module_version": "1.2.0",
  17283. "state": {
  17284. "_dom_classes": [
  17285. "widget-interact"
  17286. ],
  17287. "children": [
  17288. "IPY_MODEL_e96adf4a5ce04c179610d24f510a2cd2",
  17289. "IPY_MODEL_2a1a49b521ee474195d6462c98e9f96b"
  17290. ],
  17291. "layout": "IPY_MODEL_961947d897d0402994e38d09aad8ad08"
  17292. }
  17293. },
  17294. "80ba0c70503649f89b2e5f0604087265": {
  17295. "model_name": "LayoutModel",
  17296. "model_module": "@jupyter-widgets/base",
  17297. "model_module_version": "1.0.0",
  17298. "state": {}
  17299. },
  17300. "80c345ca85904fa5bb2769b2870169c0": {
  17301. "model_name": "LayoutModel",
  17302. "model_module": "@jupyter-widgets/base",
  17303. "model_module_version": "1.0.0",
  17304. "state": {}
  17305. },
  17306. "80d8d031922a4106a294b80e92afd058": {
  17307. "model_name": "HBoxModel",
  17308. "model_module": "@jupyter-widgets/controls",
  17309. "model_module_version": "1.2.0",
  17310. "state": {
  17311. "children": [
  17312. "IPY_MODEL_68daa9a1aedf4cd0b8630f1f710b3efe"
  17313. ],
  17314. "layout": "IPY_MODEL_4fc414c9e81745d680819295cca8987f"
  17315. }
  17316. },
  17317. "80eba32b3cad47bb87850029f95dac7c": {
  17318. "model_name": "LayoutModel",
  17319. "model_module": "@jupyter-widgets/base",
  17320. "model_module_version": "1.0.0",
  17321. "state": {}
  17322. },
  17323. "80f5a8d31e8f41c78e4990e9fb9f9ddb": {
  17324. "model_name": "DescriptionStyleModel",
  17325. "model_module": "@jupyter-widgets/controls",
  17326. "model_module_version": "1.2.0",
  17327. "state": {
  17328. "description_width": ""
  17329. }
  17330. },
  17331. "810a4cabf71b4b20a6d52e0296d40222": {
  17332. "model_name": "DescriptionStyleModel",
  17333. "model_module": "@jupyter-widgets/controls",
  17334. "model_module_version": "1.2.0",
  17335. "state": {
  17336. "description_width": ""
  17337. }
  17338. },
  17339. "8125c60864104814bd3cc0080be329d7": {
  17340. "model_name": "LayoutModel",
  17341. "model_module": "@jupyter-widgets/base",
  17342. "model_module_version": "1.0.0",
  17343. "state": {}
  17344. },
  17345. "813a76335d13458bb19fceeb7bf52d94": {
  17346. "model_name": "SelectModel",
  17347. "model_module": "@jupyter-widgets/controls",
  17348. "model_module_version": "1.2.0",
  17349. "state": {
  17350. "_options_labels": [
  17351. "s",
  17352. "e",
  17353. "l",
  17354. "e",
  17355. "c",
  17356. "t",
  17357. "e",
  17358. "d",
  17359. "_",
  17360. "c",
  17361. "l",
  17362. "a",
  17363. "s",
  17364. "s",
  17365. "i",
  17366. "f",
  17367. "i",
  17368. "e",
  17369. "r",
  17370. "s"
  17371. ],
  17372. "description": "Classifiers",
  17373. "index": 0,
  17374. "layout": "IPY_MODEL_21004d0c22114a55b01daeb5a4a7d85e",
  17375. "style": "IPY_MODEL_fa87e48222f144b38a64cc23a9f57ed3"
  17376. }
  17377. },
  17378. "81a322abfce44de595dd0c7be32c3d17": {
  17379. "model_name": "LayoutModel",
  17380. "model_module": "@jupyter-widgets/base",
  17381. "model_module_version": "1.0.0",
  17382. "state": {}
  17383. },
  17384. "81da483cddc244ea894d7adf06631473": {
  17385. "model_name": "LayoutModel",
  17386. "model_module": "@jupyter-widgets/base",
  17387. "model_module_version": "1.0.0",
  17388. "state": {}
  17389. },
  17390. "81e20d7ca8e54a1aafec10730ff6ad44": {
  17391. "model_name": "SelectModel",
  17392. "model_module": "@jupyter-widgets/controls",
  17393. "model_module_version": "1.2.0",
  17394. "state": {
  17395. "description": "Selected:",
  17396. "index": null,
  17397. "layout": "IPY_MODEL_e802e48bfeb744c297c8b53374fc1c27",
  17398. "style": "IPY_MODEL_290cfa54459d4ba78ae897f782c972f6"
  17399. }
  17400. },
  17401. "81e5fa0ba8a5475ba60ea0948f30bafa": {
  17402. "model_name": "LayoutModel",
  17403. "model_module": "@jupyter-widgets/base",
  17404. "model_module_version": "1.0.0",
  17405. "state": {}
  17406. },
  17407. "81e9687a54c6444fb83022e75af4b1c5": {
  17408. "model_name": "LayoutModel",
  17409. "model_module": "@jupyter-widgets/base",
  17410. "model_module_version": "1.0.0",
  17411. "state": {}
  17412. },
  17413. "81ecd1899e514b7882cde33dbb59c331": {
  17414. "model_name": "LayoutModel",
  17415. "model_module": "@jupyter-widgets/base",
  17416. "model_module_version": "1.0.0",
  17417. "state": {}
  17418. },
  17419. "81ef4e10538348c48ea2251bc361a1b6": {
  17420. "model_name": "LayoutModel",
  17421. "model_module": "@jupyter-widgets/base",
  17422. "model_module_version": "1.0.0",
  17423. "state": {}
  17424. },
  17425. "81f25a693f674f76b70d2d45715e830f": {
  17426. "model_name": "VBoxModel",
  17427. "model_module": "@jupyter-widgets/controls",
  17428. "model_module_version": "1.2.0",
  17429. "state": {
  17430. "_dom_classes": [
  17431. "widget-interact"
  17432. ],
  17433. "children": [
  17434. "IPY_MODEL_0db61fde090144fea63b80729953be45",
  17435. "IPY_MODEL_d64abfde53a948198f02f16dce410ff6"
  17436. ],
  17437. "layout": "IPY_MODEL_381076c6e83b4cba96a55c518142966a"
  17438. }
  17439. },
  17440. "8212e68fbacf408c863d09aa573469e4": {
  17441. "model_name": "ButtonStyleModel",
  17442. "model_module": "@jupyter-widgets/controls",
  17443. "model_module_version": "1.2.0",
  17444. "state": {}
  17445. },
  17446. "8217dbb2aaf24ef7a62c8922117fd133": {
  17447. "model_name": "LayoutModel",
  17448. "model_module": "@jupyter-widgets/base",
  17449. "model_module_version": "1.0.0",
  17450. "state": {}
  17451. },
  17452. "821b189272ad4e7b93aaef5941b6bdcb": {
  17453. "model_name": "HBoxModel",
  17454. "model_module": "@jupyter-widgets/controls",
  17455. "model_module_version": "1.2.0",
  17456. "state": {
  17457. "children": [
  17458. "IPY_MODEL_67468c329e254d03ad4a8f79772aef89",
  17459. "IPY_MODEL_79a0b64d21bd4caf9e9b6130c9a18ad8"
  17460. ],
  17461. "layout": "IPY_MODEL_fd35b089a61845babfcd2ada196ebbf9"
  17462. }
  17463. },
  17464. "8220b35a75bb4fdea47453990d4146f5": {
  17465. "model_name": "DescriptionStyleModel",
  17466. "model_module": "@jupyter-widgets/controls",
  17467. "model_module_version": "1.2.0",
  17468. "state": {
  17469. "description_width": ""
  17470. }
  17471. },
  17472. "8227d5d8b34449619a599ec465141f8e": {
  17473. "model_name": "VBoxModel",
  17474. "model_module": "@jupyter-widgets/controls",
  17475. "model_module_version": "1.2.0",
  17476. "state": {
  17477. "_dom_classes": [
  17478. "widget-interact"
  17479. ],
  17480. "children": [
  17481. "IPY_MODEL_d4d3cb9b5ed1434a99c343257a39b84b",
  17482. "IPY_MODEL_b75feb1434e84c8fb2ada26903c3c8c6"
  17483. ],
  17484. "layout": "IPY_MODEL_975213517e564ae7b76bc5cc482eb5a3"
  17485. }
  17486. },
  17487. "822ba0fcf5f24922abb26799a3038a6b": {
  17488. "model_name": "LayoutModel",
  17489. "model_module": "@jupyter-widgets/base",
  17490. "model_module_version": "1.0.0",
  17491. "state": {}
  17492. },
  17493. "8244a69b888a471fab1ba91cdef4212a": {
  17494. "model_name": "HBoxModel",
  17495. "model_module": "@jupyter-widgets/controls",
  17496. "model_module_version": "1.2.0",
  17497. "state": {
  17498. "children": [
  17499. "IPY_MODEL_8712f70f0ba747bab9b64e2bec4151b7",
  17500. "IPY_MODEL_d0fba02d9c334a599b4941347d8909ec"
  17501. ],
  17502. "layout": "IPY_MODEL_b229ce8e08b948d392223cb734cf5eac"
  17503. }
  17504. },
  17505. "8254143cd90e46c5b6d9970cc9dbc0be": {
  17506. "model_name": "LayoutModel",
  17507. "model_module": "@jupyter-widgets/base",
  17508. "model_module_version": "1.0.0",
  17509. "state": {}
  17510. },
  17511. "8266b9bb51334dfb87fa236de9fcfc7a": {
  17512. "model_name": "DropdownModel",
  17513. "model_module": "@jupyter-widgets/controls",
  17514. "model_module_version": "1.2.0",
  17515. "state": {
  17516. "_options_labels": [
  17517. "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
  17518. "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
  17519. "License :: OSI Approved :: IBM Public License",
  17520. "License :: OSI Approved",
  17521. "License :: OSI Approved :: Zope Public License",
  17522. "License :: Freeware",
  17523. "License :: OSI Approved :: Sleepycat License",
  17524. "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
  17525. "License :: Netscape Public License (NPL)",
  17526. "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
  17527. "License :: OSI Approved :: Motosoto License",
  17528. "License :: OSI Approved :: GNU General Public License (GPL)",
  17529. "License :: OSI Approved :: PostgreSQL License",
  17530. "License :: OSI Approved :: Python Software Foundation License",
  17531. "License :: Nokia Open Source License (NOKOS)",
  17532. "License :: Free For Educational Use",
  17533. "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
  17534. "License :: OSI Approved :: Intel Open Source License",
  17535. "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
  17536. "License :: Free To Use But Restricted",
  17537. "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
  17538. "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
  17539. "License :: OSI Approved :: Academic Free License (AFL)",
  17540. "License :: OSI Approved :: MIT License",
  17541. "License :: OSI Approved :: Universal Permissive License (UPL)",
  17542. "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
  17543. "License :: CeCILL-B Free Software License Agreement (CECILL-B)",
  17544. "License :: OSI Approved :: Attribution Assurance License",
  17545. "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
  17546. "License :: OSI Approved :: Qt Public License (QPL)",
  17547. "License :: Public Domain",
  17548. "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
  17549. "License :: Repoze Public License",
  17550. "License :: Free For Home Use",
  17551. "License :: OSI Approved :: Open Group Test Suite License",
  17552. "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
  17553. "License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)",
  17554. "License :: Aladdin Free Public License (AFPL)",
  17555. "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)",
  17556. "License :: OSI Approved :: GNU Affero General Public License v3",
  17557. "License :: OSI Approved :: Python License (CNRI Python License)",
  17558. "License :: OSI Approved :: Vovida Software License 1.0",
  17559. "License :: OSI Approved :: X.Net License",
  17560. "License :: OSI Approved :: Nethack General Public License",
  17561. "License :: OSI Approved :: Apache Software License",
  17562. "License :: OSI Approved :: Jabber Open Source License",
  17563. "License :: OSI Approved :: University of Illinois/NCSA Open Source License",
  17564. "License :: OSI Approved :: Sun Public License",
  17565. "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
  17566. "License :: OSI Approved :: BSD License",
  17567. "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
  17568. "License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",
  17569. "License :: Free for non-commercial use",
  17570. "License :: OSI Approved :: Eiffel Forum License",
  17571. "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
  17572. "License :: CeCILL-C Free Software License Agreement (CECILL-C)",
  17573. "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
  17574. "License :: OSI Approved :: zlib/libpng License",
  17575. "License :: Eiffel Forum License (EFL)",
  17576. "License :: OSI Approved :: Nokia Open Source License",
  17577. "License :: DFSG approved",
  17578. "License :: Freely Distributable",
  17579. "License :: OSI Approved :: Artistic License",
  17580. "License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
  17581. "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
  17582. "License :: OSI Approved :: W3C License",
  17583. "License :: OSI Approved :: Apple Public Source License",
  17584. "License :: OSI Approved :: Common Public License",
  17585. "License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)",
  17586. "License :: OSI Approved :: ISC License (ISCL)",
  17587. "License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
  17588. "License :: Other/Proprietary License",
  17589. "License :: OSI Approved :: Ricoh Source Code Public License",
  17590. "License :: OSI Approved :: GNU Free Documentation License (FDL)",
  17591. "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)"
  17592. ],
  17593. "description": "Classifier",
  17594. "index": 11,
  17595. "layout": "IPY_MODEL_a651412fca0347cf9d77bd44d4abf6f5",
  17596. "style": "IPY_MODEL_0b3c219b5e834058bba5dd6ece07f575"
  17597. }
  17598. },
  17599. "827fc025b0d14411a0d90641c56941cc": {
  17600. "model_name": "DescriptionStyleModel",
  17601. "model_module": "@jupyter-widgets/controls",
  17602. "model_module_version": "1.2.0",
  17603. "state": {
  17604. "description_width": ""
  17605. }
  17606. },
  17607. "828a119d2cd741e9864d1071c3a27d38": {
  17608. "model_name": "LayoutModel",
  17609. "model_module": "@jupyter-widgets/base",
  17610. "model_module_version": "1.0.0",
  17611. "state": {}
  17612. },
  17613. "82918ea134fe43a2bc175d9fa48e1392": {
  17614. "model_name": "HBoxModel",
  17615. "model_module": "@jupyter-widgets/controls",
  17616. "model_module_version": "1.2.0",
  17617. "state": {
  17618. "children": [
  17619. "IPY_MODEL_3f94d11b536042c8a1d313c002d06bac",
  17620. "IPY_MODEL_4a5b6c4fa7ff4806a8e682116c0ad292",
  17621. "IPY_MODEL_a2fc3a3a274443ac8a9bebb2b5bbb028"
  17622. ],
  17623. "layout": "IPY_MODEL_bab95909bd374842895f2fbf6c7736a1"
  17624. }
  17625. },
  17626. "829894612c8540e9a243034dab64a077": {
  17627. "model_name": "LayoutModel",
  17628. "model_module": "@jupyter-widgets/base",
  17629. "model_module_version": "1.0.0",
  17630. "state": {}
  17631. },
  17632. "82a1ea5f48f64693a127376f14698847": {
  17633. "model_name": "VBoxModel",
  17634. "model_module": "@jupyter-widgets/controls",
  17635. "model_module_version": "1.2.0",
  17636. "state": {
  17637. "_dom_classes": [
  17638. "widget-interact"
  17639. ],
  17640. "children": [
  17641. "IPY_MODEL_caa3ab6980e24aec9f3885f6305815e1",
  17642. "IPY_MODEL_1e99e0279dfe4c0fac2e0214aabf2b53"
  17643. ],
  17644. "layout": "IPY_MODEL_4603c370a2f84b8883db67c16158e7b2"
  17645. }
  17646. },
  17647. "82f43fafc1224fcb82905702d3c4364c": {
  17648. "model_name": "LayoutModel",
  17649. "model_module": "@jupyter-widgets/base",
  17650. "model_module_version": "1.0.0",
  17651. "state": {}
  17652. },
  17653. "82f7a520565f414d80c1b1ed4489ee1c": {
  17654. "model_name": "DescriptionStyleModel",
  17655. "model_module": "@jupyter-widgets/controls",
  17656. "model_module_version": "1.2.0",
  17657. "state": {
  17658. "description_width": ""
  17659. }
  17660. },
  17661. "830beb69a6c14617a49a0ac03aa9e64f": {
  17662. "model_name": "LayoutModel",
  17663. "model_module": "@jupyter-widgets/base",
  17664. "model_module_version": "1.0.0",
  17665. "state": {}
  17666. },
  17667. "830f96162b3a4e50ad24b2c71f18a4ed": {
  17668. "model_name": "LayoutModel",
  17669. "model_module": "@jupyter-widgets/base",
  17670. "model_module_version": "1.0.0",
  17671. "state": {}
  17672. },
  17673. "832203cb96354e56a710d4134b1d1be8": {
  17674. "model_name": "LayoutModel",
  17675. "model_module": "@jupyter-widgets/base",
  17676. "model_module_version": "1.0.0",
  17677. "state": {}
  17678. },
  17679. "8346272d2fde4f3c8aef800d0856624d": {
  17680. "model_name": "DescriptionStyleModel",
  17681. "model_module": "@jupyter-widgets/controls",
  17682. "model_module_version": "1.2.0",
  17683. "state": {
  17684. "description_width": ""
  17685. }
  17686. },
  17687. "83616f42e0ba41d4a93032ba15dbba55": {
  17688. "model_name": "LayoutModel",
  17689. "model_module": "@jupyter-widgets/base",
  17690. "model_module_version": "1.0.0",
  17691. "state": {}
  17692. },
  17693. "836a1a57170a4bafbe6bc4ab21e0b3d0": {
  17694. "model_name": "LayoutModel",
  17695. "model_module": "@jupyter-widgets/base",
  17696. "model_module_version": "1.0.0",
  17697. "state": {}
  17698. },
  17699. "838980c72e934a78af7ef3b593f167f5": {
  17700. "model_name": "LayoutModel",
  17701. "model_module": "@jupyter-widgets/base",
  17702. "model_module_version": "1.0.0",
  17703. "state": {}
  17704. },
  17705. "83b83d895ba74c72aa0e3b5375597bc6": {
  17706. "model_name": "HBoxModel",
  17707. "model_module": "@jupyter-widgets/controls",
  17708. "model_module_version": "1.2.0",
  17709. "state": {
  17710. "children": [
  17711. "IPY_MODEL_614b7049d7904d2a97b4799abfeacb79",
  17712. "IPY_MODEL_4e6eed71832d48aca868794575743935"
  17713. ],
  17714. "layout": "IPY_MODEL_d858502408fa49308d05a6b37a294fed"
  17715. }
  17716. },
  17717. "83c8b3d43ec24412a63f2f30c642b84d": {
  17718. "model_name": "ButtonModel",
  17719. "model_module": "@jupyter-widgets/controls",
  17720. "model_module_version": "1.2.0",
  17721. "state": {
  17722. "description": "Remove",
  17723. "layout": "IPY_MODEL_f82796549bf64e05a43ba5fd096aaa08",
  17724. "style": "IPY_MODEL_ef34c1170b274d96bce15f9ff05619f6"
  17725. }
  17726. },
  17727. "83caa398119a45b986fc7ec30286812f": {
  17728. "model_name": "HBoxModel",
  17729. "model_module": "@jupyter-widgets/controls",
  17730. "model_module_version": "1.2.0",
  17731. "state": {
  17732. "children": [
  17733. "IPY_MODEL_f7b91e5d4e3f45b7a64c8b55349e38d5",
  17734. "IPY_MODEL_2452aac479854080a94ab8732b939d60"
  17735. ],
  17736. "layout": "IPY_MODEL_36571324e7c346e886276ac4c167fd66"
  17737. }
  17738. },
  17739. "83e3f72a55794c079a1d787da36d107c": {
  17740. "model_name": "LayoutModel",
  17741. "model_module": "@jupyter-widgets/base",
  17742. "model_module_version": "1.0.0",
  17743. "state": {}
  17744. },
  17745. "84142f4856924c389e07720f0dcffa57": {
  17746. "model_name": "LayoutModel",
  17747. "model_module": "@jupyter-widgets/base",
  17748. "model_module_version": "1.0.0",
  17749. "state": {}
  17750. },
  17751. "8417566f0a274eeaa3510c10a11f2dcc": {
  17752. "model_name": "LabelModel",
  17753. "model_module": "@jupyter-widgets/controls",
  17754. "model_module_version": "1.2.0",
  17755. "state": {
  17756. "layout": "IPY_MODEL_fd23c56694324a9fad1f4649b3855b7d",
  17757. "style": "IPY_MODEL_7a60bb171da145eeb21baef2da964f9b",
  17758. "value": "Added!"
  17759. }
  17760. },
  17761. "8419418e7bc4464db3f24b74286efb78": {
  17762. "model_name": "OutputModel",
  17763. "model_module": "@jupyter-widgets/output",
  17764. "model_module_version": "1.0.0",
  17765. "state": {
  17766. "layout": "IPY_MODEL_4da4338e05de4b58bfd04488b68b3c97"
  17767. }
  17768. },
  17769. "8451f08deeb74c4f8914e0c5d7980a35": {
  17770. "model_name": "LayoutModel",
  17771. "model_module": "@jupyter-widgets/base",
  17772. "model_module_version": "1.0.0",
  17773. "state": {}
  17774. },
  17775. "8471f59f85204e2fa27a62160354947b": {
  17776. "model_name": "LayoutModel",
  17777. "model_module": "@jupyter-widgets/base",
  17778. "model_module_version": "1.0.0",
  17779. "state": {}
  17780. },
  17781. "84722ec912e1436e88dcee5761d82eca": {
  17782. "model_name": "DescriptionStyleModel",
  17783. "model_module": "@jupyter-widgets/controls",
  17784. "model_module_version": "1.2.0",
  17785. "state": {
  17786. "description_width": ""
  17787. }
  17788. },
  17789. "847fafe9fc5a47a59075a30172e86287": {
  17790. "model_name": "HBoxModel",
  17791. "model_module": "@jupyter-widgets/controls",
  17792. "model_module_version": "1.2.0",
  17793. "state": {
  17794. "children": [
  17795. "IPY_MODEL_3a1ef98e6ced4ece99b6c6bfd9178de0"
  17796. ],
  17797. "layout": "IPY_MODEL_8a10177769114bcd9fe430dd20ce7bc1"
  17798. }
  17799. },
  17800. "8497c6dfa56140f69204fea4f06d24f3": {
  17801. "model_name": "LayoutModel",
  17802. "model_module": "@jupyter-widgets/base",
  17803. "model_module_version": "1.0.0",
  17804. "state": {}
  17805. },
  17806. "84a7c8e94dbb4941b470708ac5e0f524": {
  17807. "model_name": "LayoutModel",
  17808. "model_module": "@jupyter-widgets/base",
  17809. "model_module_version": "1.0.0",
  17810. "state": {}
  17811. },
  17812. "84abad520f0a4ebbaa311ac07fb511b9": {
  17813. "model_name": "LayoutModel",
  17814. "model_module": "@jupyter-widgets/base",
  17815. "model_module_version": "1.0.0",
  17816. "state": {}
  17817. },
  17818. "84b6fe80003640fc8df2772296369ac0": {
  17819. "model_name": "LayoutModel",
  17820. "model_module": "@jupyter-widgets/base",
  17821. "model_module_version": "1.0.0",
  17822. "state": {}
  17823. },
  17824. "84cefab789124da0b05cea6e2b423495": {
  17825. "model_name": "LayoutModel",
  17826. "model_module": "@jupyter-widgets/base",
  17827. "model_module_version": "1.0.0",
  17828. "state": {}
  17829. },
  17830. "84d0a20faae542b186b0b7611e4b8c76": {
  17831. "model_name": "LayoutModel",
  17832. "model_module": "@jupyter-widgets/base",
  17833. "model_module_version": "1.0.0",
  17834. "state": {}
  17835. },
  17836. "84d7b6a06b0048339b7483a346199561": {
  17837. "model_name": "DescriptionStyleModel",
  17838. "model_module": "@jupyter-widgets/controls",
  17839. "model_module_version": "1.2.0",
  17840. "state": {
  17841. "description_width": ""
  17842. }
  17843. },
  17844. "85095db4be7b4424a6182e698041215f": {
  17845. "model_name": "DescriptionStyleModel",
  17846. "model_module": "@jupyter-widgets/controls",
  17847. "model_module_version": "1.2.0",
  17848. "state": {
  17849. "description_width": ""
  17850. }
  17851. },
  17852. "85141b707917408d9f08ecc5788209cb": {
  17853. "model_name": "LayoutModel",
  17854. "model_module": "@jupyter-widgets/base",
  17855. "model_module_version": "1.0.0",
  17856. "state": {}
  17857. },
  17858. "85251ce3b78e45aca98fcabffadb7218": {
  17859. "model_name": "LayoutModel",
  17860. "model_module": "@jupyter-widgets/base",
  17861. "model_module_version": "1.0.0",
  17862. "state": {}
  17863. },
  17864. "8535f3ef6bec481db177e61e46ad0610": {
  17865. "model_name": "ButtonStyleModel",
  17866. "model_module": "@jupyter-widgets/controls",
  17867. "model_module_version": "1.2.0",
  17868. "state": {}
  17869. },
  17870. "8541cdbdff974fd3a7b32370ada33cba": {
  17871. "model_name": "OutputModel",
  17872. "model_module": "@jupyter-widgets/output",
  17873. "model_module_version": "1.0.0",
  17874. "state": {
  17875. "layout": "IPY_MODEL_603c8ae7343a4c079058f3ae44c517f2",
  17876. "outputs": [
  17877. {
  17878. "data": {
  17879. "application/vnd.jupyter.widget-view+json": {
  17880. "model_id": "cd096abd8b5341e29edc164aa116ce03",
  17881. "version_major": 2,
  17882. "version_minor": 0
  17883. },
  17884. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Education', 'Intended …"
  17885. },
  17886. "metadata": {},
  17887. "output_type": "display_data"
  17888. }
  17889. ]
  17890. }
  17891. },
  17892. "85470f9e1f104d778fdb98a2aa4d2933": {
  17893. "model_name": "ButtonModel",
  17894. "model_module": "@jupyter-widgets/controls",
  17895. "model_module_version": "1.2.0",
  17896. "state": {
  17897. "description": "Remove",
  17898. "layout": "IPY_MODEL_37918f8695de48d8a3f806384f127c99",
  17899. "style": "IPY_MODEL_707406735d7e48a987ee4eb0bc75bdc6"
  17900. }
  17901. },
  17902. "8578d0d545a242a98ddd58ac3561c2dc": {
  17903. "model_name": "LabelModel",
  17904. "model_module": "@jupyter-widgets/controls",
  17905. "model_module_version": "1.2.0",
  17906. "state": {
  17907. "layout": "IPY_MODEL_4653609d1d9b465a83ffcdf5fab622fe",
  17908. "style": "IPY_MODEL_49ce21a1b976472283bb4b2abfb52e6c",
  17909. "value": "Development Status :: 7 - Inactive"
  17910. }
  17911. },
  17912. "8582b9b08585486da2d6056446643f86": {
  17913. "model_name": "LayoutModel",
  17914. "model_module": "@jupyter-widgets/base",
  17915. "model_module_version": "1.0.0",
  17916. "state": {}
  17917. },
  17918. "85afd5e0939447adb8e8fc2b49926523": {
  17919. "model_name": "LayoutModel",
  17920. "model_module": "@jupyter-widgets/base",
  17921. "model_module_version": "1.0.0",
  17922. "state": {}
  17923. },
  17924. "85c71d2c1d8d436aacc1eb9af30d60d9": {
  17925. "model_name": "HBoxModel",
  17926. "model_module": "@jupyter-widgets/controls",
  17927. "model_module_version": "1.2.0",
  17928. "state": {
  17929. "children": [
  17930. "IPY_MODEL_e2b4f4afd31b4febbdda90eeb4ffa153",
  17931. "IPY_MODEL_26de7f215b0a4fc9bdc2f0c1a136c212"
  17932. ],
  17933. "layout": "IPY_MODEL_5a9e8f90e308495daf1cf5ba9e1a4cba"
  17934. }
  17935. },
  17936. "85ce4aeddae04ab8b5cb8bd1a580883e": {
  17937. "model_name": "LayoutModel",
  17938. "model_module": "@jupyter-widgets/base",
  17939. "model_module_version": "1.0.0",
  17940. "state": {}
  17941. },
  17942. "85ceb77c66f8435bb69c5cfd84c3746a": {
  17943. "model_name": "LayoutModel",
  17944. "model_module": "@jupyter-widgets/base",
  17945. "model_module_version": "1.0.0",
  17946. "state": {}
  17947. },
  17948. "85d027c48e68416fba6fe817b07b9a20": {
  17949. "model_name": "LayoutModel",
  17950. "model_module": "@jupyter-widgets/base",
  17951. "model_module_version": "1.0.0",
  17952. "state": {}
  17953. },
  17954. "85dfc7bb502f48e3adadb8288b040f90": {
  17955. "model_name": "ButtonModel",
  17956. "model_module": "@jupyter-widgets/controls",
  17957. "model_module_version": "1.2.0",
  17958. "state": {
  17959. "description": "Save",
  17960. "layout": "IPY_MODEL_862fbc75ef0c402880252aea1423be2b",
  17961. "style": "IPY_MODEL_a62bd321eaf8444a845584ac6d874f81"
  17962. }
  17963. },
  17964. "85e75a50bca1459fb1805b837f1b1c1b": {
  17965. "model_name": "HBoxModel",
  17966. "model_module": "@jupyter-widgets/controls",
  17967. "model_module_version": "1.2.0",
  17968. "state": {
  17969. "children": [
  17970. "IPY_MODEL_c901aa13c4284a809f17abc18134ff77",
  17971. "IPY_MODEL_b100003c47784132994aa361a656caf6"
  17972. ],
  17973. "layout": "IPY_MODEL_ce72f684020c451fa4fcce726fe9e5bc"
  17974. }
  17975. },
  17976. "85f1f5ffbaa441c8b8cf02325e2df1d8": {
  17977. "model_name": "DescriptionStyleModel",
  17978. "model_module": "@jupyter-widgets/controls",
  17979. "model_module_version": "1.2.0",
  17980. "state": {
  17981. "description_width": ""
  17982. }
  17983. },
  17984. "85fc098c856c42588e04d225eb26a78a": {
  17985. "model_name": "DescriptionStyleModel",
  17986. "model_module": "@jupyter-widgets/controls",
  17987. "model_module_version": "1.2.0",
  17988. "state": {
  17989. "description_width": ""
  17990. }
  17991. },
  17992. "85ff791199b542f3b485d340af0e7d0a": {
  17993. "model_name": "LayoutModel",
  17994. "model_module": "@jupyter-widgets/base",
  17995. "model_module_version": "1.0.0",
  17996. "state": {}
  17997. },
  17998. "8614682d3c0a4cb8acb8cec7fc67321b": {
  17999. "model_name": "LayoutModel",
  18000. "model_module": "@jupyter-widgets/base",
  18001. "model_module_version": "1.0.0",
  18002. "state": {}
  18003. },
  18004. "862fbc75ef0c402880252aea1423be2b": {
  18005. "model_name": "LayoutModel",
  18006. "model_module": "@jupyter-widgets/base",
  18007. "model_module_version": "1.0.0",
  18008. "state": {}
  18009. },
  18010. "863976baa1c24f2eab3e03b78c84d2c9": {
  18011. "model_name": "LayoutModel",
  18012. "model_module": "@jupyter-widgets/base",
  18013. "model_module_version": "1.0.0",
  18014. "state": {}
  18015. },
  18016. "86543ddf9abc4124bde6d0f087b3efed": {
  18017. "model_name": "VBoxModel",
  18018. "model_module": "@jupyter-widgets/controls",
  18019. "model_module_version": "1.2.0",
  18020. "state": {
  18021. "_dom_classes": [
  18022. "widget-interact"
  18023. ],
  18024. "children": [
  18025. "IPY_MODEL_0e9975ce6643474b804370fecda30a72",
  18026. "IPY_MODEL_0e9428de607d42d08e1ac17d2e1b19b8"
  18027. ],
  18028. "layout": "IPY_MODEL_6a183b401c0d4541a481e221b593b22a"
  18029. }
  18030. },
  18031. "869399b0633043eb81a3bb5df0fadac8": {
  18032. "model_name": "LayoutModel",
  18033. "model_module": "@jupyter-widgets/base",
  18034. "model_module_version": "1.0.0",
  18035. "state": {}
  18036. },
  18037. "86a8420ff1e044c7820fe20017c958dd": {
  18038. "model_name": "DescriptionStyleModel",
  18039. "model_module": "@jupyter-widgets/controls",
  18040. "model_module_version": "1.2.0",
  18041. "state": {
  18042. "description_width": ""
  18043. }
  18044. },
  18045. "86b0f212d9b747609fb590b386ae90a7": {
  18046. "model_name": "DescriptionStyleModel",
  18047. "model_module": "@jupyter-widgets/controls",
  18048. "model_module_version": "1.2.0",
  18049. "state": {
  18050. "description_width": ""
  18051. }
  18052. },
  18053. "86b120ec4d6f43d9be76efbb38175cf7": {
  18054. "model_name": "VBoxModel",
  18055. "model_module": "@jupyter-widgets/controls",
  18056. "model_module_version": "1.2.0",
  18057. "state": {
  18058. "_dom_classes": [
  18059. "widget-interact"
  18060. ],
  18061. "children": [
  18062. "IPY_MODEL_9d53177184ba454597e4699435043274",
  18063. "IPY_MODEL_44e5956f53d843eaa9199290854851bd"
  18064. ],
  18065. "layout": "IPY_MODEL_9c6977dc35934b8ba688dd7da940b38d"
  18066. }
  18067. },
  18068. "86bb672ee41442ac8fce517659f888d6": {
  18069. "model_name": "SelectModel",
  18070. "model_module": "@jupyter-widgets/controls",
  18071. "model_module_version": "1.2.0",
  18072. "state": {
  18073. "_options_labels": [
  18074. "Natural Language :: English",
  18075. "Development Status :: 1 - Planning",
  18076. "Environment :: X11 Applications",
  18077. "Framework :: Jupyter",
  18078. "Intended Audience :: Developers",
  18079. "License :: OSI Approved :: Python Software Foundation License"
  18080. ],
  18081. "description": "Selected:",
  18082. "index": 0,
  18083. "layout": "IPY_MODEL_13df21b987db4600bee8b22b02e1087a",
  18084. "style": "IPY_MODEL_5014b68c9544443e95ff769392a68a27"
  18085. }
  18086. },
  18087. "870e208056014583944389bc3d918cc7": {
  18088. "model_name": "LayoutModel",
  18089. "model_module": "@jupyter-widgets/base",
  18090. "model_module_version": "1.0.0",
  18091. "state": {}
  18092. },
  18093. "8712f70f0ba747bab9b64e2bec4151b7": {
  18094. "model_name": "HBoxModel",
  18095. "model_module": "@jupyter-widgets/controls",
  18096. "model_module_version": "1.2.0",
  18097. "state": {
  18098. "children": [
  18099. "IPY_MODEL_bc7d18934ad04361b877bcaf80ec6acd",
  18100. "IPY_MODEL_bdaa095493734027a427fb1fab5c9149"
  18101. ],
  18102. "layout": "IPY_MODEL_1e7e75fc4ade41c190cd4d215e065c22"
  18103. }
  18104. },
  18105. "873ec630ec894970905a50183e390144": {
  18106. "model_name": "VBoxModel",
  18107. "model_module": "@jupyter-widgets/controls",
  18108. "model_module_version": "1.2.0",
  18109. "state": {
  18110. "_dom_classes": [
  18111. "widget-interact"
  18112. ],
  18113. "children": [
  18114. "IPY_MODEL_aeb8e3d8e5464edeb11ca62b09536227",
  18115. "IPY_MODEL_1a31e177689c4ffaab3e1c367c637289"
  18116. ],
  18117. "layout": "IPY_MODEL_55d5b4890af940f8aa45b2534414d5b3"
  18118. }
  18119. },
  18120. "874a38cc842340e38716fb0676acd246": {
  18121. "model_name": "LayoutModel",
  18122. "model_module": "@jupyter-widgets/base",
  18123. "model_module_version": "1.0.0",
  18124. "state": {}
  18125. },
  18126. "8755183779da4ce48a7d34f149fec9b5": {
  18127. "model_name": "LayoutModel",
  18128. "model_module": "@jupyter-widgets/base",
  18129. "model_module_version": "1.0.0",
  18130. "state": {}
  18131. },
  18132. "875be8dd7eba4f1fb598663a5896a85e": {
  18133. "model_name": "LayoutModel",
  18134. "model_module": "@jupyter-widgets/base",
  18135. "model_module_version": "1.0.0",
  18136. "state": {}
  18137. },
  18138. "8787b01ce7914d2c8e13800db0f95638": {
  18139. "model_name": "OutputModel",
  18140. "model_module": "@jupyter-widgets/output",
  18141. "model_module_version": "1.0.0",
  18142. "state": {
  18143. "layout": "IPY_MODEL_505a7eaa64b74dc7b5b6dae7d80a4bcf",
  18144. "outputs": [
  18145. {
  18146. "data": {
  18147. "application/vnd.jupyter.widget-view+json": {
  18148. "model_id": "cab0b87fe60043679a5f2f115f664bb3",
  18149. "version_major": 2,
  18150. "version_minor": 0
  18151. },
  18152. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: POSIX :: BSD :: OpenBSD…"
  18153. },
  18154. "metadata": {},
  18155. "output_type": "display_data"
  18156. }
  18157. ]
  18158. }
  18159. },
  18160. "87890ae9735940b1806ef705b6802879": {
  18161. "model_name": "LayoutModel",
  18162. "model_module": "@jupyter-widgets/base",
  18163. "model_module_version": "1.0.0",
  18164. "state": {}
  18165. },
  18166. "87904e38fd4144219a1353d2e92b699d": {
  18167. "model_name": "DescriptionStyleModel",
  18168. "model_module": "@jupyter-widgets/controls",
  18169. "model_module_version": "1.2.0",
  18170. "state": {
  18171. "description_width": ""
  18172. }
  18173. },
  18174. "879ffaf06c6f4ecabfa4a4f099e80ddf": {
  18175. "model_name": "LayoutModel",
  18176. "model_module": "@jupyter-widgets/base",
  18177. "model_module_version": "1.0.0",
  18178. "state": {}
  18179. },
  18180. "87a75efd85e24befa0b80bc6086de9de": {
  18181. "model_name": "LabelModel",
  18182. "model_module": "@jupyter-widgets/controls",
  18183. "model_module_version": "1.2.0",
  18184. "state": {
  18185. "layout": "IPY_MODEL_87ce4c7cd6a743ff8dda2700eca2e844",
  18186. "style": "IPY_MODEL_e5a21d79c619438b94b92baa29a7e919",
  18187. "value": "*Optional Classifiers"
  18188. }
  18189. },
  18190. "87ce4c7cd6a743ff8dda2700eca2e844": {
  18191. "model_name": "LayoutModel",
  18192. "model_module": "@jupyter-widgets/base",
  18193. "model_module_version": "1.0.0",
  18194. "state": {}
  18195. },
  18196. "880b723c7a5945818fdb04cd3375eee5": {
  18197. "model_name": "HBoxModel",
  18198. "model_module": "@jupyter-widgets/controls",
  18199. "model_module_version": "1.2.0",
  18200. "state": {
  18201. "children": [
  18202. "IPY_MODEL_0ea6c5407ec345818cb03c9596b4e2b8",
  18203. "IPY_MODEL_752a592c86c2436e98d0fa4eef50cd10"
  18204. ],
  18205. "layout": "IPY_MODEL_0a98809fa60d4f0aa472cea09dc3ac03"
  18206. }
  18207. },
  18208. "88185958638f44549ac5e95b6c0168f7": {
  18209. "model_name": "VBoxModel",
  18210. "model_module": "@jupyter-widgets/controls",
  18211. "model_module_version": "1.2.0",
  18212. "state": {
  18213. "_dom_classes": [
  18214. "widget-interact"
  18215. ],
  18216. "children": [
  18217. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  18218. "IPY_MODEL_88459071f7954dd4916fb536dd3e8635"
  18219. ],
  18220. "layout": "IPY_MODEL_23f591d4e98b4e4babd3aba26eb70c06"
  18221. }
  18222. },
  18223. "882533a6c5c74661a24c0b791cfe402d": {
  18224. "model_name": "LabelModel",
  18225. "model_module": "@jupyter-widgets/controls",
  18226. "model_module_version": "1.2.0",
  18227. "state": {
  18228. "layout": "IPY_MODEL_eb45162793a541d796550cf7a24c797f",
  18229. "style": "IPY_MODEL_034b1e2309fc4ee5952d2cc53c50032e",
  18230. "value": "Chosen Classifiers"
  18231. }
  18232. },
  18233. "882fc777ffa942ab883d407faa4abe56": {
  18234. "model_name": "SelectModel",
  18235. "model_module": "@jupyter-widgets/controls",
  18236. "model_module_version": "1.2.0",
  18237. "state": {
  18238. "description": "Selected:",
  18239. "index": null,
  18240. "layout": "IPY_MODEL_3d85859aabff466d8c7b6d98022f6e33",
  18241. "style": "IPY_MODEL_d65fcf332de348e7b8608663c19feb40"
  18242. }
  18243. },
  18244. "883359e8159146be80a1aaeb790a29c3": {
  18245. "model_name": "DescriptionStyleModel",
  18246. "model_module": "@jupyter-widgets/controls",
  18247. "model_module_version": "1.2.0",
  18248. "state": {
  18249. "description_width": ""
  18250. }
  18251. },
  18252. "883cd9ffd7ac48598d733f17d769b0af": {
  18253. "model_name": "ButtonModel",
  18254. "model_module": "@jupyter-widgets/controls",
  18255. "model_module_version": "1.2.0",
  18256. "state": {
  18257. "description": "Add",
  18258. "layout": "IPY_MODEL_ff6439be07a84219bb3373050a74bfb8",
  18259. "style": "IPY_MODEL_fa070fffcd2848bc85049014c2c36d3c"
  18260. }
  18261. },
  18262. "884236cd7b4b43c083f9d4a7e2887222": {
  18263. "model_name": "LabelModel",
  18264. "model_module": "@jupyter-widgets/controls",
  18265. "model_module_version": "1.2.0",
  18266. "state": {
  18267. "layout": "IPY_MODEL_7fdac8991f424484a082aa8b93981a90",
  18268. "style": "IPY_MODEL_11ed86372c8943cca585558e6d7fcd50",
  18269. "value": "Chosen Classifiers"
  18270. }
  18271. },
  18272. "8843261d72f54c36837163f177194df3": {
  18273. "model_name": "HBoxModel",
  18274. "model_module": "@jupyter-widgets/controls",
  18275. "model_module_version": "1.2.0",
  18276. "state": {
  18277. "children": [
  18278. "IPY_MODEL_628913dda10b4224bf4ce28db918c557",
  18279. "IPY_MODEL_e75e4f93518447ee9d1960f0e09407b6"
  18280. ],
  18281. "layout": "IPY_MODEL_0afe8fdfcd3b48f98e942ede867a48b2"
  18282. }
  18283. },
  18284. "88459071f7954dd4916fb536dd3e8635": {
  18285. "model_name": "OutputModel",
  18286. "model_module": "@jupyter-widgets/output",
  18287. "model_module_version": "1.0.0",
  18288. "state": {
  18289. "layout": "IPY_MODEL_c9e9c6a9a55047a6a013166892bde606"
  18290. }
  18291. },
  18292. "8877317fa137472399b3c8d647132321": {
  18293. "model_name": "LayoutModel",
  18294. "model_module": "@jupyter-widgets/base",
  18295. "model_module_version": "1.0.0",
  18296. "state": {}
  18297. },
  18298. "8879b6a57b6d45afbfc5b62a49610601": {
  18299. "model_name": "LayoutModel",
  18300. "model_module": "@jupyter-widgets/base",
  18301. "model_module_version": "1.0.0",
  18302. "state": {}
  18303. },
  18304. "88ad1842abe94e7b9f6def9704e0e50e": {
  18305. "model_name": "DescriptionStyleModel",
  18306. "model_module": "@jupyter-widgets/controls",
  18307. "model_module_version": "1.2.0",
  18308. "state": {
  18309. "description_width": ""
  18310. }
  18311. },
  18312. "88deeabab65b4b9d915427f4f17d3b91": {
  18313. "model_name": "HBoxModel",
  18314. "model_module": "@jupyter-widgets/controls",
  18315. "model_module_version": "1.2.0",
  18316. "state": {
  18317. "children": [
  18318. "IPY_MODEL_533d1bc5bbf146f9b2cf75cb73a02d12",
  18319. "IPY_MODEL_75baee3473304617b76362737987630d"
  18320. ],
  18321. "layout": "IPY_MODEL_384f2454ed9340b0a75b610fd8248e61"
  18322. }
  18323. },
  18324. "88e5d933c3114ee0b7ffad38fa3808bb": {
  18325. "model_name": "LayoutModel",
  18326. "model_module": "@jupyter-widgets/base",
  18327. "model_module_version": "1.0.0",
  18328. "state": {}
  18329. },
  18330. "88f3e0449145432c81cd381a1170ee47": {
  18331. "model_name": "LayoutModel",
  18332. "model_module": "@jupyter-widgets/base",
  18333. "model_module_version": "1.0.0",
  18334. "state": {}
  18335. },
  18336. "891084e43d6445e2b8bf06767d82aeba": {
  18337. "model_name": "DescriptionStyleModel",
  18338. "model_module": "@jupyter-widgets/controls",
  18339. "model_module_version": "1.2.0",
  18340. "state": {
  18341. "description_width": ""
  18342. }
  18343. },
  18344. "8954f663265443f9b924be99a62f142b": {
  18345. "model_name": "ButtonModel",
  18346. "model_module": "@jupyter-widgets/controls",
  18347. "model_module_version": "1.2.0",
  18348. "state": {
  18349. "description": "Remove",
  18350. "layout": "IPY_MODEL_5ffde85857a940fc85820694aa50c7c4",
  18351. "style": "IPY_MODEL_a76ef4b1c6ee45a6994e2648f9a6cb6a"
  18352. }
  18353. },
  18354. "8962b7a4e3284bc7a015a422351966a5": {
  18355. "model_name": "VBoxModel",
  18356. "model_module": "@jupyter-widgets/controls",
  18357. "model_module_version": "1.2.0",
  18358. "state": {
  18359. "_dom_classes": [
  18360. "widget-interact"
  18361. ],
  18362. "children": [
  18363. "IPY_MODEL_6f1d8fce36fc4fb186c1425c45911176",
  18364. "IPY_MODEL_dfb48629ab4c480db7493804cfec6bad"
  18365. ],
  18366. "layout": "IPY_MODEL_a8713fe0d5a442ea96bf8081793cf329"
  18367. }
  18368. },
  18369. "8982a88ef3134d51b8eb3e646420df72": {
  18370. "model_name": "LayoutModel",
  18371. "model_module": "@jupyter-widgets/base",
  18372. "model_module_version": "1.0.0",
  18373. "state": {}
  18374. },
  18375. "89a8f17525bd41a3a43659abe2a52979": {
  18376. "model_name": "ButtonStyleModel",
  18377. "model_module": "@jupyter-widgets/controls",
  18378. "model_module_version": "1.2.0",
  18379. "state": {}
  18380. },
  18381. "89e0898ae76d42cc835ac73fbaf11cec": {
  18382. "model_name": "DescriptionStyleModel",
  18383. "model_module": "@jupyter-widgets/controls",
  18384. "model_module_version": "1.2.0",
  18385. "state": {
  18386. "description_width": ""
  18387. }
  18388. },
  18389. "89f8a2d720e641fd95421a0ee1526add": {
  18390. "model_name": "LayoutModel",
  18391. "model_module": "@jupyter-widgets/base",
  18392. "model_module_version": "1.0.0",
  18393. "state": {}
  18394. },
  18395. "8a01b682b5f94e899dc59008ef016443": {
  18396. "model_name": "LayoutModel",
  18397. "model_module": "@jupyter-widgets/base",
  18398. "model_module_version": "1.0.0",
  18399. "state": {}
  18400. },
  18401. "8a10177769114bcd9fe430dd20ce7bc1": {
  18402. "model_name": "LayoutModel",
  18403. "model_module": "@jupyter-widgets/base",
  18404. "model_module_version": "1.0.0",
  18405. "state": {}
  18406. },
  18407. "8a293971b7b645aabc95cb385e013b32": {
  18408. "model_name": "OutputModel",
  18409. "model_module": "@jupyter-widgets/output",
  18410. "model_module_version": "1.0.0",
  18411. "state": {
  18412. "layout": "IPY_MODEL_80c345ca85904fa5bb2769b2870169c0"
  18413. }
  18414. },
  18415. "8a31c41735fe40f7832373898f3c89ef": {
  18416. "model_name": "LayoutModel",
  18417. "model_module": "@jupyter-widgets/base",
  18418. "model_module_version": "1.0.0",
  18419. "state": {}
  18420. },
  18421. "8a3db8aae213409f8f4ffe9cc5ede664": {
  18422. "model_name": "LabelModel",
  18423. "model_module": "@jupyter-widgets/controls",
  18424. "model_module_version": "1.2.0",
  18425. "state": {
  18426. "layout": "IPY_MODEL_3bf2ae79e8ef49afb8351f7a7d7dec9f",
  18427. "style": "IPY_MODEL_1706d75af4494be58aabfdf8775adc73",
  18428. "value": "Chosen Classifiers"
  18429. }
  18430. },
  18431. "8a3f51fa93254f1fa8402fc1078b6cec": {
  18432. "model_name": "DescriptionStyleModel",
  18433. "model_module": "@jupyter-widgets/controls",
  18434. "model_module_version": "1.2.0",
  18435. "state": {
  18436. "description_width": ""
  18437. }
  18438. },
  18439. "8a62718b4b4b47f1bf7a63f3f6660334": {
  18440. "model_name": "OutputModel",
  18441. "model_module": "@jupyter-widgets/output",
  18442. "model_module_version": "1.0.0",
  18443. "state": {
  18444. "layout": "IPY_MODEL_329030d9d11e49f381ff824619a69a03",
  18445. "outputs": [
  18446. {
  18447. "data": {
  18448. "application/vnd.jupyter.widget-view+json": {
  18449. "model_id": "cf220bd0d8ea45318e977811965b7acf",
  18450. "version_major": 2,
  18451. "version_minor": 0
  18452. },
  18453. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  18454. },
  18455. "metadata": {},
  18456. "output_type": "display_data"
  18457. }
  18458. ]
  18459. }
  18460. },
  18461. "8a62e6d3feb448799a711c7f10cd8c5b": {
  18462. "model_name": "DescriptionStyleModel",
  18463. "model_module": "@jupyter-widgets/controls",
  18464. "model_module_version": "1.2.0",
  18465. "state": {
  18466. "description_width": ""
  18467. }
  18468. },
  18469. "8a66c2e306d44ba78e4ab9de06ad5030": {
  18470. "model_name": "DropdownModel",
  18471. "model_module": "@jupyter-widgets/controls",
  18472. "model_module_version": "1.2.0",
  18473. "state": {
  18474. "_options_labels": [
  18475. "Development Status :: 3 - Alpha",
  18476. "Development Status :: 6 - Mature",
  18477. "Development Status :: 2 - Pre-Alpha",
  18478. "Development Status :: 1 - Planning",
  18479. "Development Status :: 4 - Beta",
  18480. "Development Status :: 7 - Inactive",
  18481. "Development Status :: 5 - Production/Stable"
  18482. ],
  18483. "description": "Classifier",
  18484. "index": 0,
  18485. "layout": "IPY_MODEL_a9f52a4b1166464186a3784e8c2c14c0",
  18486. "style": "IPY_MODEL_931b5727373e4f0ebc3810b630e354e7"
  18487. }
  18488. },
  18489. "8a81117675c1470c81601f763c5ca9e0": {
  18490. "model_name": "LayoutModel",
  18491. "model_module": "@jupyter-widgets/base",
  18492. "model_module_version": "1.0.0",
  18493. "state": {}
  18494. },
  18495. "8a9f361888024f4886eed2e7c3dc1b2c": {
  18496. "model_name": "LabelModel",
  18497. "model_module": "@jupyter-widgets/controls",
  18498. "model_module_version": "1.2.0",
  18499. "state": {
  18500. "layout": "IPY_MODEL_62b01eab8526419f9ca917642bb70d48",
  18501. "style": "IPY_MODEL_5c845e089d974613824dad5686dbd158",
  18502. "value": "*Optional Classifiers"
  18503. }
  18504. },
  18505. "8aaca03bc91f481e9194024b72ab42dd": {
  18506. "model_name": "ButtonModel",
  18507. "model_module": "@jupyter-widgets/controls",
  18508. "model_module_version": "1.2.0",
  18509. "state": {
  18510. "description": "Add",
  18511. "layout": "IPY_MODEL_4e5ae715534e4da1992ce1906e33e7a8",
  18512. "style": "IPY_MODEL_b7d105516cb142b885e169d3eb6a2040"
  18513. }
  18514. },
  18515. "8ad39d9cf8c5477ba76ffb5580ab691e": {
  18516. "model_name": "LayoutModel",
  18517. "model_module": "@jupyter-widgets/base",
  18518. "model_module_version": "1.0.0",
  18519. "state": {}
  18520. },
  18521. "8afca13e48bd49d5a3fe242e2fca4d7b": {
  18522. "model_name": "LayoutModel",
  18523. "model_module": "@jupyter-widgets/base",
  18524. "model_module_version": "1.0.0",
  18525. "state": {}
  18526. },
  18527. "8b29c2a40e6f496487691ca916fa99d0": {
  18528. "model_name": "DescriptionStyleModel",
  18529. "model_module": "@jupyter-widgets/controls",
  18530. "model_module_version": "1.2.0",
  18531. "state": {
  18532. "description_width": ""
  18533. }
  18534. },
  18535. "8b2a132fccc9498b81945687dc5475c7": {
  18536. "model_name": "LayoutModel",
  18537. "model_module": "@jupyter-widgets/base",
  18538. "model_module_version": "1.0.0",
  18539. "state": {}
  18540. },
  18541. "8b2d4a75261141b39e53d69e9f4be35c": {
  18542. "model_name": "LabelModel",
  18543. "model_module": "@jupyter-widgets/controls",
  18544. "model_module_version": "1.2.0",
  18545. "state": {
  18546. "layout": "IPY_MODEL_7ad52518024a4f70bf0b75fae55378c5",
  18547. "style": "IPY_MODEL_60e08b8d4b1d413ca5c033c169e8dbcc",
  18548. "value": "...."
  18549. }
  18550. },
  18551. "8b3b1f598f77441ab01c7f0de5ac3c9e": {
  18552. "model_name": "LabelModel",
  18553. "model_module": "@jupyter-widgets/controls",
  18554. "model_module_version": "1.2.0",
  18555. "state": {
  18556. "layout": "IPY_MODEL_74c57bd3f00b4e82afdf2d9991063d8d",
  18557. "style": "IPY_MODEL_1a144708d4d049d9bf8827ed025ff559"
  18558. }
  18559. },
  18560. "8b3b5ac0a1204951b07eb72ec917b4f1": {
  18561. "model_name": "LayoutModel",
  18562. "model_module": "@jupyter-widgets/base",
  18563. "model_module_version": "1.0.0",
  18564. "state": {}
  18565. },
  18566. "8b45faad74764e05823228aafb49540f": {
  18567. "model_name": "DescriptionStyleModel",
  18568. "model_module": "@jupyter-widgets/controls",
  18569. "model_module_version": "1.2.0",
  18570. "state": {
  18571. "description_width": ""
  18572. }
  18573. },
  18574. "8b59bf306abe483b8326bf1288ceaa9d": {
  18575. "model_name": "VBoxModel",
  18576. "model_module": "@jupyter-widgets/controls",
  18577. "model_module_version": "1.2.0",
  18578. "state": {
  18579. "_dom_classes": [
  18580. "widget-interact"
  18581. ],
  18582. "children": [
  18583. "IPY_MODEL_986a218df0634867b212b44dd8132d7c",
  18584. "IPY_MODEL_35eab144a3a04e9094955a155d6290a6"
  18585. ],
  18586. "layout": "IPY_MODEL_aa84ce143b0b4cbc88ab53a530b58d02"
  18587. }
  18588. },
  18589. "8b6cebf6b2a14d8ba30a394a5fecdf79": {
  18590. "model_name": "LabelModel",
  18591. "model_module": "@jupyter-widgets/controls",
  18592. "model_module_version": "1.2.0",
  18593. "state": {
  18594. "layout": "IPY_MODEL_ea2fde95e5924cae8d09bb21457ae49c",
  18595. "style": "IPY_MODEL_f933b0b84a604a9b996fab2c5a5e4c88",
  18596. "value": "*Optional Classifiers"
  18597. }
  18598. },
  18599. "8b7ea77f60714564bc5b47d2260c4e6d": {
  18600. "model_name": "VBoxModel",
  18601. "model_module": "@jupyter-widgets/controls",
  18602. "model_module_version": "1.2.0",
  18603. "state": {
  18604. "_dom_classes": [
  18605. "widget-interact"
  18606. ],
  18607. "children": [
  18608. "IPY_MODEL_f36e920081574dadb471b78bc6f722c7",
  18609. "IPY_MODEL_b0bb562f764e46968501516efdf8edc4"
  18610. ],
  18611. "layout": "IPY_MODEL_4747addb1d6a472ea186e289a0e31565"
  18612. }
  18613. },
  18614. "8ba9feb8f91a44e3adbb2714597afee0": {
  18615. "model_name": "LayoutModel",
  18616. "model_module": "@jupyter-widgets/base",
  18617. "model_module_version": "1.0.0",
  18618. "state": {}
  18619. },
  18620. "8bae81c237d5438d95e4268653495292": {
  18621. "model_name": "OutputModel",
  18622. "model_module": "@jupyter-widgets/output",
  18623. "model_module_version": "1.0.0",
  18624. "state": {
  18625. "layout": "IPY_MODEL_a201b6c9ecc041dc836a9d6e32481667"
  18626. }
  18627. },
  18628. "8bba198187fb4badb96b45e50bb89949": {
  18629. "model_name": "LayoutModel",
  18630. "model_module": "@jupyter-widgets/base",
  18631. "model_module_version": "1.0.0",
  18632. "state": {}
  18633. },
  18634. "8bd1316b1b234e55ab50ae77ce2771e7": {
  18635. "model_name": "LayoutModel",
  18636. "model_module": "@jupyter-widgets/base",
  18637. "model_module_version": "1.0.0",
  18638. "state": {}
  18639. },
  18640. "8bdf9eb61f134094a93488cfbb408ac0": {
  18641. "model_name": "DescriptionStyleModel",
  18642. "model_module": "@jupyter-widgets/controls",
  18643. "model_module_version": "1.2.0",
  18644. "state": {
  18645. "description_width": ""
  18646. }
  18647. },
  18648. "8c2e23d7a5bb4bb8b4288437fef6ab11": {
  18649. "model_name": "ButtonModel",
  18650. "model_module": "@jupyter-widgets/controls",
  18651. "model_module_version": "1.2.0",
  18652. "state": {
  18653. "description": "Add",
  18654. "layout": "IPY_MODEL_4c46b9afdebe468eb543c2e2527608ae",
  18655. "style": "IPY_MODEL_c1d057b596124995b94e78bf561ae07c"
  18656. }
  18657. },
  18658. "8c2f3893dfd940aeaa29320fd339b839": {
  18659. "model_name": "LayoutModel",
  18660. "model_module": "@jupyter-widgets/base",
  18661. "model_module_version": "1.0.0",
  18662. "state": {}
  18663. },
  18664. "8c4739be609747ff8fc83db13e4c2179": {
  18665. "model_name": "LayoutModel",
  18666. "model_module": "@jupyter-widgets/base",
  18667. "model_module_version": "1.0.0",
  18668. "state": {}
  18669. },
  18670. "8c515f974c914b77bbfdd42a3f4d13eb": {
  18671. "model_name": "LayoutModel",
  18672. "model_module": "@jupyter-widgets/base",
  18673. "model_module_version": "1.0.0",
  18674. "state": {}
  18675. },
  18676. "8c6ab1b538b14347b3a7ec1aa5dc8ad3": {
  18677. "model_name": "VBoxModel",
  18678. "model_module": "@jupyter-widgets/controls",
  18679. "model_module_version": "1.2.0",
  18680. "state": {
  18681. "_dom_classes": [
  18682. "widget-interact"
  18683. ],
  18684. "children": [
  18685. "IPY_MODEL_3c96674dc3834e1d869f7ecc611533d7",
  18686. "IPY_MODEL_9b17a3bf0c1845ef86fbeee6e9b6ff1c"
  18687. ],
  18688. "layout": "IPY_MODEL_ba1fdfc4fae44656b6f4978ae9994b69"
  18689. }
  18690. },
  18691. "8c94f435fd5f4fc79cb9db63fe5d82da": {
  18692. "model_name": "HBoxModel",
  18693. "model_module": "@jupyter-widgets/controls",
  18694. "model_module_version": "1.2.0",
  18695. "state": {
  18696. "children": [
  18697. "IPY_MODEL_6eb7950e0e6a4f33b5907b25047793b2",
  18698. "IPY_MODEL_3c93089c081c4766b44f9f7fafe480bb"
  18699. ],
  18700. "layout": "IPY_MODEL_2d14de957a2443ecba4ba2f8410ef638"
  18701. }
  18702. },
  18703. "8cc26ad9316f4043a4b9129e1fabfb17": {
  18704. "model_name": "LabelModel",
  18705. "model_module": "@jupyter-widgets/controls",
  18706. "model_module_version": "1.2.0",
  18707. "state": {
  18708. "layout": "IPY_MODEL_3daef79c9c944ddaa054ab35051a8479",
  18709. "style": "IPY_MODEL_94627663dfcd44feaa53ffe53dd8d2e3",
  18710. "value": "Chosen Classifiers"
  18711. }
  18712. },
  18713. "8d0c6998e3c24aa7a2b8b9e92e7438a1": {
  18714. "model_name": "ButtonModel",
  18715. "model_module": "@jupyter-widgets/controls",
  18716. "model_module_version": "1.2.0",
  18717. "state": {
  18718. "description": "Save",
  18719. "layout": "IPY_MODEL_2c8278a090ea41c0905fa590f63eb937",
  18720. "style": "IPY_MODEL_9b8336501d824f0491c0fda651a056c3"
  18721. }
  18722. },
  18723. "8d112f4d7ce9464cafbc47b82d4f54f2": {
  18724. "model_name": "LayoutModel",
  18725. "model_module": "@jupyter-widgets/base",
  18726. "model_module_version": "1.0.0",
  18727. "state": {}
  18728. },
  18729. "8d38481707994171b4fa2ade49228a4b": {
  18730. "model_name": "LayoutModel",
  18731. "model_module": "@jupyter-widgets/base",
  18732. "model_module_version": "1.0.0",
  18733. "state": {}
  18734. },
  18735. "8d41a03c868e41e3a0b3904cf53dd1d2": {
  18736. "model_name": "LayoutModel",
  18737. "model_module": "@jupyter-widgets/base",
  18738. "model_module_version": "1.0.0",
  18739. "state": {}
  18740. },
  18741. "8d4e36518f2445b4877c59351b77c782": {
  18742. "model_name": "LayoutModel",
  18743. "model_module": "@jupyter-widgets/base",
  18744. "model_module_version": "1.0.0",
  18745. "state": {}
  18746. },
  18747. "8d50d764a7534c25bed45c4e3094ed1e": {
  18748. "model_name": "LayoutModel",
  18749. "model_module": "@jupyter-widgets/base",
  18750. "model_module_version": "1.0.0",
  18751. "state": {}
  18752. },
  18753. "8d58dbb3899f483b9e60f6e1d5fe193f": {
  18754. "model_name": "ButtonStyleModel",
  18755. "model_module": "@jupyter-widgets/controls",
  18756. "model_module_version": "1.2.0",
  18757. "state": {}
  18758. },
  18759. "8d6dae63751c4bf4b24b93ee21775813": {
  18760. "model_name": "SelectModel",
  18761. "model_module": "@jupyter-widgets/controls",
  18762. "model_module_version": "1.2.0",
  18763. "state": {
  18764. "description": "Selected:",
  18765. "index": null,
  18766. "layout": "IPY_MODEL_28fb7465a59941b7ae3c76c9789866a3",
  18767. "style": "IPY_MODEL_31d6b4006a594a059c647014cc6df482"
  18768. }
  18769. },
  18770. "8d84c7a94502421f9e0471658994c384": {
  18771. "model_name": "DescriptionStyleModel",
  18772. "model_module": "@jupyter-widgets/controls",
  18773. "model_module_version": "1.2.0",
  18774. "state": {
  18775. "description_width": ""
  18776. }
  18777. },
  18778. "8d8a4e64200a45e9a5c5d14825565930": {
  18779. "model_name": "ButtonModel",
  18780. "model_module": "@jupyter-widgets/controls",
  18781. "model_module_version": "1.2.0",
  18782. "state": {
  18783. "description": "Add",
  18784. "layout": "IPY_MODEL_2b861c208b9b496794f63fb055f06c6a",
  18785. "style": "IPY_MODEL_edb0646737954ac29410785fe03531f5"
  18786. }
  18787. },
  18788. "8d8c2fd50a604620858d5fd7b8c97485": {
  18789. "model_name": "LayoutModel",
  18790. "model_module": "@jupyter-widgets/base",
  18791. "model_module_version": "1.0.0",
  18792. "state": {}
  18793. },
  18794. "8d98e03cd8564de6bc3a32f3dc197125": {
  18795. "model_name": "LayoutModel",
  18796. "model_module": "@jupyter-widgets/base",
  18797. "model_module_version": "1.0.0",
  18798. "state": {}
  18799. },
  18800. "8d9f80dc7ab6426cb30aeb36fad340fc": {
  18801. "model_name": "LayoutModel",
  18802. "model_module": "@jupyter-widgets/base",
  18803. "model_module_version": "1.0.0",
  18804. "state": {}
  18805. },
  18806. "8ddc19f11afe42dbaac727f3d51a3044": {
  18807. "model_name": "DescriptionStyleModel",
  18808. "model_module": "@jupyter-widgets/controls",
  18809. "model_module_version": "1.2.0",
  18810. "state": {
  18811. "description_width": ""
  18812. }
  18813. },
  18814. "8df4bde775534e868a38783fc8d32fa9": {
  18815. "model_name": "OutputModel",
  18816. "model_module": "@jupyter-widgets/output",
  18817. "model_module_version": "1.0.0",
  18818. "state": {
  18819. "layout": "IPY_MODEL_8b2a132fccc9498b81945687dc5475c7",
  18820. "outputs": [
  18821. {
  18822. "data": {
  18823. "application/vnd.jupyter.widget-view+json": {
  18824. "model_id": "cd723be29124482cbcaf5d0ba52d36b1",
  18825. "version_major": 2,
  18826. "version_minor": 0
  18827. },
  18828. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Marathi', 'Natural Lang…"
  18829. },
  18830. "metadata": {},
  18831. "output_type": "display_data"
  18832. }
  18833. ]
  18834. }
  18835. },
  18836. "8e1176a54894490ba701d86c428a3bc4": {
  18837. "model_name": "LayoutModel",
  18838. "model_module": "@jupyter-widgets/base",
  18839. "model_module_version": "1.0.0",
  18840. "state": {}
  18841. },
  18842. "8e31f831b26144d6bafc4b7fd2a7b917": {
  18843. "model_name": "LayoutModel",
  18844. "model_module": "@jupyter-widgets/base",
  18845. "model_module_version": "1.0.0",
  18846. "state": {}
  18847. },
  18848. "8e3c014e348148f2a86983d6c5ff72d3": {
  18849. "model_name": "ButtonModel",
  18850. "model_module": "@jupyter-widgets/controls",
  18851. "model_module_version": "1.2.0",
  18852. "state": {
  18853. "description": "Add",
  18854. "layout": "IPY_MODEL_e12587bee5be4b0982cb7e15c7233864",
  18855. "style": "IPY_MODEL_c97c437ce1e9416fa4ca7105a3d64877"
  18856. }
  18857. },
  18858. "8e48a397a2234255bfc6681f14eb9edf": {
  18859. "model_name": "LayoutModel",
  18860. "model_module": "@jupyter-widgets/base",
  18861. "model_module_version": "1.0.0",
  18862. "state": {}
  18863. },
  18864. "8e539164b505481caef95e4a75b43c23": {
  18865. "model_name": "OutputModel",
  18866. "model_module": "@jupyter-widgets/output",
  18867. "model_module_version": "1.0.0",
  18868. "state": {
  18869. "layout": "IPY_MODEL_8125c60864104814bd3cc0080be329d7"
  18870. }
  18871. },
  18872. "8e5a8ac3b87c4216889e851ad98a92d9": {
  18873. "model_name": "LayoutModel",
  18874. "model_module": "@jupyter-widgets/base",
  18875. "model_module_version": "1.0.0",
  18876. "state": {}
  18877. },
  18878. "8e634166772148f599af2484ccc847fa": {
  18879. "model_name": "LayoutModel",
  18880. "model_module": "@jupyter-widgets/base",
  18881. "model_module_version": "1.0.0",
  18882. "state": {}
  18883. },
  18884. "8e742f2351ec4c1a86be77ecef600232": {
  18885. "model_name": "DropdownModel",
  18886. "model_module": "@jupyter-widgets/controls",
  18887. "model_module_version": "1.2.0",
  18888. "state": {
  18889. "_options_labels": [
  18890. "Development Status",
  18891. "Environment",
  18892. "Framework",
  18893. "Intended Audience",
  18894. "License",
  18895. "Natural Language",
  18896. "Operating System",
  18897. "Programming Language",
  18898. "Topic"
  18899. ],
  18900. "description": "prefix",
  18901. "index": 0,
  18902. "layout": "IPY_MODEL_24226aa1c3324ad6ac175ad5fc4508c3",
  18903. "style": "IPY_MODEL_fe8525dc129d4b1db31b9df014bb6d4b"
  18904. }
  18905. },
  18906. "8e78474bf9c240d69d78345fb8a041ec": {
  18907. "model_name": "ButtonModel",
  18908. "model_module": "@jupyter-widgets/controls",
  18909. "model_module_version": "1.2.0",
  18910. "state": {
  18911. "description": "Remove",
  18912. "layout": "IPY_MODEL_ef1956a8f9a645b8bbfe1795db830c94",
  18913. "style": "IPY_MODEL_4759060283d04380ae60985f6ed2f81e"
  18914. }
  18915. },
  18916. "8e8f79b77c6b4497912c3faeeb59aec9": {
  18917. "model_name": "LayoutModel",
  18918. "model_module": "@jupyter-widgets/base",
  18919. "model_module_version": "1.0.0",
  18920. "state": {}
  18921. },
  18922. "8e9c1a9f1fb84b81b46a9c4cc6f8874b": {
  18923. "model_name": "ButtonStyleModel",
  18924. "model_module": "@jupyter-widgets/controls",
  18925. "model_module_version": "1.2.0",
  18926. "state": {}
  18927. },
  18928. "8ea4d30d39f145258224c04be9ed38bc": {
  18929. "model_name": "HBoxModel",
  18930. "model_module": "@jupyter-widgets/controls",
  18931. "model_module_version": "1.2.0",
  18932. "state": {
  18933. "children": [
  18934. "IPY_MODEL_b8a199ac79e94967a8b7f99c8cb7e7ee",
  18935. "IPY_MODEL_66bb0404bd634e5f97fb34f3283a9a1e"
  18936. ],
  18937. "layout": "IPY_MODEL_04e6af7faa774be8ba5f31152e11860f"
  18938. }
  18939. },
  18940. "8ece6570b6714e359902a1f6ce3ba1b0": {
  18941. "model_name": "LayoutModel",
  18942. "model_module": "@jupyter-widgets/base",
  18943. "model_module_version": "1.0.0",
  18944. "state": {}
  18945. },
  18946. "8edf46146ed84f7d83b89a40d0f452e8": {
  18947. "model_name": "LayoutModel",
  18948. "model_module": "@jupyter-widgets/base",
  18949. "model_module_version": "1.0.0",
  18950. "state": {}
  18951. },
  18952. "8f009d692a7b44b19d462ffecb15c77c": {
  18953. "model_name": "DescriptionStyleModel",
  18954. "model_module": "@jupyter-widgets/controls",
  18955. "model_module_version": "1.2.0",
  18956. "state": {
  18957. "description_width": ""
  18958. }
  18959. },
  18960. "8f45cd89b99047838852d3aea2dfa52a": {
  18961. "model_name": "HBoxModel",
  18962. "model_module": "@jupyter-widgets/controls",
  18963. "model_module_version": "1.2.0",
  18964. "state": {
  18965. "children": [
  18966. "IPY_MODEL_8aaca03bc91f481e9194024b72ab42dd",
  18967. "IPY_MODEL_6a2283d8ecfe4556b1efa46163cfa60f",
  18968. "IPY_MODEL_b92c666c4f7f4810a26f82f067395dcb"
  18969. ],
  18970. "layout": "IPY_MODEL_38da953b1292472a92d920a31587a747"
  18971. }
  18972. },
  18973. "8f4607401bce41fe89a0939a97cb7ebd": {
  18974. "model_name": "LayoutModel",
  18975. "model_module": "@jupyter-widgets/base",
  18976. "model_module_version": "1.0.0",
  18977. "state": {}
  18978. },
  18979. "8f4b528b01e8477ea86a0b79dfb63601": {
  18980. "model_name": "ButtonStyleModel",
  18981. "model_module": "@jupyter-widgets/controls",
  18982. "model_module_version": "1.2.0",
  18983. "state": {}
  18984. },
  18985. "8f4cde836b9b4ad380cf65ca89d34121": {
  18986. "model_name": "LabelModel",
  18987. "model_module": "@jupyter-widgets/controls",
  18988. "model_module_version": "1.2.0",
  18989. "state": {
  18990. "layout": "IPY_MODEL_79f01d17ad4e4587bef7b875e8b5090f",
  18991. "style": "IPY_MODEL_43ada8d57fe640de8bf35db2af4f9980",
  18992. "value": "Added!"
  18993. }
  18994. },
  18995. "8f6a7773eb964637a9d96df8e714d4d4": {
  18996. "model_name": "ButtonStyleModel",
  18997. "model_module": "@jupyter-widgets/controls",
  18998. "model_module_version": "1.2.0",
  18999. "state": {}
  19000. },
  19001. "8f77029d662a488bb52cbf7721d1020f": {
  19002. "model_name": "OutputModel",
  19003. "model_module": "@jupyter-widgets/output",
  19004. "model_module_version": "1.0.0",
  19005. "state": {
  19006. "layout": "IPY_MODEL_4c450fd87055476a8487017fdfe11f21"
  19007. }
  19008. },
  19009. "8f8ba4a8feee4833b2094efa451bb05d": {
  19010. "model_name": "DescriptionStyleModel",
  19011. "model_module": "@jupyter-widgets/controls",
  19012. "model_module_version": "1.2.0",
  19013. "state": {
  19014. "description_width": ""
  19015. }
  19016. },
  19017. "8fca3ca61fee4c6eb56b634147cbe329": {
  19018. "model_name": "LabelModel",
  19019. "model_module": "@jupyter-widgets/controls",
  19020. "model_module_version": "1.2.0",
  19021. "state": {
  19022. "layout": "IPY_MODEL_63e0f70925844caebd04e60170e97e17",
  19023. "style": "IPY_MODEL_41abbb7af3594b6f99026b70d76096e7",
  19024. "value": "...!"
  19025. }
  19026. },
  19027. "8fee03ddae8d491585fae4c9d924876e": {
  19028. "model_name": "LayoutModel",
  19029. "model_module": "@jupyter-widgets/base",
  19030. "model_module_version": "1.0.0",
  19031. "state": {}
  19032. },
  19033. "8ff2c4e8d1e640319e2d835a853901c7": {
  19034. "model_name": "LabelModel",
  19035. "model_module": "@jupyter-widgets/controls",
  19036. "model_module_version": "1.2.0",
  19037. "state": {
  19038. "layout": "IPY_MODEL_18639be2a77448fe8d6619a613e8ca7d",
  19039. "style": "IPY_MODEL_61ef0b812c9b4d2397f113e6025b306d",
  19040. "value": "Chosen Classifiers"
  19041. }
  19042. },
  19043. "9010947e250e474e807b7c8eace54df2": {
  19044. "model_name": "LayoutModel",
  19045. "model_module": "@jupyter-widgets/base",
  19046. "model_module_version": "1.0.0",
  19047. "state": {}
  19048. },
  19049. "901cc1a12a744a4bbb13083a6cd5bfae": {
  19050. "model_name": "DescriptionStyleModel",
  19051. "model_module": "@jupyter-widgets/controls",
  19052. "model_module_version": "1.2.0",
  19053. "state": {
  19054. "description_width": ""
  19055. }
  19056. },
  19057. "90413bbf37064a99b9d96026054b966b": {
  19058. "model_name": "DescriptionStyleModel",
  19059. "model_module": "@jupyter-widgets/controls",
  19060. "model_module_version": "1.2.0",
  19061. "state": {
  19062. "description_width": ""
  19063. }
  19064. },
  19065. "9041427c6b2d479b9665b223dc7dd4d4": {
  19066. "model_name": "HBoxModel",
  19067. "model_module": "@jupyter-widgets/controls",
  19068. "model_module_version": "1.2.0",
  19069. "state": {
  19070. "children": [
  19071. "IPY_MODEL_70c7de2725c54abab75f8498101630d9",
  19072. "IPY_MODEL_20c5ec30283b42ac8103951af99718a9"
  19073. ],
  19074. "layout": "IPY_MODEL_7b47165be3f74c8492f5c19be80a41fa"
  19075. }
  19076. },
  19077. "9043ec67c5d64e1aba121d5b2e50beac": {
  19078. "model_name": "LabelModel",
  19079. "model_module": "@jupyter-widgets/controls",
  19080. "model_module_version": "1.2.0",
  19081. "state": {
  19082. "layout": "IPY_MODEL_c555798751d54c7c9b580d39bf13281e",
  19083. "style": "IPY_MODEL_081792aabbbf40428b4f843ee4b0e9c4"
  19084. }
  19085. },
  19086. "906cbd2211754ebd86d779f38801cc8a": {
  19087. "model_name": "OutputModel",
  19088. "model_module": "@jupyter-widgets/output",
  19089. "model_module_version": "1.0.0",
  19090. "state": {
  19091. "layout": "IPY_MODEL_37ab2163297f4244a70d6c5e0e888b7b"
  19092. }
  19093. },
  19094. "906ead97b07648b583ee82636c83b274": {
  19095. "model_name": "DescriptionStyleModel",
  19096. "model_module": "@jupyter-widgets/controls",
  19097. "model_module_version": "1.2.0",
  19098. "state": {
  19099. "description_width": ""
  19100. }
  19101. },
  19102. "907a2d92337e47fb9883e5514efb2302": {
  19103. "model_name": "DescriptionStyleModel",
  19104. "model_module": "@jupyter-widgets/controls",
  19105. "model_module_version": "1.2.0",
  19106. "state": {
  19107. "description_width": ""
  19108. }
  19109. },
  19110. "909ae172b4b948df9bb74a1d172b527a": {
  19111. "model_name": "LayoutModel",
  19112. "model_module": "@jupyter-widgets/base",
  19113. "model_module_version": "1.0.0",
  19114. "state": {}
  19115. },
  19116. "909f5e4093c44be982cdd3107d1bcb28": {
  19117. "model_name": "VBoxModel",
  19118. "model_module": "@jupyter-widgets/controls",
  19119. "model_module_version": "1.2.0",
  19120. "state": {
  19121. "_dom_classes": [
  19122. "widget-interact"
  19123. ],
  19124. "children": [
  19125. "IPY_MODEL_4cb5b859f22e475d9c25261a261a71c9",
  19126. "IPY_MODEL_607c8653f3b64c9da3e315bec13ced25"
  19127. ],
  19128. "layout": "IPY_MODEL_2e68ea1a6dc043c3ac7d9bce44583cfa"
  19129. }
  19130. },
  19131. "90a2216455ec477282aa0284711b9d03": {
  19132. "model_name": "ButtonModel",
  19133. "model_module": "@jupyter-widgets/controls",
  19134. "model_module_version": "1.2.0",
  19135. "state": {
  19136. "description": "Save",
  19137. "layout": "IPY_MODEL_e5db03969849470f937207f4e96392d8",
  19138. "style": "IPY_MODEL_89a8f17525bd41a3a43659abe2a52979"
  19139. }
  19140. },
  19141. "90a5435de7b5447faa96913b75b2a154": {
  19142. "model_name": "LayoutModel",
  19143. "model_module": "@jupyter-widgets/base",
  19144. "model_module_version": "1.0.0",
  19145. "state": {}
  19146. },
  19147. "90cdb2123cbf4365a531dec58ed4661c": {
  19148. "model_name": "LayoutModel",
  19149. "model_module": "@jupyter-widgets/base",
  19150. "model_module_version": "1.0.0",
  19151. "state": {}
  19152. },
  19153. "90d47b9c9ae34d44b62bb2764c41965d": {
  19154. "model_name": "LayoutModel",
  19155. "model_module": "@jupyter-widgets/base",
  19156. "model_module_version": "1.0.0",
  19157. "state": {}
  19158. },
  19159. "9166f33c7b404f938603275f14461c31": {
  19160. "model_name": "LayoutModel",
  19161. "model_module": "@jupyter-widgets/base",
  19162. "model_module_version": "1.0.0",
  19163. "state": {}
  19164. },
  19165. "91842a9830ec4ede8d8dbc7d5219d9e3": {
  19166. "model_name": "LayoutModel",
  19167. "model_module": "@jupyter-widgets/base",
  19168. "model_module_version": "1.0.0",
  19169. "state": {}
  19170. },
  19171. "918d3d05abf64c799497e2560516e687": {
  19172. "model_name": "DropdownModel",
  19173. "model_module": "@jupyter-widgets/controls",
  19174. "model_module_version": "1.2.0",
  19175. "state": {
  19176. "_options_labels": [
  19177. "Development Status",
  19178. "Environment",
  19179. "Framework",
  19180. "Intended Audience",
  19181. "License",
  19182. "Natural Language",
  19183. "Operating System",
  19184. "Programming Language",
  19185. "Topic"
  19186. ],
  19187. "description": "prefix",
  19188. "index": 0,
  19189. "layout": "IPY_MODEL_4f0b0e715ad44b46a6af657ad1f751c6",
  19190. "style": "IPY_MODEL_df39ddac81334a7e8d32e67b692645a3"
  19191. }
  19192. },
  19193. "91bcb333000c460784f0eb6626ddca1a": {
  19194. "model_name": "DropdownModel",
  19195. "model_module": "@jupyter-widgets/controls",
  19196. "model_module_version": "1.2.0",
  19197. "state": {
  19198. "_options_labels": [
  19199. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  19200. "Operating System :: MacOS :: MacOS 9",
  19201. "Operating System :: MacOS :: MacOS X",
  19202. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  19203. "Operating System :: Microsoft :: Windows :: Windows Vista",
  19204. "Operating System :: Microsoft :: Windows :: Windows CE",
  19205. "Operating System :: POSIX :: SCO",
  19206. "Operating System :: Microsoft :: Windows :: Windows 10",
  19207. "Operating System :: POSIX :: Linux",
  19208. "Operating System :: POSIX :: BSD :: NetBSD",
  19209. "Operating System :: Android",
  19210. "Operating System :: MacOS",
  19211. "Operating System :: POSIX :: SunOS/Solaris",
  19212. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  19213. "Operating System :: PDA Systems",
  19214. "Operating System :: POSIX :: BSD",
  19215. "Operating System :: POSIX",
  19216. "Operating System :: Microsoft",
  19217. "Operating System :: POSIX :: AIX",
  19218. "Operating System :: POSIX :: BSD :: FreeBSD",
  19219. "Operating System :: Microsoft :: Windows",
  19220. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  19221. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  19222. "Operating System :: POSIX :: IRIX",
  19223. "Operating System :: Microsoft :: Windows :: Windows 8",
  19224. "Operating System :: Other OS",
  19225. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  19226. "Operating System :: PalmOS",
  19227. "Operating System :: POSIX :: HP-UX",
  19228. "Operating System :: Microsoft :: Windows :: Windows XP",
  19229. "Operating System :: iOS",
  19230. "Operating System :: Microsoft :: Windows :: Windows 7",
  19231. "Operating System :: POSIX :: GNU Hurd",
  19232. "Operating System :: Microsoft :: MS-DOS",
  19233. "Operating System :: OS/2",
  19234. "Operating System :: OS Independent",
  19235. "Operating System :: POSIX :: BSD :: BSD/OS",
  19236. "Operating System :: POSIX :: Other",
  19237. "Operating System :: Unix",
  19238. "Operating System :: BeOS",
  19239. "Operating System :: POSIX :: BSD :: OpenBSD"
  19240. ],
  19241. "description": "Classifier",
  19242. "index": 2,
  19243. "layout": "IPY_MODEL_80408337f4874f4cb38c73eab3be46c7",
  19244. "style": "IPY_MODEL_574329088eb649dfa3d2118721f5b8ab"
  19245. }
  19246. },
  19247. "91bd4c2da0164099a00743ddd62eea75": {
  19248. "model_name": "VBoxModel",
  19249. "model_module": "@jupyter-widgets/controls",
  19250. "model_module_version": "1.2.0",
  19251. "state": {
  19252. "_dom_classes": [
  19253. "widget-interact"
  19254. ],
  19255. "children": [
  19256. "IPY_MODEL_0c1750d2ee9c458a91f019f3b0fff6f6",
  19257. "IPY_MODEL_9bbcad51096f42e7ab49187c2f670ce8"
  19258. ],
  19259. "layout": "IPY_MODEL_77e6966dcf204750b5b321878b9792d1"
  19260. }
  19261. },
  19262. "91c43a1c9319496aa767fcdae14cfcb0": {
  19263. "model_name": "OutputModel",
  19264. "model_module": "@jupyter-widgets/output",
  19265. "model_module_version": "1.0.0",
  19266. "state": {
  19267. "layout": "IPY_MODEL_106610aaf4064001a043cadff1acbc85"
  19268. }
  19269. },
  19270. "91c7e3e2812b422cb8d0fb8e623e586b": {
  19271. "model_name": "LabelModel",
  19272. "model_module": "@jupyter-widgets/controls",
  19273. "model_module_version": "1.2.0",
  19274. "state": {
  19275. "layout": "IPY_MODEL_bd68d099f63b400f9db5ac94b2954729",
  19276. "style": "IPY_MODEL_d6e9f0ae17f44e95ab98df590bc4424f",
  19277. "value": "...."
  19278. }
  19279. },
  19280. "91d5058fcea14783b55440e43c482fe1": {
  19281. "model_name": "LayoutModel",
  19282. "model_module": "@jupyter-widgets/base",
  19283. "model_module_version": "1.0.0",
  19284. "state": {}
  19285. },
  19286. "91e3b917dcec47d9b7bcb4cd7cb699d3": {
  19287. "model_name": "ButtonModel",
  19288. "model_module": "@jupyter-widgets/controls",
  19289. "model_module_version": "1.2.0",
  19290. "state": {
  19291. "description": "Add",
  19292. "layout": "IPY_MODEL_b9252ddc8f9a48ad854a16fc9d0d11e4",
  19293. "style": "IPY_MODEL_15092da944f24d1d9073942a2e5d2b81"
  19294. }
  19295. },
  19296. "91ec46abe106433a89cbc0dbc9e9e8a9": {
  19297. "model_name": "LayoutModel",
  19298. "model_module": "@jupyter-widgets/base",
  19299. "model_module_version": "1.0.0",
  19300. "state": {}
  19301. },
  19302. "92099ca4c5f84e589ab00331b768f41a": {
  19303. "model_name": "LayoutModel",
  19304. "model_module": "@jupyter-widgets/base",
  19305. "model_module_version": "1.0.0",
  19306. "state": {}
  19307. },
  19308. "922d5245cb5a45e4bb5f3e5aab518b9f": {
  19309. "model_name": "LayoutModel",
  19310. "model_module": "@jupyter-widgets/base",
  19311. "model_module_version": "1.0.0",
  19312. "state": {}
  19313. },
  19314. "923a378533484ea09e00eea9daf52581": {
  19315. "model_name": "ButtonStyleModel",
  19316. "model_module": "@jupyter-widgets/controls",
  19317. "model_module_version": "1.2.0",
  19318. "state": {}
  19319. },
  19320. "9256949400d8480abc311fc33e64682a": {
  19321. "model_name": "DescriptionStyleModel",
  19322. "model_module": "@jupyter-widgets/controls",
  19323. "model_module_version": "1.2.0",
  19324. "state": {
  19325. "description_width": ""
  19326. }
  19327. },
  19328. "92b633dac1164a4b86cd1018b246c5e7": {
  19329. "model_name": "LayoutModel",
  19330. "model_module": "@jupyter-widgets/base",
  19331. "model_module_version": "1.0.0",
  19332. "state": {}
  19333. },
  19334. "92cb0aed05e34d4c8e3df371415f6e77": {
  19335. "model_name": "LabelModel",
  19336. "model_module": "@jupyter-widgets/controls",
  19337. "model_module_version": "1.2.0",
  19338. "state": {
  19339. "layout": "IPY_MODEL_e509355d3abb4a9188e1c50838bf254f",
  19340. "style": "IPY_MODEL_13ebbf62601d436fb11cb3dc214ee90d",
  19341. "value": "Added!"
  19342. }
  19343. },
  19344. "92db9fd467f3408ebbdad5514de08342": {
  19345. "model_name": "LayoutModel",
  19346. "model_module": "@jupyter-widgets/base",
  19347. "model_module_version": "1.0.0",
  19348. "state": {}
  19349. },
  19350. "92e47e5b674241e8afa1d6d15d6ec1bd": {
  19351. "model_name": "LayoutModel",
  19352. "model_module": "@jupyter-widgets/base",
  19353. "model_module_version": "1.0.0",
  19354. "state": {}
  19355. },
  19356. "92ec4a95c5d84432814bc3d7351783fe": {
  19357. "model_name": "LabelModel",
  19358. "model_module": "@jupyter-widgets/controls",
  19359. "model_module_version": "1.2.0",
  19360. "state": {
  19361. "layout": "IPY_MODEL_90cdb2123cbf4365a531dec58ed4661c",
  19362. "style": "IPY_MODEL_befd8a88a093472aa1b133ebca151ebf",
  19363. "value": "*Optional Classifiers"
  19364. }
  19365. },
  19366. "92edcf9739264189a290329528245c65": {
  19367. "model_name": "DescriptionStyleModel",
  19368. "model_module": "@jupyter-widgets/controls",
  19369. "model_module_version": "1.2.0",
  19370. "state": {
  19371. "description_width": ""
  19372. }
  19373. },
  19374. "931b5727373e4f0ebc3810b630e354e7": {
  19375. "model_name": "DescriptionStyleModel",
  19376. "model_module": "@jupyter-widgets/controls",
  19377. "model_module_version": "1.2.0",
  19378. "state": {
  19379. "description_width": ""
  19380. }
  19381. },
  19382. "932f6451faee4028bda39cb77f0b1457": {
  19383. "model_name": "DescriptionStyleModel",
  19384. "model_module": "@jupyter-widgets/controls",
  19385. "model_module_version": "1.2.0",
  19386. "state": {
  19387. "description_width": ""
  19388. }
  19389. },
  19390. "933cbfc8ee9d44b7ae8ff633a8b151f4": {
  19391. "model_name": "LabelModel",
  19392. "model_module": "@jupyter-widgets/controls",
  19393. "model_module_version": "1.2.0",
  19394. "state": {
  19395. "layout": "IPY_MODEL_0122fab3784547afa9ef4db1353c0b75",
  19396. "style": "IPY_MODEL_d624ef86c3fd472dbecbe3efbb4f1d37",
  19397. "value": "Intended Audience :: Legal Industry"
  19398. }
  19399. },
  19400. "933e6b9eada0440385b163c0f6f10340": {
  19401. "model_name": "DescriptionStyleModel",
  19402. "model_module": "@jupyter-widgets/controls",
  19403. "model_module_version": "1.2.0",
  19404. "state": {
  19405. "description_width": ""
  19406. }
  19407. },
  19408. "9361668b0928450fa712c7f5f326c50f": {
  19409. "model_name": "DescriptionStyleModel",
  19410. "model_module": "@jupyter-widgets/controls",
  19411. "model_module_version": "1.2.0",
  19412. "state": {
  19413. "description_width": ""
  19414. }
  19415. },
  19416. "93c8864b6feb48c2a0925e58e238ad00": {
  19417. "model_name": "VBoxModel",
  19418. "model_module": "@jupyter-widgets/controls",
  19419. "model_module_version": "1.2.0",
  19420. "state": {
  19421. "_dom_classes": [
  19422. "widget-interact"
  19423. ],
  19424. "children": [
  19425. "IPY_MODEL_9d5bd043b15d4c70ae28cef7c31752bf",
  19426. "IPY_MODEL_480d51a2153c48bdbe2f41b67ac04e9e"
  19427. ],
  19428. "layout": "IPY_MODEL_ec42558721ab4122a18223669f36fcbd"
  19429. }
  19430. },
  19431. "93d7812cc70443189713e1f83f3eca7f": {
  19432. "model_name": "LayoutModel",
  19433. "model_module": "@jupyter-widgets/base",
  19434. "model_module_version": "1.0.0",
  19435. "state": {}
  19436. },
  19437. "93e51483e4e54671ae59385424def476": {
  19438. "model_name": "DescriptionStyleModel",
  19439. "model_module": "@jupyter-widgets/controls",
  19440. "model_module_version": "1.2.0",
  19441. "state": {
  19442. "description_width": ""
  19443. }
  19444. },
  19445. "93f265049a3d4f72af488f3e9d19b53f": {
  19446. "model_name": "LayoutModel",
  19447. "model_module": "@jupyter-widgets/base",
  19448. "model_module_version": "1.0.0",
  19449. "state": {}
  19450. },
  19451. "93fcae6e36494d319035806453ccb271": {
  19452. "model_name": "HBoxModel",
  19453. "model_module": "@jupyter-widgets/controls",
  19454. "model_module_version": "1.2.0",
  19455. "state": {
  19456. "children": [
  19457. "IPY_MODEL_dfc59d1b558c4a7a99c26afd39a004b4",
  19458. "IPY_MODEL_09528f59d1274479b586e679d421b619",
  19459. "IPY_MODEL_11be613aab324955a728ce8d1825298d"
  19460. ],
  19461. "layout": "IPY_MODEL_ea6bc4fe4e76400292f471a4d18c7271"
  19462. }
  19463. },
  19464. "941b46bbc835402b84bea0f8080a71af": {
  19465. "model_name": "DescriptionStyleModel",
  19466. "model_module": "@jupyter-widgets/controls",
  19467. "model_module_version": "1.2.0",
  19468. "state": {
  19469. "description_width": ""
  19470. }
  19471. },
  19472. "94599c2bb3a24aa28e60316964c56bb0": {
  19473. "model_name": "LayoutModel",
  19474. "model_module": "@jupyter-widgets/base",
  19475. "model_module_version": "1.0.0",
  19476. "state": {}
  19477. },
  19478. "94627663dfcd44feaa53ffe53dd8d2e3": {
  19479. "model_name": "DescriptionStyleModel",
  19480. "model_module": "@jupyter-widgets/controls",
  19481. "model_module_version": "1.2.0",
  19482. "state": {
  19483. "description_width": ""
  19484. }
  19485. },
  19486. "9474fb52e74047799e82e65fd2111fd0": {
  19487. "model_name": "HBoxModel",
  19488. "model_module": "@jupyter-widgets/controls",
  19489. "model_module_version": "1.2.0",
  19490. "state": {
  19491. "children": [
  19492. "IPY_MODEL_1b0014afb6c5487a9fad04865f551a46",
  19493. "IPY_MODEL_7b0075fedcc3408991272a59660d04ea",
  19494. "IPY_MODEL_80250233ee5040c99a91c5d41aa612c2"
  19495. ],
  19496. "layout": "IPY_MODEL_d083c36738ef49b092e8adf116b0ffa9"
  19497. }
  19498. },
  19499. "9476b02622584ef8b20b864f9e68d934": {
  19500. "model_name": "LayoutModel",
  19501. "model_module": "@jupyter-widgets/base",
  19502. "model_module_version": "1.0.0",
  19503. "state": {}
  19504. },
  19505. "9492c062cfb34c36ae659363601e6bbf": {
  19506. "model_name": "LayoutModel",
  19507. "model_module": "@jupyter-widgets/base",
  19508. "model_module_version": "1.0.0",
  19509. "state": {}
  19510. },
  19511. "94a37c823ae94c07a399a6b3b93bc9bd": {
  19512. "model_name": "LayoutModel",
  19513. "model_module": "@jupyter-widgets/base",
  19514. "model_module_version": "1.0.0",
  19515. "state": {}
  19516. },
  19517. "94d9865b91cc4b609fb3fa2617171914": {
  19518. "model_name": "ButtonStyleModel",
  19519. "model_module": "@jupyter-widgets/controls",
  19520. "model_module_version": "1.2.0",
  19521. "state": {}
  19522. },
  19523. "9512efab4f7141e88852fa818c8da3b8": {
  19524. "model_name": "LayoutModel",
  19525. "model_module": "@jupyter-widgets/base",
  19526. "model_module_version": "1.0.0",
  19527. "state": {}
  19528. },
  19529. "952ca70cb77c4094a04e0c98b9590786": {
  19530. "model_name": "LayoutModel",
  19531. "model_module": "@jupyter-widgets/base",
  19532. "model_module_version": "1.0.0",
  19533. "state": {}
  19534. },
  19535. "953f1d1e8c2948358dddec01a9dea990": {
  19536. "model_name": "LayoutModel",
  19537. "model_module": "@jupyter-widgets/base",
  19538. "model_module_version": "1.0.0",
  19539. "state": {}
  19540. },
  19541. "95435108de3b4d899b20027133e2b98e": {
  19542. "model_name": "LayoutModel",
  19543. "model_module": "@jupyter-widgets/base",
  19544. "model_module_version": "1.0.0",
  19545. "state": {}
  19546. },
  19547. "95466a74a23f4101aafc9bbe26009414": {
  19548. "model_name": "DropdownModel",
  19549. "model_module": "@jupyter-widgets/controls",
  19550. "model_module_version": "1.2.0",
  19551. "state": {
  19552. "_options_labels": [
  19553. "Development Status",
  19554. "Environment",
  19555. "Framework",
  19556. "Intended Audience",
  19557. "License",
  19558. "Natural Language",
  19559. "Operating System",
  19560. "Programming Language",
  19561. "Topic"
  19562. ],
  19563. "description": "prefix",
  19564. "index": 0,
  19565. "layout": "IPY_MODEL_6a51ebef195743819fde6477664813ba",
  19566. "style": "IPY_MODEL_ec11e4010f3c484c8356331067072c17"
  19567. }
  19568. },
  19569. "954a7d99ff7641768671e665f1685962": {
  19570. "model_name": "LayoutModel",
  19571. "model_module": "@jupyter-widgets/base",
  19572. "model_module_version": "1.0.0",
  19573. "state": {}
  19574. },
  19575. "9552a49d5b574c11b842b9db717779d1": {
  19576. "model_name": "LayoutModel",
  19577. "model_module": "@jupyter-widgets/base",
  19578. "model_module_version": "1.0.0",
  19579. "state": {}
  19580. },
  19581. "956071be01454a0fb0ee4c9b81452359": {
  19582. "model_name": "LayoutModel",
  19583. "model_module": "@jupyter-widgets/base",
  19584. "model_module_version": "1.0.0",
  19585. "state": {}
  19586. },
  19587. "958be74b96734659974471b07a2648a1": {
  19588. "model_name": "LayoutModel",
  19589. "model_module": "@jupyter-widgets/base",
  19590. "model_module_version": "1.0.0",
  19591. "state": {}
  19592. },
  19593. "958d85faa47a43e2bda7c793daddb03e": {
  19594. "model_name": "HBoxModel",
  19595. "model_module": "@jupyter-widgets/controls",
  19596. "model_module_version": "1.2.0",
  19597. "state": {
  19598. "children": [
  19599. "IPY_MODEL_afb6a83bc85b46d9ba523f43a27c55fa"
  19600. ],
  19601. "layout": "IPY_MODEL_1af8fc517b4642dca59a42b93d73eacd"
  19602. }
  19603. },
  19604. "95ac23942ae246199574824105692ff9": {
  19605. "model_name": "DescriptionStyleModel",
  19606. "model_module": "@jupyter-widgets/controls",
  19607. "model_module_version": "1.2.0",
  19608. "state": {
  19609. "description_width": ""
  19610. }
  19611. },
  19612. "95d5f8a62ef8429ba8851f80a212b48e": {
  19613. "model_name": "ButtonStyleModel",
  19614. "model_module": "@jupyter-widgets/controls",
  19615. "model_module_version": "1.2.0",
  19616. "state": {}
  19617. },
  19618. "95ee8bfa9ae144718f7715523d00821e": {
  19619. "model_name": "LayoutModel",
  19620. "model_module": "@jupyter-widgets/base",
  19621. "model_module_version": "1.0.0",
  19622. "state": {}
  19623. },
  19624. "960a1e6e4ba341f698b00271c59ed592": {
  19625. "model_name": "LayoutModel",
  19626. "model_module": "@jupyter-widgets/base",
  19627. "model_module_version": "1.0.0",
  19628. "state": {}
  19629. },
  19630. "961947d897d0402994e38d09aad8ad08": {
  19631. "model_name": "LayoutModel",
  19632. "model_module": "@jupyter-widgets/base",
  19633. "model_module_version": "1.0.0",
  19634. "state": {}
  19635. },
  19636. "9622eadc06744c0b9e9c64211f127922": {
  19637. "model_name": "LayoutModel",
  19638. "model_module": "@jupyter-widgets/base",
  19639. "model_module_version": "1.0.0",
  19640. "state": {}
  19641. },
  19642. "964616e9f9c3487581ec88943dafcd1d": {
  19643. "model_name": "DescriptionStyleModel",
  19644. "model_module": "@jupyter-widgets/controls",
  19645. "model_module_version": "1.2.0",
  19646. "state": {
  19647. "description_width": ""
  19648. }
  19649. },
  19650. "96488f880be04819ada19dbbb6658818": {
  19651. "model_name": "LabelModel",
  19652. "model_module": "@jupyter-widgets/controls",
  19653. "model_module_version": "1.2.0",
  19654. "state": {
  19655. "layout": "IPY_MODEL_c7afd55b3395420aa74c52a2cc6660a8",
  19656. "style": "IPY_MODEL_5e30d88804af4fa9a8b3b4269a02d3ac",
  19657. "value": "Added Classifier!"
  19658. }
  19659. },
  19660. "96535875e8e94c6b99d170c87adea1c6": {
  19661. "model_name": "LayoutModel",
  19662. "model_module": "@jupyter-widgets/base",
  19663. "model_module_version": "1.0.0",
  19664. "state": {}
  19665. },
  19666. "96704e9a35154f668edbca26f682325a": {
  19667. "model_name": "OutputModel",
  19668. "model_module": "@jupyter-widgets/output",
  19669. "model_module_version": "1.0.0",
  19670. "state": {
  19671. "layout": "IPY_MODEL_b17c0360b29f44728dcf53f1b3a2697c"
  19672. }
  19673. },
  19674. "9675e57919ee410a80833b0e046d62ce": {
  19675. "model_name": "LayoutModel",
  19676. "model_module": "@jupyter-widgets/base",
  19677. "model_module_version": "1.0.0",
  19678. "state": {}
  19679. },
  19680. "967cf3395063401f95ff2d7d85b39131": {
  19681. "model_name": "LayoutModel",
  19682. "model_module": "@jupyter-widgets/base",
  19683. "model_module_version": "1.0.0",
  19684. "state": {}
  19685. },
  19686. "96a224682a2b4f6085ddbc4417a25c54": {
  19687. "model_name": "ButtonModel",
  19688. "model_module": "@jupyter-widgets/controls",
  19689. "model_module_version": "1.2.0",
  19690. "state": {
  19691. "description": "Save",
  19692. "layout": "IPY_MODEL_5f1a40dfa0c048e2b4cbaa1092196d6a",
  19693. "style": "IPY_MODEL_b65cff24c77847a3a5434909f71983f7"
  19694. }
  19695. },
  19696. "96bdf7431b7d4a0383993a9002163e32": {
  19697. "model_name": "LabelModel",
  19698. "model_module": "@jupyter-widgets/controls",
  19699. "model_module_version": "1.2.0",
  19700. "state": {
  19701. "layout": "IPY_MODEL_3e55d32d91e54b4287bce156b95bc6b7",
  19702. "style": "IPY_MODEL_dc916b7c6fa34d93aaf6363794c81a95",
  19703. "value": "*Optional Classifiers"
  19704. }
  19705. },
  19706. "96cb810ca14e447faa466a92ea2c3d3d": {
  19707. "model_name": "LayoutModel",
  19708. "model_module": "@jupyter-widgets/base",
  19709. "model_module_version": "1.0.0",
  19710. "state": {}
  19711. },
  19712. "9700a419556c46c2b1e16a6930dd9371": {
  19713. "model_name": "OutputModel",
  19714. "model_module": "@jupyter-widgets/output",
  19715. "model_module_version": "1.0.0",
  19716. "state": {
  19717. "layout": "IPY_MODEL_6d630fde3ec24ec9a69b8cedc17b5b5d"
  19718. }
  19719. },
  19720. "97245ac63f01457ca18754212e42ec9c": {
  19721. "model_name": "LayoutModel",
  19722. "model_module": "@jupyter-widgets/base",
  19723. "model_module_version": "1.0.0",
  19724. "state": {}
  19725. },
  19726. "972acf612c4947b19fc94b6572fcaf6e": {
  19727. "model_name": "SelectModel",
  19728. "model_module": "@jupyter-widgets/controls",
  19729. "model_module_version": "1.2.0",
  19730. "state": {
  19731. "_options_labels": [
  19732. "Natural Language :: Slovenian",
  19733. "Intended Audience :: Manufacturing",
  19734. "License :: OSI Approved :: Vovida Software License 1.0"
  19735. ],
  19736. "description": "Classifiers",
  19737. "index": 0,
  19738. "layout": "IPY_MODEL_d1b225cf19d14bf9a02fcff83972b339",
  19739. "style": "IPY_MODEL_1bce5d910db2435c93a4f772ba5cc781"
  19740. }
  19741. },
  19742. "973031d7a7344219a2a86e95847967ad": {
  19743. "model_name": "DropdownModel",
  19744. "model_module": "@jupyter-widgets/controls",
  19745. "model_module_version": "1.2.0",
  19746. "state": {
  19747. "_options_labels": [
  19748. "Development Status :: 1 - Planning",
  19749. "Development Status :: 3 - Alpha",
  19750. "Development Status :: 4 - Beta",
  19751. "Development Status :: 6 - Mature",
  19752. "Development Status :: 2 - Pre-Alpha",
  19753. "Development Status :: 7 - Inactive",
  19754. "Development Status :: 5 - Production/Stable"
  19755. ],
  19756. "description": "Classifier",
  19757. "index": 0,
  19758. "layout": "IPY_MODEL_84b6fe80003640fc8df2772296369ac0",
  19759. "style": "IPY_MODEL_7ab6a44b2cf6477a903e32cf90cfcbb0"
  19760. }
  19761. },
  19762. "973f68dca60e4043a3bf4af56a879e97": {
  19763. "model_name": "OutputModel",
  19764. "model_module": "@jupyter-widgets/output",
  19765. "model_module_version": "1.0.0",
  19766. "state": {
  19767. "layout": "IPY_MODEL_f0666bc228ab415080b62e16a8ca5040"
  19768. }
  19769. },
  19770. "975213517e564ae7b76bc5cc482eb5a3": {
  19771. "model_name": "LayoutModel",
  19772. "model_module": "@jupyter-widgets/base",
  19773. "model_module_version": "1.0.0",
  19774. "state": {}
  19775. },
  19776. "976672dbeeb6435595925a3c7f0757ff": {
  19777. "model_name": "ButtonModel",
  19778. "model_module": "@jupyter-widgets/controls",
  19779. "model_module_version": "1.2.0",
  19780. "state": {
  19781. "description": "Add",
  19782. "layout": "IPY_MODEL_cb09b450818f4406b4e7e23e8c2df73e",
  19783. "style": "IPY_MODEL_45a3f2ccbb9b4976985d0a9abc2cf979"
  19784. }
  19785. },
  19786. "977302ae2eef4928937f5d2782abb057": {
  19787. "model_name": "LayoutModel",
  19788. "model_module": "@jupyter-widgets/base",
  19789. "model_module_version": "1.0.0",
  19790. "state": {}
  19791. },
  19792. "97750767354147b0aab1c709ad99d0f7": {
  19793. "model_name": "VBoxModel",
  19794. "model_module": "@jupyter-widgets/controls",
  19795. "model_module_version": "1.2.0",
  19796. "state": {
  19797. "_dom_classes": [
  19798. "widget-interact"
  19799. ],
  19800. "children": [
  19801. "IPY_MODEL_c959209b2ce2435bb88941f7f71db5af",
  19802. "IPY_MODEL_fbc82ce33c9e484cbf13a314c62c834f"
  19803. ],
  19804. "layout": "IPY_MODEL_da469e997d544585b21126406548c2ad"
  19805. }
  19806. },
  19807. "977fee37741b4a6b803d993f98986fed": {
  19808. "model_name": "ButtonModel",
  19809. "model_module": "@jupyter-widgets/controls",
  19810. "model_module_version": "1.2.0",
  19811. "state": {
  19812. "description": "Add",
  19813. "layout": "IPY_MODEL_6492c63f3a454ffdb99d65645348fa69",
  19814. "style": "IPY_MODEL_7ccb8dca47a24a9eadd223b0122e5afe"
  19815. }
  19816. },
  19817. "978d2b8f4b99446088ba34ef74b40cdc": {
  19818. "model_name": "VBoxModel",
  19819. "model_module": "@jupyter-widgets/controls",
  19820. "model_module_version": "1.2.0",
  19821. "state": {
  19822. "_dom_classes": [
  19823. "widget-interact"
  19824. ],
  19825. "children": [
  19826. "IPY_MODEL_91bcb333000c460784f0eb6626ddca1a",
  19827. "IPY_MODEL_7f452f9acccf49f781149faa01099fb7"
  19828. ],
  19829. "layout": "IPY_MODEL_6bb68afc756e46d1b7f9b2eb4c69c248"
  19830. }
  19831. },
  19832. "97a38e67e484416c8a2bb8f16e40e791": {
  19833. "model_name": "LayoutModel",
  19834. "model_module": "@jupyter-widgets/base",
  19835. "model_module_version": "1.0.0",
  19836. "state": {}
  19837. },
  19838. "97a3ff825ded40d999b9c5a4e5c5d044": {
  19839. "model_name": "ButtonStyleModel",
  19840. "model_module": "@jupyter-widgets/controls",
  19841. "model_module_version": "1.2.0",
  19842. "state": {}
  19843. },
  19844. "97c4da96a8ef40f5b05062e919417857": {
  19845. "model_name": "LayoutModel",
  19846. "model_module": "@jupyter-widgets/base",
  19847. "model_module_version": "1.0.0",
  19848. "state": {}
  19849. },
  19850. "97d8ca651c9b45c9ab5be459d1ce131a": {
  19851. "model_name": "HBoxModel",
  19852. "model_module": "@jupyter-widgets/controls",
  19853. "model_module_version": "1.2.0",
  19854. "state": {
  19855. "children": [
  19856. "IPY_MODEL_0cb2b2562760414ab03e5fcefa693c8b",
  19857. "IPY_MODEL_0edfbf51e7764ababeec6aebab35c805",
  19858. "IPY_MODEL_b09eab038d874d34b7fcdd75858cc2ad"
  19859. ],
  19860. "layout": "IPY_MODEL_0717a9e4c3da49adb5a41aacc510c144"
  19861. }
  19862. },
  19863. "97dc251c477e4f938bc495b18dddef82": {
  19864. "model_name": "LabelModel",
  19865. "model_module": "@jupyter-widgets/controls",
  19866. "model_module_version": "1.2.0",
  19867. "state": {
  19868. "layout": "IPY_MODEL_653e2bb53966436cb38935a7f933a74f",
  19869. "style": "IPY_MODEL_c598340cc8144f4cac19fd597f13d875",
  19870. "value": "*Optional Classifiers"
  19871. }
  19872. },
  19873. "97e408a1cdf84c94ba046cd778d3166a": {
  19874. "model_name": "LabelModel",
  19875. "model_module": "@jupyter-widgets/controls",
  19876. "model_module_version": "1.2.0",
  19877. "state": {
  19878. "layout": "IPY_MODEL_021871bdc3fb442bb612a3eceeae31ba",
  19879. "style": "IPY_MODEL_4dd6621f575e46349db7db73bfbb7340",
  19880. "value": "Development Status :: 4 - Beta"
  19881. }
  19882. },
  19883. "97e74f8d1a96457c8dc528734a434c49": {
  19884. "model_name": "VBoxModel",
  19885. "model_module": "@jupyter-widgets/controls",
  19886. "model_module_version": "1.2.0",
  19887. "state": {
  19888. "_dom_classes": [
  19889. "widget-interact"
  19890. ],
  19891. "children": [
  19892. "IPY_MODEL_4550b9a2a96e47ceb6253647702a8958",
  19893. "IPY_MODEL_5f05217cf9574e42a7b114de668dd09e"
  19894. ],
  19895. "layout": "IPY_MODEL_6bbf4e91db964b039751d251120377da"
  19896. }
  19897. },
  19898. "97ecb5b1217845d2a1fccec826f4b63e": {
  19899. "model_name": "ButtonModel",
  19900. "model_module": "@jupyter-widgets/controls",
  19901. "model_module_version": "1.2.0",
  19902. "state": {
  19903. "description": "Remove",
  19904. "layout": "IPY_MODEL_289270ef107e440b8f7b3b843e551e36",
  19905. "style": "IPY_MODEL_5dfb36acba5e4f78890a3d378cd764cc"
  19906. }
  19907. },
  19908. "98052c8711b64fcbb60f2e398f14daae": {
  19909. "model_name": "LayoutModel",
  19910. "model_module": "@jupyter-widgets/base",
  19911. "model_module_version": "1.0.0",
  19912. "state": {}
  19913. },
  19914. "980c28faf44c43c9b83bb3789804733f": {
  19915. "model_name": "LayoutModel",
  19916. "model_module": "@jupyter-widgets/base",
  19917. "model_module_version": "1.0.0",
  19918. "state": {}
  19919. },
  19920. "981331c0c7b74137b557c55ead6e43e1": {
  19921. "model_name": "HBoxModel",
  19922. "model_module": "@jupyter-widgets/controls",
  19923. "model_module_version": "1.2.0",
  19924. "state": {
  19925. "children": [
  19926. "IPY_MODEL_8e3c014e348148f2a86983d6c5ff72d3",
  19927. "IPY_MODEL_f1541d1be1ee47a5a414b4bd46538c0c",
  19928. "IPY_MODEL_1b662ecca17245ed8713f63806b6f773"
  19929. ],
  19930. "layout": "IPY_MODEL_dd783fbcae3945c1858b9e2cf19e9c58"
  19931. }
  19932. },
  19933. "9823de84b42b4fd580c837ee128bc3c9": {
  19934. "model_name": "LayoutModel",
  19935. "model_module": "@jupyter-widgets/base",
  19936. "model_module_version": "1.0.0",
  19937. "state": {}
  19938. },
  19939. "982739f29b1940d3aebee20879130b4f": {
  19940. "model_name": "ButtonStyleModel",
  19941. "model_module": "@jupyter-widgets/controls",
  19942. "model_module_version": "1.2.0",
  19943. "state": {}
  19944. },
  19945. "9830b04b021f4d9fb66cc48de7819ae4": {
  19946. "model_name": "LayoutModel",
  19947. "model_module": "@jupyter-widgets/base",
  19948. "model_module_version": "1.0.0",
  19949. "state": {}
  19950. },
  19951. "98567a2353fd487d8162dee45a90f107": {
  19952. "model_name": "LayoutModel",
  19953. "model_module": "@jupyter-widgets/base",
  19954. "model_module_version": "1.0.0",
  19955. "state": {}
  19956. },
  19957. "986184b4d5d047629e3cd53c7b7ed557": {
  19958. "model_name": "LabelModel",
  19959. "model_module": "@jupyter-widgets/controls",
  19960. "model_module_version": "1.2.0",
  19961. "state": {
  19962. "layout": "IPY_MODEL_bc09da6d78b448e4a9a0fbc0ab4a4e97",
  19963. "style": "IPY_MODEL_5fadf437f8564d059a456a646a67b03f",
  19964. "value": "*Optional Classifiers"
  19965. }
  19966. },
  19967. "986a218df0634867b212b44dd8132d7c": {
  19968. "model_name": "DropdownModel",
  19969. "model_module": "@jupyter-widgets/controls",
  19970. "model_module_version": "1.2.0",
  19971. "state": {
  19972. "_options_labels": [
  19973. "Development Status :: 4 - Beta",
  19974. "Development Status :: 5 - Production/Stable",
  19975. "Development Status :: 7 - Inactive",
  19976. "Development Status :: 3 - Alpha",
  19977. "Development Status :: 2 - Pre-Alpha",
  19978. "Development Status :: 6 - Mature",
  19979. "Development Status :: 1 - Planning"
  19980. ],
  19981. "description": "Classifier",
  19982. "index": 0,
  19983. "layout": "IPY_MODEL_836a1a57170a4bafbe6bc4ab21e0b3d0",
  19984. "style": "IPY_MODEL_76651103524047b2902cd0535c66f760"
  19985. }
  19986. },
  19987. "988f5267ab93404e8df8d029318bb98c": {
  19988. "model_name": "OutputModel",
  19989. "model_module": "@jupyter-widgets/output",
  19990. "model_module_version": "1.0.0",
  19991. "state": {
  19992. "layout": "IPY_MODEL_c299a9114acb41008d73bd5029013483"
  19993. }
  19994. },
  19995. "989ef8039444443d8c1c7a9033570a2b": {
  19996. "model_name": "SelectModel",
  19997. "model_module": "@jupyter-widgets/controls",
  19998. "model_module_version": "1.2.0",
  19999. "state": {
  20000. "description": "Classifiers",
  20001. "index": null,
  20002. "layout": "IPY_MODEL_3add10a2269348a8a334c8fa5cb2da2c",
  20003. "style": "IPY_MODEL_f8ed81f8d0744d45b5a5f93c9ee4ebce"
  20004. }
  20005. },
  20006. "98e93c7fd2674cbba18bf0c51f8b3b82": {
  20007. "model_name": "LayoutModel",
  20008. "model_module": "@jupyter-widgets/base",
  20009. "model_module_version": "1.0.0",
  20010. "state": {}
  20011. },
  20012. "98f6cbffb7db4d54ab3912dd1c8395f9": {
  20013. "model_name": "ButtonModel",
  20014. "model_module": "@jupyter-widgets/controls",
  20015. "model_module_version": "1.2.0",
  20016. "state": {
  20017. "description": "Remove",
  20018. "layout": "IPY_MODEL_ceaa5cac592248ac9d2258fc8362d52c",
  20019. "style": "IPY_MODEL_3d02dd4e23444975a5a9525a7b1e0aee"
  20020. }
  20021. },
  20022. "99078b0c59d44491aa1f68bbe1da4519": {
  20023. "model_name": "DescriptionStyleModel",
  20024. "model_module": "@jupyter-widgets/controls",
  20025. "model_module_version": "1.2.0",
  20026. "state": {
  20027. "description_width": ""
  20028. }
  20029. },
  20030. "9916a28a6d414e78bd89e00045adb1bf": {
  20031. "model_name": "DescriptionStyleModel",
  20032. "model_module": "@jupyter-widgets/controls",
  20033. "model_module_version": "1.2.0",
  20034. "state": {
  20035. "description_width": ""
  20036. }
  20037. },
  20038. "991ee697f2314d6b940257ec791586f7": {
  20039. "model_name": "LayoutModel",
  20040. "model_module": "@jupyter-widgets/base",
  20041. "model_module_version": "1.0.0",
  20042. "state": {}
  20043. },
  20044. "9933b1bd4d234a22900ffaf0a2cf3066": {
  20045. "model_name": "LabelModel",
  20046. "model_module": "@jupyter-widgets/controls",
  20047. "model_module_version": "1.2.0",
  20048. "state": {
  20049. "layout": "IPY_MODEL_0dc88d99b8c740c9bf3ce15e97083a20",
  20050. "style": "IPY_MODEL_451644820c7a4fc89fca315a7384ad01"
  20051. }
  20052. },
  20053. "99362b20e0684ce0853fc3e2dfb318c1": {
  20054. "model_name": "HBoxModel",
  20055. "model_module": "@jupyter-widgets/controls",
  20056. "model_module_version": "1.2.0",
  20057. "state": {
  20058. "children": [
  20059. "IPY_MODEL_92ec4a95c5d84432814bc3d7351783fe",
  20060. "IPY_MODEL_5b4b9a1d07194b17b80121784a405e9e"
  20061. ],
  20062. "layout": "IPY_MODEL_80a18e84727243478f61dcbb1356e875"
  20063. }
  20064. },
  20065. "993f379e0ec94933a10fbfb1b69d4e43": {
  20066. "model_name": "ButtonStyleModel",
  20067. "model_module": "@jupyter-widgets/controls",
  20068. "model_module_version": "1.2.0",
  20069. "state": {}
  20070. },
  20071. "994bfe9fbb9b4a7f8653e147755d2637": {
  20072. "model_name": "LayoutModel",
  20073. "model_module": "@jupyter-widgets/base",
  20074. "model_module_version": "1.0.0",
  20075. "state": {}
  20076. },
  20077. "995c3b93f2a6401797af340a505bccb5": {
  20078. "model_name": "LayoutModel",
  20079. "model_module": "@jupyter-widgets/base",
  20080. "model_module_version": "1.0.0",
  20081. "state": {}
  20082. },
  20083. "9967f441fc92411ebe449703754a49b1": {
  20084. "model_name": "LayoutModel",
  20085. "model_module": "@jupyter-widgets/base",
  20086. "model_module_version": "1.0.0",
  20087. "state": {}
  20088. },
  20089. "996d14db0c4742f4b2049cc16cc25e43": {
  20090. "model_name": "LabelModel",
  20091. "model_module": "@jupyter-widgets/controls",
  20092. "model_module_version": "1.2.0",
  20093. "state": {
  20094. "layout": "IPY_MODEL_7fcc0fc18dbf4f2288451fdc44839353",
  20095. "style": "IPY_MODEL_a2f84f6274d348e19e392cf051c16948",
  20096. "value": "*Optional Classifiers"
  20097. }
  20098. },
  20099. "997eb2f3d2534ae38df17002f14a11be": {
  20100. "model_name": "OutputModel",
  20101. "model_module": "@jupyter-widgets/output",
  20102. "model_module_version": "1.0.0",
  20103. "state": {
  20104. "layout": "IPY_MODEL_4c998004422b4a568e64b6f47371746c"
  20105. }
  20106. },
  20107. "9991b110d67c43ddb0df6848ffefbe2c": {
  20108. "model_name": "DescriptionStyleModel",
  20109. "model_module": "@jupyter-widgets/controls",
  20110. "model_module_version": "1.2.0",
  20111. "state": {
  20112. "description_width": ""
  20113. }
  20114. },
  20115. "99bbf5088c1b4864b252853397c3798d": {
  20116. "model_name": "OutputModel",
  20117. "model_module": "@jupyter-widgets/output",
  20118. "model_module_version": "1.0.0",
  20119. "state": {
  20120. "layout": "IPY_MODEL_95435108de3b4d899b20027133e2b98e",
  20121. "outputs": [
  20122. {
  20123. "data": {
  20124. "application/vnd.jupyter.widget-view+json": {
  20125. "model_id": "1d6e731751b748c8b38ccba721870cf7",
  20126. "version_major": 2,
  20127. "version_minor": 0
  20128. },
  20129. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  20130. },
  20131. "metadata": {},
  20132. "output_type": "display_data"
  20133. }
  20134. ]
  20135. }
  20136. },
  20137. "99da026c3b7c4e10be107893aa74a8d0": {
  20138. "model_name": "DescriptionStyleModel",
  20139. "model_module": "@jupyter-widgets/controls",
  20140. "model_module_version": "1.2.0",
  20141. "state": {
  20142. "description_width": ""
  20143. }
  20144. },
  20145. "99f54634d711487e908402325fd87474": {
  20146. "model_name": "DescriptionStyleModel",
  20147. "model_module": "@jupyter-widgets/controls",
  20148. "model_module_version": "1.2.0",
  20149. "state": {
  20150. "description_width": ""
  20151. }
  20152. },
  20153. "99f61710798e44768e2b69373b7b8346": {
  20154. "model_name": "LayoutModel",
  20155. "model_module": "@jupyter-widgets/base",
  20156. "model_module_version": "1.0.0",
  20157. "state": {}
  20158. },
  20159. "9a0295e34eef455787ddccd63410faf6": {
  20160. "model_name": "LayoutModel",
  20161. "model_module": "@jupyter-widgets/base",
  20162. "model_module_version": "1.0.0",
  20163. "state": {}
  20164. },
  20165. "9a0c8c087a624bcba4ec63460d678848": {
  20166. "model_name": "LayoutModel",
  20167. "model_module": "@jupyter-widgets/base",
  20168. "model_module_version": "1.0.0",
  20169. "state": {}
  20170. },
  20171. "9a0eb18a5bbb401fb716c7b5df167657": {
  20172. "model_name": "HBoxModel",
  20173. "model_module": "@jupyter-widgets/controls",
  20174. "model_module_version": "1.2.0",
  20175. "state": {
  20176. "children": [
  20177. "IPY_MODEL_07cb2384dace4f0e88cb9cfd7922ff68",
  20178. "IPY_MODEL_b43ce008e55b4f92bcc0a972c53ee386",
  20179. "IPY_MODEL_149a8b598e13444e90ff3d71d1a2e3ac"
  20180. ],
  20181. "layout": "IPY_MODEL_a613d130ef7244ac9e0e4c1c6d55439f"
  20182. }
  20183. },
  20184. "9a7c0dcf58154d87bda4f47ce2784a26": {
  20185. "model_name": "DescriptionStyleModel",
  20186. "model_module": "@jupyter-widgets/controls",
  20187. "model_module_version": "1.2.0",
  20188. "state": {
  20189. "description_width": ""
  20190. }
  20191. },
  20192. "9a7ea678a19e48658c880957a4612d6e": {
  20193. "model_name": "LayoutModel",
  20194. "model_module": "@jupyter-widgets/base",
  20195. "model_module_version": "1.0.0",
  20196. "state": {}
  20197. },
  20198. "9aaea5b36e17498591120ba28e62c8c0": {
  20199. "model_name": "LayoutModel",
  20200. "model_module": "@jupyter-widgets/base",
  20201. "model_module_version": "1.0.0",
  20202. "state": {}
  20203. },
  20204. "9ae7316c32b44684b6d871b5d424c9af": {
  20205. "model_name": "DescriptionStyleModel",
  20206. "model_module": "@jupyter-widgets/controls",
  20207. "model_module_version": "1.2.0",
  20208. "state": {
  20209. "description_width": ""
  20210. }
  20211. },
  20212. "9aed37a74b1b47e8aac47c3787ded402": {
  20213. "model_name": "ButtonModel",
  20214. "model_module": "@jupyter-widgets/controls",
  20215. "model_module_version": "1.2.0",
  20216. "state": {
  20217. "description": "Save",
  20218. "layout": "IPY_MODEL_ddd9c59bb61442b6944d44a0eda7174d",
  20219. "style": "IPY_MODEL_1d594de3cfee4fa88df82285b6a95f19"
  20220. }
  20221. },
  20222. "9aee5b1886be4839ae92318e80fa65f3": {
  20223. "model_name": "ButtonModel",
  20224. "model_module": "@jupyter-widgets/controls",
  20225. "model_module_version": "1.2.0",
  20226. "state": {
  20227. "description": "Remove",
  20228. "layout": "IPY_MODEL_ac4ccadf11ad4821a6e06bb409fd5ed7",
  20229. "style": "IPY_MODEL_4f1bc2e163d34975ae2885c806fe1440"
  20230. }
  20231. },
  20232. "9b0cf5c1e4c94dfe8e8cd0a5a4550ff2": {
  20233. "model_name": "VBoxModel",
  20234. "model_module": "@jupyter-widgets/controls",
  20235. "model_module_version": "1.2.0",
  20236. "state": {
  20237. "_dom_classes": [
  20238. "widget-interact"
  20239. ],
  20240. "children": [
  20241. "IPY_MODEL_4550b9a2a96e47ceb6253647702a8958",
  20242. "IPY_MODEL_45d07eabd5c84b56b8171c3eb4b7c801"
  20243. ],
  20244. "layout": "IPY_MODEL_0074352249374def8540213ad1b0a933"
  20245. }
  20246. },
  20247. "9b17a3bf0c1845ef86fbeee6e9b6ff1c": {
  20248. "model_name": "OutputModel",
  20249. "model_module": "@jupyter-widgets/output",
  20250. "model_module_version": "1.0.0",
  20251. "state": {
  20252. "layout": "IPY_MODEL_01b72cdd027d478c8f180756e37de767",
  20253. "outputs": [
  20254. {
  20255. "data": {
  20256. "application/vnd.jupyter.widget-view+json": {
  20257. "model_id": "8b59bf306abe483b8326bf1288ceaa9d",
  20258. "version_major": 2,
  20259. "version_minor": 0
  20260. },
  20261. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  20262. },
  20263. "metadata": {},
  20264. "output_type": "display_data"
  20265. }
  20266. ]
  20267. }
  20268. },
  20269. "9b2c4f4d5f9d47f3b0e5e05662601ce7": {
  20270. "model_name": "OutputModel",
  20271. "model_module": "@jupyter-widgets/output",
  20272. "model_module_version": "1.0.0",
  20273. "state": {
  20274. "layout": "IPY_MODEL_4228b10df3304956a7224a3fbf2902ce"
  20275. }
  20276. },
  20277. "9b49ecf08fd44bddb048462f0c285927": {
  20278. "model_name": "DescriptionStyleModel",
  20279. "model_module": "@jupyter-widgets/controls",
  20280. "model_module_version": "1.2.0",
  20281. "state": {
  20282. "description_width": ""
  20283. }
  20284. },
  20285. "9b5eb49826c345dda458de163e77a8bc": {
  20286. "model_name": "LayoutModel",
  20287. "model_module": "@jupyter-widgets/base",
  20288. "model_module_version": "1.0.0",
  20289. "state": {}
  20290. },
  20291. "9b8336501d824f0491c0fda651a056c3": {
  20292. "model_name": "ButtonStyleModel",
  20293. "model_module": "@jupyter-widgets/controls",
  20294. "model_module_version": "1.2.0",
  20295. "state": {}
  20296. },
  20297. "9bbcad51096f42e7ab49187c2f670ce8": {
  20298. "model_name": "OutputModel",
  20299. "model_module": "@jupyter-widgets/output",
  20300. "model_module_version": "1.0.0",
  20301. "state": {
  20302. "layout": "IPY_MODEL_0b83cc6243ea4d908bdde7b2cf429ab0"
  20303. }
  20304. },
  20305. "9bc22c6ed90a4b498c99f5c5bc271fe9": {
  20306. "model_name": "LayoutModel",
  20307. "model_module": "@jupyter-widgets/base",
  20308. "model_module_version": "1.0.0",
  20309. "state": {}
  20310. },
  20311. "9bfef5c0ed124aaa88e1255313942023": {
  20312. "model_name": "LayoutModel",
  20313. "model_module": "@jupyter-widgets/base",
  20314. "model_module_version": "1.0.0",
  20315. "state": {}
  20316. },
  20317. "9c061b4b352347f390a6699a04420823": {
  20318. "model_name": "LayoutModel",
  20319. "model_module": "@jupyter-widgets/base",
  20320. "model_module_version": "1.0.0",
  20321. "state": {}
  20322. },
  20323. "9c10a79969d34b9fb65e4d26dfbe64e3": {
  20324. "model_name": "VBoxModel",
  20325. "model_module": "@jupyter-widgets/controls",
  20326. "model_module_version": "1.2.0",
  20327. "state": {
  20328. "_dom_classes": [
  20329. "widget-interact"
  20330. ],
  20331. "children": [
  20332. "IPY_MODEL_221ef682a0fb4c1bae0ab517a354f2ed",
  20333. "IPY_MODEL_b6b4863bb7eb44e2ba096c0774b1701f"
  20334. ],
  20335. "layout": "IPY_MODEL_fcf1284179e54a3cb8a555e608d72087"
  20336. }
  20337. },
  20338. "9c38a6126373433cbd23af6b1758b22f": {
  20339. "model_name": "LayoutModel",
  20340. "model_module": "@jupyter-widgets/base",
  20341. "model_module_version": "1.0.0",
  20342. "state": {}
  20343. },
  20344. "9c3d6513efc846d7a1381bf82238e1fd": {
  20345. "model_name": "DropdownModel",
  20346. "model_module": "@jupyter-widgets/controls",
  20347. "model_module_version": "1.2.0",
  20348. "state": {
  20349. "_options_labels": [
  20350. "Operating System :: POSIX :: BSD :: OpenBSD",
  20351. "Operating System :: POSIX",
  20352. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  20353. "Operating System :: iOS",
  20354. "Operating System :: Other OS",
  20355. "Operating System :: Microsoft :: Windows :: Windows 8",
  20356. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  20357. "Operating System :: POSIX :: GNU Hurd",
  20358. "Operating System :: POSIX :: BSD :: FreeBSD",
  20359. "Operating System :: PDA Systems",
  20360. "Operating System :: POSIX :: AIX",
  20361. "Operating System :: Microsoft :: Windows :: Windows XP",
  20362. "Operating System :: POSIX :: BSD",
  20363. "Operating System :: Microsoft",
  20364. "Operating System :: Microsoft :: MS-DOS",
  20365. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  20366. "Operating System :: OS Independent",
  20367. "Operating System :: POSIX :: IRIX",
  20368. "Operating System :: POSIX :: SunOS/Solaris",
  20369. "Operating System :: Unix",
  20370. "Operating System :: POSIX :: BSD :: BSD/OS",
  20371. "Operating System :: MacOS",
  20372. "Operating System :: MacOS :: MacOS 9",
  20373. "Operating System :: Android",
  20374. "Operating System :: BeOS",
  20375. "Operating System :: POSIX :: BSD :: NetBSD",
  20376. "Operating System :: Microsoft :: Windows :: Windows 7",
  20377. "Operating System :: PalmOS",
  20378. "Operating System :: POSIX :: Other",
  20379. "Operating System :: Microsoft :: Windows :: Windows Vista",
  20380. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  20381. "Operating System :: POSIX :: SCO",
  20382. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  20383. "Operating System :: Microsoft :: Windows :: Windows 10",
  20384. "Operating System :: MacOS :: MacOS X",
  20385. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  20386. "Operating System :: POSIX :: Linux",
  20387. "Operating System :: Microsoft :: Windows",
  20388. "Operating System :: POSIX :: HP-UX",
  20389. "Operating System :: OS/2",
  20390. "Operating System :: Microsoft :: Windows :: Windows CE"
  20391. ],
  20392. "description": "Classifier",
  20393. "index": 0,
  20394. "layout": "IPY_MODEL_5735eeee30114ae3a7b523775a2b3f70",
  20395. "style": "IPY_MODEL_02a9e583f3204cde8e91655a51b60be7"
  20396. }
  20397. },
  20398. "9c6977dc35934b8ba688dd7da940b38d": {
  20399. "model_name": "LayoutModel",
  20400. "model_module": "@jupyter-widgets/base",
  20401. "model_module_version": "1.0.0",
  20402. "state": {}
  20403. },
  20404. "9c7783e1cf6c4a9ab435f66d255d0aa6": {
  20405. "model_name": "VBoxModel",
  20406. "model_module": "@jupyter-widgets/controls",
  20407. "model_module_version": "1.2.0",
  20408. "state": {
  20409. "_dom_classes": [
  20410. "widget-interact"
  20411. ],
  20412. "children": [
  20413. "IPY_MODEL_91bcb333000c460784f0eb6626ddca1a",
  20414. "IPY_MODEL_d1252a7e6df44e8da8b15cc58d26a8eb"
  20415. ],
  20416. "layout": "IPY_MODEL_9512efab4f7141e88852fa818c8da3b8"
  20417. }
  20418. },
  20419. "9c7d21a5524b40e2b7b1a0e266f7b62f": {
  20420. "model_name": "LayoutModel",
  20421. "model_module": "@jupyter-widgets/base",
  20422. "model_module_version": "1.0.0",
  20423. "state": {}
  20424. },
  20425. "9c86d2c16e654ab6b7b83bee5c4c7ae9": {
  20426. "model_name": "LayoutModel",
  20427. "model_module": "@jupyter-widgets/base",
  20428. "model_module_version": "1.0.0",
  20429. "state": {}
  20430. },
  20431. "9c8b077cfa69472ba868597ad6834d52": {
  20432. "model_name": "DescriptionStyleModel",
  20433. "model_module": "@jupyter-widgets/controls",
  20434. "model_module_version": "1.2.0",
  20435. "state": {
  20436. "description_width": ""
  20437. }
  20438. },
  20439. "9c8dbac2399c4246ad131e2109462cd5": {
  20440. "model_name": "LayoutModel",
  20441. "model_module": "@jupyter-widgets/base",
  20442. "model_module_version": "1.0.0",
  20443. "state": {}
  20444. },
  20445. "9c91e1ef01c740b485f9a973f0b8457b": {
  20446. "model_name": "ButtonStyleModel",
  20447. "model_module": "@jupyter-widgets/controls",
  20448. "model_module_version": "1.2.0",
  20449. "state": {}
  20450. },
  20451. "9c98adf87e7b4ee38a4b10f1e90ab95c": {
  20452. "model_name": "LayoutModel",
  20453. "model_module": "@jupyter-widgets/base",
  20454. "model_module_version": "1.0.0",
  20455. "state": {}
  20456. },
  20457. "9cad8bb32178451fa4d33a4442ddc344": {
  20458. "model_name": "LayoutModel",
  20459. "model_module": "@jupyter-widgets/base",
  20460. "model_module_version": "1.0.0",
  20461. "state": {}
  20462. },
  20463. "9cb62600dcc94d2eb4f0719810a3074a": {
  20464. "model_name": "LabelModel",
  20465. "model_module": "@jupyter-widgets/controls",
  20466. "model_module_version": "1.2.0",
  20467. "state": {
  20468. "layout": "IPY_MODEL_c21553eb2abe4a57b38547e685ef81e2",
  20469. "style": "IPY_MODEL_274e3a05055b4f36a519fb9bff3667a2",
  20470. "value": "Added!"
  20471. }
  20472. },
  20473. "9ceba5ea14e44b1088578b0d47dc521a": {
  20474. "model_name": "ButtonModel",
  20475. "model_module": "@jupyter-widgets/controls",
  20476. "model_module_version": "1.2.0",
  20477. "state": {
  20478. "description": "Remove",
  20479. "layout": "IPY_MODEL_32a8ed78e41c42ae9366486d6202b0ae",
  20480. "style": "IPY_MODEL_721a4556965342f2a730422c941d8911"
  20481. }
  20482. },
  20483. "9cefc12a41624b7bbd77140db3c2812b": {
  20484. "model_name": "DescriptionStyleModel",
  20485. "model_module": "@jupyter-widgets/controls",
  20486. "model_module_version": "1.2.0",
  20487. "state": {
  20488. "description_width": ""
  20489. }
  20490. },
  20491. "9cfd20a4ba8d4ca8ba199979b29ef166": {
  20492. "model_name": "SelectModel",
  20493. "model_module": "@jupyter-widgets/controls",
  20494. "model_module_version": "1.2.0",
  20495. "state": {
  20496. "description": "Classifiers",
  20497. "index": null,
  20498. "layout": "IPY_MODEL_81e9687a54c6444fb83022e75af4b1c5",
  20499. "style": "IPY_MODEL_4fdeb79febd741d0a769ef560d30b757"
  20500. }
  20501. },
  20502. "9d0c498648e44bebb82f3f2c7510a880": {
  20503. "model_name": "SelectModel",
  20504. "model_module": "@jupyter-widgets/controls",
  20505. "model_module_version": "1.2.0",
  20506. "state": {
  20507. "_options_labels": [
  20508. "selected_classifiers"
  20509. ],
  20510. "description": "Classifiers",
  20511. "index": 0,
  20512. "layout": "IPY_MODEL_b8e13c2aa1ce4d14b69a23656646c47b",
  20513. "style": "IPY_MODEL_3616c065e6064c28a5403584edc129b7"
  20514. }
  20515. },
  20516. "9d20aecf37834ad1926a6c88b22dcb3b": {
  20517. "model_name": "LayoutModel",
  20518. "model_module": "@jupyter-widgets/base",
  20519. "model_module_version": "1.0.0",
  20520. "state": {}
  20521. },
  20522. "9d53177184ba454597e4699435043274": {
  20523. "model_name": "DropdownModel",
  20524. "model_module": "@jupyter-widgets/controls",
  20525. "model_module_version": "1.2.0",
  20526. "state": {
  20527. "_options_labels": [
  20528. "Operating System :: Microsoft",
  20529. "Operating System :: Microsoft :: Windows",
  20530. "Operating System :: POSIX :: Linux",
  20531. "Operating System :: OS/2",
  20532. "Operating System :: POSIX :: IRIX",
  20533. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  20534. "Operating System :: POSIX :: SunOS/Solaris",
  20535. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  20536. "Operating System :: POSIX :: GNU Hurd",
  20537. "Operating System :: MacOS :: MacOS X",
  20538. "Operating System :: Unix",
  20539. "Operating System :: Microsoft :: Windows :: Windows 7",
  20540. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  20541. "Operating System :: Microsoft :: Windows :: Windows 10",
  20542. "Operating System :: POSIX :: Other",
  20543. "Operating System :: PDA Systems",
  20544. "Operating System :: POSIX :: HP-UX",
  20545. "Operating System :: Other OS",
  20546. "Operating System :: MacOS :: MacOS 9",
  20547. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  20548. "Operating System :: POSIX :: BSD :: BSD/OS",
  20549. "Operating System :: Microsoft :: Windows :: Windows 8",
  20550. "Operating System :: Android",
  20551. "Operating System :: Microsoft :: MS-DOS",
  20552. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  20553. "Operating System :: POSIX :: BSD",
  20554. "Operating System :: BeOS",
  20555. "Operating System :: OS Independent",
  20556. "Operating System :: Microsoft :: Windows :: Windows XP",
  20557. "Operating System :: POSIX :: SCO",
  20558. "Operating System :: Microsoft :: Windows :: Windows CE",
  20559. "Operating System :: iOS",
  20560. "Operating System :: PalmOS",
  20561. "Operating System :: POSIX :: BSD :: OpenBSD",
  20562. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  20563. "Operating System :: Microsoft :: Windows :: Windows Vista",
  20564. "Operating System :: POSIX :: BSD :: FreeBSD",
  20565. "Operating System :: POSIX :: BSD :: NetBSD",
  20566. "Operating System :: MacOS",
  20567. "Operating System :: POSIX :: AIX",
  20568. "Operating System :: POSIX"
  20569. ],
  20570. "description": "Classifier",
  20571. "index": 0,
  20572. "layout": "IPY_MODEL_6401de723c2548ed8e1a7db41a4ab7ab",
  20573. "style": "IPY_MODEL_b834113116764458b695989420026c2f"
  20574. }
  20575. },
  20576. "9d59d32455f548349214bcf0f22b0f8b": {
  20577. "model_name": "LayoutModel",
  20578. "model_module": "@jupyter-widgets/base",
  20579. "model_module_version": "1.0.0",
  20580. "state": {}
  20581. },
  20582. "9d5bd043b15d4c70ae28cef7c31752bf": {
  20583. "model_name": "DropdownModel",
  20584. "model_module": "@jupyter-widgets/controls",
  20585. "model_module_version": "1.2.0",
  20586. "state": {
  20587. "_options_labels": [
  20588. "Intended Audience :: Manufacturing",
  20589. "Intended Audience :: Information Technology",
  20590. "Intended Audience :: Religion",
  20591. "Intended Audience :: Legal Industry",
  20592. "Intended Audience :: Science/Research",
  20593. "Intended Audience :: Other Audience",
  20594. "Intended Audience :: Healthcare Industry",
  20595. "Intended Audience :: System Administrators",
  20596. "Intended Audience :: Telecommunications Industry",
  20597. "Intended Audience :: Developers",
  20598. "Intended Audience :: Customer Service",
  20599. "Intended Audience :: End Users/Desktop",
  20600. "Intended Audience :: Education",
  20601. "Intended Audience :: Financial and Insurance Industry"
  20602. ],
  20603. "description": "Classifier",
  20604. "index": 0,
  20605. "layout": "IPY_MODEL_181f5e5e9cb44fb48237f0f7e8b6d018",
  20606. "style": "IPY_MODEL_0a18d3421cbf47c5b84e126e7a7c1f30"
  20607. }
  20608. },
  20609. "9d5c70ca6e67491cb978a7ab5f5800d2": {
  20610. "model_name": "LayoutModel",
  20611. "model_module": "@jupyter-widgets/base",
  20612. "model_module_version": "1.0.0",
  20613. "state": {}
  20614. },
  20615. "9d617043f2634c1b87e242057e8932f4": {
  20616. "model_name": "LayoutModel",
  20617. "model_module": "@jupyter-widgets/base",
  20618. "model_module_version": "1.0.0",
  20619. "state": {}
  20620. },
  20621. "9d6740dc7c3f4fb59f8e0150ad4df72c": {
  20622. "model_name": "DescriptionStyleModel",
  20623. "model_module": "@jupyter-widgets/controls",
  20624. "model_module_version": "1.2.0",
  20625. "state": {
  20626. "description_width": ""
  20627. }
  20628. },
  20629. "9da76e9a17f94b9f984a97ff446d45c7": {
  20630. "model_name": "LayoutModel",
  20631. "model_module": "@jupyter-widgets/base",
  20632. "model_module_version": "1.0.0",
  20633. "state": {}
  20634. },
  20635. "9dab47d40f1d449781a016b6088d8de3": {
  20636. "model_name": "DescriptionStyleModel",
  20637. "model_module": "@jupyter-widgets/controls",
  20638. "model_module_version": "1.2.0",
  20639. "state": {
  20640. "description_width": ""
  20641. }
  20642. },
  20643. "9db4f00b9c00484a8120a9a611bba22a": {
  20644. "model_name": "ButtonModel",
  20645. "model_module": "@jupyter-widgets/controls",
  20646. "model_module_version": "1.2.0",
  20647. "state": {
  20648. "description": "Add",
  20649. "layout": "IPY_MODEL_55ba5bf7e9a0404786762b222b353204",
  20650. "style": "IPY_MODEL_0d3bccec613b4aa58427ba4c0a86e5cd"
  20651. }
  20652. },
  20653. "9dbd284364e645a09a5b4e359583ae38": {
  20654. "model_name": "LabelModel",
  20655. "model_module": "@jupyter-widgets/controls",
  20656. "model_module_version": "1.2.0",
  20657. "state": {
  20658. "layout": "IPY_MODEL_69d2f22bfa68424ea0baae3ee52a63ca",
  20659. "style": "IPY_MODEL_2a545dd1027140658ae61193da287664"
  20660. }
  20661. },
  20662. "9ddf9718f1014e758ae8afb1e3b8d237": {
  20663. "model_name": "HBoxModel",
  20664. "model_module": "@jupyter-widgets/controls",
  20665. "model_module_version": "1.2.0",
  20666. "state": {
  20667. "children": [
  20668. "IPY_MODEL_e4f9948467ae42a88edb41fe83ed09b4",
  20669. "IPY_MODEL_9ceba5ea14e44b1088578b0d47dc521a",
  20670. "IPY_MODEL_48d8306fd2bb4094af530161eab6f2ee"
  20671. ],
  20672. "layout": "IPY_MODEL_3004f2dd65604387b251e201564c41f3"
  20673. }
  20674. },
  20675. "9de7eab05f48465297a04fe73154c747": {
  20676. "model_name": "DescriptionStyleModel",
  20677. "model_module": "@jupyter-widgets/controls",
  20678. "model_module_version": "1.2.0",
  20679. "state": {
  20680. "description_width": ""
  20681. }
  20682. },
  20683. "9de90068d839439e9396bc036f3a45bf": {
  20684. "model_name": "LayoutModel",
  20685. "model_module": "@jupyter-widgets/base",
  20686. "model_module_version": "1.0.0",
  20687. "state": {}
  20688. },
  20689. "9e071edbd2e84e61aaaa0603857c9410": {
  20690. "model_name": "HBoxModel",
  20691. "model_module": "@jupyter-widgets/controls",
  20692. "model_module_version": "1.2.0",
  20693. "state": {
  20694. "children": [
  20695. "IPY_MODEL_682142e3a572425aa6439f986e062414",
  20696. "IPY_MODEL_c4d169a2dfe241c082122f4da12af15e"
  20697. ],
  20698. "layout": "IPY_MODEL_bb0f167393854f1e8863d5eea9cd5aef"
  20699. }
  20700. },
  20701. "9e2539e0ed874b878b15e2cf14090710": {
  20702. "model_name": "LayoutModel",
  20703. "model_module": "@jupyter-widgets/base",
  20704. "model_module_version": "1.0.0",
  20705. "state": {}
  20706. },
  20707. "9e28cafe263542b5abc81f21af0f2bce": {
  20708. "model_name": "ButtonStyleModel",
  20709. "model_module": "@jupyter-widgets/controls",
  20710. "model_module_version": "1.2.0",
  20711. "state": {}
  20712. },
  20713. "9e2d09cd80024ef890c3ec5ac44db48d": {
  20714. "model_name": "LayoutModel",
  20715. "model_module": "@jupyter-widgets/base",
  20716. "model_module_version": "1.0.0",
  20717. "state": {}
  20718. },
  20719. "9e4b205434ad4c4895d1e4fd550f0e4a": {
  20720. "model_name": "HBoxModel",
  20721. "model_module": "@jupyter-widgets/controls",
  20722. "model_module_version": "1.2.0",
  20723. "state": {
  20724. "children": [
  20725. "IPY_MODEL_8a9f361888024f4886eed2e7c3dc1b2c",
  20726. "IPY_MODEL_3299b49bf4f74ad1a112fc0406f8c6a3"
  20727. ],
  20728. "layout": "IPY_MODEL_5eb97032417d4cac92b52b0359a8b77b"
  20729. }
  20730. },
  20731. "9e63734d61224e5c91a7494b448ad5d3": {
  20732. "model_name": "DropdownModel",
  20733. "model_module": "@jupyter-widgets/controls",
  20734. "model_module_version": "1.2.0",
  20735. "state": {
  20736. "_options_labels": [
  20737. "Development Status",
  20738. "Environment",
  20739. "Framework",
  20740. "Intended Audience",
  20741. "License",
  20742. "Natural Language",
  20743. "Operating System",
  20744. "Programming Language",
  20745. "Topic"
  20746. ],
  20747. "description": "prefix",
  20748. "index": 5,
  20749. "layout": "IPY_MODEL_c85b1308358a49f2b94c5c741dbc41ce",
  20750. "style": "IPY_MODEL_1850282204f249e09f5fc5928c0f6910"
  20751. }
  20752. },
  20753. "9e76468bb82748a389ceda38d3e2f525": {
  20754. "model_name": "LayoutModel",
  20755. "model_module": "@jupyter-widgets/base",
  20756. "model_module_version": "1.0.0",
  20757. "state": {}
  20758. },
  20759. "9e7f166d5da14b809650115fefe131c3": {
  20760. "model_name": "LayoutModel",
  20761. "model_module": "@jupyter-widgets/base",
  20762. "model_module_version": "1.0.0",
  20763. "state": {}
  20764. },
  20765. "9e7f595c491d4e39a8d9735931361575": {
  20766. "model_name": "LayoutModel",
  20767. "model_module": "@jupyter-widgets/base",
  20768. "model_module_version": "1.0.0",
  20769. "state": {}
  20770. },
  20771. "9e9011f839f54250913b9c3b6245cce3": {
  20772. "model_name": "ButtonStyleModel",
  20773. "model_module": "@jupyter-widgets/controls",
  20774. "model_module_version": "1.2.0",
  20775. "state": {}
  20776. },
  20777. "9ea37b1822c24f0baf3c81ba247b35c2": {
  20778. "model_name": "ButtonStyleModel",
  20779. "model_module": "@jupyter-widgets/controls",
  20780. "model_module_version": "1.2.0",
  20781. "state": {}
  20782. },
  20783. "9eb5170670c74a50adf962e02263e38e": {
  20784. "model_name": "LabelModel",
  20785. "model_module": "@jupyter-widgets/controls",
  20786. "model_module_version": "1.2.0",
  20787. "state": {
  20788. "layout": "IPY_MODEL_09af17d8e5ea4b1289e4a9045a8a98f2",
  20789. "style": "IPY_MODEL_f44b31781fe84124880a0b02c61db476"
  20790. }
  20791. },
  20792. "9ebefe6b696f43d68082f694cc7caa65": {
  20793. "model_name": "LayoutModel",
  20794. "model_module": "@jupyter-widgets/base",
  20795. "model_module_version": "1.0.0",
  20796. "state": {}
  20797. },
  20798. "9eca647d6a714e31899bda3a524d24e1": {
  20799. "model_name": "LayoutModel",
  20800. "model_module": "@jupyter-widgets/base",
  20801. "model_module_version": "1.0.0",
  20802. "state": {}
  20803. },
  20804. "9f0f841cef8f46359dba42b5fab709e3": {
  20805. "model_name": "LayoutModel",
  20806. "model_module": "@jupyter-widgets/base",
  20807. "model_module_version": "1.0.0",
  20808. "state": {}
  20809. },
  20810. "9f75497e09f242b0a0a08c5f68a1b65f": {
  20811. "model_name": "ButtonStyleModel",
  20812. "model_module": "@jupyter-widgets/controls",
  20813. "model_module_version": "1.2.0",
  20814. "state": {}
  20815. },
  20816. "9f7a2e20509f40e39ee99f42aac89e34": {
  20817. "model_name": "ButtonStyleModel",
  20818. "model_module": "@jupyter-widgets/controls",
  20819. "model_module_version": "1.2.0",
  20820. "state": {}
  20821. },
  20822. "9f8384950d6d4844b9c62133db32ba83": {
  20823. "model_name": "OutputModel",
  20824. "model_module": "@jupyter-widgets/output",
  20825. "model_module_version": "1.0.0",
  20826. "state": {
  20827. "layout": "IPY_MODEL_570c2dd612ac44fa9e63c11f53a0d04a"
  20828. }
  20829. },
  20830. "9f90bffc2d284e8091ca320f07e03555": {
  20831. "model_name": "DescriptionStyleModel",
  20832. "model_module": "@jupyter-widgets/controls",
  20833. "model_module_version": "1.2.0",
  20834. "state": {
  20835. "description_width": ""
  20836. }
  20837. },
  20838. "9f915d1adfa94bb795edf1f0395483b8": {
  20839. "model_name": "LayoutModel",
  20840. "model_module": "@jupyter-widgets/base",
  20841. "model_module_version": "1.0.0",
  20842. "state": {}
  20843. },
  20844. "9facd951f90c4487884e9255026b8f12": {
  20845. "model_name": "DropdownModel",
  20846. "model_module": "@jupyter-widgets/controls",
  20847. "model_module_version": "1.2.0",
  20848. "state": {
  20849. "_options_labels": [
  20850. "Development Status :: 1 - Planning",
  20851. "Development Status :: 7 - Inactive",
  20852. "Development Status :: 3 - Alpha",
  20853. "Development Status :: 5 - Production/Stable",
  20854. "Development Status :: 2 - Pre-Alpha",
  20855. "Development Status :: 6 - Mature",
  20856. "Development Status :: 4 - Beta"
  20857. ],
  20858. "description": "Classifier",
  20859. "index": 0,
  20860. "layout": "IPY_MODEL_4a4e7f200792452ead25dac420f946c3",
  20861. "style": "IPY_MODEL_8220b35a75bb4fdea47453990d4146f5"
  20862. }
  20863. },
  20864. "9fb8b70885a749db8908c7e3d418ca35": {
  20865. "model_name": "VBoxModel",
  20866. "model_module": "@jupyter-widgets/controls",
  20867. "model_module_version": "1.2.0",
  20868. "state": {
  20869. "_dom_classes": [
  20870. "widget-interact"
  20871. ],
  20872. "children": [
  20873. "IPY_MODEL_8266b9bb51334dfb87fa236de9fcfc7a",
  20874. "IPY_MODEL_f92c2c1a477f43168fe3899916f6b5ef"
  20875. ],
  20876. "layout": "IPY_MODEL_e7acdf53eb1a4727b3542059ad5f13e1"
  20877. }
  20878. },
  20879. "9fbaad81835344b09c0321da89759be7": {
  20880. "model_name": "LayoutModel",
  20881. "model_module": "@jupyter-widgets/base",
  20882. "model_module_version": "1.0.0",
  20883. "state": {}
  20884. },
  20885. "9fbabe2dd0b944919baad021b58a2f03": {
  20886. "model_name": "OutputModel",
  20887. "model_module": "@jupyter-widgets/output",
  20888. "model_module_version": "1.0.0",
  20889. "state": {
  20890. "layout": "IPY_MODEL_e4f928b6753546f38d4195f8544a0f62"
  20891. }
  20892. },
  20893. "a013eddbd088459a9ad00fae7785ed03": {
  20894. "model_name": "HBoxModel",
  20895. "model_module": "@jupyter-widgets/controls",
  20896. "model_module_version": "1.2.0",
  20897. "state": {
  20898. "children": [
  20899. "IPY_MODEL_7945e584da0443e183e742b96c3b568e",
  20900. "IPY_MODEL_2c53c5f05dfc44c2b09c2de82f9ae29b"
  20901. ],
  20902. "layout": "IPY_MODEL_85d027c48e68416fba6fe817b07b9a20"
  20903. }
  20904. },
  20905. "a033cb93f61741cdac46810d1162f59c": {
  20906. "model_name": "LayoutModel",
  20907. "model_module": "@jupyter-widgets/base",
  20908. "model_module_version": "1.0.0",
  20909. "state": {}
  20910. },
  20911. "a0516f8709d345889c28fc11372e81d8": {
  20912. "model_name": "SelectModel",
  20913. "model_module": "@jupyter-widgets/controls",
  20914. "model_module_version": "1.2.0",
  20915. "state": {
  20916. "description": "Selected:",
  20917. "index": null,
  20918. "layout": "IPY_MODEL_f2512bcd07994ecb8698cb337c46d52d",
  20919. "style": "IPY_MODEL_d1bb0bb6ff34491f87b84392fb55b1cf"
  20920. }
  20921. },
  20922. "a070f451339141968a78bbeca4768988": {
  20923. "model_name": "LayoutModel",
  20924. "model_module": "@jupyter-widgets/base",
  20925. "model_module_version": "1.0.0",
  20926. "state": {}
  20927. },
  20928. "a0a2d892f3e1427499f226cb0efcd583": {
  20929. "model_name": "DropdownModel",
  20930. "model_module": "@jupyter-widgets/controls",
  20931. "model_module_version": "1.2.0",
  20932. "state": {
  20933. "_options_labels": [
  20934. "Development Status",
  20935. "Environment",
  20936. "Framework",
  20937. "Intended Audience",
  20938. "License",
  20939. "Natural Language",
  20940. "Operating System",
  20941. "Programming Language",
  20942. "Topic"
  20943. ],
  20944. "description": "prefix",
  20945. "index": 0,
  20946. "layout": "IPY_MODEL_259c811a9d764d1d82c0ae5409d390b2",
  20947. "style": "IPY_MODEL_77cfc6cea24f47f69e3dd423cf9a879f"
  20948. }
  20949. },
  20950. "a0bb6f0715de43258b3873e9d1951ec2": {
  20951. "model_name": "SelectModel",
  20952. "model_module": "@jupyter-widgets/controls",
  20953. "model_module_version": "1.2.0",
  20954. "state": {
  20955. "description": "Selected:",
  20956. "index": null,
  20957. "layout": "IPY_MODEL_7e98686bd5b242d597a084cf15118bd7",
  20958. "style": "IPY_MODEL_a22ee1fd90e34fa6b80eeedd62e21242"
  20959. }
  20960. },
  20961. "a0d61838a94b4142933d2bfb52eb0215": {
  20962. "model_name": "LayoutModel",
  20963. "model_module": "@jupyter-widgets/base",
  20964. "model_module_version": "1.0.0",
  20965. "state": {}
  20966. },
  20967. "a0e05b106c97456195c4f99271087985": {
  20968. "model_name": "HBoxModel",
  20969. "model_module": "@jupyter-widgets/controls",
  20970. "model_module_version": "1.2.0",
  20971. "state": {
  20972. "children": [
  20973. "IPY_MODEL_ca47a14ae8454e2383a1586a1cb3092c",
  20974. "IPY_MODEL_2324730dbe864e9c93c44fc1efd05be3"
  20975. ],
  20976. "layout": "IPY_MODEL_aab2272466c24918971a8925bcafdc76"
  20977. }
  20978. },
  20979. "a0e5dfc3ed0d41c4908219561c45eb8c": {
  20980. "model_name": "DropdownModel",
  20981. "model_module": "@jupyter-widgets/controls",
  20982. "model_module_version": "1.2.0",
  20983. "state": {
  20984. "_options_labels": [
  20985. "Development Status",
  20986. "Environment",
  20987. "Framework",
  20988. "Intended Audience",
  20989. "License",
  20990. "Natural Language",
  20991. "Operating System",
  20992. "Programming Language",
  20993. "Topic"
  20994. ],
  20995. "description": "prefix",
  20996. "index": 0,
  20997. "layout": "IPY_MODEL_76e0e912dbe447008d36ba1cd462b1ec",
  20998. "style": "IPY_MODEL_2ed8559e26b94993a2428f2ad0c5d9c4"
  20999. }
  21000. },
  21001. "a10346b07f784f79bae37b399b5c5035": {
  21002. "model_name": "LayoutModel",
  21003. "model_module": "@jupyter-widgets/base",
  21004. "model_module_version": "1.0.0",
  21005. "state": {}
  21006. },
  21007. "a11b306ef8dd49019ae5a4c303d7c8f0": {
  21008. "model_name": "DescriptionStyleModel",
  21009. "model_module": "@jupyter-widgets/controls",
  21010. "model_module_version": "1.2.0",
  21011. "state": {
  21012. "description_width": ""
  21013. }
  21014. },
  21015. "a12b8b941ae24c4fb1c3ed9cd5f5eee3": {
  21016. "model_name": "LabelModel",
  21017. "model_module": "@jupyter-widgets/controls",
  21018. "model_module_version": "1.2.0",
  21019. "state": {
  21020. "layout": "IPY_MODEL_d1de6787c3ba4bfaacefd72d40f07ac7",
  21021. "style": "IPY_MODEL_a4988b8ca9974d2eaf2e95ecf00255d1",
  21022. "value": "Chosen Classifiers"
  21023. }
  21024. },
  21025. "a13627aee64642d88450500d6f20c551": {
  21026. "model_name": "OutputModel",
  21027. "model_module": "@jupyter-widgets/output",
  21028. "model_module_version": "1.0.0",
  21029. "state": {
  21030. "layout": "IPY_MODEL_0a7f6741ee964c538f114ac2f5124b5e",
  21031. "outputs": [
  21032. {
  21033. "data": {
  21034. "application/vnd.jupyter.widget-view+json": {
  21035. "model_id": "3209cb5424cc479ca1a5f1c572eb7487",
  21036. "version_major": 2,
  21037. "version_minor": 0
  21038. },
  21039. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  21040. },
  21041. "metadata": {},
  21042. "output_type": "display_data"
  21043. }
  21044. ]
  21045. }
  21046. },
  21047. "a13b4cb3441648a089930421ac9a6d62": {
  21048. "model_name": "LayoutModel",
  21049. "model_module": "@jupyter-widgets/base",
  21050. "model_module_version": "1.0.0",
  21051. "state": {}
  21052. },
  21053. "a168851053b24c888b8274e5b3fbc5fe": {
  21054. "model_name": "SelectModel",
  21055. "model_module": "@jupyter-widgets/controls",
  21056. "model_module_version": "1.2.0",
  21057. "state": {
  21058. "_options_labels": [
  21059. "s",
  21060. "e",
  21061. "l",
  21062. "e",
  21063. "c",
  21064. "t",
  21065. "e",
  21066. "d",
  21067. "_",
  21068. "c",
  21069. "l",
  21070. "a",
  21071. "s",
  21072. "s",
  21073. "i",
  21074. "f",
  21075. "i",
  21076. "e",
  21077. "r",
  21078. "s"
  21079. ],
  21080. "description": "Classifiers",
  21081. "index": 0,
  21082. "layout": "IPY_MODEL_10bd2c8a14bc41cdb3dedd6f3dfdb889",
  21083. "style": "IPY_MODEL_59c992ac47db46afad4385979a3000e7"
  21084. }
  21085. },
  21086. "a1937453834b48d68321db35de3428e7": {
  21087. "model_name": "HBoxModel",
  21088. "model_module": "@jupyter-widgets/controls",
  21089. "model_module_version": "1.2.0",
  21090. "state": {
  21091. "children": [
  21092. "IPY_MODEL_45ab051996c04432835484cb9144bf97",
  21093. "IPY_MODEL_067fa7962448413d8869409f82f6da84"
  21094. ],
  21095. "layout": "IPY_MODEL_35b0fed859314c07b77e4f8024b53c1d"
  21096. }
  21097. },
  21098. "a19e7e9f524e47aba715ef24ad38e62b": {
  21099. "model_name": "LabelModel",
  21100. "model_module": "@jupyter-widgets/controls",
  21101. "model_module_version": "1.2.0",
  21102. "state": {
  21103. "layout": "IPY_MODEL_f21008a9182043a18f93e56f947d26fb",
  21104. "style": "IPY_MODEL_05c4ee7a6d7641ecaeef331698bd6755",
  21105. "value": "*Optional Classifiers"
  21106. }
  21107. },
  21108. "a1a887ce35494f9a80606c95c71ff1cb": {
  21109. "model_name": "LayoutModel",
  21110. "model_module": "@jupyter-widgets/base",
  21111. "model_module_version": "1.0.0",
  21112. "state": {}
  21113. },
  21114. "a1af1cd2184a4dc48790c31340d8e5d3": {
  21115. "model_name": "DescriptionStyleModel",
  21116. "model_module": "@jupyter-widgets/controls",
  21117. "model_module_version": "1.2.0",
  21118. "state": {
  21119. "description_width": ""
  21120. }
  21121. },
  21122. "a1e1b707e4a44fbbb680e4fd3b1193cd": {
  21123. "model_name": "LayoutModel",
  21124. "model_module": "@jupyter-widgets/base",
  21125. "model_module_version": "1.0.0",
  21126. "state": {}
  21127. },
  21128. "a1ea42e6909147448a2110641f3d9a96": {
  21129. "model_name": "DescriptionStyleModel",
  21130. "model_module": "@jupyter-widgets/controls",
  21131. "model_module_version": "1.2.0",
  21132. "state": {
  21133. "description_width": ""
  21134. }
  21135. },
  21136. "a1f4fba37de1419b87ca7f168d1010f1": {
  21137. "model_name": "LayoutModel",
  21138. "model_module": "@jupyter-widgets/base",
  21139. "model_module_version": "1.0.0",
  21140. "state": {}
  21141. },
  21142. "a201b6c9ecc041dc836a9d6e32481667": {
  21143. "model_name": "LayoutModel",
  21144. "model_module": "@jupyter-widgets/base",
  21145. "model_module_version": "1.0.0",
  21146. "state": {}
  21147. },
  21148. "a21242d241694b7a8521263e7c344898": {
  21149. "model_name": "LayoutModel",
  21150. "model_module": "@jupyter-widgets/base",
  21151. "model_module_version": "1.0.0",
  21152. "state": {}
  21153. },
  21154. "a22ee1fd90e34fa6b80eeedd62e21242": {
  21155. "model_name": "DescriptionStyleModel",
  21156. "model_module": "@jupyter-widgets/controls",
  21157. "model_module_version": "1.2.0",
  21158. "state": {
  21159. "description_width": ""
  21160. }
  21161. },
  21162. "a2630122eb1243f281ea38375a0b88a4": {
  21163. "model_name": "LayoutModel",
  21164. "model_module": "@jupyter-widgets/base",
  21165. "model_module_version": "1.0.0",
  21166. "state": {}
  21167. },
  21168. "a28dbd2011b34e2ba554cc5a64661f31": {
  21169. "model_name": "LabelModel",
  21170. "model_module": "@jupyter-widgets/controls",
  21171. "model_module_version": "1.2.0",
  21172. "state": {
  21173. "layout": "IPY_MODEL_e37348246cd74bd6a1234694c9440254",
  21174. "style": "IPY_MODEL_efa4f206fcf543e5a112d2e29424deb8",
  21175. "value": "Chosen Classifiers"
  21176. }
  21177. },
  21178. "a2c18751e1b048e68f507dc96751fb1c": {
  21179. "model_name": "LayoutModel",
  21180. "model_module": "@jupyter-widgets/base",
  21181. "model_module_version": "1.0.0",
  21182. "state": {}
  21183. },
  21184. "a2c46a3019a94d0fb03568fdb2fad1bf": {
  21185. "model_name": "LayoutModel",
  21186. "model_module": "@jupyter-widgets/base",
  21187. "model_module_version": "1.0.0",
  21188. "state": {}
  21189. },
  21190. "a2c5147896cd4748b0ccf53bee5afe03": {
  21191. "model_name": "DescriptionStyleModel",
  21192. "model_module": "@jupyter-widgets/controls",
  21193. "model_module_version": "1.2.0",
  21194. "state": {
  21195. "description_width": ""
  21196. }
  21197. },
  21198. "a2d3f945f34c460ba0070e8b7533ef3a": {
  21199. "model_name": "HBoxModel",
  21200. "model_module": "@jupyter-widgets/controls",
  21201. "model_module_version": "1.2.0",
  21202. "state": {
  21203. "children": [
  21204. "IPY_MODEL_cc5981ab75a6481ab74943e1929d186f",
  21205. "IPY_MODEL_f1e52546d97343f1aa10e9db3e84b570"
  21206. ],
  21207. "layout": "IPY_MODEL_ea741d8566044c748b6e2b400d271bcd"
  21208. }
  21209. },
  21210. "a2e146cfec974a119a56205020bc89e2": {
  21211. "model_name": "LayoutModel",
  21212. "model_module": "@jupyter-widgets/base",
  21213. "model_module_version": "1.0.0",
  21214. "state": {}
  21215. },
  21216. "a2f84f6274d348e19e392cf051c16948": {
  21217. "model_name": "DescriptionStyleModel",
  21218. "model_module": "@jupyter-widgets/controls",
  21219. "model_module_version": "1.2.0",
  21220. "state": {
  21221. "description_width": ""
  21222. }
  21223. },
  21224. "a2fc3a3a274443ac8a9bebb2b5bbb028": {
  21225. "model_name": "ButtonModel",
  21226. "model_module": "@jupyter-widgets/controls",
  21227. "model_module_version": "1.2.0",
  21228. "state": {
  21229. "description": "Save",
  21230. "layout": "IPY_MODEL_747703b352b24f4595d2fe378588d7fa",
  21231. "style": "IPY_MODEL_63684e2cb01044daa3d5f96e483b70ae"
  21232. }
  21233. },
  21234. "a338f5d634194cb9851eb430aa2064e5": {
  21235. "model_name": "ButtonStyleModel",
  21236. "model_module": "@jupyter-widgets/controls",
  21237. "model_module_version": "1.2.0",
  21238. "state": {}
  21239. },
  21240. "a33b91de08f44f78a14626f6f9d17fc4": {
  21241. "model_name": "LayoutModel",
  21242. "model_module": "@jupyter-widgets/base",
  21243. "model_module_version": "1.0.0",
  21244. "state": {}
  21245. },
  21246. "a34d0e3ea2b14d3bb3cca21496cab724": {
  21247. "model_name": "LayoutModel",
  21248. "model_module": "@jupyter-widgets/base",
  21249. "model_module_version": "1.0.0",
  21250. "state": {}
  21251. },
  21252. "a354aa4b3da7414796ad169c3b7efd9c": {
  21253. "model_name": "LayoutModel",
  21254. "model_module": "@jupyter-widgets/base",
  21255. "model_module_version": "1.0.0",
  21256. "state": {}
  21257. },
  21258. "a36afc7959b54bc8897adf809deafb61": {
  21259. "model_name": "ButtonModel",
  21260. "model_module": "@jupyter-widgets/controls",
  21261. "model_module_version": "1.2.0",
  21262. "state": {
  21263. "description": "Remove",
  21264. "layout": "IPY_MODEL_df434ece3cd54a0ca64ad917ec2d6903",
  21265. "style": "IPY_MODEL_d548eceb6c714720b832e9739f419fc9"
  21266. }
  21267. },
  21268. "a38366afe69147e8b74b6037972a405b": {
  21269. "model_name": "LayoutModel",
  21270. "model_module": "@jupyter-widgets/base",
  21271. "model_module_version": "1.0.0",
  21272. "state": {}
  21273. },
  21274. "a3d57e794ee9448aab7daaa32c21ef77": {
  21275. "model_name": "DropdownModel",
  21276. "model_module": "@jupyter-widgets/controls",
  21277. "model_module_version": "1.2.0",
  21278. "state": {
  21279. "_options_labels": [
  21280. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  21281. "Operating System :: POSIX :: HP-UX",
  21282. "Operating System :: POSIX :: AIX",
  21283. "Operating System :: OS Independent",
  21284. "Operating System :: Microsoft :: Windows :: Windows XP",
  21285. "Operating System :: POSIX :: SunOS/Solaris",
  21286. "Operating System :: Microsoft :: Windows :: Windows Vista",
  21287. "Operating System :: Microsoft :: Windows :: Windows CE",
  21288. "Operating System :: MacOS :: MacOS 9",
  21289. "Operating System :: POSIX :: GNU Hurd",
  21290. "Operating System :: iOS",
  21291. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  21292. "Operating System :: OS/2",
  21293. "Operating System :: POSIX :: BSD :: BSD/OS",
  21294. "Operating System :: Microsoft :: Windows :: Windows 10",
  21295. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  21296. "Operating System :: PalmOS",
  21297. "Operating System :: Other OS",
  21298. "Operating System :: POSIX :: BSD :: FreeBSD",
  21299. "Operating System :: POSIX :: BSD :: OpenBSD",
  21300. "Operating System :: POSIX",
  21301. "Operating System :: POSIX :: IRIX",
  21302. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  21303. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  21304. "Operating System :: MacOS :: MacOS X",
  21305. "Operating System :: POSIX :: Other",
  21306. "Operating System :: Microsoft :: Windows",
  21307. "Operating System :: POSIX :: Linux",
  21308. "Operating System :: MacOS",
  21309. "Operating System :: Microsoft :: Windows :: Windows 7",
  21310. "Operating System :: POSIX :: SCO",
  21311. "Operating System :: BeOS",
  21312. "Operating System :: Android",
  21313. "Operating System :: Microsoft :: MS-DOS",
  21314. "Operating System :: Unix",
  21315. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  21316. "Operating System :: POSIX :: BSD",
  21317. "Operating System :: POSIX :: BSD :: NetBSD",
  21318. "Operating System :: PDA Systems",
  21319. "Operating System :: Microsoft",
  21320. "Operating System :: Microsoft :: Windows :: Windows 8"
  21321. ],
  21322. "description": "Classifier",
  21323. "index": 0,
  21324. "layout": "IPY_MODEL_28b0dd3c764e4ed2a498aff13385385a",
  21325. "style": "IPY_MODEL_f28c810360b94f28a9ef54ae7ca16f38"
  21326. }
  21327. },
  21328. "a3eff464ddcd4aad9453dda859e14fb1": {
  21329. "model_name": "LayoutModel",
  21330. "model_module": "@jupyter-widgets/base",
  21331. "model_module_version": "1.0.0",
  21332. "state": {}
  21333. },
  21334. "a4025a3dee174295b65c52a1efbb2740": {
  21335. "model_name": "DescriptionStyleModel",
  21336. "model_module": "@jupyter-widgets/controls",
  21337. "model_module_version": "1.2.0",
  21338. "state": {
  21339. "description_width": ""
  21340. }
  21341. },
  21342. "a403cc925670408186df600aa0506558": {
  21343. "model_name": "DropdownModel",
  21344. "model_module": "@jupyter-widgets/controls",
  21345. "model_module_version": "1.2.0",
  21346. "state": {
  21347. "description": "Classifier",
  21348. "index": null,
  21349. "layout": "IPY_MODEL_f46d15b8de89437cb473614a3503777f",
  21350. "style": "IPY_MODEL_0a4509fec6e6441ab1f4b60487ab8d26"
  21351. }
  21352. },
  21353. "a41865c647234b94a8875ea649daa93c": {
  21354. "model_name": "HBoxModel",
  21355. "model_module": "@jupyter-widgets/controls",
  21356. "model_module_version": "1.2.0",
  21357. "state": {
  21358. "children": [
  21359. "IPY_MODEL_715c1c6647924a56b867131b58048710",
  21360. "IPY_MODEL_3740dac62f384024a77cc0802dde74e6"
  21361. ],
  21362. "layout": "IPY_MODEL_4f0e8914efc64521b90f82023942c85c"
  21363. }
  21364. },
  21365. "a41ce6452f08435da671537c24da590c": {
  21366. "model_name": "OutputModel",
  21367. "model_module": "@jupyter-widgets/output",
  21368. "model_module_version": "1.0.0",
  21369. "state": {
  21370. "layout": "IPY_MODEL_a1a887ce35494f9a80606c95c71ff1cb",
  21371. "outputs": [
  21372. {
  21373. "data": {
  21374. "application/vnd.jupyter.widget-view+json": {
  21375. "model_id": "bdcef8b79fe44cdc88b65185a8ac0b6c",
  21376. "version_major": 2,
  21377. "version_minor": 0
  21378. },
  21379. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: Microsoft :: Windows', …"
  21380. },
  21381. "metadata": {},
  21382. "output_type": "display_data"
  21383. }
  21384. ]
  21385. }
  21386. },
  21387. "a427b6a55e4a46b8ae4577c64af962af": {
  21388. "model_name": "DescriptionStyleModel",
  21389. "model_module": "@jupyter-widgets/controls",
  21390. "model_module_version": "1.2.0",
  21391. "state": {
  21392. "description_width": ""
  21393. }
  21394. },
  21395. "a449b873d8e34def8d3cf75a5d641c8f": {
  21396. "model_name": "LayoutModel",
  21397. "model_module": "@jupyter-widgets/base",
  21398. "model_module_version": "1.0.0",
  21399. "state": {}
  21400. },
  21401. "a484a71f3dc4426e98398130bc7b4d04": {
  21402. "model_name": "DescriptionStyleModel",
  21403. "model_module": "@jupyter-widgets/controls",
  21404. "model_module_version": "1.2.0",
  21405. "state": {
  21406. "description_width": ""
  21407. }
  21408. },
  21409. "a4988b8ca9974d2eaf2e95ecf00255d1": {
  21410. "model_name": "DescriptionStyleModel",
  21411. "model_module": "@jupyter-widgets/controls",
  21412. "model_module_version": "1.2.0",
  21413. "state": {
  21414. "description_width": ""
  21415. }
  21416. },
  21417. "a49c45d237904a7b95d917290a1ba43c": {
  21418. "model_name": "DescriptionStyleModel",
  21419. "model_module": "@jupyter-widgets/controls",
  21420. "model_module_version": "1.2.0",
  21421. "state": {
  21422. "description_width": ""
  21423. }
  21424. },
  21425. "a4cd047b577845aabbe3407eb680e111": {
  21426. "model_name": "LayoutModel",
  21427. "model_module": "@jupyter-widgets/base",
  21428. "model_module_version": "1.0.0",
  21429. "state": {}
  21430. },
  21431. "a4d0160be2f4474693b44aa1fc5bbe6d": {
  21432. "model_name": "DescriptionStyleModel",
  21433. "model_module": "@jupyter-widgets/controls",
  21434. "model_module_version": "1.2.0",
  21435. "state": {
  21436. "description_width": ""
  21437. }
  21438. },
  21439. "a4d0f502b1d4448ca081afb0728ac5b5": {
  21440. "model_name": "LayoutModel",
  21441. "model_module": "@jupyter-widgets/base",
  21442. "model_module_version": "1.0.0",
  21443. "state": {}
  21444. },
  21445. "a4e2f5c43aa443d78d1a8ac5fe5d9b91": {
  21446. "model_name": "ButtonStyleModel",
  21447. "model_module": "@jupyter-widgets/controls",
  21448. "model_module_version": "1.2.0",
  21449. "state": {}
  21450. },
  21451. "a4e8612de870450aab2497ed4c39a09b": {
  21452. "model_name": "LayoutModel",
  21453. "model_module": "@jupyter-widgets/base",
  21454. "model_module_version": "1.0.0",
  21455. "state": {}
  21456. },
  21457. "a4fad6dce37b4b229885056ec5ff7366": {
  21458. "model_name": "LayoutModel",
  21459. "model_module": "@jupyter-widgets/base",
  21460. "model_module_version": "1.0.0",
  21461. "state": {}
  21462. },
  21463. "a50ab0a1b7704922ab5dc83125b7fcd7": {
  21464. "model_name": "ButtonStyleModel",
  21465. "model_module": "@jupyter-widgets/controls",
  21466. "model_module_version": "1.2.0",
  21467. "state": {}
  21468. },
  21469. "a51cc4e3b9f142e6a82279e68d4a05f0": {
  21470. "model_name": "DescriptionStyleModel",
  21471. "model_module": "@jupyter-widgets/controls",
  21472. "model_module_version": "1.2.0",
  21473. "state": {
  21474. "description_width": ""
  21475. }
  21476. },
  21477. "a526b1ba1ede4ef69758339468243fe9": {
  21478. "model_name": "LayoutModel",
  21479. "model_module": "@jupyter-widgets/base",
  21480. "model_module_version": "1.0.0",
  21481. "state": {}
  21482. },
  21483. "a53b2ce3eea9444e9ac06c56feadf1ba": {
  21484. "model_name": "VBoxModel",
  21485. "model_module": "@jupyter-widgets/controls",
  21486. "model_module_version": "1.2.0",
  21487. "state": {
  21488. "_dom_classes": [
  21489. "widget-interact"
  21490. ],
  21491. "children": [
  21492. "IPY_MODEL_221ef682a0fb4c1bae0ab517a354f2ed",
  21493. "IPY_MODEL_8e539164b505481caef95e4a75b43c23"
  21494. ],
  21495. "layout": "IPY_MODEL_f0f351155d5d41eda2ca9b000ea9e89d"
  21496. }
  21497. },
  21498. "a54ebda2fc0141a3aa61f8b1a3e85794": {
  21499. "model_name": "LabelModel",
  21500. "model_module": "@jupyter-widgets/controls",
  21501. "model_module_version": "1.2.0",
  21502. "state": {
  21503. "layout": "IPY_MODEL_07c544351902469fb6eb844bab1fd5eb",
  21504. "style": "IPY_MODEL_bb2cfef9d17c481bad7c71b10b302241",
  21505. "value": "*Optional Classifiers"
  21506. }
  21507. },
  21508. "a55089d358394214aefd57c80ff0b99d": {
  21509. "model_name": "DescriptionStyleModel",
  21510. "model_module": "@jupyter-widgets/controls",
  21511. "model_module_version": "1.2.0",
  21512. "state": {
  21513. "description_width": ""
  21514. }
  21515. },
  21516. "a5868a42503a4424a657671afc5285c0": {
  21517. "model_name": "DescriptionStyleModel",
  21518. "model_module": "@jupyter-widgets/controls",
  21519. "model_module_version": "1.2.0",
  21520. "state": {
  21521. "description_width": ""
  21522. }
  21523. },
  21524. "a5a79229985d46e48e25abb00feb71f5": {
  21525. "model_name": "LayoutModel",
  21526. "model_module": "@jupyter-widgets/base",
  21527. "model_module_version": "1.0.0",
  21528. "state": {}
  21529. },
  21530. "a5abcedbff1b42418b24d1760d4ec722": {
  21531. "model_name": "LayoutModel",
  21532. "model_module": "@jupyter-widgets/base",
  21533. "model_module_version": "1.0.0",
  21534. "state": {}
  21535. },
  21536. "a5cf5c13933b410a9241b767048efcb3": {
  21537. "model_name": "VBoxModel",
  21538. "model_module": "@jupyter-widgets/controls",
  21539. "model_module_version": "1.2.0",
  21540. "state": {
  21541. "_dom_classes": [
  21542. "widget-interact"
  21543. ],
  21544. "children": [
  21545. "IPY_MODEL_91bcb333000c460784f0eb6626ddca1a",
  21546. "IPY_MODEL_37a8787ab62d47b2a2856d9b9297b6f3"
  21547. ],
  21548. "layout": "IPY_MODEL_ff98a4fe340b40d082a31707f549683f"
  21549. }
  21550. },
  21551. "a5e76c20f8714c64a37509beee6a05af": {
  21552. "model_name": "OutputModel",
  21553. "model_module": "@jupyter-widgets/output",
  21554. "model_module_version": "1.0.0",
  21555. "state": {
  21556. "layout": "IPY_MODEL_10c99122c653445185ccc1a2376572e0"
  21557. }
  21558. },
  21559. "a6121815862f43398c805ca30222b842": {
  21560. "model_name": "LayoutModel",
  21561. "model_module": "@jupyter-widgets/base",
  21562. "model_module_version": "1.0.0",
  21563. "state": {}
  21564. },
  21565. "a613d130ef7244ac9e0e4c1c6d55439f": {
  21566. "model_name": "LayoutModel",
  21567. "model_module": "@jupyter-widgets/base",
  21568. "model_module_version": "1.0.0",
  21569. "state": {}
  21570. },
  21571. "a62bd321eaf8444a845584ac6d874f81": {
  21572. "model_name": "ButtonStyleModel",
  21573. "model_module": "@jupyter-widgets/controls",
  21574. "model_module_version": "1.2.0",
  21575. "state": {}
  21576. },
  21577. "a63c13dbdfaf4229919bf5e1aac3a213": {
  21578. "model_name": "LayoutModel",
  21579. "model_module": "@jupyter-widgets/base",
  21580. "model_module_version": "1.0.0",
  21581. "state": {}
  21582. },
  21583. "a6430ade23514976a9c69ec53594c977": {
  21584. "model_name": "LayoutModel",
  21585. "model_module": "@jupyter-widgets/base",
  21586. "model_module_version": "1.0.0",
  21587. "state": {}
  21588. },
  21589. "a64af81c9b9f42fe9735f370f7419d26": {
  21590. "model_name": "HBoxModel",
  21591. "model_module": "@jupyter-widgets/controls",
  21592. "model_module_version": "1.2.0",
  21593. "state": {
  21594. "children": [
  21595. "IPY_MODEL_bb5fd656282d4f5294205a2c6e4c8d08"
  21596. ],
  21597. "layout": "IPY_MODEL_4a79736605394e84a6156771a14f1644"
  21598. }
  21599. },
  21600. "a651412fca0347cf9d77bd44d4abf6f5": {
  21601. "model_name": "LayoutModel",
  21602. "model_module": "@jupyter-widgets/base",
  21603. "model_module_version": "1.0.0",
  21604. "state": {}
  21605. },
  21606. "a652fe4720cb49fc8c5e0f90350da9c7": {
  21607. "model_name": "LayoutModel",
  21608. "model_module": "@jupyter-widgets/base",
  21609. "model_module_version": "1.0.0",
  21610. "state": {}
  21611. },
  21612. "a66fd48a37f8453793e871ef7fbffdc7": {
  21613. "model_name": "LayoutModel",
  21614. "model_module": "@jupyter-widgets/base",
  21615. "model_module_version": "1.0.0",
  21616. "state": {}
  21617. },
  21618. "a68c3873622e4d70a539c595e21d10ea": {
  21619. "model_name": "SelectModel",
  21620. "model_module": "@jupyter-widgets/controls",
  21621. "model_module_version": "1.2.0",
  21622. "state": {
  21623. "_options_labels": [
  21624. "selected_classifiers"
  21625. ],
  21626. "description": "Classifiers",
  21627. "index": 0,
  21628. "layout": "IPY_MODEL_4e984632a9424478be2c1d532dbdc1b2",
  21629. "style": "IPY_MODEL_ea271150ef3546558fd999104ac99268"
  21630. }
  21631. },
  21632. "a6926cc5efd54dbe996c2828d7f86f8e": {
  21633. "model_name": "LayoutModel",
  21634. "model_module": "@jupyter-widgets/base",
  21635. "model_module_version": "1.0.0",
  21636. "state": {}
  21637. },
  21638. "a698e3c38ec84967a51ba40c4ea47209": {
  21639. "model_name": "HBoxModel",
  21640. "model_module": "@jupyter-widgets/controls",
  21641. "model_module_version": "1.2.0",
  21642. "state": {
  21643. "children": [
  21644. "IPY_MODEL_0031e86965e14b8e8169644f212ccfab",
  21645. "IPY_MODEL_c153784441cf40959d72a856e4f662b6"
  21646. ],
  21647. "layout": "IPY_MODEL_7440a9ace90c4f52a8aefbb2da099d7a"
  21648. }
  21649. },
  21650. "a6a7958e359e4fe7b9ffafa4306ac989": {
  21651. "model_name": "ButtonStyleModel",
  21652. "model_module": "@jupyter-widgets/controls",
  21653. "model_module_version": "1.2.0",
  21654. "state": {}
  21655. },
  21656. "a6d567e923c04cb48cff8120da66906d": {
  21657. "model_name": "DescriptionStyleModel",
  21658. "model_module": "@jupyter-widgets/controls",
  21659. "model_module_version": "1.2.0",
  21660. "state": {
  21661. "description_width": ""
  21662. }
  21663. },
  21664. "a6d6698a48f04ca792c952e2e89b213c": {
  21665. "model_name": "HBoxModel",
  21666. "model_module": "@jupyter-widgets/controls",
  21667. "model_module_version": "1.2.0",
  21668. "state": {
  21669. "children": [
  21670. "IPY_MODEL_3e6baab468dc48879fda7778bbd798c0"
  21671. ],
  21672. "layout": "IPY_MODEL_34bcd6ed691645179012f09dd5080633"
  21673. }
  21674. },
  21675. "a6f1db398cd94918ace6a054d02b70e2": {
  21676. "model_name": "ButtonStyleModel",
  21677. "model_module": "@jupyter-widgets/controls",
  21678. "model_module_version": "1.2.0",
  21679. "state": {}
  21680. },
  21681. "a710851393d942c28c2d0ed4d36271c7": {
  21682. "model_name": "ButtonStyleModel",
  21683. "model_module": "@jupyter-widgets/controls",
  21684. "model_module_version": "1.2.0",
  21685. "state": {}
  21686. },
  21687. "a71d60d4e4d343d296e1eb961e61fcbd": {
  21688. "model_name": "DescriptionStyleModel",
  21689. "model_module": "@jupyter-widgets/controls",
  21690. "model_module_version": "1.2.0",
  21691. "state": {
  21692. "description_width": ""
  21693. }
  21694. },
  21695. "a74772aef94e4e5abaf6d6347c5e0c97": {
  21696. "model_name": "SelectModel",
  21697. "model_module": "@jupyter-widgets/controls",
  21698. "model_module_version": "1.2.0",
  21699. "state": {
  21700. "_options_labels": [
  21701. "selected_classifiers"
  21702. ],
  21703. "description": "Classifiers",
  21704. "index": 0,
  21705. "layout": "IPY_MODEL_34f75d7d850047b68426018000e32030",
  21706. "style": "IPY_MODEL_891084e43d6445e2b8bf06767d82aeba"
  21707. }
  21708. },
  21709. "a7618e2ea72d498b9ecb5b2e3dce1a79": {
  21710. "model_name": "LayoutModel",
  21711. "model_module": "@jupyter-widgets/base",
  21712. "model_module_version": "1.0.0",
  21713. "state": {}
  21714. },
  21715. "a7694982c466481b9e75c2192ac2f339": {
  21716. "model_name": "ButtonStyleModel",
  21717. "model_module": "@jupyter-widgets/controls",
  21718. "model_module_version": "1.2.0",
  21719. "state": {}
  21720. },
  21721. "a76ef4b1c6ee45a6994e2648f9a6cb6a": {
  21722. "model_name": "ButtonStyleModel",
  21723. "model_module": "@jupyter-widgets/controls",
  21724. "model_module_version": "1.2.0",
  21725. "state": {}
  21726. },
  21727. "a77211a612744dc184c15a6adbb96c94": {
  21728. "model_name": "OutputModel",
  21729. "model_module": "@jupyter-widgets/output",
  21730. "model_module_version": "1.0.0",
  21731. "state": {
  21732. "layout": "IPY_MODEL_78b5d4306fc1488f95c1ac7f68b3e1df"
  21733. }
  21734. },
  21735. "a78aad680ea64aacb383e690b3ec65b5": {
  21736. "model_name": "LayoutModel",
  21737. "model_module": "@jupyter-widgets/base",
  21738. "model_module_version": "1.0.0",
  21739. "state": {}
  21740. },
  21741. "a7959175fd134a52949e7a4bf1a687bb": {
  21742. "model_name": "LayoutModel",
  21743. "model_module": "@jupyter-widgets/base",
  21744. "model_module_version": "1.0.0",
  21745. "state": {}
  21746. },
  21747. "a7be3c68a08547d4a82d2be2ba69df63": {
  21748. "model_name": "DropdownModel",
  21749. "model_module": "@jupyter-widgets/controls",
  21750. "model_module_version": "1.2.0",
  21751. "state": {
  21752. "_options_labels": [
  21753. "Programming Language :: Other",
  21754. "Programming Language :: Basic",
  21755. "Programming Language :: Other Scripting Engines",
  21756. "Programming Language :: Python :: 3.3",
  21757. "Programming Language :: Prolog",
  21758. "Programming Language :: YACC",
  21759. "Programming Language :: Lisp",
  21760. "Programming Language :: Python :: 2.7",
  21761. "Programming Language :: Delphi/Kylix",
  21762. "Programming Language :: Eiffel",
  21763. "Programming Language :: Python :: 2 :: Only",
  21764. "Programming Language :: Ruby",
  21765. "Programming Language :: Python :: 3.0",
  21766. "Programming Language :: Scheme",
  21767. "Programming Language :: XBasic",
  21768. "Programming Language :: Java",
  21769. "Programming Language :: Pliant",
  21770. "Programming Language :: Python :: 3.6",
  21771. "Programming Language :: Python :: 3.4",
  21772. "Programming Language :: Forth",
  21773. "Programming Language :: Tcl",
  21774. "Programming Language :: Python :: 2.3",
  21775. "Programming Language :: PROGRESS",
  21776. "Programming Language :: Python :: 2.5",
  21777. "Programming Language :: Zope",
  21778. "Programming Language :: Object Pascal",
  21779. "Programming Language :: Dylan",
  21780. "Programming Language :: Unix Shell",
  21781. "Programming Language :: Haskell",
  21782. "Programming Language :: ML",
  21783. "Programming Language :: PHP",
  21784. "Programming Language :: Python :: 3.2",
  21785. "Programming Language :: Python :: Implementation :: MicroPython",
  21786. "Programming Language :: Python :: Implementation :: PyPy",
  21787. "Programming Language :: Perl",
  21788. "Programming Language :: Fortran",
  21789. "Programming Language :: REBOL",
  21790. "Programming Language :: C++",
  21791. "Programming Language :: Assembly",
  21792. "Programming Language :: Awk",
  21793. "Programming Language :: Rexx",
  21794. "Programming Language :: C#",
  21795. "Programming Language :: Euler",
  21796. "Programming Language :: Python",
  21797. "Programming Language :: Simula",
  21798. "Programming Language :: Python :: 3 :: Only",
  21799. "Programming Language :: Python :: 2",
  21800. "Programming Language :: Euphoria",
  21801. "Programming Language :: Python :: Implementation :: IronPython",
  21802. "Programming Language :: Rust",
  21803. "Programming Language :: OCaml",
  21804. "Programming Language :: Python :: Implementation",
  21805. "Programming Language :: Ada",
  21806. "Programming Language :: Python :: Implementation :: Stackless",
  21807. "Programming Language :: Pike",
  21808. "Programming Language :: Python :: 3",
  21809. "Programming Language :: Erlang",
  21810. "Programming Language :: Logo",
  21811. "Programming Language :: Modula",
  21812. "Programming Language :: Cold Fusion",
  21813. "Programming Language :: Python :: Implementation :: Jython",
  21814. "Programming Language :: Smalltalk",
  21815. "Programming Language :: Python :: Implementation :: CPython",
  21816. "Programming Language :: C",
  21817. "Programming Language :: ASP",
  21818. "Programming Language :: Objective C",
  21819. "Programming Language :: Pascal",
  21820. "Programming Language :: Python :: 2.4",
  21821. "Programming Language :: Python :: 2.6",
  21822. "Programming Language :: PL/SQL",
  21823. "Programming Language :: SQL",
  21824. "Programming Language :: Emacs-Lisp",
  21825. "Programming Language :: Visual Basic",
  21826. "Programming Language :: APL",
  21827. "Programming Language :: Cython",
  21828. "Programming Language :: Python :: 3.5",
  21829. "Programming Language :: Python :: 3.7",
  21830. "Programming Language :: Python :: 3.1",
  21831. "Programming Language :: JavaScript"
  21832. ],
  21833. "description": "Classifier",
  21834. "index": 0,
  21835. "layout": "IPY_MODEL_27d79ba31d4a414d954f4b45eeebdd71",
  21836. "style": "IPY_MODEL_36067849e25c4ca5a0d942f14af02269"
  21837. }
  21838. },
  21839. "a7bf8974d4f3457b8ef3fc29a59dd497": {
  21840. "model_name": "DescriptionStyleModel",
  21841. "model_module": "@jupyter-widgets/controls",
  21842. "model_module_version": "1.2.0",
  21843. "state": {
  21844. "description_width": ""
  21845. }
  21846. },
  21847. "a8064e8153724355b354af25129122c2": {
  21848. "model_name": "LayoutModel",
  21849. "model_module": "@jupyter-widgets/base",
  21850. "model_module_version": "1.0.0",
  21851. "state": {}
  21852. },
  21853. "a81e3b777f1a4998b7e42363f9ae725c": {
  21854. "model_name": "LayoutModel",
  21855. "model_module": "@jupyter-widgets/base",
  21856. "model_module_version": "1.0.0",
  21857. "state": {}
  21858. },
  21859. "a81fea9ca00d487f97d3fc46a522787c": {
  21860. "model_name": "DescriptionStyleModel",
  21861. "model_module": "@jupyter-widgets/controls",
  21862. "model_module_version": "1.2.0",
  21863. "state": {
  21864. "description_width": ""
  21865. }
  21866. },
  21867. "a83c9f6550f349e4b257588867ba1759": {
  21868. "model_name": "LayoutModel",
  21869. "model_module": "@jupyter-widgets/base",
  21870. "model_module_version": "1.0.0",
  21871. "state": {}
  21872. },
  21873. "a8713fe0d5a442ea96bf8081793cf329": {
  21874. "model_name": "LayoutModel",
  21875. "model_module": "@jupyter-widgets/base",
  21876. "model_module_version": "1.0.0",
  21877. "state": {}
  21878. },
  21879. "a8808addd000488b80ec00d4c39a95c7": {
  21880. "model_name": "LayoutModel",
  21881. "model_module": "@jupyter-widgets/base",
  21882. "model_module_version": "1.0.0",
  21883. "state": {}
  21884. },
  21885. "a88f9f9aee0843b9ac6cd0b0f792fca9": {
  21886. "model_name": "OutputModel",
  21887. "model_module": "@jupyter-widgets/output",
  21888. "model_module_version": "1.0.0",
  21889. "state": {
  21890. "layout": "IPY_MODEL_50e2a487d81f442589a0c7f9a2f3d15d",
  21891. "outputs": [
  21892. {
  21893. "data": {
  21894. "application/vnd.jupyter.widget-view+json": {
  21895. "model_id": "c8b62f24b38b4b7b88e16af657129f2e",
  21896. "version_major": 2,
  21897. "version_minor": 0
  21898. },
  21899. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  21900. },
  21901. "metadata": {},
  21902. "output_type": "display_data"
  21903. }
  21904. ]
  21905. }
  21906. },
  21907. "a898d7caf3d64f0db57649f883de6e82": {
  21908. "model_name": "LabelModel",
  21909. "model_module": "@jupyter-widgets/controls",
  21910. "model_module_version": "1.2.0",
  21911. "state": {
  21912. "layout": "IPY_MODEL_acf8bff7767d40e5adc34a4ae9d2ad78",
  21913. "style": "IPY_MODEL_1c473a401f8542d6a546eb727c0cae44"
  21914. }
  21915. },
  21916. "a8d3d919a98f4ff1baf226a80aaf5ec9": {
  21917. "model_name": "DescriptionStyleModel",
  21918. "model_module": "@jupyter-widgets/controls",
  21919. "model_module_version": "1.2.0",
  21920. "state": {
  21921. "description_width": ""
  21922. }
  21923. },
  21924. "a8d584ff6d514c8c877e7371a7bcf61d": {
  21925. "model_name": "HBoxModel",
  21926. "model_module": "@jupyter-widgets/controls",
  21927. "model_module_version": "1.2.0",
  21928. "state": {
  21929. "children": [
  21930. "IPY_MODEL_3e80741523434c9e976fc817a66eaae1",
  21931. "IPY_MODEL_1f9a8e2e398248308e964fc03d2c6bc3"
  21932. ],
  21933. "layout": "IPY_MODEL_54055cb1ba6e454aa0bd2832b96493f2"
  21934. }
  21935. },
  21936. "a90d72237b5a446da7fe4da30f584540": {
  21937. "model_name": "SelectModel",
  21938. "model_module": "@jupyter-widgets/controls",
  21939. "model_module_version": "1.2.0",
  21940. "state": {
  21941. "_options_labels": [
  21942. "selected_classifiers"
  21943. ],
  21944. "description": "Selected:",
  21945. "index": 0,
  21946. "layout": "IPY_MODEL_63849075c59b4c058ba15d2beedcbff1",
  21947. "style": "IPY_MODEL_7a2c666affd94e6ebeccfe903936ee90"
  21948. }
  21949. },
  21950. "a914b47d232c48f58fb8578daeac0510": {
  21951. "model_name": "ButtonStyleModel",
  21952. "model_module": "@jupyter-widgets/controls",
  21953. "model_module_version": "1.2.0",
  21954. "state": {}
  21955. },
  21956. "a93ac176f4654a37a7fb41dde8cfeda9": {
  21957. "model_name": "ButtonStyleModel",
  21958. "model_module": "@jupyter-widgets/controls",
  21959. "model_module_version": "1.2.0",
  21960. "state": {}
  21961. },
  21962. "a94ed25248e84d838046867804b2c687": {
  21963. "model_name": "VBoxModel",
  21964. "model_module": "@jupyter-widgets/controls",
  21965. "model_module_version": "1.2.0",
  21966. "state": {
  21967. "_dom_classes": [
  21968. "widget-interact"
  21969. ],
  21970. "children": [
  21971. "IPY_MODEL_918d3d05abf64c799497e2560516e687",
  21972. "IPY_MODEL_7cb52beeb10842bc97ee8cf878f1e917"
  21973. ],
  21974. "layout": "IPY_MODEL_5be37f17213a4066bdc59be8f4fc9529"
  21975. }
  21976. },
  21977. "a95693c5633345b3b2ad61151daa1723": {
  21978. "model_name": "DescriptionStyleModel",
  21979. "model_module": "@jupyter-widgets/controls",
  21980. "model_module_version": "1.2.0",
  21981. "state": {
  21982. "description_width": ""
  21983. }
  21984. },
  21985. "a95c3e4f37c34f6fb4a87ac383ce8936": {
  21986. "model_name": "LayoutModel",
  21987. "model_module": "@jupyter-widgets/base",
  21988. "model_module_version": "1.0.0",
  21989. "state": {}
  21990. },
  21991. "a9812999690441fa8d217af3c7d22bb8": {
  21992. "model_name": "ButtonStyleModel",
  21993. "model_module": "@jupyter-widgets/controls",
  21994. "model_module_version": "1.2.0",
  21995. "state": {}
  21996. },
  21997. "a9bb79644ba74a829c86e5e04df2b059": {
  21998. "model_name": "DescriptionStyleModel",
  21999. "model_module": "@jupyter-widgets/controls",
  22000. "model_module_version": "1.2.0",
  22001. "state": {
  22002. "description_width": ""
  22003. }
  22004. },
  22005. "a9d4abd2b91041dd86a8de83cb12776a": {
  22006. "model_name": "OutputModel",
  22007. "model_module": "@jupyter-widgets/output",
  22008. "model_module_version": "1.0.0",
  22009. "state": {
  22010. "layout": "IPY_MODEL_7c9ee8080b684bfebdd8d08d9894b843",
  22011. "outputs": [
  22012. {
  22013. "data": {
  22014. "application/vnd.jupyter.widget-view+json": {
  22015. "model_id": "9b0cf5c1e4c94dfe8e8cd0a5a4550ff2",
  22016. "version_major": 2,
  22017. "version_minor": 0
  22018. },
  22019. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Information Technology…"
  22020. },
  22021. "metadata": {},
  22022. "output_type": "display_data"
  22023. }
  22024. ]
  22025. }
  22026. },
  22027. "a9d6d61017314bc1acc736994f6c892e": {
  22028. "model_name": "DescriptionStyleModel",
  22029. "model_module": "@jupyter-widgets/controls",
  22030. "model_module_version": "1.2.0",
  22031. "state": {
  22032. "description_width": ""
  22033. }
  22034. },
  22035. "a9ebf3a1088e4a3ebef3cc1ceef6fff6": {
  22036. "model_name": "LabelModel",
  22037. "model_module": "@jupyter-widgets/controls",
  22038. "model_module_version": "1.2.0",
  22039. "state": {
  22040. "layout": "IPY_MODEL_3991009c8bf447f3b03650aedb943a30",
  22041. "style": "IPY_MODEL_462db996ca224c9d9ca3219263e15d6b",
  22042. "value": "...!"
  22043. }
  22044. },
  22045. "a9f2ec32864d4d0b9da5fa4951262549": {
  22046. "model_name": "HBoxModel",
  22047. "model_module": "@jupyter-widgets/controls",
  22048. "model_module_version": "1.2.0",
  22049. "state": {
  22050. "children": [
  22051. "IPY_MODEL_b41400cb076e43d2888cf46daaf2c9e6",
  22052. "IPY_MODEL_719d7cca6abb4770920eadc71165abc0"
  22053. ],
  22054. "layout": "IPY_MODEL_9552a49d5b574c11b842b9db717779d1"
  22055. }
  22056. },
  22057. "a9f52a4b1166464186a3784e8c2c14c0": {
  22058. "model_name": "LayoutModel",
  22059. "model_module": "@jupyter-widgets/base",
  22060. "model_module_version": "1.0.0",
  22061. "state": {}
  22062. },
  22063. "aa02d8081f664a9ebb6d09714f984ec2": {
  22064. "model_name": "LayoutModel",
  22065. "model_module": "@jupyter-widgets/base",
  22066. "model_module_version": "1.0.0",
  22067. "state": {}
  22068. },
  22069. "aa39d34c0ee64253ace41663c8f5d33d": {
  22070. "model_name": "OutputModel",
  22071. "model_module": "@jupyter-widgets/output",
  22072. "model_module_version": "1.0.0",
  22073. "state": {
  22074. "layout": "IPY_MODEL_7e48fbd935aa46e2be6834ff4b1afbcd"
  22075. }
  22076. },
  22077. "aa59951690d948dcaa3a563ac8dd9908": {
  22078. "model_name": "VBoxModel",
  22079. "model_module": "@jupyter-widgets/controls",
  22080. "model_module_version": "1.2.0",
  22081. "state": {
  22082. "_dom_classes": [
  22083. "widget-interact"
  22084. ],
  22085. "children": [
  22086. "IPY_MODEL_7445bc5b6fcb437f8a39f64f2d975953",
  22087. "IPY_MODEL_451da00863af419db6ae8e54b5b35689"
  22088. ],
  22089. "layout": "IPY_MODEL_10d828f4a4b54a55b37be133142b575b"
  22090. }
  22091. },
  22092. "aa65436d0cf44cf8b44fcb9d256cc3bb": {
  22093. "model_name": "DropdownModel",
  22094. "model_module": "@jupyter-widgets/controls",
  22095. "model_module_version": "1.2.0",
  22096. "state": {
  22097. "_options_labels": [
  22098. "Intended Audience :: Information Technology",
  22099. "Intended Audience :: Customer Service",
  22100. "Intended Audience :: End Users/Desktop",
  22101. "Intended Audience :: Legal Industry",
  22102. "Intended Audience :: Other Audience",
  22103. "Intended Audience :: Healthcare Industry",
  22104. "Intended Audience :: Science/Research",
  22105. "Intended Audience :: System Administrators",
  22106. "Intended Audience :: Telecommunications Industry",
  22107. "Intended Audience :: Education",
  22108. "Intended Audience :: Religion",
  22109. "Intended Audience :: Developers",
  22110. "Intended Audience :: Manufacturing",
  22111. "Intended Audience :: Financial and Insurance Industry"
  22112. ],
  22113. "description": "Classifier",
  22114. "index": 4,
  22115. "layout": "IPY_MODEL_1805559da3c7413198b983fea5dcc31e",
  22116. "style": "IPY_MODEL_39a0bca931624cdeb750f5abee81fa96"
  22117. }
  22118. },
  22119. "aa664ca4be4d44ca9714cdf182f7cc40": {
  22120. "model_name": "SelectModel",
  22121. "model_module": "@jupyter-widgets/controls",
  22122. "model_module_version": "1.2.0",
  22123. "state": {
  22124. "_options_labels": [
  22125. "Development Status :: 3 - Alpha",
  22126. "Development Status :: 1 - Planning"
  22127. ],
  22128. "description": "Selected:",
  22129. "index": 0,
  22130. "layout": "IPY_MODEL_9ebefe6b696f43d68082f694cc7caa65",
  22131. "style": "IPY_MODEL_4c393608e6f5481c99c895fea56296d0"
  22132. }
  22133. },
  22134. "aa84ce143b0b4cbc88ab53a530b58d02": {
  22135. "model_name": "LayoutModel",
  22136. "model_module": "@jupyter-widgets/base",
  22137. "model_module_version": "1.0.0",
  22138. "state": {}
  22139. },
  22140. "aab2272466c24918971a8925bcafdc76": {
  22141. "model_name": "LayoutModel",
  22142. "model_module": "@jupyter-widgets/base",
  22143. "model_module_version": "1.0.0",
  22144. "state": {}
  22145. },
  22146. "aab9306487374f578b3dbc12633382f8": {
  22147. "model_name": "OutputModel",
  22148. "model_module": "@jupyter-widgets/output",
  22149. "model_module_version": "1.0.0",
  22150. "state": {
  22151. "layout": "IPY_MODEL_d7861602bbf747e3b566521a0fc3e9a4"
  22152. }
  22153. },
  22154. "aad7871bdddd4f0abe70d14b6ef45945": {
  22155. "model_name": "LayoutModel",
  22156. "model_module": "@jupyter-widgets/base",
  22157. "model_module_version": "1.0.0",
  22158. "state": {}
  22159. },
  22160. "aae1013d199f4f54ab9ca1de45d5eb97": {
  22161. "model_name": "LayoutModel",
  22162. "model_module": "@jupyter-widgets/base",
  22163. "model_module_version": "1.0.0",
  22164. "state": {}
  22165. },
  22166. "aaf97ea16b1c4d749089590a29186caf": {
  22167. "model_name": "LayoutModel",
  22168. "model_module": "@jupyter-widgets/base",
  22169. "model_module_version": "1.0.0",
  22170. "state": {}
  22171. },
  22172. "ab13e3fa29914490b7c1f751399e9299": {
  22173. "model_name": "DescriptionStyleModel",
  22174. "model_module": "@jupyter-widgets/controls",
  22175. "model_module_version": "1.2.0",
  22176. "state": {
  22177. "description_width": ""
  22178. }
  22179. },
  22180. "ab4aadbe57154a57b34ec147b553c96d": {
  22181. "model_name": "VBoxModel",
  22182. "model_module": "@jupyter-widgets/controls",
  22183. "model_module_version": "1.2.0",
  22184. "state": {
  22185. "_dom_classes": [
  22186. "widget-interact"
  22187. ],
  22188. "children": [
  22189. "IPY_MODEL_6da91e6952634bae808a7c97f3e6223b",
  22190. "IPY_MODEL_b1c228cec4d64afab8a4de59e6ef6c80"
  22191. ],
  22192. "layout": "IPY_MODEL_62633327126242159962b239ac8f0b16"
  22193. }
  22194. },
  22195. "ab694bff3db34f1fae1bc615a0a48cf8": {
  22196. "model_name": "DescriptionStyleModel",
  22197. "model_module": "@jupyter-widgets/controls",
  22198. "model_module_version": "1.2.0",
  22199. "state": {
  22200. "description_width": ""
  22201. }
  22202. },
  22203. "ab695bd2129847fc9d5257a46ffd14f0": {
  22204. "model_name": "LayoutModel",
  22205. "model_module": "@jupyter-widgets/base",
  22206. "model_module_version": "1.0.0",
  22207. "state": {}
  22208. },
  22209. "ab71cb07d6a7489aadf99f4e6ae91fc8": {
  22210. "model_name": "HBoxModel",
  22211. "model_module": "@jupyter-widgets/controls",
  22212. "model_module_version": "1.2.0",
  22213. "state": {
  22214. "children": [
  22215. "IPY_MODEL_18919c41d19645f0a440ea2d863c4444"
  22216. ],
  22217. "layout": "IPY_MODEL_d025bc2e86fa43b2a5bc1beef9b1fab6"
  22218. }
  22219. },
  22220. "ab8b1b5c47354ef699c0a2ca0c6e0956": {
  22221. "model_name": "LayoutModel",
  22222. "model_module": "@jupyter-widgets/base",
  22223. "model_module_version": "1.0.0",
  22224. "state": {}
  22225. },
  22226. "ab9adccca9a143b599eb439cae99fc81": {
  22227. "model_name": "DescriptionStyleModel",
  22228. "model_module": "@jupyter-widgets/controls",
  22229. "model_module_version": "1.2.0",
  22230. "state": {
  22231. "description_width": ""
  22232. }
  22233. },
  22234. "aba47f9af15d48bca3e19a201dec7dda": {
  22235. "model_name": "ButtonModel",
  22236. "model_module": "@jupyter-widgets/controls",
  22237. "model_module_version": "1.2.0",
  22238. "state": {
  22239. "description": "Add",
  22240. "layout": "IPY_MODEL_b9200364a03f468c886f8baea6d43645",
  22241. "style": "IPY_MODEL_982739f29b1940d3aebee20879130b4f"
  22242. }
  22243. },
  22244. "aba483e8dc2841fa96270c9deb9fa7cb": {
  22245. "model_name": "LayoutModel",
  22246. "model_module": "@jupyter-widgets/base",
  22247. "model_module_version": "1.0.0",
  22248. "state": {}
  22249. },
  22250. "abaad2fb009349b3841c62f202c6d74a": {
  22251. "model_name": "LayoutModel",
  22252. "model_module": "@jupyter-widgets/base",
  22253. "model_module_version": "1.0.0",
  22254. "state": {}
  22255. },
  22256. "abbd5a015c4f4b8a92805085d6034b6d": {
  22257. "model_name": "LayoutModel",
  22258. "model_module": "@jupyter-widgets/base",
  22259. "model_module_version": "1.0.0",
  22260. "state": {}
  22261. },
  22262. "abc02cb7adb14c9ebfa0ad935f004ec8": {
  22263. "model_name": "LayoutModel",
  22264. "model_module": "@jupyter-widgets/base",
  22265. "model_module_version": "1.0.0",
  22266. "state": {}
  22267. },
  22268. "abc9d3bf039941d8ac8c1aa0beaf68c7": {
  22269. "model_name": "LayoutModel",
  22270. "model_module": "@jupyter-widgets/base",
  22271. "model_module_version": "1.0.0",
  22272. "state": {}
  22273. },
  22274. "abe4440200624c179e64d8e0b88d7244": {
  22275. "model_name": "VBoxModel",
  22276. "model_module": "@jupyter-widgets/controls",
  22277. "model_module_version": "1.2.0",
  22278. "state": {
  22279. "_dom_classes": [
  22280. "widget-interact"
  22281. ],
  22282. "children": [
  22283. "IPY_MODEL_f2c1927bd5064b9cb0dd57dbc4dff2be",
  22284. "IPY_MODEL_b3b67eef53c4454abe7224957ed27853"
  22285. ],
  22286. "layout": "IPY_MODEL_e845d14c73ab4bdb9d7172690a6edeb2"
  22287. }
  22288. },
  22289. "abef62b9af494d0f8abc2da87f7e5fa6": {
  22290. "model_name": "HBoxModel",
  22291. "model_module": "@jupyter-widgets/controls",
  22292. "model_module_version": "1.2.0",
  22293. "state": {
  22294. "children": [
  22295. "IPY_MODEL_3b4521e2ef0e40158b67fac49f18b443",
  22296. "IPY_MODEL_8954f663265443f9b924be99a62f142b",
  22297. "IPY_MODEL_9aed37a74b1b47e8aac47c3787ded402"
  22298. ],
  22299. "layout": "IPY_MODEL_3a5668f236c4448a94415e9ceeb4d14b"
  22300. }
  22301. },
  22302. "abf547cc735842d7b662612cda541da5": {
  22303. "model_name": "DescriptionStyleModel",
  22304. "model_module": "@jupyter-widgets/controls",
  22305. "model_module_version": "1.2.0",
  22306. "state": {
  22307. "description_width": ""
  22308. }
  22309. },
  22310. "abf88de03e7d48e0820dbaeaf0eb4ef4": {
  22311. "model_name": "ButtonStyleModel",
  22312. "model_module": "@jupyter-widgets/controls",
  22313. "model_module_version": "1.2.0",
  22314. "state": {}
  22315. },
  22316. "abfd995691f749d4a47937a843cfe142": {
  22317. "model_name": "ButtonModel",
  22318. "model_module": "@jupyter-widgets/controls",
  22319. "model_module_version": "1.2.0",
  22320. "state": {
  22321. "description": "Remove",
  22322. "layout": "IPY_MODEL_2dad5098c6574f6ab87a681014ca0f6c",
  22323. "style": "IPY_MODEL_cf26ec8b74234359961731ac5c9816d8"
  22324. }
  22325. },
  22326. "ac1fbee8d8a34eb7868125f0ae682e59": {
  22327. "model_name": "DropdownModel",
  22328. "model_module": "@jupyter-widgets/controls",
  22329. "model_module_version": "1.2.0",
  22330. "state": {
  22331. "_options_labels": [
  22332. "Development Status :: 3 - Alpha",
  22333. "Development Status :: 4 - Beta",
  22334. "Development Status :: 2 - Pre-Alpha",
  22335. "Development Status :: 6 - Mature",
  22336. "Development Status :: 1 - Planning",
  22337. "Development Status :: 5 - Production/Stable",
  22338. "Development Status :: 7 - Inactive"
  22339. ],
  22340. "description": "Classifier",
  22341. "index": 0,
  22342. "layout": "IPY_MODEL_27f62348c38a428284287c26e3a9d9a6",
  22343. "style": "IPY_MODEL_3b0aa263d63a47ea9a9f7b9c7cb7a2b0"
  22344. }
  22345. },
  22346. "ac38a97223cc46ae8a666451322f0ba1": {
  22347. "model_name": "LayoutModel",
  22348. "model_module": "@jupyter-widgets/base",
  22349. "model_module_version": "1.0.0",
  22350. "state": {}
  22351. },
  22352. "ac4ccadf11ad4821a6e06bb409fd5ed7": {
  22353. "model_name": "LayoutModel",
  22354. "model_module": "@jupyter-widgets/base",
  22355. "model_module_version": "1.0.0",
  22356. "state": {}
  22357. },
  22358. "ac672d7976424e6abcc7550b86328305": {
  22359. "model_name": "LayoutModel",
  22360. "model_module": "@jupyter-widgets/base",
  22361. "model_module_version": "1.0.0",
  22362. "state": {}
  22363. },
  22364. "ac8eb6a6361c4937aa1c7946c2202f5d": {
  22365. "model_name": "LayoutModel",
  22366. "model_module": "@jupyter-widgets/base",
  22367. "model_module_version": "1.0.0",
  22368. "state": {}
  22369. },
  22370. "ac8f79d6202a463f924c4f294228767d": {
  22371. "model_name": "DropdownModel",
  22372. "model_module": "@jupyter-widgets/controls",
  22373. "model_module_version": "1.2.0",
  22374. "state": {
  22375. "description": "Classifier",
  22376. "index": null,
  22377. "layout": "IPY_MODEL_585ea5984d834897a006308132b834b8",
  22378. "style": "IPY_MODEL_4396d84d78b34cba9fe7fc9d6950c3c0"
  22379. }
  22380. },
  22381. "ac9cb08e83cc4a5f8793b4bca5186c9c": {
  22382. "model_name": "LayoutModel",
  22383. "model_module": "@jupyter-widgets/base",
  22384. "model_module_version": "1.0.0",
  22385. "state": {}
  22386. },
  22387. "aca39e8e0c6943cd8241a4c0bdce2de0": {
  22388. "model_name": "OutputModel",
  22389. "model_module": "@jupyter-widgets/output",
  22390. "model_module_version": "1.0.0",
  22391. "state": {
  22392. "layout": "IPY_MODEL_697f5eb1b80748528b3dfede36012401"
  22393. }
  22394. },
  22395. "acaf7a2e513b4dccb6d29d7e9007354a": {
  22396. "model_name": "VBoxModel",
  22397. "model_module": "@jupyter-widgets/controls",
  22398. "model_module_version": "1.2.0",
  22399. "state": {
  22400. "_dom_classes": [
  22401. "widget-interact"
  22402. ],
  22403. "children": [
  22404. "IPY_MODEL_21ccc61e92964e84a1a3e7de9cb340bb",
  22405. "IPY_MODEL_15ea3a631a1e4c129a909da3f95ffd1e"
  22406. ],
  22407. "layout": "IPY_MODEL_c568ec3fbf4145248b81f0d0fcbd1836"
  22408. }
  22409. },
  22410. "acaf870bf08f4b70ac709c0c2b44518c": {
  22411. "model_name": "DescriptionStyleModel",
  22412. "model_module": "@jupyter-widgets/controls",
  22413. "model_module_version": "1.2.0",
  22414. "state": {
  22415. "description_width": ""
  22416. }
  22417. },
  22418. "acce43f54c2a4e058ba54ddfa8d9374d": {
  22419. "model_name": "DescriptionStyleModel",
  22420. "model_module": "@jupyter-widgets/controls",
  22421. "model_module_version": "1.2.0",
  22422. "state": {
  22423. "description_width": ""
  22424. }
  22425. },
  22426. "ace16274fff14f3ba9b7eb50d9209e8e": {
  22427. "model_name": "LayoutModel",
  22428. "model_module": "@jupyter-widgets/base",
  22429. "model_module_version": "1.0.0",
  22430. "state": {}
  22431. },
  22432. "acf8bff7767d40e5adc34a4ae9d2ad78": {
  22433. "model_name": "LayoutModel",
  22434. "model_module": "@jupyter-widgets/base",
  22435. "model_module_version": "1.0.0",
  22436. "state": {}
  22437. },
  22438. "ad419b94e17a4815b5342f944c285a95": {
  22439. "model_name": "LayoutModel",
  22440. "model_module": "@jupyter-widgets/base",
  22441. "model_module_version": "1.0.0",
  22442. "state": {}
  22443. },
  22444. "ad41af87e7c94b0db6cdf0b3e65db09b": {
  22445. "model_name": "LayoutModel",
  22446. "model_module": "@jupyter-widgets/base",
  22447. "model_module_version": "1.0.0",
  22448. "state": {}
  22449. },
  22450. "ad72fa20a29f48ab9ae2f418806e9dc4": {
  22451. "model_name": "VBoxModel",
  22452. "model_module": "@jupyter-widgets/controls",
  22453. "model_module_version": "1.2.0",
  22454. "state": {
  22455. "_dom_classes": [
  22456. "widget-interact"
  22457. ],
  22458. "children": [
  22459. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  22460. "IPY_MODEL_b652f136f9404143a3a10032fcbfd10f"
  22461. ],
  22462. "layout": "IPY_MODEL_5c765e085b014b59af5b9f61ee31291f"
  22463. }
  22464. },
  22465. "ad8a923f8e744481ad92ed36e754ce74": {
  22466. "model_name": "LabelModel",
  22467. "model_module": "@jupyter-widgets/controls",
  22468. "model_module_version": "1.2.0",
  22469. "state": {
  22470. "layout": "IPY_MODEL_1cf43390c72b42678cea3247b88afbfa",
  22471. "style": "IPY_MODEL_7449e55a2b4545c592ca0edc10911496",
  22472. "value": "...."
  22473. }
  22474. },
  22475. "adb31afa3e3b487e932b4b08360bf0f0": {
  22476. "model_name": "VBoxModel",
  22477. "model_module": "@jupyter-widgets/controls",
  22478. "model_module_version": "1.2.0",
  22479. "state": {
  22480. "_dom_classes": [
  22481. "widget-interact"
  22482. ],
  22483. "children": [
  22484. "IPY_MODEL_5fc3bc6a00e34559a8b119532e57c0f3",
  22485. "IPY_MODEL_c16aa9de06d84d95989b714926c48c30"
  22486. ],
  22487. "layout": "IPY_MODEL_ce2aa867329d45bd97c6ea6d20068e76"
  22488. }
  22489. },
  22490. "adb9394eda9d42e78a60ed15dd292097": {
  22491. "model_name": "LayoutModel",
  22492. "model_module": "@jupyter-widgets/base",
  22493. "model_module_version": "1.0.0",
  22494. "state": {}
  22495. },
  22496. "adddcc2f7794459cb61a480e57303762": {
  22497. "model_name": "ButtonStyleModel",
  22498. "model_module": "@jupyter-widgets/controls",
  22499. "model_module_version": "1.2.0",
  22500. "state": {}
  22501. },
  22502. "adeb43a827124a109385a624b6d67a10": {
  22503. "model_name": "LabelModel",
  22504. "model_module": "@jupyter-widgets/controls",
  22505. "model_module_version": "1.2.0",
  22506. "state": {
  22507. "layout": "IPY_MODEL_6e9cdab920594a34847c91fea8536c0f",
  22508. "style": "IPY_MODEL_2709fe363f514b7a9b432bc65913d33f",
  22509. "value": "Chosen Classifiers"
  22510. }
  22511. },
  22512. "adfb311b3baa4219b365e2d6bf67a420": {
  22513. "model_name": "VBoxModel",
  22514. "model_module": "@jupyter-widgets/controls",
  22515. "model_module_version": "1.2.0",
  22516. "state": {
  22517. "_dom_classes": [
  22518. "widget-interact"
  22519. ],
  22520. "children": [
  22521. "IPY_MODEL_a0a2d892f3e1427499f226cb0efcd583",
  22522. "IPY_MODEL_74c4827f06744f849c75bc51618350e5"
  22523. ],
  22524. "layout": "IPY_MODEL_ed8d6fdd35cb43b5888cc824f160724b"
  22525. }
  22526. },
  22527. "ae25d037af2042be8129b852085fa643": {
  22528. "model_name": "DescriptionStyleModel",
  22529. "model_module": "@jupyter-widgets/controls",
  22530. "model_module_version": "1.2.0",
  22531. "state": {
  22532. "description_width": ""
  22533. }
  22534. },
  22535. "ae36660427c546248f424c66698cf850": {
  22536. "model_name": "LayoutModel",
  22537. "model_module": "@jupyter-widgets/base",
  22538. "model_module_version": "1.0.0",
  22539. "state": {}
  22540. },
  22541. "ae484a9ede4047dd930eb19bd706d178": {
  22542. "model_name": "DropdownModel",
  22543. "model_module": "@jupyter-widgets/controls",
  22544. "model_module_version": "1.2.0",
  22545. "state": {
  22546. "_options_labels": [
  22547. "Development Status :: 1 - Planning",
  22548. "Development Status :: 3 - Alpha",
  22549. "Development Status :: 4 - Beta",
  22550. "Development Status :: 6 - Mature",
  22551. "Development Status :: 2 - Pre-Alpha",
  22552. "Development Status :: 7 - Inactive",
  22553. "Development Status :: 5 - Production/Stable"
  22554. ],
  22555. "description": "Classifier",
  22556. "index": 4,
  22557. "layout": "IPY_MODEL_fafa01d0188f4bb0891a584693ac3cec",
  22558. "style": "IPY_MODEL_3d6e2f1d048543b08d3bb9c6ba6f62d6"
  22559. }
  22560. },
  22561. "ae49f0fd1bf545e98d1b94948699ee8b": {
  22562. "model_name": "DescriptionStyleModel",
  22563. "model_module": "@jupyter-widgets/controls",
  22564. "model_module_version": "1.2.0",
  22565. "state": {
  22566. "description_width": ""
  22567. }
  22568. },
  22569. "ae561211baf04bc9aab35985810b9e40": {
  22570. "model_name": "LabelModel",
  22571. "model_module": "@jupyter-widgets/controls",
  22572. "model_module_version": "1.2.0",
  22573. "state": {
  22574. "layout": "IPY_MODEL_4f965b67ead74e2e8a1f8d66c0e7a6f8",
  22575. "style": "IPY_MODEL_354f0268a038426e8298221c71835e67",
  22576. "value": "Chosen Classifiers"
  22577. }
  22578. },
  22579. "ae8d3f247d924e48901f6f9d80c20d5c": {
  22580. "model_name": "LayoutModel",
  22581. "model_module": "@jupyter-widgets/base",
  22582. "model_module_version": "1.0.0",
  22583. "state": {}
  22584. },
  22585. "ae9044b8f6ef4acabfcd2c4f1eec6fd9": {
  22586. "model_name": "HBoxModel",
  22587. "model_module": "@jupyter-widgets/controls",
  22588. "model_module_version": "1.2.0",
  22589. "state": {
  22590. "children": [
  22591. "IPY_MODEL_502528995c7a4690a602e69754d43d7c",
  22592. "IPY_MODEL_1529867076fa4c2d82d9144672e81bc4"
  22593. ],
  22594. "layout": "IPY_MODEL_5e06eae41cbb436684506f49b87963a4"
  22595. }
  22596. },
  22597. "aea708372ef34ad796825f2da43afdba": {
  22598. "model_name": "LayoutModel",
  22599. "model_module": "@jupyter-widgets/base",
  22600. "model_module_version": "1.0.0",
  22601. "state": {}
  22602. },
  22603. "aeb8e3d8e5464edeb11ca62b09536227": {
  22604. "model_name": "DropdownModel",
  22605. "model_module": "@jupyter-widgets/controls",
  22606. "model_module_version": "1.2.0",
  22607. "state": {
  22608. "_options_labels": [
  22609. "Programming Language :: Other",
  22610. "Programming Language :: Basic",
  22611. "Programming Language :: Other Scripting Engines",
  22612. "Programming Language :: Python :: 3.3",
  22613. "Programming Language :: Prolog",
  22614. "Programming Language :: YACC",
  22615. "Programming Language :: Lisp",
  22616. "Programming Language :: Python :: 2.7",
  22617. "Programming Language :: Delphi/Kylix",
  22618. "Programming Language :: Eiffel",
  22619. "Programming Language :: Python :: 2 :: Only",
  22620. "Programming Language :: Ruby",
  22621. "Programming Language :: Python :: 3.0",
  22622. "Programming Language :: Scheme",
  22623. "Programming Language :: XBasic",
  22624. "Programming Language :: Java",
  22625. "Programming Language :: Pliant",
  22626. "Programming Language :: Python :: 3.6",
  22627. "Programming Language :: Python :: 3.4",
  22628. "Programming Language :: Forth",
  22629. "Programming Language :: Tcl",
  22630. "Programming Language :: Python :: 2.3",
  22631. "Programming Language :: PROGRESS",
  22632. "Programming Language :: Python :: 2.5",
  22633. "Programming Language :: Zope",
  22634. "Programming Language :: Object Pascal",
  22635. "Programming Language :: Dylan",
  22636. "Programming Language :: Unix Shell",
  22637. "Programming Language :: Haskell",
  22638. "Programming Language :: ML",
  22639. "Programming Language :: PHP",
  22640. "Programming Language :: Python :: 3.2",
  22641. "Programming Language :: Python :: Implementation :: MicroPython",
  22642. "Programming Language :: Python :: Implementation :: PyPy",
  22643. "Programming Language :: Perl",
  22644. "Programming Language :: Fortran",
  22645. "Programming Language :: REBOL",
  22646. "Programming Language :: C++",
  22647. "Programming Language :: Assembly",
  22648. "Programming Language :: Awk",
  22649. "Programming Language :: Rexx",
  22650. "Programming Language :: C#",
  22651. "Programming Language :: Euler",
  22652. "Programming Language :: Python",
  22653. "Programming Language :: Simula",
  22654. "Programming Language :: Python :: 3 :: Only",
  22655. "Programming Language :: Python :: 2",
  22656. "Programming Language :: Euphoria",
  22657. "Programming Language :: Python :: Implementation :: IronPython",
  22658. "Programming Language :: Rust",
  22659. "Programming Language :: OCaml",
  22660. "Programming Language :: Python :: Implementation",
  22661. "Programming Language :: Ada",
  22662. "Programming Language :: Python :: Implementation :: Stackless",
  22663. "Programming Language :: Pike",
  22664. "Programming Language :: Python :: 3",
  22665. "Programming Language :: Erlang",
  22666. "Programming Language :: Logo",
  22667. "Programming Language :: Modula",
  22668. "Programming Language :: Cold Fusion",
  22669. "Programming Language :: Python :: Implementation :: Jython",
  22670. "Programming Language :: Smalltalk",
  22671. "Programming Language :: Python :: Implementation :: CPython",
  22672. "Programming Language :: C",
  22673. "Programming Language :: ASP",
  22674. "Programming Language :: Objective C",
  22675. "Programming Language :: Pascal",
  22676. "Programming Language :: Python :: 2.4",
  22677. "Programming Language :: Python :: 2.6",
  22678. "Programming Language :: PL/SQL",
  22679. "Programming Language :: SQL",
  22680. "Programming Language :: Emacs-Lisp",
  22681. "Programming Language :: Visual Basic",
  22682. "Programming Language :: APL",
  22683. "Programming Language :: Cython",
  22684. "Programming Language :: Python :: 3.5",
  22685. "Programming Language :: Python :: 3.7",
  22686. "Programming Language :: Python :: 3.1",
  22687. "Programming Language :: JavaScript"
  22688. ],
  22689. "description": "Classifier",
  22690. "index": 0,
  22691. "layout": "IPY_MODEL_3a31344e04f242c88105dce42a5508ff",
  22692. "style": "IPY_MODEL_7fab2af308834994a30ac95f73708819"
  22693. }
  22694. },
  22695. "af03f9826e154fd0a9edfdff9f6843a4": {
  22696. "model_name": "LayoutModel",
  22697. "model_module": "@jupyter-widgets/base",
  22698. "model_module_version": "1.0.0",
  22699. "state": {}
  22700. },
  22701. "af1b0dc9681e4654a03fbcb36cc9a4bf": {
  22702. "model_name": "LayoutModel",
  22703. "model_module": "@jupyter-widgets/base",
  22704. "model_module_version": "1.0.0",
  22705. "state": {}
  22706. },
  22707. "af1b96963f2043d1908639ffc547e8a2": {
  22708. "model_name": "LayoutModel",
  22709. "model_module": "@jupyter-widgets/base",
  22710. "model_module_version": "1.0.0",
  22711. "state": {}
  22712. },
  22713. "af2a612b43d443d6b1e3c3663aca78a2": {
  22714. "model_name": "DescriptionStyleModel",
  22715. "model_module": "@jupyter-widgets/controls",
  22716. "model_module_version": "1.2.0",
  22717. "state": {
  22718. "description_width": ""
  22719. }
  22720. },
  22721. "af3702257f464d649ad74525ec85f393": {
  22722. "model_name": "LayoutModel",
  22723. "model_module": "@jupyter-widgets/base",
  22724. "model_module_version": "1.0.0",
  22725. "state": {}
  22726. },
  22727. "af379f721aae40f5aa946db8f0ad419e": {
  22728. "model_name": "OutputModel",
  22729. "model_module": "@jupyter-widgets/output",
  22730. "model_module_version": "1.0.0",
  22731. "state": {
  22732. "layout": "IPY_MODEL_3702d0895f944b10beece7546afacd7f",
  22733. "outputs": [
  22734. {
  22735. "data": {
  22736. "application/vnd.jupyter.widget-view+json": {
  22737. "model_id": "b927e5019aed4156872957bee82e918f",
  22738. "version_major": 2,
  22739. "version_minor": 0
  22740. },
  22741. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 2 - Pre-Alpha', 'Deve…"
  22742. },
  22743. "metadata": {},
  22744. "output_type": "display_data"
  22745. }
  22746. ]
  22747. }
  22748. },
  22749. "af3906349c29411893d97e5284268d44": {
  22750. "model_name": "OutputModel",
  22751. "model_module": "@jupyter-widgets/output",
  22752. "model_module_version": "1.0.0",
  22753. "state": {
  22754. "layout": "IPY_MODEL_664eb404e57c4376b8316f41c9fd9135",
  22755. "outputs": [
  22756. {
  22757. "data": {
  22758. "application/vnd.jupyter.widget-view+json": {
  22759. "model_id": "0b469585395e4623aff45b22172619d0",
  22760. "version_major": 2,
  22761. "version_minor": 0
  22762. },
  22763. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: Microsoft :: Windows ::…"
  22764. },
  22765. "metadata": {},
  22766. "output_type": "display_data"
  22767. }
  22768. ]
  22769. }
  22770. },
  22771. "af41fb4254be417c80e8314d4624ff11": {
  22772. "model_name": "DescriptionStyleModel",
  22773. "model_module": "@jupyter-widgets/controls",
  22774. "model_module_version": "1.2.0",
  22775. "state": {
  22776. "description_width": ""
  22777. }
  22778. },
  22779. "afa099ef21244f3f870b726915a5a3d3": {
  22780. "model_name": "LabelModel",
  22781. "model_module": "@jupyter-widgets/controls",
  22782. "model_module_version": "1.2.0",
  22783. "state": {
  22784. "layout": "IPY_MODEL_c24e1b2612be47a1861e8839978078b2",
  22785. "style": "IPY_MODEL_df990c824fe5462287ecb17035cc4695",
  22786. "value": "Chosen Classifiers"
  22787. }
  22788. },
  22789. "afb53485bfc04215952a8e192e02c478": {
  22790. "model_name": "LayoutModel",
  22791. "model_module": "@jupyter-widgets/base",
  22792. "model_module_version": "1.0.0",
  22793. "state": {}
  22794. },
  22795. "afb6362e3345497595de21b2c06d9631": {
  22796. "model_name": "DescriptionStyleModel",
  22797. "model_module": "@jupyter-widgets/controls",
  22798. "model_module_version": "1.2.0",
  22799. "state": {
  22800. "description_width": ""
  22801. }
  22802. },
  22803. "afb6a83bc85b46d9ba523f43a27c55fa": {
  22804. "model_name": "SelectModel",
  22805. "model_module": "@jupyter-widgets/controls",
  22806. "model_module_version": "1.2.0",
  22807. "state": {
  22808. "description": "Selected:",
  22809. "index": null,
  22810. "layout": "IPY_MODEL_953f1d1e8c2948358dddec01a9dea990",
  22811. "style": "IPY_MODEL_af41fb4254be417c80e8314d4624ff11"
  22812. }
  22813. },
  22814. "afcac383f46649e3bbc5703dd1f73d31": {
  22815. "model_name": "LayoutModel",
  22816. "model_module": "@jupyter-widgets/base",
  22817. "model_module_version": "1.0.0",
  22818. "state": {}
  22819. },
  22820. "afce2ca43019406f881483eee4d721a7": {
  22821. "model_name": "ButtonModel",
  22822. "model_module": "@jupyter-widgets/controls",
  22823. "model_module_version": "1.2.0",
  22824. "state": {
  22825. "description": "Save",
  22826. "layout": "IPY_MODEL_f50bb1455f0944be872945ddfad65a84",
  22827. "style": "IPY_MODEL_bb810d15723e40adafa64b04f65f4e4e"
  22828. }
  22829. },
  22830. "afd39fae2cff4fc686cef624d09a2103": {
  22831. "model_name": "LabelModel",
  22832. "model_module": "@jupyter-widgets/controls",
  22833. "model_module_version": "1.2.0",
  22834. "state": {
  22835. "layout": "IPY_MODEL_8e634166772148f599af2484ccc847fa",
  22836. "style": "IPY_MODEL_671c205eb4c544d684979403972bea5c"
  22837. }
  22838. },
  22839. "afdc1cd2eacc4bb98e78185c143c7bf6": {
  22840. "model_name": "VBoxModel",
  22841. "model_module": "@jupyter-widgets/controls",
  22842. "model_module_version": "1.2.0",
  22843. "state": {
  22844. "_dom_classes": [
  22845. "widget-interact"
  22846. ],
  22847. "children": [
  22848. "IPY_MODEL_1a5967ab44d340d284a6b704372541b1",
  22849. "IPY_MODEL_f4858819c7504086b4725bce7b683349"
  22850. ],
  22851. "layout": "IPY_MODEL_30527d20e507467e9c1c0c125c2aa2e7"
  22852. }
  22853. },
  22854. "afebe70f568e47c3a5ea697b4316c26b": {
  22855. "model_name": "LabelModel",
  22856. "model_module": "@jupyter-widgets/controls",
  22857. "model_module_version": "1.2.0",
  22858. "state": {
  22859. "layout": "IPY_MODEL_e84ca1d2cf744cb69b3f411c6deee3cd",
  22860. "style": "IPY_MODEL_c36a60fc9d3b44d084c643d7f7e5cdff"
  22861. }
  22862. },
  22863. "b008575b089a484483ac591d91fdcffd": {
  22864. "model_name": "OutputModel",
  22865. "model_module": "@jupyter-widgets/output",
  22866. "model_module_version": "1.0.0",
  22867. "state": {
  22868. "layout": "IPY_MODEL_a6121815862f43398c805ca30222b842",
  22869. "outputs": [
  22870. {
  22871. "data": {
  22872. "application/vnd.jupyter.widget-view+json": {
  22873. "model_id": "5559dee816404e6b87b99be3f2901b98",
  22874. "version_major": 2,
  22875. "version_minor": 0
  22876. },
  22877. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 1 - Planning', 'Devel…"
  22878. },
  22879. "metadata": {},
  22880. "output_type": "display_data"
  22881. }
  22882. ]
  22883. }
  22884. },
  22885. "b018fd55053c4df38cfdb9504d7d6cee": {
  22886. "model_name": "ButtonStyleModel",
  22887. "model_module": "@jupyter-widgets/controls",
  22888. "model_module_version": "1.2.0",
  22889. "state": {}
  22890. },
  22891. "b019b4fdca8c4340bb80e4939a61a6b9": {
  22892. "model_name": "VBoxModel",
  22893. "model_module": "@jupyter-widgets/controls",
  22894. "model_module_version": "1.2.0",
  22895. "state": {
  22896. "_dom_classes": [
  22897. "widget-interact"
  22898. ],
  22899. "children": [
  22900. "IPY_MODEL_8a66c2e306d44ba78e4ab9de06ad5030",
  22901. "IPY_MODEL_f5713e18ea43480486f4c729c397397d"
  22902. ],
  22903. "layout": "IPY_MODEL_eb9adcf8d9354b39bdcaebfd07ea863f"
  22904. }
  22905. },
  22906. "b028053f55744aec9a4994665680ecf3": {
  22907. "model_name": "LabelModel",
  22908. "model_module": "@jupyter-widgets/controls",
  22909. "model_module_version": "1.2.0",
  22910. "state": {
  22911. "layout": "IPY_MODEL_2974ecbdc63b4536a9a9c2b9851d1241",
  22912. "style": "IPY_MODEL_4e1a2320113a4d3a9ddd3dc3fef8b539",
  22913. "value": "Development Status :: 2 - Pre-Alpha"
  22914. }
  22915. },
  22916. "b05317879a754d96bf4d6a6e4baf8488": {
  22917. "model_name": "LabelModel",
  22918. "model_module": "@jupyter-widgets/controls",
  22919. "model_module_version": "1.2.0",
  22920. "state": {
  22921. "layout": "IPY_MODEL_a33b91de08f44f78a14626f6f9d17fc4",
  22922. "style": "IPY_MODEL_62a09d1ba12c4b44931039061cae72cf",
  22923. "value": "Chosen Classifiers"
  22924. }
  22925. },
  22926. "b0581b2bf3844ec4821f1dc12df0eeda": {
  22927. "model_name": "ButtonStyleModel",
  22928. "model_module": "@jupyter-widgets/controls",
  22929. "model_module_version": "1.2.0",
  22930. "state": {}
  22931. },
  22932. "b07147766f3a456497d64e3ea5910d99": {
  22933. "model_name": "VBoxModel",
  22934. "model_module": "@jupyter-widgets/controls",
  22935. "model_module_version": "1.2.0",
  22936. "state": {
  22937. "_dom_classes": [
  22938. "widget-interact"
  22939. ],
  22940. "children": [
  22941. "IPY_MODEL_9c3d6513efc846d7a1381bf82238e1fd",
  22942. "IPY_MODEL_01fb897c22ca41fa814606a9336a8643"
  22943. ],
  22944. "layout": "IPY_MODEL_7016f65a6fe34b238ad6d7a6b49629af"
  22945. }
  22946. },
  22947. "b07875e0845e470faf72462ed7022e06": {
  22948. "model_name": "HBoxModel",
  22949. "model_module": "@jupyter-widgets/controls",
  22950. "model_module_version": "1.2.0",
  22951. "state": {
  22952. "children": [
  22953. "IPY_MODEL_5af4f7cbd2834502acbe78c5bac9205d",
  22954. "IPY_MODEL_5cc186b63d8a47d8a7ec9f2c716fccf0"
  22955. ],
  22956. "layout": "IPY_MODEL_f81ca0154d0541e7b5c0da276538f675"
  22957. }
  22958. },
  22959. "b08014457aee45e58b05c2f79eed413e": {
  22960. "model_name": "DropdownModel",
  22961. "model_module": "@jupyter-widgets/controls",
  22962. "model_module_version": "1.2.0",
  22963. "state": {
  22964. "_options_labels": [
  22965. "Development Status :: 7 - Inactive",
  22966. "Development Status :: 5 - Production/Stable",
  22967. "Development Status :: 1 - Planning",
  22968. "Development Status :: 6 - Mature",
  22969. "Development Status :: 3 - Alpha",
  22970. "Development Status :: 4 - Beta",
  22971. "Development Status :: 2 - Pre-Alpha"
  22972. ],
  22973. "description": "Classifier",
  22974. "index": 0,
  22975. "layout": "IPY_MODEL_58dcc215c0094313aeae9c179e36b17e",
  22976. "style": "IPY_MODEL_8ddc19f11afe42dbaac727f3d51a3044"
  22977. }
  22978. },
  22979. "b084e624ffb94fc1a5b59b26ca13b4bb": {
  22980. "model_name": "LayoutModel",
  22981. "model_module": "@jupyter-widgets/base",
  22982. "model_module_version": "1.0.0",
  22983. "state": {}
  22984. },
  22985. "b08d29723cef43b7813df0747f1c6e13": {
  22986. "model_name": "HBoxModel",
  22987. "model_module": "@jupyter-widgets/controls",
  22988. "model_module_version": "1.2.0",
  22989. "state": {
  22990. "children": [
  22991. "IPY_MODEL_725dc217573a46a496a83cb4b055184a",
  22992. "IPY_MODEL_e7ca80abac094498ac69107489e6c5ce",
  22993. "IPY_MODEL_c201db5749f44398a58abe2174dbeb39"
  22994. ],
  22995. "layout": "IPY_MODEL_142f092bc6ad45bea8458b3a6bca50e7"
  22996. }
  22997. },
  22998. "b0948f2339334a3d91222bf11c1a27b7": {
  22999. "model_name": "DescriptionStyleModel",
  23000. "model_module": "@jupyter-widgets/controls",
  23001. "model_module_version": "1.2.0",
  23002. "state": {
  23003. "description_width": ""
  23004. }
  23005. },
  23006. "b09eab038d874d34b7fcdd75858cc2ad": {
  23007. "model_name": "ButtonModel",
  23008. "model_module": "@jupyter-widgets/controls",
  23009. "model_module_version": "1.2.0",
  23010. "state": {
  23011. "description": "Save",
  23012. "layout": "IPY_MODEL_33bc86fdcdec43b78ca22fa928cce8a6",
  23013. "style": "IPY_MODEL_e121547aceb2480c922b69f13a8d0f5b"
  23014. }
  23015. },
  23016. "b09fe298a112454bb1c30a8f4ce2bac8": {
  23017. "model_name": "DescriptionStyleModel",
  23018. "model_module": "@jupyter-widgets/controls",
  23019. "model_module_version": "1.2.0",
  23020. "state": {
  23021. "description_width": ""
  23022. }
  23023. },
  23024. "b0a93aae08aa4f8586f010089c5ead89": {
  23025. "model_name": "ButtonModel",
  23026. "model_module": "@jupyter-widgets/controls",
  23027. "model_module_version": "1.2.0",
  23028. "state": {
  23029. "description": "Print",
  23030. "layout": "IPY_MODEL_1702bf19771b4c46a191609d9c541761",
  23031. "style": "IPY_MODEL_a7694982c466481b9e75c2192ac2f339"
  23032. }
  23033. },
  23034. "b0ae402879594ac8a951cde616a91963": {
  23035. "model_name": "LabelModel",
  23036. "model_module": "@jupyter-widgets/controls",
  23037. "model_module_version": "1.2.0",
  23038. "state": {
  23039. "layout": "IPY_MODEL_189dc40367044b80ba378586d2ef0984",
  23040. "style": "IPY_MODEL_82f7a520565f414d80c1b1ed4489ee1c",
  23041. "value": "*Optional Classifiers"
  23042. }
  23043. },
  23044. "b0bb562f764e46968501516efdf8edc4": {
  23045. "model_name": "OutputModel",
  23046. "model_module": "@jupyter-widgets/output",
  23047. "model_module_version": "1.0.0",
  23048. "state": {
  23049. "layout": "IPY_MODEL_aae1013d199f4f54ab9ca1de45d5eb97"
  23050. }
  23051. },
  23052. "b0d24b787ca84f3c99fbf3e9e691e125": {
  23053. "model_name": "LayoutModel",
  23054. "model_module": "@jupyter-widgets/base",
  23055. "model_module_version": "1.0.0",
  23056. "state": {}
  23057. },
  23058. "b100003c47784132994aa361a656caf6": {
  23059. "model_name": "LabelModel",
  23060. "model_module": "@jupyter-widgets/controls",
  23061. "model_module_version": "1.2.0",
  23062. "state": {
  23063. "layout": "IPY_MODEL_7126e635789e4065803e2fa81da64238",
  23064. "style": "IPY_MODEL_0bba9418337c4903a3196e5ee32bb0d5",
  23065. "value": "Cleared!"
  23066. }
  23067. },
  23068. "b103071efa6c4a5a99e0c51eb7c6abf3": {
  23069. "model_name": "LayoutModel",
  23070. "model_module": "@jupyter-widgets/base",
  23071. "model_module_version": "1.0.0",
  23072. "state": {}
  23073. },
  23074. "b1132a3ce8e34146b0622c1de663322f": {
  23075. "model_name": "LayoutModel",
  23076. "model_module": "@jupyter-widgets/base",
  23077. "model_module_version": "1.0.0",
  23078. "state": {}
  23079. },
  23080. "b12dd13655d142f89688d1154f8fe0e4": {
  23081. "model_name": "VBoxModel",
  23082. "model_module": "@jupyter-widgets/controls",
  23083. "model_module_version": "1.2.0",
  23084. "state": {
  23085. "_dom_classes": [
  23086. "widget-interact"
  23087. ],
  23088. "children": [
  23089. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  23090. "IPY_MODEL_bf2dee7a369045c6992e8216162671e6"
  23091. ],
  23092. "layout": "IPY_MODEL_e11e2c054208493e94c6ca0ac831ad47"
  23093. }
  23094. },
  23095. "b1398ee3f16f434d9b1d4b24dd864ee6": {
  23096. "model_name": "LayoutModel",
  23097. "model_module": "@jupyter-widgets/base",
  23098. "model_module_version": "1.0.0",
  23099. "state": {}
  23100. },
  23101. "b14b22e7cdd4492ea3dd879a80b1b624": {
  23102. "model_name": "LayoutModel",
  23103. "model_module": "@jupyter-widgets/base",
  23104. "model_module_version": "1.0.0",
  23105. "state": {}
  23106. },
  23107. "b155cabe06ea4d3c9edc5ecdbec20703": {
  23108. "model_name": "DescriptionStyleModel",
  23109. "model_module": "@jupyter-widgets/controls",
  23110. "model_module_version": "1.2.0",
  23111. "state": {
  23112. "description_width": ""
  23113. }
  23114. },
  23115. "b176a1471b65414a938bc2c3bb7d0a2f": {
  23116. "model_name": "DropdownModel",
  23117. "model_module": "@jupyter-widgets/controls",
  23118. "model_module_version": "1.2.0",
  23119. "state": {
  23120. "_options_labels": [
  23121. "Development Status",
  23122. "Environment",
  23123. "Framework",
  23124. "Intended Audience",
  23125. "License",
  23126. "Natural Language",
  23127. "Operating System",
  23128. "Programming Language",
  23129. "Topic"
  23130. ],
  23131. "description": "prefix",
  23132. "index": 0,
  23133. "layout": "IPY_MODEL_c05059eb12f74fdb86182dbc3d8f86e7",
  23134. "style": "IPY_MODEL_3edc34914b534800a0c7e8a2d7cdd6c8"
  23135. }
  23136. },
  23137. "b1792bff348b4c5dbcfb4013a79ebb5f": {
  23138. "model_name": "ButtonModel",
  23139. "model_module": "@jupyter-widgets/controls",
  23140. "model_module_version": "1.2.0",
  23141. "state": {
  23142. "description": "Add",
  23143. "layout": "IPY_MODEL_1f14485b3d82429dae7c5ebc45a6f294",
  23144. "style": "IPY_MODEL_dc118779440c40b8a92d22789129c412"
  23145. }
  23146. },
  23147. "b17c0360b29f44728dcf53f1b3a2697c": {
  23148. "model_name": "LayoutModel",
  23149. "model_module": "@jupyter-widgets/base",
  23150. "model_module_version": "1.0.0",
  23151. "state": {}
  23152. },
  23153. "b17c39089ef74f38a35b4a12abef346c": {
  23154. "model_name": "LayoutModel",
  23155. "model_module": "@jupyter-widgets/base",
  23156. "model_module_version": "1.0.0",
  23157. "state": {}
  23158. },
  23159. "b1851235e8e74b9489438a4dce5b8add": {
  23160. "model_name": "DropdownModel",
  23161. "model_module": "@jupyter-widgets/controls",
  23162. "model_module_version": "1.2.0",
  23163. "state": {
  23164. "_options_labels": [
  23165. "Development Status",
  23166. "Environment",
  23167. "Framework",
  23168. "Intended Audience",
  23169. "License",
  23170. "Natural Language",
  23171. "Operating System",
  23172. "Programming Language",
  23173. "Topic"
  23174. ],
  23175. "description": "prefix",
  23176. "index": 0,
  23177. "layout": "IPY_MODEL_85afd5e0939447adb8e8fc2b49926523",
  23178. "style": "IPY_MODEL_a95693c5633345b3b2ad61151daa1723"
  23179. }
  23180. },
  23181. "b1ab566e5c124cec92ad63ec7f0bb74a": {
  23182. "model_name": "LabelModel",
  23183. "model_module": "@jupyter-widgets/controls",
  23184. "model_module_version": "1.2.0",
  23185. "state": {
  23186. "layout": "IPY_MODEL_8bba198187fb4badb96b45e50bb89949",
  23187. "style": "IPY_MODEL_09ccfde55c21449c9b26bb3b3478dfb9",
  23188. "value": "Saved!"
  23189. }
  23190. },
  23191. "b1b4c35a8b004c6c9de0aae1ed6beb61": {
  23192. "model_name": "ButtonStyleModel",
  23193. "model_module": "@jupyter-widgets/controls",
  23194. "model_module_version": "1.2.0",
  23195. "state": {}
  23196. },
  23197. "b1c228cec4d64afab8a4de59e6ef6c80": {
  23198. "model_name": "OutputModel",
  23199. "model_module": "@jupyter-widgets/output",
  23200. "model_module_version": "1.0.0",
  23201. "state": {
  23202. "layout": "IPY_MODEL_6e144c9269564ce299755ae3a31788ef"
  23203. }
  23204. },
  23205. "b1d042eeae1c48219cfd7c087e5c050d": {
  23206. "model_name": "HBoxModel",
  23207. "model_module": "@jupyter-widgets/controls",
  23208. "model_module_version": "1.2.0",
  23209. "state": {
  23210. "children": [
  23211. "IPY_MODEL_426c5d8ca6964b51a24005c30fac8da7",
  23212. "IPY_MODEL_7fbd3feec6e54784903b228509c10fca",
  23213. "IPY_MODEL_ee6ab4cd905a432eb0c6557b9889098f"
  23214. ],
  23215. "layout": "IPY_MODEL_4f7261bf6dac4539a6da9d851c01171d"
  23216. }
  23217. },
  23218. "b1d6b8f0267249cdb7060865a7df89b4": {
  23219. "model_name": "ButtonModel",
  23220. "model_module": "@jupyter-widgets/controls",
  23221. "model_module_version": "1.2.0",
  23222. "state": {
  23223. "description": "Add",
  23224. "layout": "IPY_MODEL_b8392e5d63bc45c9834a9646597a258d",
  23225. "style": "IPY_MODEL_bab7cef3e4df4185a7a4c168ee9b9c7d"
  23226. }
  23227. },
  23228. "b1e5a8de290c4866b3ec7b0b1217b281": {
  23229. "model_name": "ButtonStyleModel",
  23230. "model_module": "@jupyter-widgets/controls",
  23231. "model_module_version": "1.2.0",
  23232. "state": {}
  23233. },
  23234. "b1e840fd31114509ba3b6f48a07d3a44": {
  23235. "model_name": "DropdownModel",
  23236. "model_module": "@jupyter-widgets/controls",
  23237. "model_module_version": "1.2.0",
  23238. "state": {
  23239. "_options_labels": [
  23240. "Development Status",
  23241. "Environment",
  23242. "Framework",
  23243. "Intended Audience",
  23244. "License",
  23245. "Natural Language",
  23246. "Operating System",
  23247. "Programming Language",
  23248. "Topic"
  23249. ],
  23250. "description": "prefix",
  23251. "index": 6,
  23252. "layout": "IPY_MODEL_69b22690c8e44d74983be69ca2d62bef",
  23253. "style": "IPY_MODEL_80726b22082c40cfad64fafdc35d4259"
  23254. }
  23255. },
  23256. "b1f187a091b540e09d34c3ad86d4ea45": {
  23257. "model_name": "DescriptionStyleModel",
  23258. "model_module": "@jupyter-widgets/controls",
  23259. "model_module_version": "1.2.0",
  23260. "state": {
  23261. "description_width": ""
  23262. }
  23263. },
  23264. "b1f3c771db0441889b149e96159a89b0": {
  23265. "model_name": "DescriptionStyleModel",
  23266. "model_module": "@jupyter-widgets/controls",
  23267. "model_module_version": "1.2.0",
  23268. "state": {
  23269. "description_width": ""
  23270. }
  23271. },
  23272. "b21ab04a0a2e427ea38c5407c0cf81a9": {
  23273. "model_name": "VBoxModel",
  23274. "model_module": "@jupyter-widgets/controls",
  23275. "model_module_version": "1.2.0",
  23276. "state": {
  23277. "_dom_classes": [
  23278. "widget-interact"
  23279. ],
  23280. "children": [
  23281. "IPY_MODEL_e19a9cce7bb04975857732d956790aff",
  23282. "IPY_MODEL_906cbd2211754ebd86d779f38801cc8a"
  23283. ],
  23284. "layout": "IPY_MODEL_4d8536917c14427c842a4b8a09f7ff6f"
  23285. }
  23286. },
  23287. "b228d927521f4f6e85dd919c532f2ee6": {
  23288. "model_name": "LayoutModel",
  23289. "model_module": "@jupyter-widgets/base",
  23290. "model_module_version": "1.0.0",
  23291. "state": {}
  23292. },
  23293. "b229ce8e08b948d392223cb734cf5eac": {
  23294. "model_name": "LayoutModel",
  23295. "model_module": "@jupyter-widgets/base",
  23296. "model_module_version": "1.0.0",
  23297. "state": {}
  23298. },
  23299. "b2708c1c81dd4618a7c0fc4f0da24262": {
  23300. "model_name": "HBoxModel",
  23301. "model_module": "@jupyter-widgets/controls",
  23302. "model_module_version": "1.2.0",
  23303. "state": {
  23304. "children": [
  23305. "IPY_MODEL_e91ef789b49b4885848b60c00470d028",
  23306. "IPY_MODEL_74c0e87cc5be4f88af6a609cf2cae2bb"
  23307. ],
  23308. "layout": "IPY_MODEL_f7523643c09d4eb9a385e487bf531eef"
  23309. }
  23310. },
  23311. "b299ca12358248ec8477e067f7464f85": {
  23312. "model_name": "DescriptionStyleModel",
  23313. "model_module": "@jupyter-widgets/controls",
  23314. "model_module_version": "1.2.0",
  23315. "state": {
  23316. "description_width": ""
  23317. }
  23318. },
  23319. "b2ce68d3b3e44a40a963ab7e7dc20095": {
  23320. "model_name": "LayoutModel",
  23321. "model_module": "@jupyter-widgets/base",
  23322. "model_module_version": "1.0.0",
  23323. "state": {}
  23324. },
  23325. "b2d8b7cdeca144e49d464b5d8327154f": {
  23326. "model_name": "LayoutModel",
  23327. "model_module": "@jupyter-widgets/base",
  23328. "model_module_version": "1.0.0",
  23329. "state": {}
  23330. },
  23331. "b30194d810424461b64aed42493b2366": {
  23332. "model_name": "DescriptionStyleModel",
  23333. "model_module": "@jupyter-widgets/controls",
  23334. "model_module_version": "1.2.0",
  23335. "state": {
  23336. "description_width": ""
  23337. }
  23338. },
  23339. "b318d7e37f6b424bb8e9695029c68520": {
  23340. "model_name": "LayoutModel",
  23341. "model_module": "@jupyter-widgets/base",
  23342. "model_module_version": "1.0.0",
  23343. "state": {}
  23344. },
  23345. "b31ce95f6e1c4ea684f1c9081af70623": {
  23346. "model_name": "ButtonModel",
  23347. "model_module": "@jupyter-widgets/controls",
  23348. "model_module_version": "1.2.0",
  23349. "state": {
  23350. "description": "Save",
  23351. "layout": "IPY_MODEL_3fcf23480a4042309661208cd296c4d3",
  23352. "style": "IPY_MODEL_a6f1db398cd94918ace6a054d02b70e2"
  23353. }
  23354. },
  23355. "b3277231e0f94f44a8962f0fb8363744": {
  23356. "model_name": "HBoxModel",
  23357. "model_module": "@jupyter-widgets/controls",
  23358. "model_module_version": "1.2.0",
  23359. "state": {
  23360. "children": [
  23361. "IPY_MODEL_4f1da7058e0b4dc3a37afb3ca69bd0ed",
  23362. "IPY_MODEL_e4b5af9e097a428c8ccf937ff615edb1"
  23363. ],
  23364. "layout": "IPY_MODEL_01daf93e7e6d490f9005460e6624a181"
  23365. }
  23366. },
  23367. "b3389e7606124ab9891037d17f723876": {
  23368. "model_name": "DescriptionStyleModel",
  23369. "model_module": "@jupyter-widgets/controls",
  23370. "model_module_version": "1.2.0",
  23371. "state": {
  23372. "description_width": ""
  23373. }
  23374. },
  23375. "b379ecb95058409999258a4ac683b341": {
  23376. "model_name": "LayoutModel",
  23377. "model_module": "@jupyter-widgets/base",
  23378. "model_module_version": "1.0.0",
  23379. "state": {}
  23380. },
  23381. "b38e230c396142f7b0f6e219713c2270": {
  23382. "model_name": "LayoutModel",
  23383. "model_module": "@jupyter-widgets/base",
  23384. "model_module_version": "1.0.0",
  23385. "state": {}
  23386. },
  23387. "b3b67eef53c4454abe7224957ed27853": {
  23388. "model_name": "OutputModel",
  23389. "model_module": "@jupyter-widgets/output",
  23390. "model_module_version": "1.0.0",
  23391. "state": {
  23392. "layout": "IPY_MODEL_9492c062cfb34c36ae659363601e6bbf",
  23393. "outputs": [
  23394. {
  23395. "data": {
  23396. "application/vnd.jupyter.widget-view+json": {
  23397. "model_id": "bc6f0a12e57b46bea688284a2ce29221",
  23398. "version_major": 2,
  23399. "version_minor": 0
  23400. },
  23401. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Marathi', 'Natural Lang…"
  23402. },
  23403. "metadata": {},
  23404. "output_type": "display_data"
  23405. }
  23406. ]
  23407. }
  23408. },
  23409. "b3d0b639a9a6401ea9de41110d6f638c": {
  23410. "model_name": "LayoutModel",
  23411. "model_module": "@jupyter-widgets/base",
  23412. "model_module_version": "1.0.0",
  23413. "state": {}
  23414. },
  23415. "b3ecbb3dc2c24a7aa274177209cae143": {
  23416. "model_name": "LayoutModel",
  23417. "model_module": "@jupyter-widgets/base",
  23418. "model_module_version": "1.0.0",
  23419. "state": {}
  23420. },
  23421. "b3f7c8f1b86b4d79b2ce9bc6999b7d81": {
  23422. "model_name": "ButtonStyleModel",
  23423. "model_module": "@jupyter-widgets/controls",
  23424. "model_module_version": "1.2.0",
  23425. "state": {}
  23426. },
  23427. "b41400cb076e43d2888cf46daaf2c9e6": {
  23428. "model_name": "LabelModel",
  23429. "model_module": "@jupyter-widgets/controls",
  23430. "model_module_version": "1.2.0",
  23431. "state": {
  23432. "layout": "IPY_MODEL_36c99d49d8e94f44ad447c211025e5d8",
  23433. "style": "IPY_MODEL_074e120d3c18401e9c5bcf0bf1240aba",
  23434. "value": "*Optional Classifiers"
  23435. }
  23436. },
  23437. "b430808494a34569b9e86f3c081fae07": {
  23438. "model_name": "DescriptionStyleModel",
  23439. "model_module": "@jupyter-widgets/controls",
  23440. "model_module_version": "1.2.0",
  23441. "state": {
  23442. "description_width": ""
  23443. }
  23444. },
  23445. "b43ce008e55b4f92bcc0a972c53ee386": {
  23446. "model_name": "ButtonModel",
  23447. "model_module": "@jupyter-widgets/controls",
  23448. "model_module_version": "1.2.0",
  23449. "state": {
  23450. "description": "Remove",
  23451. "layout": "IPY_MODEL_b78c837ab96944669afc2c7be9938add",
  23452. "style": "IPY_MODEL_f7b5f711604c4ec69f7b368b2d711251"
  23453. }
  23454. },
  23455. "b43d891cab454a7a912909691c1b9cdf": {
  23456. "model_name": "LabelModel",
  23457. "model_module": "@jupyter-widgets/controls",
  23458. "model_module_version": "1.2.0",
  23459. "state": {
  23460. "layout": "IPY_MODEL_7bfa4101b1cc45bc818437f4a9c6003c",
  23461. "style": "IPY_MODEL_c6145ad63ea84488a1ceba1aefb484de",
  23462. "value": "Chosen Classifiers"
  23463. }
  23464. },
  23465. "b44227730e5d475fa809c49c0cbd1b67": {
  23466. "model_name": "LayoutModel",
  23467. "model_module": "@jupyter-widgets/base",
  23468. "model_module_version": "1.0.0",
  23469. "state": {}
  23470. },
  23471. "b4587b9389334f5ebac01ea0b5e4c79b": {
  23472. "model_name": "DescriptionStyleModel",
  23473. "model_module": "@jupyter-widgets/controls",
  23474. "model_module_version": "1.2.0",
  23475. "state": {
  23476. "description_width": ""
  23477. }
  23478. },
  23479. "b46344d8b97741bcb44a71f98ea4b36a": {
  23480. "model_name": "LayoutModel",
  23481. "model_module": "@jupyter-widgets/base",
  23482. "model_module_version": "1.0.0",
  23483. "state": {}
  23484. },
  23485. "b46afa0e586f43e9bb488b49a266c80a": {
  23486. "model_name": "HBoxModel",
  23487. "model_module": "@jupyter-widgets/controls",
  23488. "model_module_version": "1.2.0",
  23489. "state": {
  23490. "children": [
  23491. "IPY_MODEL_8d8a4e64200a45e9a5c5d14825565930",
  23492. "IPY_MODEL_dc00dc2c9c0b4f77a946611e9c7ff536",
  23493. "IPY_MODEL_00f1ad10b8bc4321bf4f710b68231266"
  23494. ],
  23495. "layout": "IPY_MODEL_044eca103b4c458586568d5ec2d6ca49"
  23496. }
  23497. },
  23498. "b47d1c76d6444cbd899ee93fbae7120d": {
  23499. "model_name": "LayoutModel",
  23500. "model_module": "@jupyter-widgets/base",
  23501. "model_module_version": "1.0.0",
  23502. "state": {}
  23503. },
  23504. "b47fb2f574ca4b2296aaa860319457e3": {
  23505. "model_name": "LayoutModel",
  23506. "model_module": "@jupyter-widgets/base",
  23507. "model_module_version": "1.0.0",
  23508. "state": {}
  23509. },
  23510. "b48a49e084254fb9b42e7ef4c9bdb65d": {
  23511. "model_name": "LabelModel",
  23512. "model_module": "@jupyter-widgets/controls",
  23513. "model_module_version": "1.2.0",
  23514. "state": {
  23515. "layout": "IPY_MODEL_0cc4f4221d5b495fa7dc15f02307a4e3",
  23516. "style": "IPY_MODEL_80f5a8d31e8f41c78e4990e9fb9f9ddb",
  23517. "value": "...!"
  23518. }
  23519. },
  23520. "b48ce47b1d8a4aebb29854f5193aa659": {
  23521. "model_name": "LayoutModel",
  23522. "model_module": "@jupyter-widgets/base",
  23523. "model_module_version": "1.0.0",
  23524. "state": {}
  23525. },
  23526. "b49c353c82a0407caa3c3928d787fe04": {
  23527. "model_name": "LayoutModel",
  23528. "model_module": "@jupyter-widgets/base",
  23529. "model_module_version": "1.0.0",
  23530. "state": {}
  23531. },
  23532. "b4b54a541c5b43d89f82b58e15328ad5": {
  23533. "model_name": "LayoutModel",
  23534. "model_module": "@jupyter-widgets/base",
  23535. "model_module_version": "1.0.0",
  23536. "state": {}
  23537. },
  23538. "b4dc608318b44d1eb52dc1a18567218e": {
  23539. "model_name": "LayoutModel",
  23540. "model_module": "@jupyter-widgets/base",
  23541. "model_module_version": "1.0.0",
  23542. "state": {}
  23543. },
  23544. "b4df47ca78f2453f89b4816637208fb8": {
  23545. "model_name": "LayoutModel",
  23546. "model_module": "@jupyter-widgets/base",
  23547. "model_module_version": "1.0.0",
  23548. "state": {}
  23549. },
  23550. "b4efea90f4d6426a96cb7a54ed6abd7b": {
  23551. "model_name": "SelectModel",
  23552. "model_module": "@jupyter-widgets/controls",
  23553. "model_module_version": "1.2.0",
  23554. "state": {
  23555. "description": "Classifiers",
  23556. "index": null,
  23557. "layout": "IPY_MODEL_239387ea25af4e18bf008e5dab5ca38b",
  23558. "style": "IPY_MODEL_c0e44381787747c78f54ebaa77d54725"
  23559. }
  23560. },
  23561. "b4f24b8e8c384afbb0cc7b460306d4eb": {
  23562. "model_name": "VBoxModel",
  23563. "model_module": "@jupyter-widgets/controls",
  23564. "model_module_version": "1.2.0",
  23565. "state": {
  23566. "_dom_classes": [
  23567. "widget-interact"
  23568. ],
  23569. "children": [
  23570. "IPY_MODEL_66e79735a31b4830ab14d459a74c7a06",
  23571. "IPY_MODEL_997eb2f3d2534ae38df17002f14a11be"
  23572. ],
  23573. "layout": "IPY_MODEL_5960926e604748ee86cd1964bae52fc6"
  23574. }
  23575. },
  23576. "b50c0d609221447d9db689079ddbad0c": {
  23577. "model_name": "LayoutModel",
  23578. "model_module": "@jupyter-widgets/base",
  23579. "model_module_version": "1.0.0",
  23580. "state": {}
  23581. },
  23582. "b50e5fc428904573898680ac7c0b98b6": {
  23583. "model_name": "LabelModel",
  23584. "model_module": "@jupyter-widgets/controls",
  23585. "model_module_version": "1.2.0",
  23586. "state": {
  23587. "layout": "IPY_MODEL_5fdf789a49774dbcac844fa98bb899f9",
  23588. "style": "IPY_MODEL_5131823f795d4f21af820044e5fbfb95",
  23589. "value": "Selected Classifier Removed!"
  23590. }
  23591. },
  23592. "b512906fc9df43a38d760fa07788ed00": {
  23593. "model_name": "HBoxModel",
  23594. "model_module": "@jupyter-widgets/controls",
  23595. "model_module_version": "1.2.0",
  23596. "state": {
  23597. "children": [
  23598. "IPY_MODEL_4ccc8cdafc3448a4ba6e56132e6e90ed",
  23599. "IPY_MODEL_8e78474bf9c240d69d78345fb8a041ec",
  23600. "IPY_MODEL_bca73b25368b485e9b2d18f43f2aa400"
  23601. ],
  23602. "layout": "IPY_MODEL_f21f6fa172074361980dd695257a4ac0"
  23603. }
  23604. },
  23605. "b512dab2b395462ea398b341b9b77cb1": {
  23606. "model_name": "DescriptionStyleModel",
  23607. "model_module": "@jupyter-widgets/controls",
  23608. "model_module_version": "1.2.0",
  23609. "state": {
  23610. "description_width": ""
  23611. }
  23612. },
  23613. "b52a1267891448989d9bada8187744d8": {
  23614. "model_name": "VBoxModel",
  23615. "model_module": "@jupyter-widgets/controls",
  23616. "model_module_version": "1.2.0",
  23617. "state": {
  23618. "_dom_classes": [
  23619. "widget-interact"
  23620. ],
  23621. "children": [
  23622. "IPY_MODEL_3b7614604c77429f8c4639c9ca5be8f2",
  23623. "IPY_MODEL_d3528e13776542c381a2184955336f5f"
  23624. ],
  23625. "layout": "IPY_MODEL_010ef66cbe93415a8f19be19d957c040"
  23626. }
  23627. },
  23628. "b5344d990e5a4effbd793713735a1140": {
  23629. "model_name": "SelectModel",
  23630. "model_module": "@jupyter-widgets/controls",
  23631. "model_module_version": "1.2.0",
  23632. "state": {
  23633. "description": "Classifiers",
  23634. "index": null,
  23635. "layout": "IPY_MODEL_1450c1b7a3504f13a1fb48596038cfbb",
  23636. "style": "IPY_MODEL_4fd7a3f8edde4a62bc67d4c6ed2389fe"
  23637. }
  23638. },
  23639. "b537fa14a4934940818d948771a1b121": {
  23640. "model_name": "LayoutModel",
  23641. "model_module": "@jupyter-widgets/base",
  23642. "model_module_version": "1.0.0",
  23643. "state": {}
  23644. },
  23645. "b5a63eb5c9d34962b8bed3631c0ab23e": {
  23646. "model_name": "OutputModel",
  23647. "model_module": "@jupyter-widgets/output",
  23648. "model_module_version": "1.0.0",
  23649. "state": {
  23650. "layout": "IPY_MODEL_4e07618bd9bd4e1dbe911d81d4890cb6"
  23651. }
  23652. },
  23653. "b5babab46afe426f9f77dab501e71788": {
  23654. "model_name": "LayoutModel",
  23655. "model_module": "@jupyter-widgets/base",
  23656. "model_module_version": "1.0.0",
  23657. "state": {}
  23658. },
  23659. "b5c203852f5040efbfac3064af2a1e94": {
  23660. "model_name": "HBoxModel",
  23661. "model_module": "@jupyter-widgets/controls",
  23662. "model_module_version": "1.2.0",
  23663. "state": {
  23664. "children": [
  23665. "IPY_MODEL_41b9ff2e35744c83a76613cd7bf6bb28",
  23666. "IPY_MODEL_a94ed25248e84d838046867804b2c687"
  23667. ],
  23668. "layout": "IPY_MODEL_0bf8992c455348d19e6b25025b9a74af"
  23669. }
  23670. },
  23671. "b5c595937e254df38f67351f21d7b24d": {
  23672. "model_name": "LayoutModel",
  23673. "model_module": "@jupyter-widgets/base",
  23674. "model_module_version": "1.0.0",
  23675. "state": {}
  23676. },
  23677. "b5d4c851af7341d5b29ace9c15eeaa39": {
  23678. "model_name": "VBoxModel",
  23679. "model_module": "@jupyter-widgets/controls",
  23680. "model_module_version": "1.2.0",
  23681. "state": {
  23682. "_dom_classes": [
  23683. "widget-interact"
  23684. ],
  23685. "children": [
  23686. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  23687. "IPY_MODEL_65527a7fb17a4da88c6a0f785b637477"
  23688. ],
  23689. "layout": "IPY_MODEL_0d8b514321e84392b00659a99ad66f20"
  23690. }
  23691. },
  23692. "b5edace1208a42d495ef488153a0ec2a": {
  23693. "model_name": "LayoutModel",
  23694. "model_module": "@jupyter-widgets/base",
  23695. "model_module_version": "1.0.0",
  23696. "state": {}
  23697. },
  23698. "b5fb822d8adb4f12befc834e5bdcdfb8": {
  23699. "model_name": "SelectModel",
  23700. "model_module": "@jupyter-widgets/controls",
  23701. "model_module_version": "1.2.0",
  23702. "state": {
  23703. "description": "Selected:",
  23704. "index": null,
  23705. "layout": "IPY_MODEL_5fdb1cc6a032433e951ed867a66fa2fb",
  23706. "style": "IPY_MODEL_61076ade972a40ab9e17ccb020ff98d5"
  23707. }
  23708. },
  23709. "b6098fb2819f4081ad1ec5fd9a4843ae": {
  23710. "model_name": "ButtonStyleModel",
  23711. "model_module": "@jupyter-widgets/controls",
  23712. "model_module_version": "1.2.0",
  23713. "state": {}
  23714. },
  23715. "b60ab6e2b239473bb91ba91d664e6f1b": {
  23716. "model_name": "DescriptionStyleModel",
  23717. "model_module": "@jupyter-widgets/controls",
  23718. "model_module_version": "1.2.0",
  23719. "state": {
  23720. "description_width": ""
  23721. }
  23722. },
  23723. "b60c73b6b28f45d49817be78a26f3eaf": {
  23724. "model_name": "LayoutModel",
  23725. "model_module": "@jupyter-widgets/base",
  23726. "model_module_version": "1.0.0",
  23727. "state": {}
  23728. },
  23729. "b62d9731804f45bf8177cacca6c98284": {
  23730. "model_name": "VBoxModel",
  23731. "model_module": "@jupyter-widgets/controls",
  23732. "model_module_version": "1.2.0",
  23733. "state": {
  23734. "_dom_classes": [
  23735. "widget-interact"
  23736. ],
  23737. "children": [
  23738. "IPY_MODEL_aa65436d0cf44cf8b44fcb9d256cc3bb",
  23739. "IPY_MODEL_aca39e8e0c6943cd8241a4c0bdce2de0"
  23740. ],
  23741. "layout": "IPY_MODEL_410d8238988541ffa5a82d1e51de541a"
  23742. }
  23743. },
  23744. "b63aea300433476cb769ef382fa54356": {
  23745. "model_name": "OutputModel",
  23746. "model_module": "@jupyter-widgets/output",
  23747. "model_module_version": "1.0.0",
  23748. "state": {
  23749. "layout": "IPY_MODEL_3650321a579445bf950f1f0a4024b512"
  23750. }
  23751. },
  23752. "b63e43beb6e742d8b3584c192ae94087": {
  23753. "model_name": "LayoutModel",
  23754. "model_module": "@jupyter-widgets/base",
  23755. "model_module_version": "1.0.0",
  23756. "state": {}
  23757. },
  23758. "b652f136f9404143a3a10032fcbfd10f": {
  23759. "model_name": "OutputModel",
  23760. "model_module": "@jupyter-widgets/output",
  23761. "model_module_version": "1.0.0",
  23762. "state": {
  23763. "layout": "IPY_MODEL_9f0f841cef8f46359dba42b5fab709e3"
  23764. }
  23765. },
  23766. "b65cff24c77847a3a5434909f71983f7": {
  23767. "model_name": "ButtonStyleModel",
  23768. "model_module": "@jupyter-widgets/controls",
  23769. "model_module_version": "1.2.0",
  23770. "state": {}
  23771. },
  23772. "b66682c00a554e8d95e16a98369cd646": {
  23773. "model_name": "HBoxModel",
  23774. "model_module": "@jupyter-widgets/controls",
  23775. "model_module_version": "1.2.0",
  23776. "state": {
  23777. "children": [
  23778. "IPY_MODEL_606861c10cc1491792e7531212349f56",
  23779. "IPY_MODEL_217f76da293244cbadac9e01838ba180"
  23780. ],
  23781. "layout": "IPY_MODEL_a354aa4b3da7414796ad169c3b7efd9c"
  23782. }
  23783. },
  23784. "b66f3400ad274b8b9a450e70f7491a1d": {
  23785. "model_name": "ButtonModel",
  23786. "model_module": "@jupyter-widgets/controls",
  23787. "model_module_version": "1.2.0",
  23788. "state": {
  23789. "description": "Save",
  23790. "layout": "IPY_MODEL_5c65be7fe9b74ef2ad16bc8343746889",
  23791. "style": "IPY_MODEL_ba61152af61749d1b91dfb76a702f953"
  23792. }
  23793. },
  23794. "b69b153333ed4670851393268f0574fd": {
  23795. "model_name": "VBoxModel",
  23796. "model_module": "@jupyter-widgets/controls",
  23797. "model_module_version": "1.2.0",
  23798. "state": {
  23799. "_dom_classes": [
  23800. "widget-interact"
  23801. ],
  23802. "children": [
  23803. "IPY_MODEL_0e3cc9a191e94a8792e89c8bce4adbea",
  23804. "IPY_MODEL_3ff0d40e03c740f69fe4860a25a40d05"
  23805. ],
  23806. "layout": "IPY_MODEL_2712535bb9974bbe9c7a77a0af859d5b"
  23807. }
  23808. },
  23809. "b6b4863bb7eb44e2ba096c0774b1701f": {
  23810. "model_name": "OutputModel",
  23811. "model_module": "@jupyter-widgets/output",
  23812. "model_module_version": "1.0.0",
  23813. "state": {
  23814. "layout": "IPY_MODEL_8982a88ef3134d51b8eb3e646420df72"
  23815. }
  23816. },
  23817. "b6c2559564ab4a429669bc0035dc5c99": {
  23818. "model_name": "LayoutModel",
  23819. "model_module": "@jupyter-widgets/base",
  23820. "model_module_version": "1.0.0",
  23821. "state": {}
  23822. },
  23823. "b6c400586b3948cca78aa1d04fbc0c53": {
  23824. "model_name": "LabelModel",
  23825. "model_module": "@jupyter-widgets/controls",
  23826. "model_module_version": "1.2.0",
  23827. "state": {
  23828. "layout": "IPY_MODEL_6a7a14509d9a47119c46e3960702b905",
  23829. "style": "IPY_MODEL_4cbd97340d6e4815b7f4e6f7ddecf100",
  23830. "value": "Chosen Classifiers"
  23831. }
  23832. },
  23833. "b6c58bd6ff924fca8b3fbc4e72641364": {
  23834. "model_name": "DropdownModel",
  23835. "model_module": "@jupyter-widgets/controls",
  23836. "model_module_version": "1.2.0",
  23837. "state": {
  23838. "_options_labels": [
  23839. "Development Status",
  23840. "Environment",
  23841. "Framework",
  23842. "Intended Audience",
  23843. "License",
  23844. "Natural Language",
  23845. "Operating System",
  23846. "Programming Language",
  23847. "Topic"
  23848. ],
  23849. "description": "prefix",
  23850. "index": 4,
  23851. "layout": "IPY_MODEL_0e048fcb50474981814435108e9a3b7f",
  23852. "style": "IPY_MODEL_901cc1a12a744a4bbb13083a6cd5bfae"
  23853. }
  23854. },
  23855. "b6dc5c5fbb7540a08bac957af865c84a": {
  23856. "model_name": "DescriptionStyleModel",
  23857. "model_module": "@jupyter-widgets/controls",
  23858. "model_module_version": "1.2.0",
  23859. "state": {
  23860. "description_width": ""
  23861. }
  23862. },
  23863. "b73039adee1a456fb9b2f4399999a9e8": {
  23864. "model_name": "LayoutModel",
  23865. "model_module": "@jupyter-widgets/base",
  23866. "model_module_version": "1.0.0",
  23867. "state": {}
  23868. },
  23869. "b73549c4c6e941eb873cf663f9168716": {
  23870. "model_name": "DropdownModel",
  23871. "model_module": "@jupyter-widgets/controls",
  23872. "model_module_version": "1.2.0",
  23873. "state": {
  23874. "_options_labels": [
  23875. "Development Status :: 4 - Beta",
  23876. "Development Status :: 5 - Production/Stable",
  23877. "Development Status :: 7 - Inactive",
  23878. "Development Status :: 3 - Alpha",
  23879. "Development Status :: 2 - Pre-Alpha",
  23880. "Development Status :: 6 - Mature",
  23881. "Development Status :: 1 - Planning"
  23882. ],
  23883. "description": "Classifier",
  23884. "index": 0,
  23885. "layout": "IPY_MODEL_a3eff464ddcd4aad9453dda859e14fb1",
  23886. "style": "IPY_MODEL_53ee533a5bf74b878b61dcc0129014f0"
  23887. }
  23888. },
  23889. "b73c6608c21d46a9a9a2f251c10b663c": {
  23890. "model_name": "DescriptionStyleModel",
  23891. "model_module": "@jupyter-widgets/controls",
  23892. "model_module_version": "1.2.0",
  23893. "state": {
  23894. "description_width": ""
  23895. }
  23896. },
  23897. "b747c83538614f4e965916bf8c95f41e": {
  23898. "model_name": "LayoutModel",
  23899. "model_module": "@jupyter-widgets/base",
  23900. "model_module_version": "1.0.0",
  23901. "state": {}
  23902. },
  23903. "b74abaa6482a4871a13161477b14ccbf": {
  23904. "model_name": "HBoxModel",
  23905. "model_module": "@jupyter-widgets/controls",
  23906. "model_module_version": "1.2.0",
  23907. "state": {
  23908. "children": [
  23909. "IPY_MODEL_bf161677d16f4f11b28e35db544c82fd",
  23910. "IPY_MODEL_fd2264b7d1a74ad79ffa870d802307d8"
  23911. ],
  23912. "layout": "IPY_MODEL_3e4c46a5c4d3453cb417c0caebc45c4a"
  23913. }
  23914. },
  23915. "b756bf1e7a3740c8871943e7d8d07fce": {
  23916. "model_name": "LayoutModel",
  23917. "model_module": "@jupyter-widgets/base",
  23918. "model_module_version": "1.0.0",
  23919. "state": {}
  23920. },
  23921. "b75feb1434e84c8fb2ada26903c3c8c6": {
  23922. "model_name": "OutputModel",
  23923. "model_module": "@jupyter-widgets/output",
  23924. "model_module_version": "1.0.0",
  23925. "state": {
  23926. "layout": "IPY_MODEL_21c4d9791f9f447ab0b7db2ddf75ae06"
  23927. }
  23928. },
  23929. "b77427e49bb94c90872a9657a5cf8487": {
  23930. "model_name": "VBoxModel",
  23931. "model_module": "@jupyter-widgets/controls",
  23932. "model_module_version": "1.2.0",
  23933. "state": {
  23934. "_dom_classes": [
  23935. "widget-interact"
  23936. ],
  23937. "children": [
  23938. "IPY_MODEL_0f9c1b41dae443b78e61283318a94042",
  23939. "IPY_MODEL_18cb0662643f49e08c5a1e81ef32d8a3"
  23940. ],
  23941. "layout": "IPY_MODEL_d7b69407196e4ee6b0842464a5f3f2d1"
  23942. }
  23943. },
  23944. "b78c837ab96944669afc2c7be9938add": {
  23945. "model_name": "LayoutModel",
  23946. "model_module": "@jupyter-widgets/base",
  23947. "model_module_version": "1.0.0",
  23948. "state": {}
  23949. },
  23950. "b7a13e494e6a47d5ad90d319af65be08": {
  23951. "model_name": "LayoutModel",
  23952. "model_module": "@jupyter-widgets/base",
  23953. "model_module_version": "1.0.0",
  23954. "state": {}
  23955. },
  23956. "b7a34c1b443044b38dad1860adcb2767": {
  23957. "model_name": "ButtonStyleModel",
  23958. "model_module": "@jupyter-widgets/controls",
  23959. "model_module_version": "1.2.0",
  23960. "state": {}
  23961. },
  23962. "b7be6696dd2f4b02aaf5a35808845c7f": {
  23963. "model_name": "ButtonStyleModel",
  23964. "model_module": "@jupyter-widgets/controls",
  23965. "model_module_version": "1.2.0",
  23966. "state": {}
  23967. },
  23968. "b7cae3c6907144d78d49f4fea72a41a4": {
  23969. "model_name": "LabelModel",
  23970. "model_module": "@jupyter-widgets/controls",
  23971. "model_module_version": "1.2.0",
  23972. "state": {
  23973. "layout": "IPY_MODEL_72e478c105bf4353878c8f1a98d754cf",
  23974. "style": "IPY_MODEL_77f51f2846e64484a7bcc11035624faf",
  23975. "value": "Chosen Classifiers"
  23976. }
  23977. },
  23978. "b7d105516cb142b885e169d3eb6a2040": {
  23979. "model_name": "ButtonStyleModel",
  23980. "model_module": "@jupyter-widgets/controls",
  23981. "model_module_version": "1.2.0",
  23982. "state": {}
  23983. },
  23984. "b7d879df7c9c432ca0f592c534ef2317": {
  23985. "model_name": "VBoxModel",
  23986. "model_module": "@jupyter-widgets/controls",
  23987. "model_module_version": "1.2.0",
  23988. "state": {
  23989. "_dom_classes": [
  23990. "widget-interact"
  23991. ],
  23992. "children": [
  23993. "IPY_MODEL_91bcb333000c460784f0eb6626ddca1a",
  23994. "IPY_MODEL_04ff8db3425844ff887baf84a49f05a5"
  23995. ],
  23996. "layout": "IPY_MODEL_0fd6639beebc4c938a552efc7ef47fcc"
  23997. }
  23998. },
  23999. "b7dbb031564243dfb39695712d2a3b74": {
  24000. "model_name": "LayoutModel",
  24001. "model_module": "@jupyter-widgets/base",
  24002. "model_module_version": "1.0.0",
  24003. "state": {}
  24004. },
  24005. "b7f75f8a60874d99acb3f33759dc2500": {
  24006. "model_name": "ButtonStyleModel",
  24007. "model_module": "@jupyter-widgets/controls",
  24008. "model_module_version": "1.2.0",
  24009. "state": {}
  24010. },
  24011. "b7fb7eee917d4f0aa85173fdae207a94": {
  24012. "model_name": "DescriptionStyleModel",
  24013. "model_module": "@jupyter-widgets/controls",
  24014. "model_module_version": "1.2.0",
  24015. "state": {
  24016. "description_width": ""
  24017. }
  24018. },
  24019. "b82b1a5c72204cf388970dde529b77bd": {
  24020. "model_name": "DescriptionStyleModel",
  24021. "model_module": "@jupyter-widgets/controls",
  24022. "model_module_version": "1.2.0",
  24023. "state": {
  24024. "description_width": ""
  24025. }
  24026. },
  24027. "b834113116764458b695989420026c2f": {
  24028. "model_name": "DescriptionStyleModel",
  24029. "model_module": "@jupyter-widgets/controls",
  24030. "model_module_version": "1.2.0",
  24031. "state": {
  24032. "description_width": ""
  24033. }
  24034. },
  24035. "b8392e5d63bc45c9834a9646597a258d": {
  24036. "model_name": "LayoutModel",
  24037. "model_module": "@jupyter-widgets/base",
  24038. "model_module_version": "1.0.0",
  24039. "state": {}
  24040. },
  24041. "b85045ea15924cb2a35a7f7474235da5": {
  24042. "model_name": "ButtonModel",
  24043. "model_module": "@jupyter-widgets/controls",
  24044. "model_module_version": "1.2.0",
  24045. "state": {
  24046. "description": "Add",
  24047. "layout": "IPY_MODEL_e907f7d6f9c7475192b5d5b3f2c4032a",
  24048. "style": "IPY_MODEL_95d5f8a62ef8429ba8851f80a212b48e"
  24049. }
  24050. },
  24051. "b8877bee09e8423081108d052a9aac7d": {
  24052. "model_name": "LabelModel",
  24053. "model_module": "@jupyter-widgets/controls",
  24054. "model_module_version": "1.2.0",
  24055. "state": {
  24056. "layout": "IPY_MODEL_0d416f082561465496809da682209fcd",
  24057. "style": "IPY_MODEL_906ead97b07648b583ee82636c83b274",
  24058. "value": "Chosen Classifiers"
  24059. }
  24060. },
  24061. "b8a199ac79e94967a8b7f99c8cb7e7ee": {
  24062. "model_name": "LabelModel",
  24063. "model_module": "@jupyter-widgets/controls",
  24064. "model_module_version": "1.2.0",
  24065. "state": {
  24066. "layout": "IPY_MODEL_bfa43ef90e1a4aaf988ef202cbbfc96f",
  24067. "style": "IPY_MODEL_b1f187a091b540e09d34c3ad86d4ea45",
  24068. "value": "*Optional Classifiers"
  24069. }
  24070. },
  24071. "b8a66e7d8dc845b09045413512aee64e": {
  24072. "model_name": "LayoutModel",
  24073. "model_module": "@jupyter-widgets/base",
  24074. "model_module_version": "1.0.0",
  24075. "state": {}
  24076. },
  24077. "b8adb8c01e844cb388cc0edd0fe18fcc": {
  24078. "model_name": "HBoxModel",
  24079. "model_module": "@jupyter-widgets/controls",
  24080. "model_module_version": "1.2.0",
  24081. "state": {
  24082. "children": [
  24083. "IPY_MODEL_1572dc35865e469ea4e89146878acf5c",
  24084. "IPY_MODEL_2c433906ebc346858d97f25cab868750"
  24085. ],
  24086. "layout": "IPY_MODEL_bcbc3834fa8b41ccb4013835fc74d4bd"
  24087. }
  24088. },
  24089. "b8b29bafb7824edf91f5e99ee2a35702": {
  24090. "model_name": "LayoutModel",
  24091. "model_module": "@jupyter-widgets/base",
  24092. "model_module_version": "1.0.0",
  24093. "state": {}
  24094. },
  24095. "b8c098d79bf249c191c7881a5f962bd8": {
  24096. "model_name": "VBoxModel",
  24097. "model_module": "@jupyter-widgets/controls",
  24098. "model_module_version": "1.2.0",
  24099. "state": {
  24100. "_dom_classes": [
  24101. "widget-interact"
  24102. ],
  24103. "children": [
  24104. "IPY_MODEL_4cc1713196304038aafccefb61513fd2",
  24105. "IPY_MODEL_55a2e8d017fa434aa70e2bbfc10c280d"
  24106. ],
  24107. "layout": "IPY_MODEL_8a01b682b5f94e899dc59008ef016443"
  24108. }
  24109. },
  24110. "b8cad893ebad44148e85368a2367bb84": {
  24111. "model_name": "LayoutModel",
  24112. "model_module": "@jupyter-widgets/base",
  24113. "model_module_version": "1.0.0",
  24114. "state": {}
  24115. },
  24116. "b8da7572e38b42908e376e2d59c9d9f9": {
  24117. "model_name": "DescriptionStyleModel",
  24118. "model_module": "@jupyter-widgets/controls",
  24119. "model_module_version": "1.2.0",
  24120. "state": {
  24121. "description_width": ""
  24122. }
  24123. },
  24124. "b8e13c2aa1ce4d14b69a23656646c47b": {
  24125. "model_name": "LayoutModel",
  24126. "model_module": "@jupyter-widgets/base",
  24127. "model_module_version": "1.0.0",
  24128. "state": {}
  24129. },
  24130. "b8e836908fee4ba5af89f383944da46e": {
  24131. "model_name": "VBoxModel",
  24132. "model_module": "@jupyter-widgets/controls",
  24133. "model_module_version": "1.2.0",
  24134. "state": {
  24135. "_dom_classes": [
  24136. "widget-interact"
  24137. ],
  24138. "children": [
  24139. "IPY_MODEL_aeb8e3d8e5464edeb11ca62b09536227",
  24140. "IPY_MODEL_46046c082a4942aca4e013936dd5f5cf"
  24141. ],
  24142. "layout": "IPY_MODEL_367c31a216914069ba4ef36a0924cf52"
  24143. }
  24144. },
  24145. "b91a17089cad4920ae87dab393114761": {
  24146. "model_name": "DescriptionStyleModel",
  24147. "model_module": "@jupyter-widgets/controls",
  24148. "model_module_version": "1.2.0",
  24149. "state": {
  24150. "description_width": ""
  24151. }
  24152. },
  24153. "b9200364a03f468c886f8baea6d43645": {
  24154. "model_name": "LayoutModel",
  24155. "model_module": "@jupyter-widgets/base",
  24156. "model_module_version": "1.0.0",
  24157. "state": {}
  24158. },
  24159. "b9252ddc8f9a48ad854a16fc9d0d11e4": {
  24160. "model_name": "LayoutModel",
  24161. "model_module": "@jupyter-widgets/base",
  24162. "model_module_version": "1.0.0",
  24163. "state": {}
  24164. },
  24165. "b927e5019aed4156872957bee82e918f": {
  24166. "model_name": "VBoxModel",
  24167. "model_module": "@jupyter-widgets/controls",
  24168. "model_module_version": "1.2.0",
  24169. "state": {
  24170. "_dom_classes": [
  24171. "widget-interact"
  24172. ],
  24173. "children": [
  24174. "IPY_MODEL_7e3013e4a68f4c55906fab122a4d13e4",
  24175. "IPY_MODEL_8a293971b7b645aabc95cb385e013b32"
  24176. ],
  24177. "layout": "IPY_MODEL_d31878f341774c6aab09cf672dab520a"
  24178. }
  24179. },
  24180. "b92c666c4f7f4810a26f82f067395dcb": {
  24181. "model_name": "ButtonModel",
  24182. "model_module": "@jupyter-widgets/controls",
  24183. "model_module_version": "1.2.0",
  24184. "state": {
  24185. "description": "Save",
  24186. "layout": "IPY_MODEL_bddcde991d9e4f079ab3aa924fd342be",
  24187. "style": "IPY_MODEL_7497060daa43418387ad0c2ffe652e0e"
  24188. }
  24189. },
  24190. "b93063e818dd43b094dc5cee7a06fc75": {
  24191. "model_name": "LayoutModel",
  24192. "model_module": "@jupyter-widgets/base",
  24193. "model_module_version": "1.0.0",
  24194. "state": {}
  24195. },
  24196. "b943531fc2634e82a310805fa0a1572c": {
  24197. "model_name": "LayoutModel",
  24198. "model_module": "@jupyter-widgets/base",
  24199. "model_module_version": "1.0.0",
  24200. "state": {}
  24201. },
  24202. "b94df615e87e4aa38775957830d93831": {
  24203. "model_name": "HBoxModel",
  24204. "model_module": "@jupyter-widgets/controls",
  24205. "model_module_version": "1.2.0",
  24206. "state": {
  24207. "children": [
  24208. "IPY_MODEL_64660ee06e5b4d67af78e7f878a24d04",
  24209. "IPY_MODEL_0f18cd53212e4c05aa36cf6e3849676d"
  24210. ],
  24211. "layout": "IPY_MODEL_b46344d8b97741bcb44a71f98ea4b36a"
  24212. }
  24213. },
  24214. "b95b60830e7a4e2882f2712bc07ee3a8": {
  24215. "model_name": "DescriptionStyleModel",
  24216. "model_module": "@jupyter-widgets/controls",
  24217. "model_module_version": "1.2.0",
  24218. "state": {
  24219. "description_width": ""
  24220. }
  24221. },
  24222. "b95c70a3a8eb47059b07fe8167d83f2b": {
  24223. "model_name": "DescriptionStyleModel",
  24224. "model_module": "@jupyter-widgets/controls",
  24225. "model_module_version": "1.2.0",
  24226. "state": {
  24227. "description_width": ""
  24228. }
  24229. },
  24230. "b970b417d1ee476697f499c5d5f845d6": {
  24231. "model_name": "HBoxModel",
  24232. "model_module": "@jupyter-widgets/controls",
  24233. "model_module_version": "1.2.0",
  24234. "state": {
  24235. "children": [
  24236. "IPY_MODEL_797f0a3910494b12a8c0cbfc40e593fd",
  24237. "IPY_MODEL_b99a03ea9bad46f49c6948b921368066"
  24238. ],
  24239. "layout": "IPY_MODEL_2379e8a3ee044534b2654f3fd27fc5b9"
  24240. }
  24241. },
  24242. "b972c257018143268d910c8d9aa3f7f4": {
  24243. "model_name": "DescriptionStyleModel",
  24244. "model_module": "@jupyter-widgets/controls",
  24245. "model_module_version": "1.2.0",
  24246. "state": {
  24247. "description_width": ""
  24248. }
  24249. },
  24250. "b98adeaa7db949a78d72d80069f3682a": {
  24251. "model_name": "OutputModel",
  24252. "model_module": "@jupyter-widgets/output",
  24253. "model_module_version": "1.0.0",
  24254. "state": {
  24255. "layout": "IPY_MODEL_22eaa74e2de64674b59be03192e4faa3",
  24256. "outputs": [
  24257. {
  24258. "data": {
  24259. "application/vnd.jupyter.widget-view+json": {
  24260. "model_id": "71d98d915b304450a7aca71fdc3fff90",
  24261. "version_major": 2,
  24262. "version_minor": 0
  24263. },
  24264. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Development Status :: 5 - Produ…"
  24265. },
  24266. "metadata": {},
  24267. "output_type": "display_data"
  24268. }
  24269. ]
  24270. }
  24271. },
  24272. "b9968bce50334e7587b52dc96b78c404": {
  24273. "model_name": "LayoutModel",
  24274. "model_module": "@jupyter-widgets/base",
  24275. "model_module_version": "1.0.0",
  24276. "state": {}
  24277. },
  24278. "b99a03ea9bad46f49c6948b921368066": {
  24279. "model_name": "HBoxModel",
  24280. "model_module": "@jupyter-widgets/controls",
  24281. "model_module_version": "1.2.0",
  24282. "state": {
  24283. "children": [
  24284. "IPY_MODEL_276f47d6436f43459dac59b034238607"
  24285. ],
  24286. "layout": "IPY_MODEL_69f28f0bfe274aca85164b864b85b7ef"
  24287. }
  24288. },
  24289. "b9acc65190914b39b92bb659d65c6ba9": {
  24290. "model_name": "DescriptionStyleModel",
  24291. "model_module": "@jupyter-widgets/controls",
  24292. "model_module_version": "1.2.0",
  24293. "state": {
  24294. "description_width": ""
  24295. }
  24296. },
  24297. "b9ba95c6a8ee43adbccfbe57ae2f917d": {
  24298. "model_name": "DescriptionStyleModel",
  24299. "model_module": "@jupyter-widgets/controls",
  24300. "model_module_version": "1.2.0",
  24301. "state": {
  24302. "description_width": ""
  24303. }
  24304. },
  24305. "b9bdf0237a3d45888d85cfccba1533c8": {
  24306. "model_name": "VBoxModel",
  24307. "model_module": "@jupyter-widgets/controls",
  24308. "model_module_version": "1.2.0",
  24309. "state": {
  24310. "_dom_classes": [
  24311. "widget-interact"
  24312. ],
  24313. "children": [
  24314. "IPY_MODEL_c6cce1a8314c4dfd8dfe5ab65ccdb5dc",
  24315. "IPY_MODEL_bdd2baece1ca4772bb45259283832969"
  24316. ],
  24317. "layout": "IPY_MODEL_aaf97ea16b1c4d749089590a29186caf"
  24318. }
  24319. },
  24320. "b9bf67af208c4fe4a767e41978137b0e": {
  24321. "model_name": "DescriptionStyleModel",
  24322. "model_module": "@jupyter-widgets/controls",
  24323. "model_module_version": "1.2.0",
  24324. "state": {
  24325. "description_width": ""
  24326. }
  24327. },
  24328. "b9cf934f80204ae89705abfad7da2d37": {
  24329. "model_name": "LabelModel",
  24330. "model_module": "@jupyter-widgets/controls",
  24331. "model_module_version": "1.2.0",
  24332. "state": {
  24333. "layout": "IPY_MODEL_78eb15a54cfc4112b4745fb5ae5f9a15",
  24334. "style": "IPY_MODEL_88ad1842abe94e7b9f6def9704e0e50e",
  24335. "value": "Highlighted Classifer: Operating System :: Microsoft :: Windows :: Windows Server 2003"
  24336. }
  24337. },
  24338. "b9eac1e89c654f4094ab0d511bb4b4dd": {
  24339. "model_name": "HBoxModel",
  24340. "model_module": "@jupyter-widgets/controls",
  24341. "model_module_version": "1.2.0",
  24342. "state": {
  24343. "children": [
  24344. "IPY_MODEL_107e355ab1e04042986e75a2aac943d9",
  24345. "IPY_MODEL_abe4440200624c179e64d8e0b88d7244"
  24346. ],
  24347. "layout": "IPY_MODEL_c260dabb5a5c42b49a428184f4f8eeae"
  24348. }
  24349. },
  24350. "b9fb1b57ef8a416c82b2d702452f8bfd": {
  24351. "model_name": "DescriptionStyleModel",
  24352. "model_module": "@jupyter-widgets/controls",
  24353. "model_module_version": "1.2.0",
  24354. "state": {
  24355. "description_width": ""
  24356. }
  24357. },
  24358. "ba0e7b6ac6974e67ac35074677d35298": {
  24359. "model_name": "OutputModel",
  24360. "model_module": "@jupyter-widgets/output",
  24361. "model_module_version": "1.0.0",
  24362. "state": {
  24363. "layout": "IPY_MODEL_49b612cc8c64480aaba426ead2e78814"
  24364. }
  24365. },
  24366. "ba16b44f4d92403db9d713f88c393ffd": {
  24367. "model_name": "OutputModel",
  24368. "model_module": "@jupyter-widgets/output",
  24369. "model_module_version": "1.0.0",
  24370. "state": {
  24371. "layout": "IPY_MODEL_b50c0d609221447d9db689079ddbad0c"
  24372. }
  24373. },
  24374. "ba1fdfc4fae44656b6f4978ae9994b69": {
  24375. "model_name": "LayoutModel",
  24376. "model_module": "@jupyter-widgets/base",
  24377. "model_module_version": "1.0.0",
  24378. "state": {}
  24379. },
  24380. "ba2c9c05aa32419d8a90a00567847bd3": {
  24381. "model_name": "LayoutModel",
  24382. "model_module": "@jupyter-widgets/base",
  24383. "model_module_version": "1.0.0",
  24384. "state": {}
  24385. },
  24386. "ba4714d27fa34bec9a63010e6754ea0a": {
  24387. "model_name": "DescriptionStyleModel",
  24388. "model_module": "@jupyter-widgets/controls",
  24389. "model_module_version": "1.2.0",
  24390. "state": {
  24391. "description_width": ""
  24392. }
  24393. },
  24394. "ba49470387ac42eba88c1cf1656334da": {
  24395. "model_name": "ButtonStyleModel",
  24396. "model_module": "@jupyter-widgets/controls",
  24397. "model_module_version": "1.2.0",
  24398. "state": {}
  24399. },
  24400. "ba5ae3a5b09243d589cc59ad2fd03a7b": {
  24401. "model_name": "LayoutModel",
  24402. "model_module": "@jupyter-widgets/base",
  24403. "model_module_version": "1.0.0",
  24404. "state": {}
  24405. },
  24406. "ba61152af61749d1b91dfb76a702f953": {
  24407. "model_name": "ButtonStyleModel",
  24408. "model_module": "@jupyter-widgets/controls",
  24409. "model_module_version": "1.2.0",
  24410. "state": {}
  24411. },
  24412. "ba78c5f8d7b5499d943c81932ca935f4": {
  24413. "model_name": "LayoutModel",
  24414. "model_module": "@jupyter-widgets/base",
  24415. "model_module_version": "1.0.0",
  24416. "state": {}
  24417. },
  24418. "ba7a87b7022c4e74a3aaf0c228f744e1": {
  24419. "model_name": "HBoxModel",
  24420. "model_module": "@jupyter-widgets/controls",
  24421. "model_module_version": "1.2.0",
  24422. "state": {
  24423. "children": [
  24424. "IPY_MODEL_dd24d4ef5a144a1a8ab2c57183238ec1",
  24425. "IPY_MODEL_8fca3ca61fee4c6eb56b634147cbe329"
  24426. ],
  24427. "layout": "IPY_MODEL_f5d7ef53b3384def83e25eb9ee29257e"
  24428. }
  24429. },
  24430. "bab7cef3e4df4185a7a4c168ee9b9c7d": {
  24431. "model_name": "ButtonStyleModel",
  24432. "model_module": "@jupyter-widgets/controls",
  24433. "model_module_version": "1.2.0",
  24434. "state": {}
  24435. },
  24436. "bab95909bd374842895f2fbf6c7736a1": {
  24437. "model_name": "LayoutModel",
  24438. "model_module": "@jupyter-widgets/base",
  24439. "model_module_version": "1.0.0",
  24440. "state": {}
  24441. },
  24442. "bad5c42af1f244bf94f45c6bab768d09": {
  24443. "model_name": "LayoutModel",
  24444. "model_module": "@jupyter-widgets/base",
  24445. "model_module_version": "1.0.0",
  24446. "state": {}
  24447. },
  24448. "bae1255434a54f76874158fa036cc488": {
  24449. "model_name": "HBoxModel",
  24450. "model_module": "@jupyter-widgets/controls",
  24451. "model_module_version": "1.2.0",
  24452. "state": {
  24453. "children": [
  24454. "IPY_MODEL_783743bf299945ba8398e365a16eaabe",
  24455. "IPY_MODEL_59a889b413c6411b859a6d680efd2c22"
  24456. ],
  24457. "layout": "IPY_MODEL_b49c353c82a0407caa3c3928d787fe04"
  24458. }
  24459. },
  24460. "baef960bcd4a4727af5eb6ef2ea16a8b": {
  24461. "model_name": "HBoxModel",
  24462. "model_module": "@jupyter-widgets/controls",
  24463. "model_module_version": "1.2.0",
  24464. "state": {
  24465. "children": [
  24466. "IPY_MODEL_1afe7b579bc241bc89fe4deda5f55630",
  24467. "IPY_MODEL_e2ba7c8f2e9c46e7874e931b4575ee04"
  24468. ],
  24469. "layout": "IPY_MODEL_5794cf482c3d48a79c8c7fc1bbd86c22"
  24470. }
  24471. },
  24472. "bafa8a2318074837aa1e936363ed3adf": {
  24473. "model_name": "LayoutModel",
  24474. "model_module": "@jupyter-widgets/base",
  24475. "model_module_version": "1.0.0",
  24476. "state": {}
  24477. },
  24478. "bb099b5d6a794bb0bef21c9d325cf789": {
  24479. "model_name": "LayoutModel",
  24480. "model_module": "@jupyter-widgets/base",
  24481. "model_module_version": "1.0.0",
  24482. "state": {}
  24483. },
  24484. "bb0b945a8824462b983c09b3cbce76e1": {
  24485. "model_name": "HBoxModel",
  24486. "model_module": "@jupyter-widgets/controls",
  24487. "model_module_version": "1.2.0",
  24488. "state": {
  24489. "children": [
  24490. "IPY_MODEL_7a56e6d805e24b39aec0126ff0f908a9"
  24491. ],
  24492. "layout": "IPY_MODEL_4ce5d6e1a00c4da394a80f63cab0ed4d"
  24493. }
  24494. },
  24495. "bb0e3afba47749989ea7239e70bd35a6": {
  24496. "model_name": "LabelModel",
  24497. "model_module": "@jupyter-widgets/controls",
  24498. "model_module_version": "1.2.0",
  24499. "state": {
  24500. "layout": "IPY_MODEL_0df159ba3d594fcc972de8e280421ee1",
  24501. "style": "IPY_MODEL_d0c0690819704cefba8fad55f90905bc",
  24502. "value": "*Optional Classifiers"
  24503. }
  24504. },
  24505. "bb0f167393854f1e8863d5eea9cd5aef": {
  24506. "model_name": "LayoutModel",
  24507. "model_module": "@jupyter-widgets/base",
  24508. "model_module_version": "1.0.0",
  24509. "state": {}
  24510. },
  24511. "bb246e2ffcbf448cb07faf398b52c346": {
  24512. "model_name": "LayoutModel",
  24513. "model_module": "@jupyter-widgets/base",
  24514. "model_module_version": "1.0.0",
  24515. "state": {}
  24516. },
  24517. "bb2cfef9d17c481bad7c71b10b302241": {
  24518. "model_name": "DescriptionStyleModel",
  24519. "model_module": "@jupyter-widgets/controls",
  24520. "model_module_version": "1.2.0",
  24521. "state": {
  24522. "description_width": ""
  24523. }
  24524. },
  24525. "bb3157959feb4ebf9188baa44fccd5df": {
  24526. "model_name": "ButtonStyleModel",
  24527. "model_module": "@jupyter-widgets/controls",
  24528. "model_module_version": "1.2.0",
  24529. "state": {}
  24530. },
  24531. "bb3786089df7448f8536a40fa59cdb15": {
  24532. "model_name": "LabelModel",
  24533. "model_module": "@jupyter-widgets/controls",
  24534. "model_module_version": "1.2.0",
  24535. "state": {
  24536. "layout": "IPY_MODEL_5d3ff9b38c5c4e1a946acb8463d2e442",
  24537. "style": "IPY_MODEL_c856e29ca26c4e8fb3640acb10696c2e",
  24538. "value": "...."
  24539. }
  24540. },
  24541. "bb54085d6b944b798597569309fa9824": {
  24542. "model_name": "ButtonModel",
  24543. "model_module": "@jupyter-widgets/controls",
  24544. "model_module_version": "1.2.0",
  24545. "state": {
  24546. "description": "Add",
  24547. "layout": "IPY_MODEL_f4acba1acfac4dc89184e887dbd5b6af",
  24548. "style": "IPY_MODEL_3c42a74cf2414cbda03c654d232f13ac"
  24549. }
  24550. },
  24551. "bb5fd656282d4f5294205a2c6e4c8d08": {
  24552. "model_name": "SelectModel",
  24553. "model_module": "@jupyter-widgets/controls",
  24554. "model_module_version": "1.2.0",
  24555. "state": {
  24556. "description": "Selected:",
  24557. "index": null,
  24558. "layout": "IPY_MODEL_446c1747e4174cf996455de23bd0ca4c",
  24559. "style": "IPY_MODEL_3ad58ba0cc634ca2b8422457dbe81225"
  24560. }
  24561. },
  24562. "bb63d2a27eb345c5b28eac97665c83f0": {
  24563. "model_name": "ButtonStyleModel",
  24564. "model_module": "@jupyter-widgets/controls",
  24565. "model_module_version": "1.2.0",
  24566. "state": {}
  24567. },
  24568. "bb64fe366e224456ba356ff1257b94ad": {
  24569. "model_name": "DescriptionStyleModel",
  24570. "model_module": "@jupyter-widgets/controls",
  24571. "model_module_version": "1.2.0",
  24572. "state": {
  24573. "description_width": ""
  24574. }
  24575. },
  24576. "bb810d15723e40adafa64b04f65f4e4e": {
  24577. "model_name": "ButtonStyleModel",
  24578. "model_module": "@jupyter-widgets/controls",
  24579. "model_module_version": "1.2.0",
  24580. "state": {}
  24581. },
  24582. "bb97e6a3543e4f2485f995d5e2f51ff5": {
  24583. "model_name": "LabelModel",
  24584. "model_module": "@jupyter-widgets/controls",
  24585. "model_module_version": "1.2.0",
  24586. "state": {
  24587. "layout": "IPY_MODEL_be775e2a5958408aae3b09f8385bbb43",
  24588. "style": "IPY_MODEL_f75e805d3c3c4b95aa6576c290b278ff",
  24589. "value": "Chosen Classifiers"
  24590. }
  24591. },
  24592. "bbcc0e6cc14f4ddfb986da041b26b8cd": {
  24593. "model_name": "LabelModel",
  24594. "model_module": "@jupyter-widgets/controls",
  24595. "model_module_version": "1.2.0",
  24596. "state": {
  24597. "layout": "IPY_MODEL_232f77ca0c914202bfb0c5e72876e0d8",
  24598. "style": "IPY_MODEL_d28f10ef40c04fe8b86ea037a7531beb",
  24599. "value": "Development Status :: 4 - Beta"
  24600. }
  24601. },
  24602. "bbccee4e8e0f4c3aae1ecc503c5a74ec": {
  24603. "model_name": "LayoutModel",
  24604. "model_module": "@jupyter-widgets/base",
  24605. "model_module_version": "1.0.0",
  24606. "state": {}
  24607. },
  24608. "bc031f12dedf4a50b91f544f1a25023f": {
  24609. "model_name": "ButtonModel",
  24610. "model_module": "@jupyter-widgets/controls",
  24611. "model_module_version": "1.2.0",
  24612. "state": {
  24613. "description": "Remove",
  24614. "layout": "IPY_MODEL_991ee697f2314d6b940257ec791586f7",
  24615. "style": "IPY_MODEL_fd668835e960404db304d7b99956d259"
  24616. }
  24617. },
  24618. "bc09da6d78b448e4a9a0fbc0ab4a4e97": {
  24619. "model_name": "LayoutModel",
  24620. "model_module": "@jupyter-widgets/base",
  24621. "model_module_version": "1.0.0",
  24622. "state": {}
  24623. },
  24624. "bc0ba76ed9904f529780e8c9efb66887": {
  24625. "model_name": "DescriptionStyleModel",
  24626. "model_module": "@jupyter-widgets/controls",
  24627. "model_module_version": "1.2.0",
  24628. "state": {
  24629. "description_width": ""
  24630. }
  24631. },
  24632. "bc23ab47e16b4fc9891235302c906ba4": {
  24633. "model_name": "LabelModel",
  24634. "model_module": "@jupyter-widgets/controls",
  24635. "model_module_version": "1.2.0",
  24636. "state": {
  24637. "layout": "IPY_MODEL_c0080fdc9fbd4b8a8baadfdf53cda4a8",
  24638. "style": "IPY_MODEL_2b6fb2dedd094d3f8bc3b7bd4e29b82b"
  24639. }
  24640. },
  24641. "bc290c7b839a44109d705c00aa32fd26": {
  24642. "model_name": "DropdownModel",
  24643. "model_module": "@jupyter-widgets/controls",
  24644. "model_module_version": "1.2.0",
  24645. "state": {
  24646. "_options_labels": [
  24647. "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
  24648. "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
  24649. "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
  24650. "License :: OSI Approved :: Intel Open Source License",
  24651. "License :: OSI Approved :: Python License (CNRI Python License)",
  24652. "License :: OSI Approved :: Academic Free License (AFL)",
  24653. "License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",
  24654. "License :: OSI Approved :: Apple Public Source License",
  24655. "License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)",
  24656. "License :: OSI Approved :: Attribution Assurance License",
  24657. "License :: OSI Approved :: zlib/libpng License",
  24658. "License :: OSI Approved :: Nethack General Public License",
  24659. "License :: OSI Approved :: Apache Software License",
  24660. "License :: OSI Approved :: Qt Public License (QPL)",
  24661. "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
  24662. "License :: Nokia Open Source License (NOKOS)",
  24663. "License :: OSI Approved :: Artistic License",
  24664. "License :: OSI Approved :: Open Group Test Suite License",
  24665. "License :: Free To Use But Restricted",
  24666. "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
  24667. "License :: Repoze Public License",
  24668. "License :: CeCILL-C Free Software License Agreement (CECILL-C)",
  24669. "License :: Other/Proprietary License",
  24670. "License :: OSI Approved :: Eiffel Forum License",
  24671. "License :: OSI Approved :: Nokia Open Source License",
  24672. "License :: Netscape Public License (NPL)",
  24673. "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
  24674. "License :: OSI Approved :: IBM Public License",
  24675. "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
  24676. "License :: Eiffel Forum License (EFL)",
  24677. "License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)",
  24678. "License :: OSI Approved :: GNU General Public License (GPL)",
  24679. "License :: OSI Approved :: Zope Public License",
  24680. "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
  24681. "License :: OSI Approved :: Common Public License",
  24682. "License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)",
  24683. "License :: OSI Approved :: W3C License",
  24684. "License :: OSI Approved :: Vovida Software License 1.0",
  24685. "License :: OSI Approved :: X.Net License",
  24686. "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
  24687. "License :: OSI Approved :: Jabber Open Source License",
  24688. "License :: OSI Approved :: GNU Affero General Public License v3",
  24689. "License :: Public Domain",
  24690. "License :: OSI Approved",
  24691. "License :: OSI Approved :: ISC License (ISCL)",
  24692. "License :: OSI Approved :: Python Software Foundation License",
  24693. "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
  24694. "License :: OSI Approved :: Sun Public License",
  24695. "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
  24696. "License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)",
  24697. "License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)",
  24698. "License :: OSI Approved :: BSD License",
  24699. "License :: OSI Approved :: University of Illinois/NCSA Open Source License",
  24700. "License :: OSI Approved :: Sleepycat License",
  24701. "License :: Freely Distributable",
  24702. "License :: OSI Approved :: Mozilla Public License 1.0 (MPL)",
  24703. "License :: Free For Educational Use",
  24704. "License :: CeCILL-B Free Software License Agreement (CECILL-B)",
  24705. "License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
  24706. "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
  24707. "License :: OSI Approved :: GNU Free Documentation License (FDL)",
  24708. "License :: Free for non-commercial use",
  24709. "License :: OSI Approved :: Motosoto License",
  24710. "License :: Aladdin Free Public License (AFPL)",
  24711. "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
  24712. "License :: OSI Approved :: Sun Industry Standards Source License (SISSL)",
  24713. "License :: OSI Approved :: Universal Permissive License (UPL)",
  24714. "License :: Free For Home Use",
  24715. "License :: OSI Approved :: MIT License",
  24716. "License :: OSI Approved :: PostgreSQL License",
  24717. "License :: DFSG approved",
  24718. "License :: Freeware",
  24719. "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
  24720. "License :: OSI Approved :: Ricoh Source Code Public License",
  24721. "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
  24722. ],
  24723. "description": "Classifier",
  24724. "index": 45,
  24725. "layout": "IPY_MODEL_91d5058fcea14783b55440e43c482fe1",
  24726. "style": "IPY_MODEL_3622417dc28244ab9f2ee8f05ff0a43e"
  24727. }
  24728. },
  24729. "bc32c29b01fc4c70b44653e0ad2c94e7": {
  24730. "model_name": "LayoutModel",
  24731. "model_module": "@jupyter-widgets/base",
  24732. "model_module_version": "1.0.0",
  24733. "state": {}
  24734. },
  24735. "bc3dfb1508cb4353971cf1f857e8f527": {
  24736. "model_name": "LabelModel",
  24737. "model_module": "@jupyter-widgets/controls",
  24738. "model_module_version": "1.2.0",
  24739. "state": {
  24740. "layout": "IPY_MODEL_8d41a03c868e41e3a0b3904cf53dd1d2",
  24741. "style": "IPY_MODEL_7d57c90bcd3d4c7fa2100c861c7625e1",
  24742. "value": "*Optional Classifiers"
  24743. }
  24744. },
  24745. "bc3e75e9bd324915936107575a3e8cfe": {
  24746. "model_name": "DropdownModel",
  24747. "model_module": "@jupyter-widgets/controls",
  24748. "model_module_version": "1.2.0",
  24749. "state": {
  24750. "_options_labels": [
  24751. "Development Status :: 4 - Beta",
  24752. "Development Status :: 5 - Production/Stable",
  24753. "Development Status :: 7 - Inactive",
  24754. "Development Status :: 3 - Alpha",
  24755. "Development Status :: 2 - Pre-Alpha",
  24756. "Development Status :: 6 - Mature",
  24757. "Development Status :: 1 - Planning"
  24758. ],
  24759. "description": "Classifier",
  24760. "index": 0,
  24761. "layout": "IPY_MODEL_31b821c88e464fbeba18c731333645ce",
  24762. "style": "IPY_MODEL_11b827e348cc4e93aa863808bb2bcd99"
  24763. }
  24764. },
  24765. "bc40727ff3d0479caf4b8b9c657768f2": {
  24766. "model_name": "VBoxModel",
  24767. "model_module": "@jupyter-widgets/controls",
  24768. "model_module_version": "1.2.0",
  24769. "state": {
  24770. "_dom_classes": [
  24771. "widget-interact"
  24772. ],
  24773. "children": [
  24774. "IPY_MODEL_0576e66d8925471fa6b46cc29b922033",
  24775. "IPY_MODEL_c5bab23045fe481b884205cd817c8672"
  24776. ],
  24777. "layout": "IPY_MODEL_7908b967e2c6475d8f2454d7f4836a50"
  24778. }
  24779. },
  24780. "bc46d67ec7324d78889ba5925abe8b0e": {
  24781. "model_name": "LabelModel",
  24782. "model_module": "@jupyter-widgets/controls",
  24783. "model_module_version": "1.2.0",
  24784. "state": {
  24785. "layout": "IPY_MODEL_91ec46abe106433a89cbc0dbc9e9e8a9",
  24786. "style": "IPY_MODEL_5de12f89f27d4a309c4553d53828e7a4",
  24787. "value": "Added Classifier!"
  24788. }
  24789. },
  24790. "bc6f0a12e57b46bea688284a2ce29221": {
  24791. "model_name": "VBoxModel",
  24792. "model_module": "@jupyter-widgets/controls",
  24793. "model_module_version": "1.2.0",
  24794. "state": {
  24795. "_dom_classes": [
  24796. "widget-interact"
  24797. ],
  24798. "children": [
  24799. "IPY_MODEL_0a1514ac45534227b3e77475ac63b88d",
  24800. "IPY_MODEL_96704e9a35154f668edbca26f682325a"
  24801. ],
  24802. "layout": "IPY_MODEL_cc2be7e008484637abf619065c42365e"
  24803. }
  24804. },
  24805. "bc7d18934ad04361b877bcaf80ec6acd": {
  24806. "model_name": "LabelModel",
  24807. "model_module": "@jupyter-widgets/controls",
  24808. "model_module_version": "1.2.0",
  24809. "state": {
  24810. "layout": "IPY_MODEL_29f3aa6f94e24794957c661109c3c38b",
  24811. "style": "IPY_MODEL_227f185c536346bfbe5a90ad7231ddb1",
  24812. "value": "*Optional Classifiers"
  24813. }
  24814. },
  24815. "bc93e0bbcf6b4540ba6100ee7d2edacb": {
  24816. "model_name": "LabelModel",
  24817. "model_module": "@jupyter-widgets/controls",
  24818. "model_module_version": "1.2.0",
  24819. "state": {
  24820. "layout": "IPY_MODEL_5331f6909ac148e9b707e3e8d1a22e7a",
  24821. "style": "IPY_MODEL_18ec9daf73d348c081a71bf4110b39b5",
  24822. "value": "*Optional Classifiers"
  24823. }
  24824. },
  24825. "bca73b25368b485e9b2d18f43f2aa400": {
  24826. "model_name": "ButtonModel",
  24827. "model_module": "@jupyter-widgets/controls",
  24828. "model_module_version": "1.2.0",
  24829. "state": {
  24830. "description": "Save",
  24831. "layout": "IPY_MODEL_5f13debd03ee4c6d9312628bd9fb3ad8",
  24832. "style": "IPY_MODEL_adddcc2f7794459cb61a480e57303762"
  24833. }
  24834. },
  24835. "bcbc3834fa8b41ccb4013835fc74d4bd": {
  24836. "model_name": "LayoutModel",
  24837. "model_module": "@jupyter-widgets/base",
  24838. "model_module_version": "1.0.0",
  24839. "state": {}
  24840. },
  24841. "bcbe770bbfcd412bbc48a4913b675710": {
  24842. "model_name": "DescriptionStyleModel",
  24843. "model_module": "@jupyter-widgets/controls",
  24844. "model_module_version": "1.2.0",
  24845. "state": {
  24846. "description_width": ""
  24847. }
  24848. },
  24849. "bcc71ec76cb24544878d036dcec773e9": {
  24850. "model_name": "LayoutModel",
  24851. "model_module": "@jupyter-widgets/base",
  24852. "model_module_version": "1.0.0",
  24853. "state": {}
  24854. },
  24855. "bcc836813d464fea88e45c1083055e9b": {
  24856. "model_name": "HBoxModel",
  24857. "model_module": "@jupyter-widgets/controls",
  24858. "model_module_version": "1.2.0",
  24859. "state": {
  24860. "children": [
  24861. "IPY_MODEL_dd23f3fd01f146ce97d94e7a325f6a40",
  24862. "IPY_MODEL_6c29e9181fd34bb3a0f59138d53bd5ea"
  24863. ],
  24864. "layout": "IPY_MODEL_6ced643e4afd41cda96f9b9a5c960eac"
  24865. }
  24866. },
  24867. "bd1933e558754df2aa5f84a28a55526d": {
  24868. "model_name": "DropdownModel",
  24869. "model_module": "@jupyter-widgets/controls",
  24870. "model_module_version": "1.2.0",
  24871. "state": {
  24872. "_options_labels": [
  24873. "Natural Language :: Marathi",
  24874. "Natural Language :: Cantonese",
  24875. "Natural Language :: Spanish",
  24876. "Natural Language :: Catalan",
  24877. "Natural Language :: Persian",
  24878. "Natural Language :: Slovak",
  24879. "Natural Language :: Portuguese (Brazilian)",
  24880. "Natural Language :: Hungarian",
  24881. "Natural Language :: Latvian",
  24882. "Natural Language :: Ukrainian",
  24883. "Natural Language :: Slovenian",
  24884. "Natural Language :: Turkish",
  24885. "Natural Language :: Bengali",
  24886. "Natural Language :: Czech",
  24887. "Natural Language :: Greek",
  24888. "Natural Language :: French",
  24889. "Natural Language :: Serbian",
  24890. "Natural Language :: Telugu",
  24891. "Natural Language :: German",
  24892. "Natural Language :: Arabic",
  24893. "Natural Language :: Bulgarian",
  24894. "Natural Language :: Icelandic",
  24895. "Natural Language :: Norwegian",
  24896. "Natural Language :: Russian",
  24897. "Natural Language :: Bosnian",
  24898. "Natural Language :: Panjabi",
  24899. "Natural Language :: Korean",
  24900. "Natural Language :: English",
  24901. "Natural Language :: Tamil",
  24902. "Natural Language :: Macedonian",
  24903. "Natural Language :: Tibetan",
  24904. "Natural Language :: Galician",
  24905. "Natural Language :: Swedish",
  24906. "Natural Language :: Chinese (Traditional)",
  24907. "Natural Language :: Indonesian",
  24908. "Natural Language :: Polish",
  24909. "Natural Language :: Vietnamese",
  24910. "Natural Language :: Hebrew",
  24911. "Natural Language :: Malay",
  24912. "Natural Language :: Croatian",
  24913. "Natural Language :: Portuguese",
  24914. "Natural Language :: Thai",
  24915. "Natural Language :: Afrikaans",
  24916. "Natural Language :: Urdu",
  24917. "Natural Language :: Romanian",
  24918. "Natural Language :: Hindi",
  24919. "Natural Language :: Dutch",
  24920. "Natural Language :: Finnish",
  24921. "Natural Language :: Chinese (Simplified)",
  24922. "Natural Language :: Danish",
  24923. "Natural Language :: Esperanto",
  24924. "Natural Language :: Javanese",
  24925. "Natural Language :: Italian",
  24926. "Natural Language :: Latin",
  24927. "Natural Language :: Japanese"
  24928. ],
  24929. "description": "Classifier",
  24930. "index": 0,
  24931. "layout": "IPY_MODEL_055245f7656c49109dcdeb8c6d3651f9",
  24932. "style": "IPY_MODEL_f401d19e0aa345619210e8a147f43f3f"
  24933. }
  24934. },
  24935. "bd2d2f83e75241538f2ceebb74b5d499": {
  24936. "model_name": "LabelModel",
  24937. "model_module": "@jupyter-widgets/controls",
  24938. "model_module_version": "1.2.0",
  24939. "state": {
  24940. "layout": "IPY_MODEL_8877317fa137472399b3c8d647132321",
  24941. "style": "IPY_MODEL_7c9fc17562b845aa898f4c809cead501",
  24942. "value": "Chosen Classifiers"
  24943. }
  24944. },
  24945. "bd3764ac8efc4c31bb91a46341c9092a": {
  24946. "model_name": "LabelModel",
  24947. "model_module": "@jupyter-widgets/controls",
  24948. "model_module_version": "1.2.0",
  24949. "state": {
  24950. "layout": "IPY_MODEL_b2d8b7cdeca144e49d464b5d8327154f",
  24951. "style": "IPY_MODEL_2c8f82d755894ad09afc3b2860c1e38b",
  24952. "value": "Added Classifier!"
  24953. }
  24954. },
  24955. "bd5b0fa2ea224caaa07a88180f9e6530": {
  24956. "model_name": "LayoutModel",
  24957. "model_module": "@jupyter-widgets/base",
  24958. "model_module_version": "1.0.0",
  24959. "state": {}
  24960. },
  24961. "bd641a87c8d04de7a1ca09cbbe575dc5": {
  24962. "model_name": "DescriptionStyleModel",
  24963. "model_module": "@jupyter-widgets/controls",
  24964. "model_module_version": "1.2.0",
  24965. "state": {
  24966. "description_width": ""
  24967. }
  24968. },
  24969. "bd68d099f63b400f9db5ac94b2954729": {
  24970. "model_name": "LayoutModel",
  24971. "model_module": "@jupyter-widgets/base",
  24972. "model_module_version": "1.0.0",
  24973. "state": {}
  24974. },
  24975. "bdaa095493734027a427fb1fab5c9149": {
  24976. "model_name": "VBoxModel",
  24977. "model_module": "@jupyter-widgets/controls",
  24978. "model_module_version": "1.2.0",
  24979. "state": {
  24980. "_dom_classes": [
  24981. "widget-interact"
  24982. ],
  24983. "children": [
  24984. "IPY_MODEL_b6c58bd6ff924fca8b3fbc4e72641364",
  24985. "IPY_MODEL_dcf170fe82af443b88fbbf29020af6d6"
  24986. ],
  24987. "layout": "IPY_MODEL_50eb1b92a58b4c0e9279fa829a6908a0"
  24988. }
  24989. },
  24990. "bdaf5a550f464ad48010a7e6b0a80eae": {
  24991. "model_name": "ButtonModel",
  24992. "model_module": "@jupyter-widgets/controls",
  24993. "model_module_version": "1.2.0",
  24994. "state": {
  24995. "description": "Add",
  24996. "layout": "IPY_MODEL_32eaa64729e04eb6893dba6b64869a96",
  24997. "style": "IPY_MODEL_ee4397f655964e14939e3ab7ad2e28d5"
  24998. }
  24999. },
  25000. "bdca30e54856409aa41317f8c9b8674d": {
  25001. "model_name": "ButtonStyleModel",
  25002. "model_module": "@jupyter-widgets/controls",
  25003. "model_module_version": "1.2.0",
  25004. "state": {}
  25005. },
  25006. "bdcb084fa0174e0c9f0c91f062908736": {
  25007. "model_name": "LayoutModel",
  25008. "model_module": "@jupyter-widgets/base",
  25009. "model_module_version": "1.0.0",
  25010. "state": {}
  25011. },
  25012. "bdcef8b79fe44cdc88b65185a8ac0b6c": {
  25013. "model_name": "VBoxModel",
  25014. "model_module": "@jupyter-widgets/controls",
  25015. "model_module_version": "1.2.0",
  25016. "state": {
  25017. "_dom_classes": [
  25018. "widget-interact"
  25019. ],
  25020. "children": [
  25021. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  25022. "IPY_MODEL_eda6c12588554ac2ac24a7e32b899c13"
  25023. ],
  25024. "layout": "IPY_MODEL_869399b0633043eb81a3bb5df0fadac8"
  25025. }
  25026. },
  25027. "bdd2baece1ca4772bb45259283832969": {
  25028. "model_name": "OutputModel",
  25029. "model_module": "@jupyter-widgets/output",
  25030. "model_module_version": "1.0.0",
  25031. "state": {
  25032. "layout": "IPY_MODEL_b2ce68d3b3e44a40a963ab7e7dc20095",
  25033. "outputs": [
  25034. {
  25035. "data": {
  25036. "application/vnd.jupyter.widget-view+json": {
  25037. "model_id": "b62d9731804f45bf8177cacca6c98284",
  25038. "version_major": 2,
  25039. "version_minor": 0
  25040. },
  25041. "text/plain": "interactive(children=(Dropdown(description='Classifier', index=4, options=('Intended Audience :: Information T…"
  25042. },
  25043. "metadata": {},
  25044. "output_type": "display_data"
  25045. }
  25046. ]
  25047. }
  25048. },
  25049. "bdd721e4c3944a28a9a967226686d712": {
  25050. "model_name": "LabelModel",
  25051. "model_module": "@jupyter-widgets/controls",
  25052. "model_module_version": "1.2.0",
  25053. "state": {
  25054. "layout": "IPY_MODEL_a6430ade23514976a9c69ec53594c977",
  25055. "style": "IPY_MODEL_1410fd4b3d444ffdbf37a9e30153a15e",
  25056. "value": "Development Status :: 3 - Alpha"
  25057. }
  25058. },
  25059. "bddb44b7ed01402cb6abc42436ada2a4": {
  25060. "model_name": "LayoutModel",
  25061. "model_module": "@jupyter-widgets/base",
  25062. "model_module_version": "1.0.0",
  25063. "state": {}
  25064. },
  25065. "bddbd7535b4749b1a6f3b8f7ba8e6cc0": {
  25066. "model_name": "LayoutModel",
  25067. "model_module": "@jupyter-widgets/base",
  25068. "model_module_version": "1.0.0",
  25069. "state": {}
  25070. },
  25071. "bddcde991d9e4f079ab3aa924fd342be": {
  25072. "model_name": "LayoutModel",
  25073. "model_module": "@jupyter-widgets/base",
  25074. "model_module_version": "1.0.0",
  25075. "state": {}
  25076. },
  25077. "bddd79734ff64abcb41a8bb2a9045c98": {
  25078. "model_name": "LayoutModel",
  25079. "model_module": "@jupyter-widgets/base",
  25080. "model_module_version": "1.0.0",
  25081. "state": {}
  25082. },
  25083. "be1007b9c35941bdb277a24b1c26ec28": {
  25084. "model_name": "OutputModel",
  25085. "model_module": "@jupyter-widgets/output",
  25086. "model_module_version": "1.0.0",
  25087. "state": {
  25088. "layout": "IPY_MODEL_0954afb4e3e245d0af9867464e8d3610",
  25089. "outputs": [
  25090. {
  25091. "data": {
  25092. "application/vnd.jupyter.widget-view+json": {
  25093. "model_id": "30655a46eca84cc1b2c361734be432c2",
  25094. "version_major": 2,
  25095. "version_minor": 0
  25096. },
  25097. "text/plain": "Label(value='Chosen Classifiers')"
  25098. },
  25099. "metadata": {},
  25100. "output_type": "display_data"
  25101. },
  25102. {
  25103. "data": {
  25104. "application/vnd.jupyter.widget-view+json": {
  25105. "model_id": "e676cb6538da42ab82f7e1ee0c66fe38",
  25106. "version_major": 2,
  25107. "version_minor": 0
  25108. },
  25109. "text/plain": "Select(description='Classifiers', options=(), value=None)"
  25110. },
  25111. "metadata": {},
  25112. "output_type": "display_data"
  25113. },
  25114. {
  25115. "data": {
  25116. "application/vnd.jupyter.widget-view+json": {
  25117. "model_id": "7e70c0e5cce14b52b58a3c7f1a92ef35",
  25118. "version_major": 2,
  25119. "version_minor": 0
  25120. },
  25121. "text/plain": "Button(description='Remove', style=ButtonStyle())"
  25122. },
  25123. "metadata": {},
  25124. "output_type": "display_data"
  25125. },
  25126. {
  25127. "data": {
  25128. "application/vnd.jupyter.widget-view+json": {
  25129. "model_id": "706564fe275947dab7b3716587d2677f",
  25130. "version_major": 2,
  25131. "version_minor": 0
  25132. },
  25133. "text/plain": "Label(value='Highlighted Classifer: Development Status :: 1 - Planning')"
  25134. },
  25135. "metadata": {},
  25136. "output_type": "display_data"
  25137. }
  25138. ]
  25139. }
  25140. },
  25141. "be32d01e21a2498eb7b361d32c8fabad": {
  25142. "model_name": "DescriptionStyleModel",
  25143. "model_module": "@jupyter-widgets/controls",
  25144. "model_module_version": "1.2.0",
  25145. "state": {
  25146. "description_width": ""
  25147. }
  25148. },
  25149. "be3ad52a224d41c79c8bd690912efb46": {
  25150. "model_name": "LayoutModel",
  25151. "model_module": "@jupyter-widgets/base",
  25152. "model_module_version": "1.0.0",
  25153. "state": {}
  25154. },
  25155. "be494ae0aa9243b997b4bf62f1934f94": {
  25156. "model_name": "SelectModel",
  25157. "model_module": "@jupyter-widgets/controls",
  25158. "model_module_version": "1.2.0",
  25159. "state": {
  25160. "_options_labels": [
  25161. "Natural Language :: Chinese (Traditional)",
  25162. "License :: DFSG approved",
  25163. "Natural Language :: Slovenian"
  25164. ],
  25165. "description": "Selected:",
  25166. "index": 0,
  25167. "layout": "IPY_MODEL_2d59e4f529af45b4bfb8eed02ebed655",
  25168. "style": "IPY_MODEL_933e6b9eada0440385b163c0f6f10340"
  25169. }
  25170. },
  25171. "be775e2a5958408aae3b09f8385bbb43": {
  25172. "model_name": "LayoutModel",
  25173. "model_module": "@jupyter-widgets/base",
  25174. "model_module_version": "1.0.0",
  25175. "state": {}
  25176. },
  25177. "be7df688b70e4e529ad9e7158ba00c11": {
  25178. "model_name": "LayoutModel",
  25179. "model_module": "@jupyter-widgets/base",
  25180. "model_module_version": "1.0.0",
  25181. "state": {}
  25182. },
  25183. "be8d8b24c03a437aa53e0fa5d385fa55": {
  25184. "model_name": "OutputModel",
  25185. "model_module": "@jupyter-widgets/output",
  25186. "model_module_version": "1.0.0",
  25187. "state": {
  25188. "layout": "IPY_MODEL_20bbf6af84424568b48f931d1e718c5e"
  25189. }
  25190. },
  25191. "be93934cfb1f49e7acc4589caed9136b": {
  25192. "model_name": "LayoutModel",
  25193. "model_module": "@jupyter-widgets/base",
  25194. "model_module_version": "1.0.0",
  25195. "state": {}
  25196. },
  25197. "be9bbbb015864245bfb8ecf86bffc8b6": {
  25198. "model_name": "HBoxModel",
  25199. "model_module": "@jupyter-widgets/controls",
  25200. "model_module_version": "1.2.0",
  25201. "state": {
  25202. "children": [
  25203. "IPY_MODEL_5102953bdee34b529de959d8de48de29",
  25204. "IPY_MODEL_db20def7a288435f8c7bdef74bc6cb6d"
  25205. ],
  25206. "layout": "IPY_MODEL_9e7f166d5da14b809650115fefe131c3"
  25207. }
  25208. },
  25209. "bee0c9ffd0d947a2a9ca556b00183275": {
  25210. "model_name": "DescriptionStyleModel",
  25211. "model_module": "@jupyter-widgets/controls",
  25212. "model_module_version": "1.2.0",
  25213. "state": {
  25214. "description_width": ""
  25215. }
  25216. },
  25217. "bee361c53e2b434286fc55e69d59771e": {
  25218. "model_name": "LabelModel",
  25219. "model_module": "@jupyter-widgets/controls",
  25220. "model_module_version": "1.2.0",
  25221. "state": {
  25222. "layout": "IPY_MODEL_ac38a97223cc46ae8a666451322f0ba1",
  25223. "style": "IPY_MODEL_e843e70362e14c2c9f8feb5794b9a092"
  25224. }
  25225. },
  25226. "bee603adb80a48ff84cc8a6a25e8fee8": {
  25227. "model_name": "DropdownModel",
  25228. "model_module": "@jupyter-widgets/controls",
  25229. "model_module_version": "1.2.0",
  25230. "state": {
  25231. "description": "Classifier",
  25232. "index": null,
  25233. "layout": "IPY_MODEL_74d9a8b2921a481eae756a71e07d4259",
  25234. "style": "IPY_MODEL_fb3dad9ae58f488786b3e7b18e774653"
  25235. }
  25236. },
  25237. "befd8a88a093472aa1b133ebca151ebf": {
  25238. "model_name": "DescriptionStyleModel",
  25239. "model_module": "@jupyter-widgets/controls",
  25240. "model_module_version": "1.2.0",
  25241. "state": {
  25242. "description_width": ""
  25243. }
  25244. },
  25245. "bf0947f95886403994cd3288d17b97ce": {
  25246. "model_name": "DropdownModel",
  25247. "model_module": "@jupyter-widgets/controls",
  25248. "model_module_version": "1.2.0",
  25249. "state": {
  25250. "description": "Classifier",
  25251. "index": null,
  25252. "layout": "IPY_MODEL_e80e753173084e3e8407ae8d9f01a67a",
  25253. "style": "IPY_MODEL_b4587b9389334f5ebac01ea0b5e4c79b"
  25254. }
  25255. },
  25256. "bf161677d16f4f11b28e35db544c82fd": {
  25257. "model_name": "HBoxModel",
  25258. "model_module": "@jupyter-widgets/controls",
  25259. "model_module_version": "1.2.0",
  25260. "state": {
  25261. "children": [
  25262. "IPY_MODEL_d0e40ef0bab548448018128fee42abb4",
  25263. "IPY_MODEL_c6086a91ad504878a4d433c464139fc5"
  25264. ],
  25265. "layout": "IPY_MODEL_f40174943a664595a512beada9671fa6"
  25266. }
  25267. },
  25268. "bf2dee7a369045c6992e8216162671e6": {
  25269. "model_name": "OutputModel",
  25270. "model_module": "@jupyter-widgets/output",
  25271. "model_module_version": "1.0.0",
  25272. "state": {
  25273. "layout": "IPY_MODEL_44aeb371e208463f9e9da400d34d5916"
  25274. }
  25275. },
  25276. "bf307ef7de324da9b63df30913d148a7": {
  25277. "model_name": "LabelModel",
  25278. "model_module": "@jupyter-widgets/controls",
  25279. "model_module_version": "1.2.0",
  25280. "state": {
  25281. "layout": "IPY_MODEL_06bc79847b094fa7b6d1dcf022f896cf",
  25282. "style": "IPY_MODEL_ccccb0d49b164925830f8e532288e742",
  25283. "value": "Natural Language :: Marathi"
  25284. }
  25285. },
  25286. "bf354aadfeac435291aed90c3934cc49": {
  25287. "model_name": "OutputModel",
  25288. "model_module": "@jupyter-widgets/output",
  25289. "model_module_version": "1.0.0",
  25290. "state": {
  25291. "layout": "IPY_MODEL_ba78c5f8d7b5499d943c81932ca935f4"
  25292. }
  25293. },
  25294. "bf4fe15bd8d34090b8b7104fb07cc41a": {
  25295. "model_name": "HBoxModel",
  25296. "model_module": "@jupyter-widgets/controls",
  25297. "model_module_version": "1.2.0",
  25298. "state": {
  25299. "children": [
  25300. "IPY_MODEL_99362b20e0684ce0853fc3e2dfb318c1",
  25301. "IPY_MODEL_7bcd55c5eb184c189d84187f4d78e227"
  25302. ],
  25303. "layout": "IPY_MODEL_7e7161be8dab427eb812d75038d84e33"
  25304. }
  25305. },
  25306. "bf53eb12c03a465ea504edea016cd392": {
  25307. "model_name": "LayoutModel",
  25308. "model_module": "@jupyter-widgets/base",
  25309. "model_module_version": "1.0.0",
  25310. "state": {}
  25311. },
  25312. "bfa43ef90e1a4aaf988ef202cbbfc96f": {
  25313. "model_name": "LayoutModel",
  25314. "model_module": "@jupyter-widgets/base",
  25315. "model_module_version": "1.0.0",
  25316. "state": {}
  25317. },
  25318. "bfb525d861e94aef8c97a30ed7ed9a3b": {
  25319. "model_name": "ButtonModel",
  25320. "model_module": "@jupyter-widgets/controls",
  25321. "model_module_version": "1.2.0",
  25322. "state": {
  25323. "description": "Remove",
  25324. "layout": "IPY_MODEL_56e8da47fb8f4af897143a94dfa0ebcd",
  25325. "style": "IPY_MODEL_44d077d5a2a84a9a9a4e10184e1662f8"
  25326. }
  25327. },
  25328. "bfbc8c5760884e3091bc999f3911cb12": {
  25329. "model_name": "LayoutModel",
  25330. "model_module": "@jupyter-widgets/base",
  25331. "model_module_version": "1.0.0",
  25332. "state": {}
  25333. },
  25334. "bfbd91297a174b52b9b8bd19ddff5d3d": {
  25335. "model_name": "LayoutModel",
  25336. "model_module": "@jupyter-widgets/base",
  25337. "model_module_version": "1.0.0",
  25338. "state": {}
  25339. },
  25340. "bfbece20755245f798a39eb15761a92d": {
  25341. "model_name": "LayoutModel",
  25342. "model_module": "@jupyter-widgets/base",
  25343. "model_module_version": "1.0.0",
  25344. "state": {}
  25345. },
  25346. "bfc211f76b1c4437a95463ab8c841b11": {
  25347. "model_name": "OutputModel",
  25348. "model_module": "@jupyter-widgets/output",
  25349. "model_module_version": "1.0.0",
  25350. "state": {
  25351. "layout": "IPY_MODEL_1ebd644422474eb3b7bb5db6a685f0ee"
  25352. }
  25353. },
  25354. "bfd08f0e71e54f24ac14ed9c5a063a13": {
  25355. "model_name": "VBoxModel",
  25356. "model_module": "@jupyter-widgets/controls",
  25357. "model_module_version": "1.2.0",
  25358. "state": {
  25359. "_dom_classes": [
  25360. "widget-interact"
  25361. ],
  25362. "children": [
  25363. "IPY_MODEL_33b81039c5f0472cbf49a29d0da43f9b",
  25364. "IPY_MODEL_5f32a0f2a5674414a6b4ecd6295b7972"
  25365. ],
  25366. "layout": "IPY_MODEL_c82d09256b73469c84918d85c6c33f11"
  25367. }
  25368. },
  25369. "bfd7296405d14879955dde63962a0c6f": {
  25370. "model_name": "OutputModel",
  25371. "model_module": "@jupyter-widgets/output",
  25372. "model_module_version": "1.0.0",
  25373. "state": {
  25374. "layout": "IPY_MODEL_1c55383f92134531b2896cd58a2c92db",
  25375. "outputs": [
  25376. {
  25377. "data": {
  25378. "application/vnd.jupyter.widget-view+json": {
  25379. "model_id": "d6ba74daee1049db9f02049480f092ba",
  25380. "version_major": 2,
  25381. "version_minor": 0
  25382. },
  25383. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Development Status :: 5 - Produ…"
  25384. },
  25385. "metadata": {},
  25386. "output_type": "display_data"
  25387. }
  25388. ]
  25389. }
  25390. },
  25391. "bfe690a3fd1b411bb6f1743a32224839": {
  25392. "model_name": "DescriptionStyleModel",
  25393. "model_module": "@jupyter-widgets/controls",
  25394. "model_module_version": "1.2.0",
  25395. "state": {
  25396. "description_width": ""
  25397. }
  25398. },
  25399. "bff39b1453c7457fbbb2974dbb76ed86": {
  25400. "model_name": "DescriptionStyleModel",
  25401. "model_module": "@jupyter-widgets/controls",
  25402. "model_module_version": "1.2.0",
  25403. "state": {
  25404. "description_width": ""
  25405. }
  25406. },
  25407. "bff56c6318fb40f3a966fa71aa7a0160": {
  25408. "model_name": "OutputModel",
  25409. "model_module": "@jupyter-widgets/output",
  25410. "model_module_version": "1.0.0",
  25411. "state": {
  25412. "layout": "IPY_MODEL_288fdca484e34a1a805a1cd543c840d4"
  25413. }
  25414. },
  25415. "c0080fdc9fbd4b8a8baadfdf53cda4a8": {
  25416. "model_name": "LayoutModel",
  25417. "model_module": "@jupyter-widgets/base",
  25418. "model_module_version": "1.0.0",
  25419. "state": {}
  25420. },
  25421. "c017d04121a64eedad4d091c8d4cbe50": {
  25422. "model_name": "ButtonStyleModel",
  25423. "model_module": "@jupyter-widgets/controls",
  25424. "model_module_version": "1.2.0",
  25425. "state": {}
  25426. },
  25427. "c0233ed19c6345e4b3f7e9952a179182": {
  25428. "model_name": "LayoutModel",
  25429. "model_module": "@jupyter-widgets/base",
  25430. "model_module_version": "1.0.0",
  25431. "state": {}
  25432. },
  25433. "c02c278928174884bf6f94f60a97206f": {
  25434. "model_name": "LayoutModel",
  25435. "model_module": "@jupyter-widgets/base",
  25436. "model_module_version": "1.0.0",
  25437. "state": {}
  25438. },
  25439. "c03fed448b754c0a8690c6c529234a58": {
  25440. "model_name": "LayoutModel",
  25441. "model_module": "@jupyter-widgets/base",
  25442. "model_module_version": "1.0.0",
  25443. "state": {}
  25444. },
  25445. "c05059eb12f74fdb86182dbc3d8f86e7": {
  25446. "model_name": "LayoutModel",
  25447. "model_module": "@jupyter-widgets/base",
  25448. "model_module_version": "1.0.0",
  25449. "state": {}
  25450. },
  25451. "c0531dfc0ec245619f07d55308a2d88e": {
  25452. "model_name": "DropdownModel",
  25453. "model_module": "@jupyter-widgets/controls",
  25454. "model_module_version": "1.2.0",
  25455. "state": {
  25456. "_options_labels": [
  25457. "Natural Language :: Slovak",
  25458. "Natural Language :: Russian",
  25459. "Natural Language :: Serbian",
  25460. "Natural Language :: Greek",
  25461. "Natural Language :: Icelandic",
  25462. "Natural Language :: Portuguese",
  25463. "Natural Language :: Polish",
  25464. "Natural Language :: Vietnamese",
  25465. "Natural Language :: French",
  25466. "Natural Language :: Chinese (Traditional)",
  25467. "Natural Language :: Esperanto",
  25468. "Natural Language :: Hindi",
  25469. "Natural Language :: Tibetan",
  25470. "Natural Language :: Chinese (Simplified)",
  25471. "Natural Language :: Finnish",
  25472. "Natural Language :: Galician",
  25473. "Natural Language :: Swedish",
  25474. "Natural Language :: Tamil",
  25475. "Natural Language :: Javanese",
  25476. "Natural Language :: Thai",
  25477. "Natural Language :: Bulgarian",
  25478. "Natural Language :: Danish",
  25479. "Natural Language :: Macedonian",
  25480. "Natural Language :: Urdu",
  25481. "Natural Language :: Bosnian",
  25482. "Natural Language :: Italian",
  25483. "Natural Language :: Persian",
  25484. "Natural Language :: English",
  25485. "Natural Language :: Japanese",
  25486. "Natural Language :: Hebrew",
  25487. "Natural Language :: Indonesian",
  25488. "Natural Language :: Korean",
  25489. "Natural Language :: Spanish",
  25490. "Natural Language :: Croatian",
  25491. "Natural Language :: Latvian",
  25492. "Natural Language :: Catalan",
  25493. "Natural Language :: German",
  25494. "Natural Language :: Czech",
  25495. "Natural Language :: Marathi",
  25496. "Natural Language :: Cantonese",
  25497. "Natural Language :: Norwegian",
  25498. "Natural Language :: Portuguese (Brazilian)",
  25499. "Natural Language :: Romanian",
  25500. "Natural Language :: Hungarian",
  25501. "Natural Language :: Slovenian",
  25502. "Natural Language :: Afrikaans",
  25503. "Natural Language :: Turkish",
  25504. "Natural Language :: Ukrainian",
  25505. "Natural Language :: Arabic",
  25506. "Natural Language :: Latin",
  25507. "Natural Language :: Panjabi",
  25508. "Natural Language :: Bengali",
  25509. "Natural Language :: Dutch",
  25510. "Natural Language :: Malay",
  25511. "Natural Language :: Telugu"
  25512. ],
  25513. "description": "Classifier",
  25514. "index": 6,
  25515. "layout": "IPY_MODEL_d2812aeda9744b61ac77093fed2fb134",
  25516. "style": "IPY_MODEL_406ebbf76c6548d694dc07d2063c83da"
  25517. }
  25518. },
  25519. "c05dbedb567c405abd84c28aa120b69f": {
  25520. "model_name": "OutputModel",
  25521. "model_module": "@jupyter-widgets/output",
  25522. "model_module_version": "1.0.0",
  25523. "state": {
  25524. "layout": "IPY_MODEL_ea9c03fba72a4ac38678e70257fab926"
  25525. }
  25526. },
  25527. "c06b3924b2b649c1a19cef2bdb1c8263": {
  25528. "model_name": "ButtonStyleModel",
  25529. "model_module": "@jupyter-widgets/controls",
  25530. "model_module_version": "1.2.0",
  25531. "state": {}
  25532. },
  25533. "c0b665379db74aaa95f7b3d1b6580860": {
  25534. "model_name": "LayoutModel",
  25535. "model_module": "@jupyter-widgets/base",
  25536. "model_module_version": "1.0.0",
  25537. "state": {}
  25538. },
  25539. "c0c912d166d9402396f950fbffce45c8": {
  25540. "model_name": "LayoutModel",
  25541. "model_module": "@jupyter-widgets/base",
  25542. "model_module_version": "1.0.0",
  25543. "state": {}
  25544. },
  25545. "c0e44381787747c78f54ebaa77d54725": {
  25546. "model_name": "DescriptionStyleModel",
  25547. "model_module": "@jupyter-widgets/controls",
  25548. "model_module_version": "1.2.0",
  25549. "state": {
  25550. "description_width": ""
  25551. }
  25552. },
  25553. "c0e79825f09c4fa4892f5b81322c315c": {
  25554. "model_name": "LayoutModel",
  25555. "model_module": "@jupyter-widgets/base",
  25556. "model_module_version": "1.0.0",
  25557. "state": {}
  25558. },
  25559. "c0f794a218114b228d0f9da78b987f61": {
  25560. "model_name": "SelectModel",
  25561. "model_module": "@jupyter-widgets/controls",
  25562. "model_module_version": "1.2.0",
  25563. "state": {
  25564. "_options_labels": [
  25565. "Natural Language :: Slovenian",
  25566. "Intended Audience :: Manufacturing"
  25567. ],
  25568. "description": "Classifiers",
  25569. "index": 1,
  25570. "layout": "IPY_MODEL_c91636d791b74f46ab2e3935edb43354",
  25571. "style": "IPY_MODEL_0fee4c7fb8234686bb6423de1051c9a7"
  25572. }
  25573. },
  25574. "c11b89cf9da3412d810e08fafb3df1df": {
  25575. "model_name": "DescriptionStyleModel",
  25576. "model_module": "@jupyter-widgets/controls",
  25577. "model_module_version": "1.2.0",
  25578. "state": {
  25579. "description_width": ""
  25580. }
  25581. },
  25582. "c12245aebb4a4176bc56e45c3cb8b400": {
  25583. "model_name": "VBoxModel",
  25584. "model_module": "@jupyter-widgets/controls",
  25585. "model_module_version": "1.2.0",
  25586. "state": {
  25587. "_dom_classes": [
  25588. "widget-interact"
  25589. ],
  25590. "children": [
  25591. "IPY_MODEL_a3d57e794ee9448aab7daaa32c21ef77",
  25592. "IPY_MODEL_52b7339d7af94197a934c9be7e674e03"
  25593. ],
  25594. "layout": "IPY_MODEL_72f0f8515f3a4162b4a78005eb9f7f16"
  25595. }
  25596. },
  25597. "c137a787c6cb45c1abda5843a885f832": {
  25598. "model_name": "LayoutModel",
  25599. "model_module": "@jupyter-widgets/base",
  25600. "model_module_version": "1.0.0",
  25601. "state": {}
  25602. },
  25603. "c1384bdab4ec4d16b3c9d631709e1f0b": {
  25604. "model_name": "DescriptionStyleModel",
  25605. "model_module": "@jupyter-widgets/controls",
  25606. "model_module_version": "1.2.0",
  25607. "state": {
  25608. "description_width": ""
  25609. }
  25610. },
  25611. "c144a6d30048491b8bf688fb30a9d848": {
  25612. "model_name": "LayoutModel",
  25613. "model_module": "@jupyter-widgets/base",
  25614. "model_module_version": "1.0.0",
  25615. "state": {}
  25616. },
  25617. "c1524c3633864cabba361afff36db826": {
  25618. "model_name": "LabelModel",
  25619. "model_module": "@jupyter-widgets/controls",
  25620. "model_module_version": "1.2.0",
  25621. "state": {
  25622. "layout": "IPY_MODEL_2f34193f3c224975b41e0114fa54876d",
  25623. "style": "IPY_MODEL_c74b9f35ab3c4f0e88a916d642cc71a7"
  25624. }
  25625. },
  25626. "c153784441cf40959d72a856e4f662b6": {
  25627. "model_name": "HBoxModel",
  25628. "model_module": "@jupyter-widgets/controls",
  25629. "model_module_version": "1.2.0",
  25630. "state": {
  25631. "children": [
  25632. "IPY_MODEL_882fc777ffa942ab883d407faa4abe56"
  25633. ],
  25634. "layout": "IPY_MODEL_abc9d3bf039941d8ac8c1aa0beaf68c7"
  25635. }
  25636. },
  25637. "c154b56b50f8483b9df5f7d235940372": {
  25638. "model_name": "DescriptionStyleModel",
  25639. "model_module": "@jupyter-widgets/controls",
  25640. "model_module_version": "1.2.0",
  25641. "state": {
  25642. "description_width": ""
  25643. }
  25644. },
  25645. "c16aa9de06d84d95989b714926c48c30": {
  25646. "model_name": "OutputModel",
  25647. "model_module": "@jupyter-widgets/output",
  25648. "model_module_version": "1.0.0",
  25649. "state": {
  25650. "layout": "IPY_MODEL_be93934cfb1f49e7acc4589caed9136b"
  25651. }
  25652. },
  25653. "c16b0ba93c0b4cfe9d5f60f01740b4a7": {
  25654. "model_name": "ButtonStyleModel",
  25655. "model_module": "@jupyter-widgets/controls",
  25656. "model_module_version": "1.2.0",
  25657. "state": {}
  25658. },
  25659. "c16cd36e73634fe39937617535ab0dd3": {
  25660. "model_name": "LayoutModel",
  25661. "model_module": "@jupyter-widgets/base",
  25662. "model_module_version": "1.0.0",
  25663. "state": {}
  25664. },
  25665. "c19f65841e1d400884fa721432598e51": {
  25666. "model_name": "OutputModel",
  25667. "model_module": "@jupyter-widgets/output",
  25668. "model_module_version": "1.0.0",
  25669. "state": {
  25670. "layout": "IPY_MODEL_bd5b0fa2ea224caaa07a88180f9e6530"
  25671. }
  25672. },
  25673. "c1a5534b86b644febd39749f1b52eb2d": {
  25674. "model_name": "LayoutModel",
  25675. "model_module": "@jupyter-widgets/base",
  25676. "model_module_version": "1.0.0",
  25677. "state": {}
  25678. },
  25679. "c1aaae3e9e9a4b728ac6c6985bcf5f0c": {
  25680. "model_name": "LayoutModel",
  25681. "model_module": "@jupyter-widgets/base",
  25682. "model_module_version": "1.0.0",
  25683. "state": {}
  25684. },
  25685. "c1cf556cfd1a40cf81227f374dba1c42": {
  25686. "model_name": "ButtonStyleModel",
  25687. "model_module": "@jupyter-widgets/controls",
  25688. "model_module_version": "1.2.0",
  25689. "state": {}
  25690. },
  25691. "c1d057b596124995b94e78bf561ae07c": {
  25692. "model_name": "ButtonStyleModel",
  25693. "model_module": "@jupyter-widgets/controls",
  25694. "model_module_version": "1.2.0",
  25695. "state": {}
  25696. },
  25697. "c1e49ee010d94f618c6b36cd99525e34": {
  25698. "model_name": "LayoutModel",
  25699. "model_module": "@jupyter-widgets/base",
  25700. "model_module_version": "1.0.0",
  25701. "state": {}
  25702. },
  25703. "c1f69ec8991c446d9406626dd8425786": {
  25704. "model_name": "LabelModel",
  25705. "model_module": "@jupyter-widgets/controls",
  25706. "model_module_version": "1.2.0",
  25707. "state": {
  25708. "layout": "IPY_MODEL_5c6e151e6fe14534992947306b4cbc29",
  25709. "style": "IPY_MODEL_49a0e7a1274a4b4c8754fc58965d6d0a",
  25710. "value": "Development Status :: 4 - Beta"
  25711. }
  25712. },
  25713. "c201db5749f44398a58abe2174dbeb39": {
  25714. "model_name": "ButtonModel",
  25715. "model_module": "@jupyter-widgets/controls",
  25716. "model_module_version": "1.2.0",
  25717. "state": {
  25718. "description": "Save",
  25719. "layout": "IPY_MODEL_783b525e8f1f4d1186fb33e3502f853a",
  25720. "style": "IPY_MODEL_9f7a2e20509f40e39ee99f42aac89e34"
  25721. }
  25722. },
  25723. "c204c079a4ed4172ace8166639dc113e": {
  25724. "model_name": "LayoutModel",
  25725. "model_module": "@jupyter-widgets/base",
  25726. "model_module_version": "1.0.0",
  25727. "state": {}
  25728. },
  25729. "c21553eb2abe4a57b38547e685ef81e2": {
  25730. "model_name": "LayoutModel",
  25731. "model_module": "@jupyter-widgets/base",
  25732. "model_module_version": "1.0.0",
  25733. "state": {}
  25734. },
  25735. "c22329c28b484111b81ef2d36fb894ab": {
  25736. "model_name": "ButtonStyleModel",
  25737. "model_module": "@jupyter-widgets/controls",
  25738. "model_module_version": "1.2.0",
  25739. "state": {}
  25740. },
  25741. "c23dd87c1fc248b49b32e4b5a91fbf28": {
  25742. "model_name": "DescriptionStyleModel",
  25743. "model_module": "@jupyter-widgets/controls",
  25744. "model_module_version": "1.2.0",
  25745. "state": {
  25746. "description_width": ""
  25747. }
  25748. },
  25749. "c24e1b2612be47a1861e8839978078b2": {
  25750. "model_name": "LayoutModel",
  25751. "model_module": "@jupyter-widgets/base",
  25752. "model_module_version": "1.0.0",
  25753. "state": {}
  25754. },
  25755. "c260dabb5a5c42b49a428184f4f8eeae": {
  25756. "model_name": "LayoutModel",
  25757. "model_module": "@jupyter-widgets/base",
  25758. "model_module_version": "1.0.0",
  25759. "state": {}
  25760. },
  25761. "c261a32fea614e6eaa4076a773b8d39e": {
  25762. "model_name": "LabelModel",
  25763. "model_module": "@jupyter-widgets/controls",
  25764. "model_module_version": "1.2.0",
  25765. "state": {
  25766. "layout": "IPY_MODEL_d1675e668565460ead1130e8b916a8a4",
  25767. "style": "IPY_MODEL_ae25d037af2042be8129b852085fa643",
  25768. "value": "Framework :: Zope3"
  25769. }
  25770. },
  25771. "c291a20256b446ea82d18e7d9ab629b5": {
  25772. "model_name": "LayoutModel",
  25773. "model_module": "@jupyter-widgets/base",
  25774. "model_module_version": "1.0.0",
  25775. "state": {}
  25776. },
  25777. "c299a9114acb41008d73bd5029013483": {
  25778. "model_name": "LayoutModel",
  25779. "model_module": "@jupyter-widgets/base",
  25780. "model_module_version": "1.0.0",
  25781. "state": {}
  25782. },
  25783. "c29d98ad09e94a2d8fe3a7cbd2643f65": {
  25784. "model_name": "DropdownModel",
  25785. "model_module": "@jupyter-widgets/controls",
  25786. "model_module_version": "1.2.0",
  25787. "state": {
  25788. "_options_labels": [
  25789. "Development Status",
  25790. "Environment",
  25791. "Framework",
  25792. "Intended Audience",
  25793. "License",
  25794. "Natural Language",
  25795. "Operating System",
  25796. "Programming Language",
  25797. "Topic"
  25798. ],
  25799. "description": "prefix",
  25800. "index": 0,
  25801. "layout": "IPY_MODEL_8879b6a57b6d45afbfc5b62a49610601",
  25802. "style": "IPY_MODEL_0b0680045bd0438bbb961f88d7926d4b"
  25803. }
  25804. },
  25805. "c2b7832eb2034bc1953266e9c7441eb6": {
  25806. "model_name": "DescriptionStyleModel",
  25807. "model_module": "@jupyter-widgets/controls",
  25808. "model_module_version": "1.2.0",
  25809. "state": {
  25810. "description_width": ""
  25811. }
  25812. },
  25813. "c2b90d5b06484048a5ab1b9fa7d17d20": {
  25814. "model_name": "LayoutModel",
  25815. "model_module": "@jupyter-widgets/base",
  25816. "model_module_version": "1.0.0",
  25817. "state": {}
  25818. },
  25819. "c2e126df50e14b24ba704dc3953713fb": {
  25820. "model_name": "VBoxModel",
  25821. "model_module": "@jupyter-widgets/controls",
  25822. "model_module_version": "1.2.0",
  25823. "state": {
  25824. "_dom_classes": [
  25825. "widget-interact"
  25826. ],
  25827. "children": [
  25828. "IPY_MODEL_1af82b51da1f4e17bc7bf24af347eb75",
  25829. "IPY_MODEL_fed47d028fa84c7b8d38d9a0a6728f1a"
  25830. ],
  25831. "layout": "IPY_MODEL_7b5bc179bf59400586d1720573e5656c"
  25832. }
  25833. },
  25834. "c31baf30f5d54d098da0cb6bd0893f9c": {
  25835. "model_name": "LayoutModel",
  25836. "model_module": "@jupyter-widgets/base",
  25837. "model_module_version": "1.0.0",
  25838. "state": {}
  25839. },
  25840. "c335eadd51ed40d6b2be1703874461bf": {
  25841. "model_name": "HBoxModel",
  25842. "model_module": "@jupyter-widgets/controls",
  25843. "model_module_version": "1.2.0",
  25844. "state": {
  25845. "children": [
  25846. "IPY_MODEL_7694b51f02db4b108c4a71bdf3d7b795",
  25847. "IPY_MODEL_d5b4bccf69834993b1fb9b888c0ab785"
  25848. ],
  25849. "layout": "IPY_MODEL_399c5245da924d34aa84bcf6342622a2"
  25850. }
  25851. },
  25852. "c3517b98f8ae4dc7ad5a8571256b36c4": {
  25853. "model_name": "LayoutModel",
  25854. "model_module": "@jupyter-widgets/base",
  25855. "model_module_version": "1.0.0",
  25856. "state": {}
  25857. },
  25858. "c363dbe94e464eaaa3822d9a12042d74": {
  25859. "model_name": "LayoutModel",
  25860. "model_module": "@jupyter-widgets/base",
  25861. "model_module_version": "1.0.0",
  25862. "state": {}
  25863. },
  25864. "c36a60fc9d3b44d084c643d7f7e5cdff": {
  25865. "model_name": "DescriptionStyleModel",
  25866. "model_module": "@jupyter-widgets/controls",
  25867. "model_module_version": "1.2.0",
  25868. "state": {
  25869. "description_width": ""
  25870. }
  25871. },
  25872. "c39862a8f097479282fb531af1d40367": {
  25873. "model_name": "DescriptionStyleModel",
  25874. "model_module": "@jupyter-widgets/controls",
  25875. "model_module_version": "1.2.0",
  25876. "state": {
  25877. "description_width": ""
  25878. }
  25879. },
  25880. "c3d8336f8b554335be37fe5b9c811b43": {
  25881. "model_name": "LayoutModel",
  25882. "model_module": "@jupyter-widgets/base",
  25883. "model_module_version": "1.0.0",
  25884. "state": {}
  25885. },
  25886. "c3e426392b284d00aeffa81140102a85": {
  25887. "model_name": "HBoxModel",
  25888. "model_module": "@jupyter-widgets/controls",
  25889. "model_module_version": "1.2.0",
  25890. "state": {
  25891. "children": [
  25892. "IPY_MODEL_33135b23d9b74c37a7e9740b08fe6482",
  25893. "IPY_MODEL_bb0b945a8824462b983c09b3cbce76e1"
  25894. ],
  25895. "layout": "IPY_MODEL_654dda15e9394cb39077635d53f8684f"
  25896. }
  25897. },
  25898. "c3f5c9fc7c024ac1a1ff51a52b2b94bd": {
  25899. "model_name": "LayoutModel",
  25900. "model_module": "@jupyter-widgets/base",
  25901. "model_module_version": "1.0.0",
  25902. "state": {}
  25903. },
  25904. "c400756e984c4085bc9263b5f1c13e6d": {
  25905. "model_name": "DescriptionStyleModel",
  25906. "model_module": "@jupyter-widgets/controls",
  25907. "model_module_version": "1.2.0",
  25908. "state": {
  25909. "description_width": ""
  25910. }
  25911. },
  25912. "c400a4ae61dc465b84da3adfa8d4ab77": {
  25913. "model_name": "LayoutModel",
  25914. "model_module": "@jupyter-widgets/base",
  25915. "model_module_version": "1.0.0",
  25916. "state": {}
  25917. },
  25918. "c416a8837e284ec5ab2f5b0a39fab331": {
  25919. "model_name": "LabelModel",
  25920. "model_module": "@jupyter-widgets/controls",
  25921. "model_module_version": "1.2.0",
  25922. "state": {
  25923. "layout": "IPY_MODEL_f99916507bd34150a2cd834ac469caf5",
  25924. "style": "IPY_MODEL_a71d60d4e4d343d296e1eb961e61fcbd",
  25925. "value": "Chosen Classifiers"
  25926. }
  25927. },
  25928. "c42b052020b44a24ab30cad5a1dd4cd1": {
  25929. "model_name": "VBoxModel",
  25930. "model_module": "@jupyter-widgets/controls",
  25931. "model_module_version": "1.2.0",
  25932. "state": {
  25933. "_dom_classes": [
  25934. "widget-interact"
  25935. ],
  25936. "children": [
  25937. "IPY_MODEL_d79f672df53447bb9e125bc08db9f8eb",
  25938. "IPY_MODEL_8df4bde775534e868a38783fc8d32fa9"
  25939. ],
  25940. "layout": "IPY_MODEL_9bc22c6ed90a4b498c99f5c5bc271fe9"
  25941. }
  25942. },
  25943. "c4323ef3c0c1465bbc87dde231f8e177": {
  25944. "model_name": "ButtonModel",
  25945. "model_module": "@jupyter-widgets/controls",
  25946. "model_module_version": "1.2.0",
  25947. "state": {
  25948. "description": "Add",
  25949. "layout": "IPY_MODEL_008a39b5b8b543ed898011a425a6e008",
  25950. "style": "IPY_MODEL_e800717be49147fdaa3ce3b1c34ecbb7"
  25951. }
  25952. },
  25953. "c468d172d728480692e000aaf1522101": {
  25954. "model_name": "LabelModel",
  25955. "model_module": "@jupyter-widgets/controls",
  25956. "model_module_version": "1.2.0",
  25957. "state": {
  25958. "layout": "IPY_MODEL_65c8a4e02d5249ea9e091d31fcae7934",
  25959. "style": "IPY_MODEL_c400756e984c4085bc9263b5f1c13e6d",
  25960. "value": "*Optional Classifiers"
  25961. }
  25962. },
  25963. "c475bdd3ed4b46719b0c16ba2bf66680": {
  25964. "model_name": "DescriptionStyleModel",
  25965. "model_module": "@jupyter-widgets/controls",
  25966. "model_module_version": "1.2.0",
  25967. "state": {
  25968. "description_width": ""
  25969. }
  25970. },
  25971. "c47cf91cf29442d696bc73f93724aa75": {
  25972. "model_name": "ButtonStyleModel",
  25973. "model_module": "@jupyter-widgets/controls",
  25974. "model_module_version": "1.2.0",
  25975. "state": {}
  25976. },
  25977. "c480aff324c84c4ea5924d9041eacc1c": {
  25978. "model_name": "HBoxModel",
  25979. "model_module": "@jupyter-widgets/controls",
  25980. "model_module_version": "1.2.0",
  25981. "state": {
  25982. "children": [
  25983. "IPY_MODEL_e753528dd34a4ed0a4d904cdb4cefa3c"
  25984. ],
  25985. "layout": "IPY_MODEL_06676c24d1364af9b6e44b5e840c8859"
  25986. }
  25987. },
  25988. "c498f2a4469d48f8988dbdc95dce2f7f": {
  25989. "model_name": "LabelModel",
  25990. "model_module": "@jupyter-widgets/controls",
  25991. "model_module_version": "1.2.0",
  25992. "state": {
  25993. "layout": "IPY_MODEL_41f56c2ddea3459db21070ddc5b437be",
  25994. "style": "IPY_MODEL_a5868a42503a4424a657671afc5285c0",
  25995. "value": "Chosen Classifiers"
  25996. }
  25997. },
  25998. "c4a3c5dfa0164aa7857d93b9ed8a7cdf": {
  25999. "model_name": "LayoutModel",
  26000. "model_module": "@jupyter-widgets/base",
  26001. "model_module_version": "1.0.0",
  26002. "state": {}
  26003. },
  26004. "c4a6ffb10de444438a1de4245295c39f": {
  26005. "model_name": "OutputModel",
  26006. "model_module": "@jupyter-widgets/output",
  26007. "model_module_version": "1.0.0",
  26008. "state": {
  26009. "layout": "IPY_MODEL_46b7ab0b0e4943b68e204f1d3a806306"
  26010. }
  26011. },
  26012. "c4a8adc33e9f4a1b98cbefa916fe5b79": {
  26013. "model_name": "HBoxModel",
  26014. "model_module": "@jupyter-widgets/controls",
  26015. "model_module_version": "1.2.0",
  26016. "state": {
  26017. "children": [
  26018. "IPY_MODEL_4fd6f9ddab054ebcb913f49abc11824c",
  26019. "IPY_MODEL_665696f89d4e4f1ebaa7e041fe88c816"
  26020. ],
  26021. "layout": "IPY_MODEL_3593d2a0f00d4957b1cb6c057dc3e337"
  26022. }
  26023. },
  26024. "c4bcbf38644c429ebab2bced1f0a9781": {
  26025. "model_name": "LabelModel",
  26026. "model_module": "@jupyter-widgets/controls",
  26027. "model_module_version": "1.2.0",
  26028. "state": {
  26029. "layout": "IPY_MODEL_5bdd548d4e4d43318d0d047942d745f9",
  26030. "style": "IPY_MODEL_8b29c2a40e6f496487691ca916fa99d0",
  26031. "value": "*Optional Classifiers"
  26032. }
  26033. },
  26034. "c4be9fe1ff6a4aa298067e2bfccf1021": {
  26035. "model_name": "LayoutModel",
  26036. "model_module": "@jupyter-widgets/base",
  26037. "model_module_version": "1.0.0",
  26038. "state": {}
  26039. },
  26040. "c4ca37c66eb04a47b356dd3be6007c30": {
  26041. "model_name": "LayoutModel",
  26042. "model_module": "@jupyter-widgets/base",
  26043. "model_module_version": "1.0.0",
  26044. "state": {}
  26045. },
  26046. "c4cbd3ea2ce64b09b3f7ced06d8fa77d": {
  26047. "model_name": "LabelModel",
  26048. "model_module": "@jupyter-widgets/controls",
  26049. "model_module_version": "1.2.0",
  26050. "state": {
  26051. "layout": "IPY_MODEL_e4819cc62e534fa28a9338b1cbf71b9a",
  26052. "style": "IPY_MODEL_932f6451faee4028bda39cb77f0b1457",
  26053. "value": "Chosen Classifiers"
  26054. }
  26055. },
  26056. "c4d169a2dfe241c082122f4da12af15e": {
  26057. "model_name": "HBoxModel",
  26058. "model_module": "@jupyter-widgets/controls",
  26059. "model_module_version": "1.2.0",
  26060. "state": {
  26061. "children": [
  26062. "IPY_MODEL_be494ae0aa9243b997b4bf62f1934f94"
  26063. ],
  26064. "layout": "IPY_MODEL_79eaf557196144aba0b9c61c4a1621a8"
  26065. }
  26066. },
  26067. "c5075cfb1ad149df8965ff7e57daaefd": {
  26068. "model_name": "VBoxModel",
  26069. "model_module": "@jupyter-widgets/controls",
  26070. "model_module_version": "1.2.0",
  26071. "state": {
  26072. "_dom_classes": [
  26073. "widget-interact"
  26074. ],
  26075. "children": [
  26076. "IPY_MODEL_768cc54e6f824c109a7b1fe59dba8bcc",
  26077. "IPY_MODEL_59f542fc00e94fc7b0f09c7fe28010d3"
  26078. ],
  26079. "layout": "IPY_MODEL_954a7d99ff7641768671e665f1685962"
  26080. }
  26081. },
  26082. "c51c631e1bbb4089adf5c755ca66c94a": {
  26083. "model_name": "VBoxModel",
  26084. "model_module": "@jupyter-widgets/controls",
  26085. "model_module_version": "1.2.0",
  26086. "state": {
  26087. "_dom_classes": [
  26088. "widget-interact"
  26089. ],
  26090. "children": [
  26091. "IPY_MODEL_d888a863ae7743f99f42e94a8e0bba82",
  26092. "IPY_MODEL_cbf3bdddad0145368839c5eabcafb5fb"
  26093. ],
  26094. "layout": "IPY_MODEL_bafa8a2318074837aa1e936363ed3adf"
  26095. }
  26096. },
  26097. "c537810eaaf54178b3e52c6248a50aa2": {
  26098. "model_name": "LayoutModel",
  26099. "model_module": "@jupyter-widgets/base",
  26100. "model_module_version": "1.0.0",
  26101. "state": {}
  26102. },
  26103. "c53d64f59b5947bab72cf8de97012de4": {
  26104. "model_name": "HBoxModel",
  26105. "model_module": "@jupyter-widgets/controls",
  26106. "model_module_version": "1.2.0",
  26107. "state": {
  26108. "children": [
  26109. "IPY_MODEL_47c11d6d47244ca4b9ff2f62cb274ce0"
  26110. ],
  26111. "layout": "IPY_MODEL_83616f42e0ba41d4a93032ba15dbba55"
  26112. }
  26113. },
  26114. "c53f6e137cad45a5b87ee17b7735d7b9": {
  26115. "model_name": "DescriptionStyleModel",
  26116. "model_module": "@jupyter-widgets/controls",
  26117. "model_module_version": "1.2.0",
  26118. "state": {
  26119. "description_width": ""
  26120. }
  26121. },
  26122. "c54aff762e5244e092590fbcefc8cf2e": {
  26123. "model_name": "LayoutModel",
  26124. "model_module": "@jupyter-widgets/base",
  26125. "model_module_version": "1.0.0",
  26126. "state": {}
  26127. },
  26128. "c54f167b4f284097b64f703e894f927d": {
  26129. "model_name": "ButtonStyleModel",
  26130. "model_module": "@jupyter-widgets/controls",
  26131. "model_module_version": "1.2.0",
  26132. "state": {}
  26133. },
  26134. "c555798751d54c7c9b580d39bf13281e": {
  26135. "model_name": "LayoutModel",
  26136. "model_module": "@jupyter-widgets/base",
  26137. "model_module_version": "1.0.0",
  26138. "state": {}
  26139. },
  26140. "c568ec3fbf4145248b81f0d0fcbd1836": {
  26141. "model_name": "LayoutModel",
  26142. "model_module": "@jupyter-widgets/base",
  26143. "model_module_version": "1.0.0",
  26144. "state": {}
  26145. },
  26146. "c5723a06631e47a789c352f17b54c9a8": {
  26147. "model_name": "LayoutModel",
  26148. "model_module": "@jupyter-widgets/base",
  26149. "model_module_version": "1.0.0",
  26150. "state": {}
  26151. },
  26152. "c598340cc8144f4cac19fd597f13d875": {
  26153. "model_name": "DescriptionStyleModel",
  26154. "model_module": "@jupyter-widgets/controls",
  26155. "model_module_version": "1.2.0",
  26156. "state": {
  26157. "description_width": ""
  26158. }
  26159. },
  26160. "c5b6f0b7c4834d2cb26c38e1b807b5dc": {
  26161. "model_name": "LayoutModel",
  26162. "model_module": "@jupyter-widgets/base",
  26163. "model_module_version": "1.0.0",
  26164. "state": {}
  26165. },
  26166. "c5bab23045fe481b884205cd817c8672": {
  26167. "model_name": "OutputModel",
  26168. "model_module": "@jupyter-widgets/output",
  26169. "model_module_version": "1.0.0",
  26170. "state": {
  26171. "layout": "IPY_MODEL_7671a42b6dde423e94e724b54d777042",
  26172. "outputs": [
  26173. {
  26174. "data": {
  26175. "application/vnd.jupyter.widget-view+json": {
  26176. "model_id": "c498f2a4469d48f8988dbdc95dce2f7f",
  26177. "version_major": 2,
  26178. "version_minor": 0
  26179. },
  26180. "text/plain": "Label(value='Chosen Classifiers')"
  26181. },
  26182. "metadata": {},
  26183. "output_type": "display_data"
  26184. },
  26185. {
  26186. "data": {
  26187. "application/vnd.jupyter.widget-view+json": {
  26188. "model_id": "3cf2257d6df74372adb34e22145f30d5",
  26189. "version_major": 2,
  26190. "version_minor": 0
  26191. },
  26192. "text/plain": "Select(description='Classifiers', options=('s', 'e', 'l', 'e', 'c', 't', 'e', 'd', '_', 'c', 'l', 'a', 's', 's…"
  26193. },
  26194. "metadata": {},
  26195. "output_type": "display_data"
  26196. },
  26197. {
  26198. "data": {
  26199. "application/vnd.jupyter.widget-view+json": {
  26200. "model_id": "1796b11cf54546e58f8495aadb916756",
  26201. "version_major": 2,
  26202. "version_minor": 0
  26203. },
  26204. "text/plain": "Label(value='')"
  26205. },
  26206. "metadata": {},
  26207. "output_type": "display_data"
  26208. }
  26209. ]
  26210. }
  26211. },
  26212. "c5cd729f73ab41528f74b0e2635d6837": {
  26213. "model_name": "LayoutModel",
  26214. "model_module": "@jupyter-widgets/base",
  26215. "model_module_version": "1.0.0",
  26216. "state": {}
  26217. },
  26218. "c5dc173ee1674418952c039d47b0d398": {
  26219. "model_name": "LayoutModel",
  26220. "model_module": "@jupyter-widgets/base",
  26221. "model_module_version": "1.0.0",
  26222. "state": {}
  26223. },
  26224. "c5e93b7fb3d6426a986f647f25cd0333": {
  26225. "model_name": "DescriptionStyleModel",
  26226. "model_module": "@jupyter-widgets/controls",
  26227. "model_module_version": "1.2.0",
  26228. "state": {
  26229. "description_width": ""
  26230. }
  26231. },
  26232. "c6086a91ad504878a4d433c464139fc5": {
  26233. "model_name": "VBoxModel",
  26234. "model_module": "@jupyter-widgets/controls",
  26235. "model_module_version": "1.2.0",
  26236. "state": {
  26237. "_dom_classes": [
  26238. "widget-interact"
  26239. ],
  26240. "children": [
  26241. "IPY_MODEL_deee20773273408c9c0469e219eda902",
  26242. "IPY_MODEL_af3906349c29411893d97e5284268d44"
  26243. ],
  26244. "layout": "IPY_MODEL_2d8420a779054af9ac420dfc024b3b59"
  26245. }
  26246. },
  26247. "c6145ad63ea84488a1ceba1aefb484de": {
  26248. "model_name": "DescriptionStyleModel",
  26249. "model_module": "@jupyter-widgets/controls",
  26250. "model_module_version": "1.2.0",
  26251. "state": {
  26252. "description_width": ""
  26253. }
  26254. },
  26255. "c647cda0df98464c91f66d6aab2929a5": {
  26256. "model_name": "DescriptionStyleModel",
  26257. "model_module": "@jupyter-widgets/controls",
  26258. "model_module_version": "1.2.0",
  26259. "state": {
  26260. "description_width": ""
  26261. }
  26262. },
  26263. "c68c54e5ac6a4b67a320198ffb338d8b": {
  26264. "model_name": "DropdownModel",
  26265. "model_module": "@jupyter-widgets/controls",
  26266. "model_module_version": "1.2.0",
  26267. "state": {
  26268. "_options_labels": [
  26269. "Development Status :: 4 - Beta",
  26270. "Development Status :: 5 - Production/Stable",
  26271. "Development Status :: 7 - Inactive",
  26272. "Development Status :: 3 - Alpha",
  26273. "Development Status :: 2 - Pre-Alpha",
  26274. "Development Status :: 6 - Mature",
  26275. "Development Status :: 1 - Planning"
  26276. ],
  26277. "description": "Classifier",
  26278. "index": 0,
  26279. "layout": "IPY_MODEL_0d672f245c1f46b28f9459f9207705d3",
  26280. "style": "IPY_MODEL_c9b3f217f00f40c880feb6f05e4c26a7"
  26281. }
  26282. },
  26283. "c68d18182c404312bef118e20db3b944": {
  26284. "model_name": "LayoutModel",
  26285. "model_module": "@jupyter-widgets/base",
  26286. "model_module_version": "1.0.0",
  26287. "state": {}
  26288. },
  26289. "c692a4510aca4a3688249b106784ae86": {
  26290. "model_name": "OutputModel",
  26291. "model_module": "@jupyter-widgets/output",
  26292. "model_module_version": "1.0.0",
  26293. "state": {
  26294. "layout": "IPY_MODEL_dd9175ca2e224f9ca1f5a63d7be85222"
  26295. }
  26296. },
  26297. "c6985a7bcfcc4b5fa4cb276d61ba1e5e": {
  26298. "model_name": "LayoutModel",
  26299. "model_module": "@jupyter-widgets/base",
  26300. "model_module_version": "1.0.0",
  26301. "state": {}
  26302. },
  26303. "c6cce1a8314c4dfd8dfe5ab65ccdb5dc": {
  26304. "model_name": "DropdownModel",
  26305. "model_module": "@jupyter-widgets/controls",
  26306. "model_module_version": "1.2.0",
  26307. "state": {
  26308. "_options_labels": [
  26309. "Development Status",
  26310. "Environment",
  26311. "Framework",
  26312. "Intended Audience",
  26313. "License",
  26314. "Natural Language",
  26315. "Operating System",
  26316. "Programming Language",
  26317. "Topic"
  26318. ],
  26319. "description": "prefix",
  26320. "index": 3,
  26321. "layout": "IPY_MODEL_5ed7d88087954ab5aa4df381a6d3b3ef",
  26322. "style": "IPY_MODEL_297ae5714a324d568c7b3e6cc18da8e9"
  26323. }
  26324. },
  26325. "c6d85fb01bb4469881f0f46f3de260a8": {
  26326. "model_name": "LabelModel",
  26327. "model_module": "@jupyter-widgets/controls",
  26328. "model_module_version": "1.2.0",
  26329. "state": {
  26330. "layout": "IPY_MODEL_83e3f72a55794c079a1d787da36d107c",
  26331. "style": "IPY_MODEL_63a2f59d8dc547e8bc18d4c3825bdb50",
  26332. "value": "Operating System :: Microsoft :: Windows :: Windows Server 2003"
  26333. }
  26334. },
  26335. "c6f502f63348431f96c1801476a76159": {
  26336. "model_name": "LayoutModel",
  26337. "model_module": "@jupyter-widgets/base",
  26338. "model_module_version": "1.0.0",
  26339. "state": {}
  26340. },
  26341. "c70db389595e445f859466488b984722": {
  26342. "model_name": "DescriptionStyleModel",
  26343. "model_module": "@jupyter-widgets/controls",
  26344. "model_module_version": "1.2.0",
  26345. "state": {
  26346. "description_width": ""
  26347. }
  26348. },
  26349. "c714b80427e14754bc5e35fa387d7fe4": {
  26350. "model_name": "LayoutModel",
  26351. "model_module": "@jupyter-widgets/base",
  26352. "model_module_version": "1.0.0",
  26353. "state": {}
  26354. },
  26355. "c72aab98ca284846a58171f9f41236ed": {
  26356. "model_name": "DescriptionStyleModel",
  26357. "model_module": "@jupyter-widgets/controls",
  26358. "model_module_version": "1.2.0",
  26359. "state": {
  26360. "description_width": ""
  26361. }
  26362. },
  26363. "c745dd8f5f4d4292a3cb2e461f7ca62b": {
  26364. "model_name": "LayoutModel",
  26365. "model_module": "@jupyter-widgets/base",
  26366. "model_module_version": "1.0.0",
  26367. "state": {}
  26368. },
  26369. "c74b9f35ab3c4f0e88a916d642cc71a7": {
  26370. "model_name": "DescriptionStyleModel",
  26371. "model_module": "@jupyter-widgets/controls",
  26372. "model_module_version": "1.2.0",
  26373. "state": {
  26374. "description_width": ""
  26375. }
  26376. },
  26377. "c777a39dc72e4b93aa26a6e6ab8e42c3": {
  26378. "model_name": "DescriptionStyleModel",
  26379. "model_module": "@jupyter-widgets/controls",
  26380. "model_module_version": "1.2.0",
  26381. "state": {
  26382. "description_width": ""
  26383. }
  26384. },
  26385. "c784036c256a46ca9313864f2361c9e1": {
  26386. "model_name": "ButtonModel",
  26387. "model_module": "@jupyter-widgets/controls",
  26388. "model_module_version": "1.2.0",
  26389. "state": {
  26390. "description": "Add",
  26391. "layout": "IPY_MODEL_77808b7b1de3433799a2e2c15459cdca",
  26392. "style": "IPY_MODEL_e975e94c0aa04729837b815916bd9ed6"
  26393. }
  26394. },
  26395. "c7afd55b3395420aa74c52a2cc6660a8": {
  26396. "model_name": "LayoutModel",
  26397. "model_module": "@jupyter-widgets/base",
  26398. "model_module_version": "1.0.0",
  26399. "state": {}
  26400. },
  26401. "c7b094b66ad542de9319a0af75adb7a6": {
  26402. "model_name": "HBoxModel",
  26403. "model_module": "@jupyter-widgets/controls",
  26404. "model_module_version": "1.2.0",
  26405. "state": {
  26406. "children": [
  26407. "IPY_MODEL_a0e05b106c97456195c4f99271087985",
  26408. "IPY_MODEL_29b143d345004fbc80bf835d43cd94aa"
  26409. ],
  26410. "layout": "IPY_MODEL_13ee6bdf399844a4b5dc57f893017ee8"
  26411. }
  26412. },
  26413. "c7c93d77b5d04eeba57fb9efdf86d1e4": {
  26414. "model_name": "LayoutModel",
  26415. "model_module": "@jupyter-widgets/base",
  26416. "model_module_version": "1.0.0",
  26417. "state": {}
  26418. },
  26419. "c7d33233570a49a6bed53830a0c6dc90": {
  26420. "model_name": "LayoutModel",
  26421. "model_module": "@jupyter-widgets/base",
  26422. "model_module_version": "1.0.0",
  26423. "state": {}
  26424. },
  26425. "c7dcf4fb3ce54d1f8c98142dbe0a270f": {
  26426. "model_name": "LayoutModel",
  26427. "model_module": "@jupyter-widgets/base",
  26428. "model_module_version": "1.0.0",
  26429. "state": {}
  26430. },
  26431. "c7e418ede3484e1f8cd27e0e135eba7a": {
  26432. "model_name": "DescriptionStyleModel",
  26433. "model_module": "@jupyter-widgets/controls",
  26434. "model_module_version": "1.2.0",
  26435. "state": {
  26436. "description_width": ""
  26437. }
  26438. },
  26439. "c7e94976556f47d29bde6ede7a05456e": {
  26440. "model_name": "VBoxModel",
  26441. "model_module": "@jupyter-widgets/controls",
  26442. "model_module_version": "1.2.0",
  26443. "state": {
  26444. "_dom_classes": [
  26445. "widget-interact"
  26446. ],
  26447. "children": [
  26448. "IPY_MODEL_4cc1713196304038aafccefb61513fd2",
  26449. "IPY_MODEL_8f77029d662a488bb52cbf7721d1020f"
  26450. ],
  26451. "layout": "IPY_MODEL_85ce4aeddae04ab8b5cb8bd1a580883e"
  26452. }
  26453. },
  26454. "c7efb69d915c47a1b37fc683a5ba4b9c": {
  26455. "model_name": "DescriptionStyleModel",
  26456. "model_module": "@jupyter-widgets/controls",
  26457. "model_module_version": "1.2.0",
  26458. "state": {
  26459. "description_width": ""
  26460. }
  26461. },
  26462. "c82d09256b73469c84918d85c6c33f11": {
  26463. "model_name": "LayoutModel",
  26464. "model_module": "@jupyter-widgets/base",
  26465. "model_module_version": "1.0.0",
  26466. "state": {}
  26467. },
  26468. "c856e29ca26c4e8fb3640acb10696c2e": {
  26469. "model_name": "DescriptionStyleModel",
  26470. "model_module": "@jupyter-widgets/controls",
  26471. "model_module_version": "1.2.0",
  26472. "state": {
  26473. "description_width": ""
  26474. }
  26475. },
  26476. "c85b1308358a49f2b94c5c741dbc41ce": {
  26477. "model_name": "LayoutModel",
  26478. "model_module": "@jupyter-widgets/base",
  26479. "model_module_version": "1.0.0",
  26480. "state": {}
  26481. },
  26482. "c863e94bb6784ab2be2ad5ee2b64c2a9": {
  26483. "model_name": "LayoutModel",
  26484. "model_module": "@jupyter-widgets/base",
  26485. "model_module_version": "1.0.0",
  26486. "state": {}
  26487. },
  26488. "c8739f0e501642e19130cda03c02ef98": {
  26489. "model_name": "OutputModel",
  26490. "model_module": "@jupyter-widgets/output",
  26491. "model_module_version": "1.0.0",
  26492. "state": {
  26493. "layout": "IPY_MODEL_0d2e11668f314c64b4d7bea88da9494c"
  26494. }
  26495. },
  26496. "c89818eef3c14192850a69b48a589245": {
  26497. "model_name": "VBoxModel",
  26498. "model_module": "@jupyter-widgets/controls",
  26499. "model_module_version": "1.2.0",
  26500. "state": {
  26501. "_dom_classes": [
  26502. "widget-interact"
  26503. ],
  26504. "children": [
  26505. "IPY_MODEL_e54ff6f6de13433aa5097052818fdedf",
  26506. "IPY_MODEL_60c44f2bfd294b39a1cc145397be3d1f"
  26507. ],
  26508. "layout": "IPY_MODEL_eae8eb85fe1f4c2296392d1b6ccf453f"
  26509. }
  26510. },
  26511. "c8b62f24b38b4b7b88e16af657129f2e": {
  26512. "model_name": "VBoxModel",
  26513. "model_module": "@jupyter-widgets/controls",
  26514. "model_module_version": "1.2.0",
  26515. "state": {
  26516. "_dom_classes": [
  26517. "widget-interact"
  26518. ],
  26519. "children": [
  26520. "IPY_MODEL_79e4755ea4e14954b52122c8f79f26f7",
  26521. "IPY_MODEL_8bae81c237d5438d95e4268653495292"
  26522. ],
  26523. "layout": "IPY_MODEL_707eeac23ade4871a7f64ac3602d2df1"
  26524. }
  26525. },
  26526. "c8cd9d7ba1334039b7dd5345d43dd0b9": {
  26527. "model_name": "OutputModel",
  26528. "model_module": "@jupyter-widgets/output",
  26529. "model_module_version": "1.0.0",
  26530. "state": {
  26531. "layout": "IPY_MODEL_85141b707917408d9f08ecc5788209cb",
  26532. "outputs": [
  26533. {
  26534. "data": {
  26535. "application/vnd.jupyter.widget-view+json": {
  26536. "model_id": "8a3db8aae213409f8f4ffe9cc5ede664",
  26537. "version_major": 2,
  26538. "version_minor": 0
  26539. },
  26540. "text/plain": "Label(value='Chosen Classifiers')"
  26541. },
  26542. "metadata": {},
  26543. "output_type": "display_data"
  26544. },
  26545. {
  26546. "data": {
  26547. "application/vnd.jupyter.widget-view+json": {
  26548. "model_id": "331603a74bb3492d9d1e4ff9c9eeed9f",
  26549. "version_major": 2,
  26550. "version_minor": 0
  26551. },
  26552. "text/plain": "Select(description='Classifiers', options=(), value=None)"
  26553. },
  26554. "metadata": {},
  26555. "output_type": "display_data"
  26556. },
  26557. {
  26558. "data": {
  26559. "application/vnd.jupyter.widget-view+json": {
  26560. "model_id": "66877b45f3c04774abfa4a1d60a4d617",
  26561. "version_major": 2,
  26562. "version_minor": 0
  26563. },
  26564. "text/plain": "Button(description='Remove', style=ButtonStyle())"
  26565. },
  26566. "metadata": {},
  26567. "output_type": "display_data"
  26568. },
  26569. {
  26570. "data": {
  26571. "application/vnd.jupyter.widget-view+json": {
  26572. "model_id": "bc23ab47e16b4fc9891235302c906ba4",
  26573. "version_major": 2,
  26574. "version_minor": 0
  26575. },
  26576. "text/plain": "Label(value='')"
  26577. },
  26578. "metadata": {},
  26579. "output_type": "display_data"
  26580. }
  26581. ]
  26582. }
  26583. },
  26584. "c8d9837e70ff49af9fde624d8baec41f": {
  26585. "model_name": "DescriptionStyleModel",
  26586. "model_module": "@jupyter-widgets/controls",
  26587. "model_module_version": "1.2.0",
  26588. "state": {
  26589. "description_width": ""
  26590. }
  26591. },
  26592. "c8e9aa8b5bd24596ac6d72cd6a19fa23": {
  26593. "model_name": "DescriptionStyleModel",
  26594. "model_module": "@jupyter-widgets/controls",
  26595. "model_module_version": "1.2.0",
  26596. "state": {
  26597. "description_width": ""
  26598. }
  26599. },
  26600. "c8ea50251fc04923894b212fccd16e66": {
  26601. "model_name": "DescriptionStyleModel",
  26602. "model_module": "@jupyter-widgets/controls",
  26603. "model_module_version": "1.2.0",
  26604. "state": {
  26605. "description_width": ""
  26606. }
  26607. },
  26608. "c8f15b57ae37436280e3b40109536ed2": {
  26609. "model_name": "DescriptionStyleModel",
  26610. "model_module": "@jupyter-widgets/controls",
  26611. "model_module_version": "1.2.0",
  26612. "state": {
  26613. "description_width": ""
  26614. }
  26615. },
  26616. "c901aa13c4284a809f17abc18134ff77": {
  26617. "model_name": "LabelModel",
  26618. "model_module": "@jupyter-widgets/controls",
  26619. "model_module_version": "1.2.0",
  26620. "state": {
  26621. "layout": "IPY_MODEL_9de90068d839439e9396bc036f3a45bf",
  26622. "style": "IPY_MODEL_1d9c19aeb4954f43a9bc6c53442ccfd5",
  26623. "value": "Development Status :: 4 - Beta"
  26624. }
  26625. },
  26626. "c901c823aba3426595c9751793c9a360": {
  26627. "model_name": "LayoutModel",
  26628. "model_module": "@jupyter-widgets/base",
  26629. "model_module_version": "1.0.0",
  26630. "state": {}
  26631. },
  26632. "c91636d791b74f46ab2e3935edb43354": {
  26633. "model_name": "LayoutModel",
  26634. "model_module": "@jupyter-widgets/base",
  26635. "model_module_version": "1.0.0",
  26636. "state": {}
  26637. },
  26638. "c91cfed75929468ca85e1613d88c2dcf": {
  26639. "model_name": "LayoutModel",
  26640. "model_module": "@jupyter-widgets/base",
  26641. "model_module_version": "1.0.0",
  26642. "state": {}
  26643. },
  26644. "c93ddae649d541a3966ec5f3278dc612": {
  26645. "model_name": "LayoutModel",
  26646. "model_module": "@jupyter-widgets/base",
  26647. "model_module_version": "1.0.0",
  26648. "state": {}
  26649. },
  26650. "c951eee7bfaa444d9e84a1fc03c18332": {
  26651. "model_name": "ButtonStyleModel",
  26652. "model_module": "@jupyter-widgets/controls",
  26653. "model_module_version": "1.2.0",
  26654. "state": {}
  26655. },
  26656. "c954577fc3f243eb922b51bd8e6fafe8": {
  26657. "model_name": "LayoutModel",
  26658. "model_module": "@jupyter-widgets/base",
  26659. "model_module_version": "1.0.0",
  26660. "state": {}
  26661. },
  26662. "c959209b2ce2435bb88941f7f71db5af": {
  26663. "model_name": "DropdownModel",
  26664. "model_module": "@jupyter-widgets/controls",
  26665. "model_module_version": "1.2.0",
  26666. "state": {
  26667. "_options_labels": [
  26668. "Development Status :: 7 - Inactive",
  26669. "Development Status :: 5 - Production/Stable",
  26670. "Development Status :: 1 - Planning",
  26671. "Development Status :: 6 - Mature",
  26672. "Development Status :: 3 - Alpha",
  26673. "Development Status :: 4 - Beta",
  26674. "Development Status :: 2 - Pre-Alpha"
  26675. ],
  26676. "description": "Classifier",
  26677. "index": 0,
  26678. "layout": "IPY_MODEL_478ae7889b3b426b8b9685fe759d865c",
  26679. "style": "IPY_MODEL_1c21cabc3d9c4d00b5e0458416fd048a"
  26680. }
  26681. },
  26682. "c95cc3c220ee49b0aba8d876424b9852": {
  26683. "model_name": "DescriptionStyleModel",
  26684. "model_module": "@jupyter-widgets/controls",
  26685. "model_module_version": "1.2.0",
  26686. "state": {
  26687. "description_width": ""
  26688. }
  26689. },
  26690. "c95e7449846a40e1a46cd76afef4ca0e": {
  26691. "model_name": "LayoutModel",
  26692. "model_module": "@jupyter-widgets/base",
  26693. "model_module_version": "1.0.0",
  26694. "state": {}
  26695. },
  26696. "c97c437ce1e9416fa4ca7105a3d64877": {
  26697. "model_name": "ButtonStyleModel",
  26698. "model_module": "@jupyter-widgets/controls",
  26699. "model_module_version": "1.2.0",
  26700. "state": {}
  26701. },
  26702. "c9b3f217f00f40c880feb6f05e4c26a7": {
  26703. "model_name": "DescriptionStyleModel",
  26704. "model_module": "@jupyter-widgets/controls",
  26705. "model_module_version": "1.2.0",
  26706. "state": {
  26707. "description_width": ""
  26708. }
  26709. },
  26710. "c9bc54a702fa4e1aa6b9a01b2475090e": {
  26711. "model_name": "LabelModel",
  26712. "model_module": "@jupyter-widgets/controls",
  26713. "model_module_version": "1.2.0",
  26714. "state": {
  26715. "layout": "IPY_MODEL_5b98d3fe471845b1b4b297d60ebd0331",
  26716. "style": "IPY_MODEL_bff39b1453c7457fbbb2974dbb76ed86",
  26717. "value": "Selected Classifier Removed!"
  26718. }
  26719. },
  26720. "c9e9c6a9a55047a6a013166892bde606": {
  26721. "model_name": "LayoutModel",
  26722. "model_module": "@jupyter-widgets/base",
  26723. "model_module_version": "1.0.0",
  26724. "state": {}
  26725. },
  26726. "ca0dc4a12f1749dbbd508f934dadf609": {
  26727. "model_name": "OutputModel",
  26728. "model_module": "@jupyter-widgets/output",
  26729. "model_module_version": "1.0.0",
  26730. "state": {
  26731. "layout": "IPY_MODEL_e840097786a9453f9a5c4969e3ab02d7"
  26732. }
  26733. },
  26734. "ca0fdcbbec7a4c0c9be48444766094e0": {
  26735. "model_name": "DropdownModel",
  26736. "model_module": "@jupyter-widgets/controls",
  26737. "model_module_version": "1.2.0",
  26738. "state": {
  26739. "_options_labels": [
  26740. "Development Status",
  26741. "Environment",
  26742. "Framework",
  26743. "Intended Audience",
  26744. "License",
  26745. "Natural Language",
  26746. "Operating System",
  26747. "Programming Language",
  26748. "Topic"
  26749. ],
  26750. "description": "prefix",
  26751. "index": 0,
  26752. "layout": "IPY_MODEL_c95e7449846a40e1a46cd76afef4ca0e",
  26753. "style": "IPY_MODEL_1382a265fb7d44679ab3430c63033190"
  26754. }
  26755. },
  26756. "ca19489686ae4f6e984c4fa716cbb403": {
  26757. "model_name": "DescriptionStyleModel",
  26758. "model_module": "@jupyter-widgets/controls",
  26759. "model_module_version": "1.2.0",
  26760. "state": {
  26761. "description_width": ""
  26762. }
  26763. },
  26764. "ca3015c059ab4d6d8440892b8d910a8d": {
  26765. "model_name": "LayoutModel",
  26766. "model_module": "@jupyter-widgets/base",
  26767. "model_module_version": "1.0.0",
  26768. "state": {}
  26769. },
  26770. "ca3c2897a4dc441388652672131ddfd7": {
  26771. "model_name": "LayoutModel",
  26772. "model_module": "@jupyter-widgets/base",
  26773. "model_module_version": "1.0.0",
  26774. "state": {}
  26775. },
  26776. "ca421bb09e06481bab29acb089344bc9": {
  26777. "model_name": "DescriptionStyleModel",
  26778. "model_module": "@jupyter-widgets/controls",
  26779. "model_module_version": "1.2.0",
  26780. "state": {
  26781. "description_width": ""
  26782. }
  26783. },
  26784. "ca47a14ae8454e2383a1586a1cb3092c": {
  26785. "model_name": "LabelModel",
  26786. "model_module": "@jupyter-widgets/controls",
  26787. "model_module_version": "1.2.0",
  26788. "state": {
  26789. "layout": "IPY_MODEL_7fa335b2624140de90925c17a3153e61",
  26790. "style": "IPY_MODEL_9361668b0928450fa712c7f5f326c50f",
  26791. "value": "*Optional Classifiers"
  26792. }
  26793. },
  26794. "ca9e6ac68d25444d81e3209c7414fd1a": {
  26795. "model_name": "LayoutModel",
  26796. "model_module": "@jupyter-widgets/base",
  26797. "model_module_version": "1.0.0",
  26798. "state": {}
  26799. },
  26800. "caa3ab6980e24aec9f3885f6305815e1": {
  26801. "model_name": "DropdownModel",
  26802. "model_module": "@jupyter-widgets/controls",
  26803. "model_module_version": "1.2.0",
  26804. "state": {
  26805. "_options_labels": [
  26806. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  26807. "Operating System :: MacOS :: MacOS 9",
  26808. "Operating System :: MacOS :: MacOS X",
  26809. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  26810. "Operating System :: Microsoft :: Windows :: Windows Vista",
  26811. "Operating System :: Microsoft :: Windows :: Windows CE",
  26812. "Operating System :: POSIX :: SCO",
  26813. "Operating System :: Microsoft :: Windows :: Windows 10",
  26814. "Operating System :: POSIX :: Linux",
  26815. "Operating System :: POSIX :: BSD :: NetBSD",
  26816. "Operating System :: Android",
  26817. "Operating System :: MacOS",
  26818. "Operating System :: POSIX :: SunOS/Solaris",
  26819. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  26820. "Operating System :: PDA Systems",
  26821. "Operating System :: POSIX :: BSD",
  26822. "Operating System :: POSIX",
  26823. "Operating System :: Microsoft",
  26824. "Operating System :: POSIX :: AIX",
  26825. "Operating System :: POSIX :: BSD :: FreeBSD",
  26826. "Operating System :: Microsoft :: Windows",
  26827. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  26828. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  26829. "Operating System :: POSIX :: IRIX",
  26830. "Operating System :: Microsoft :: Windows :: Windows 8",
  26831. "Operating System :: Other OS",
  26832. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  26833. "Operating System :: PalmOS",
  26834. "Operating System :: POSIX :: HP-UX",
  26835. "Operating System :: Microsoft :: Windows :: Windows XP",
  26836. "Operating System :: iOS",
  26837. "Operating System :: Microsoft :: Windows :: Windows 7",
  26838. "Operating System :: POSIX :: GNU Hurd",
  26839. "Operating System :: Microsoft :: MS-DOS",
  26840. "Operating System :: OS/2",
  26841. "Operating System :: OS Independent",
  26842. "Operating System :: POSIX :: BSD :: BSD/OS",
  26843. "Operating System :: POSIX :: Other",
  26844. "Operating System :: Unix",
  26845. "Operating System :: BeOS",
  26846. "Operating System :: POSIX :: BSD :: OpenBSD"
  26847. ],
  26848. "description": "Classifier",
  26849. "index": 0,
  26850. "layout": "IPY_MODEL_4ab3b3dd85f04966ad8f1d458d2e208d",
  26851. "style": "IPY_MODEL_84722ec912e1436e88dcee5761d82eca"
  26852. }
  26853. },
  26854. "cab0b87fe60043679a5f2f115f664bb3": {
  26855. "model_name": "VBoxModel",
  26856. "model_module": "@jupyter-widgets/controls",
  26857. "model_module_version": "1.2.0",
  26858. "state": {
  26859. "_dom_classes": [
  26860. "widget-interact"
  26861. ],
  26862. "children": [
  26863. "IPY_MODEL_9c3d6513efc846d7a1381bf82238e1fd",
  26864. "IPY_MODEL_3286bd26ca2144b98d4646f16f2d0091"
  26865. ],
  26866. "layout": "IPY_MODEL_ff86c6c2f763465ba455a2cbb58da9c1"
  26867. }
  26868. },
  26869. "cac76a17e6164a77842effaa4562df21": {
  26870. "model_name": "LayoutModel",
  26871. "model_module": "@jupyter-widgets/base",
  26872. "model_module_version": "1.0.0",
  26873. "state": {}
  26874. },
  26875. "caf6c2d113b845ee9b9fef191d5961b7": {
  26876. "model_name": "ButtonModel",
  26877. "model_module": "@jupyter-widgets/controls",
  26878. "model_module_version": "1.2.0",
  26879. "state": {
  26880. "description": "Add",
  26881. "layout": "IPY_MODEL_2c3a4d5c25194646a9841c1cde57a76f",
  26882. "style": "IPY_MODEL_bdca30e54856409aa41317f8c9b8674d"
  26883. }
  26884. },
  26885. "cb02720b59514cffabc56032da9cd81b": {
  26886. "model_name": "HBoxModel",
  26887. "model_module": "@jupyter-widgets/controls",
  26888. "model_module_version": "1.2.0",
  26889. "state": {
  26890. "children": [
  26891. "IPY_MODEL_8ea4d30d39f145258224c04be9ed38bc",
  26892. "IPY_MODEL_847fafe9fc5a47a59075a30172e86287"
  26893. ],
  26894. "layout": "IPY_MODEL_508faac4c4e749c5a9ca4d1678a18530"
  26895. }
  26896. },
  26897. "cb030e71745e47f8bd2b9c6949300b01": {
  26898. "model_name": "ButtonModel",
  26899. "model_module": "@jupyter-widgets/controls",
  26900. "model_module_version": "1.2.0",
  26901. "state": {
  26902. "description": "Add",
  26903. "layout": "IPY_MODEL_05b2cf499b494a64b0c94a3a5b1389b9",
  26904. "style": "IPY_MODEL_b3f7c8f1b86b4d79b2ce9bc6999b7d81"
  26905. }
  26906. },
  26907. "cb09b450818f4406b4e7e23e8c2df73e": {
  26908. "model_name": "LayoutModel",
  26909. "model_module": "@jupyter-widgets/base",
  26910. "model_module_version": "1.0.0",
  26911. "state": {}
  26912. },
  26913. "cb1948418929469a844b219424ac6b6b": {
  26914. "model_name": "VBoxModel",
  26915. "model_module": "@jupyter-widgets/controls",
  26916. "model_module_version": "1.2.0",
  26917. "state": {
  26918. "_dom_classes": [
  26919. "widget-interact"
  26920. ],
  26921. "children": [
  26922. "IPY_MODEL_d96fa1b46ba64fb88c4db5281f7e2747",
  26923. "IPY_MODEL_800899b9ffff49e9936c2f5adabfc668"
  26924. ],
  26925. "layout": "IPY_MODEL_35b9d1bfd7074dd7869f0b1fc08cab33"
  26926. }
  26927. },
  26928. "cb1eeedf46214793a234ea29adad3543": {
  26929. "model_name": "HBoxModel",
  26930. "model_module": "@jupyter-widgets/controls",
  26931. "model_module_version": "1.2.0",
  26932. "state": {
  26933. "children": [
  26934. "IPY_MODEL_72bcd0228b3f44e899610e67aa1876a0",
  26935. "IPY_MODEL_f9880ae08e3c4e678824127f4f6400db",
  26936. "IPY_MODEL_359f70afb7344eaa92e60dd24ac0be29"
  26937. ],
  26938. "layout": "IPY_MODEL_9b5eb49826c345dda458de163e77a8bc"
  26939. }
  26940. },
  26941. "cb3bf7866a7747cbbb5e888ca5f6902f": {
  26942. "model_name": "HBoxModel",
  26943. "model_module": "@jupyter-widgets/controls",
  26944. "model_module_version": "1.2.0",
  26945. "state": {
  26946. "children": [
  26947. "IPY_MODEL_e54df7c032774fa8a7aa300f81133632",
  26948. "IPY_MODEL_4e68b5fc2d91437397ab2d02fac76dbb",
  26949. "IPY_MODEL_96a224682a2b4f6085ddbc4417a25c54"
  26950. ],
  26951. "layout": "IPY_MODEL_b4b54a541c5b43d89f82b58e15328ad5"
  26952. }
  26953. },
  26954. "cb3fc7b2897848a18934cb731b981cfe": {
  26955. "model_name": "DescriptionStyleModel",
  26956. "model_module": "@jupyter-widgets/controls",
  26957. "model_module_version": "1.2.0",
  26958. "state": {
  26959. "description_width": ""
  26960. }
  26961. },
  26962. "cb51bc07c5b346909055705821d5bff5": {
  26963. "model_name": "LayoutModel",
  26964. "model_module": "@jupyter-widgets/base",
  26965. "model_module_version": "1.0.0",
  26966. "state": {}
  26967. },
  26968. "cb88748e8be7490587ffa95bd04bc9c6": {
  26969. "model_name": "LayoutModel",
  26970. "model_module": "@jupyter-widgets/base",
  26971. "model_module_version": "1.0.0",
  26972. "state": {}
  26973. },
  26974. "cb947618692943a4be8a11c82906426d": {
  26975. "model_name": "LayoutModel",
  26976. "model_module": "@jupyter-widgets/base",
  26977. "model_module_version": "1.0.0",
  26978. "state": {}
  26979. },
  26980. "cbb73d65f59149148f61337056265cd0": {
  26981. "model_name": "DescriptionStyleModel",
  26982. "model_module": "@jupyter-widgets/controls",
  26983. "model_module_version": "1.2.0",
  26984. "state": {
  26985. "description_width": ""
  26986. }
  26987. },
  26988. "cbc4ae792ee5463fb3fb45162f74dab1": {
  26989. "model_name": "LayoutModel",
  26990. "model_module": "@jupyter-widgets/base",
  26991. "model_module_version": "1.0.0",
  26992. "state": {}
  26993. },
  26994. "cbd7751d746f4eca9b9aaff82ee3a5d3": {
  26995. "model_name": "LayoutModel",
  26996. "model_module": "@jupyter-widgets/base",
  26997. "model_module_version": "1.0.0",
  26998. "state": {}
  26999. },
  27000. "cbebcdf1d349433e931276688cb18180": {
  27001. "model_name": "LayoutModel",
  27002. "model_module": "@jupyter-widgets/base",
  27003. "model_module_version": "1.0.0",
  27004. "state": {}
  27005. },
  27006. "cbf3bdddad0145368839c5eabcafb5fb": {
  27007. "model_name": "OutputModel",
  27008. "model_module": "@jupyter-widgets/output",
  27009. "model_module_version": "1.0.0",
  27010. "state": {
  27011. "layout": "IPY_MODEL_d298200cb8054447bf63cfdeaf160f48"
  27012. }
  27013. },
  27014. "cc02157343e04849840564c5248715f6": {
  27015. "model_name": "LayoutModel",
  27016. "model_module": "@jupyter-widgets/base",
  27017. "model_module_version": "1.0.0",
  27018. "state": {}
  27019. },
  27020. "cc1abaf8231b4a288fa710e5f1409713": {
  27021. "model_name": "LayoutModel",
  27022. "model_module": "@jupyter-widgets/base",
  27023. "model_module_version": "1.0.0",
  27024. "state": {}
  27025. },
  27026. "cc2be7e008484637abf619065c42365e": {
  27027. "model_name": "LayoutModel",
  27028. "model_module": "@jupyter-widgets/base",
  27029. "model_module_version": "1.0.0",
  27030. "state": {}
  27031. },
  27032. "cc4190eb88c54f49a10a00ff2c2dd283": {
  27033. "model_name": "ButtonStyleModel",
  27034. "model_module": "@jupyter-widgets/controls",
  27035. "model_module_version": "1.2.0",
  27036. "state": {}
  27037. },
  27038. "cc419376deeb4a719ff5cd101767a114": {
  27039. "model_name": "DescriptionStyleModel",
  27040. "model_module": "@jupyter-widgets/controls",
  27041. "model_module_version": "1.2.0",
  27042. "state": {
  27043. "description_width": ""
  27044. }
  27045. },
  27046. "cc5981ab75a6481ab74943e1929d186f": {
  27047. "model_name": "HBoxModel",
  27048. "model_module": "@jupyter-widgets/controls",
  27049. "model_module_version": "1.2.0",
  27050. "state": {
  27051. "children": [
  27052. "IPY_MODEL_26827620cb9841109b70e0c4b8aa813d",
  27053. "IPY_MODEL_fd85f8fde5e742b4903b95f1009d6728"
  27054. ],
  27055. "layout": "IPY_MODEL_23231d5fb4794558a5312432bd762e95"
  27056. }
  27057. },
  27058. "cc6a87d136254e8eacf55a08d8a61e3e": {
  27059. "model_name": "DropdownModel",
  27060. "model_module": "@jupyter-widgets/controls",
  27061. "model_module_version": "1.2.0",
  27062. "state": {
  27063. "_options_labels": [
  27064. "Development Status",
  27065. "Environment",
  27066. "Framework",
  27067. "Intended Audience",
  27068. "License",
  27069. "Natural Language",
  27070. "Operating System",
  27071. "Programming Language",
  27072. "Topic"
  27073. ],
  27074. "description": "prefix",
  27075. "index": 0,
  27076. "layout": "IPY_MODEL_b943531fc2634e82a310805fa0a1572c",
  27077. "style": "IPY_MODEL_2e60e117d04943888296d1a706bcbd22"
  27078. }
  27079. },
  27080. "cc6e3229c9e348c48e286b5587bea53e": {
  27081. "model_name": "VBoxModel",
  27082. "model_module": "@jupyter-widgets/controls",
  27083. "model_module_version": "1.2.0",
  27084. "state": {
  27085. "_dom_classes": [
  27086. "widget-interact"
  27087. ],
  27088. "children": [
  27089. "IPY_MODEL_0869ea90f1ad460585ebf3a01c5667e3",
  27090. "IPY_MODEL_009177b3e0e142bb8fd5f1e5cdde0a33"
  27091. ],
  27092. "layout": "IPY_MODEL_79235cc85b8f481caa7888d14e99c8da"
  27093. }
  27094. },
  27095. "cc9303ff79924d89a4f22920807dee7f": {
  27096. "model_name": "VBoxModel",
  27097. "model_module": "@jupyter-widgets/controls",
  27098. "model_module_version": "1.2.0",
  27099. "state": {
  27100. "_dom_classes": [
  27101. "widget-interact"
  27102. ],
  27103. "children": [
  27104. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  27105. "IPY_MODEL_1714c50fcb55436eb939f2719f3763b4"
  27106. ],
  27107. "layout": "IPY_MODEL_c7c93d77b5d04eeba57fb9efdf86d1e4"
  27108. }
  27109. },
  27110. "cca7b1092dff47c6bd247d3acc002e9c": {
  27111. "model_name": "LayoutModel",
  27112. "model_module": "@jupyter-widgets/base",
  27113. "model_module_version": "1.0.0",
  27114. "state": {}
  27115. },
  27116. "ccba69f96f4448a9802ea6e54b7c79bf": {
  27117. "model_name": "HBoxModel",
  27118. "model_module": "@jupyter-widgets/controls",
  27119. "model_module_version": "1.2.0",
  27120. "state": {
  27121. "children": [
  27122. "IPY_MODEL_10de7b17cb734d509d00a3a8c61cfca7",
  27123. "IPY_MODEL_3f5b699f7f054dc3bc6051b36217a4bf"
  27124. ],
  27125. "layout": "IPY_MODEL_4b84a1809c194b6ab8397946da1bbb36"
  27126. }
  27127. },
  27128. "ccc41ef60ec246ac816899e23be2e869": {
  27129. "model_name": "LabelModel",
  27130. "model_module": "@jupyter-widgets/controls",
  27131. "model_module_version": "1.2.0",
  27132. "state": {
  27133. "layout": "IPY_MODEL_a070f451339141968a78bbeca4768988",
  27134. "style": "IPY_MODEL_9c8b077cfa69472ba868597ad6834d52",
  27135. "value": "*Optional Classifiers"
  27136. }
  27137. },
  27138. "ccccb0d49b164925830f8e532288e742": {
  27139. "model_name": "DescriptionStyleModel",
  27140. "model_module": "@jupyter-widgets/controls",
  27141. "model_module_version": "1.2.0",
  27142. "state": {
  27143. "description_width": ""
  27144. }
  27145. },
  27146. "ccff65158f5549d69612abba2440578c": {
  27147. "model_name": "LabelModel",
  27148. "model_module": "@jupyter-widgets/controls",
  27149. "model_module_version": "1.2.0",
  27150. "state": {
  27151. "layout": "IPY_MODEL_84abad520f0a4ebbaa311ac07fb511b9",
  27152. "style": "IPY_MODEL_ab694bff3db34f1fae1bc615a0a48cf8",
  27153. "value": "...!"
  27154. }
  27155. },
  27156. "cd096abd8b5341e29edc164aa116ce03": {
  27157. "model_name": "VBoxModel",
  27158. "model_module": "@jupyter-widgets/controls",
  27159. "model_module_version": "1.2.0",
  27160. "state": {
  27161. "_dom_classes": [
  27162. "widget-interact"
  27163. ],
  27164. "children": [
  27165. "IPY_MODEL_3f592bce9d2c4842a14391edd5e44dfc",
  27166. "IPY_MODEL_7d9a1e2a7db94203b4a434c9e4e57f5d"
  27167. ],
  27168. "layout": "IPY_MODEL_548c115df5fd4367a6ffd2c0c33427ae"
  27169. }
  27170. },
  27171. "cd3f9cbcf7a14861b1c0cb29d3f4fdd8": {
  27172. "model_name": "OutputModel",
  27173. "model_module": "@jupyter-widgets/output",
  27174. "model_module_version": "1.0.0",
  27175. "state": {
  27176. "layout": "IPY_MODEL_d1da0e59f8cd45fea1ca22bde0db3a90"
  27177. }
  27178. },
  27179. "cd723be29124482cbcaf5d0ba52d36b1": {
  27180. "model_name": "VBoxModel",
  27181. "model_module": "@jupyter-widgets/controls",
  27182. "model_module_version": "1.2.0",
  27183. "state": {
  27184. "_dom_classes": [
  27185. "widget-interact"
  27186. ],
  27187. "children": [
  27188. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  27189. "IPY_MODEL_f4d59a3dc40d47b29ba9cb155c432fd1"
  27190. ],
  27191. "layout": "IPY_MODEL_67f9dc4de2d64c03846ead9f88045034"
  27192. }
  27193. },
  27194. "cdaa1162288d446b9a7837c49f66ea8e": {
  27195. "model_name": "LayoutModel",
  27196. "model_module": "@jupyter-widgets/base",
  27197. "model_module_version": "1.0.0",
  27198. "state": {}
  27199. },
  27200. "cdee16ca0b1a427d8e32e2716d22b415": {
  27201. "model_name": "LayoutModel",
  27202. "model_module": "@jupyter-widgets/base",
  27203. "model_module_version": "1.0.0",
  27204. "state": {}
  27205. },
  27206. "ce023d17bff049939eaf5ffdaadcb4de": {
  27207. "model_name": "HBoxModel",
  27208. "model_module": "@jupyter-widgets/controls",
  27209. "model_module_version": "1.2.0",
  27210. "state": {
  27211. "children": [
  27212. "IPY_MODEL_0741d86c1f4a4a1198dfbc4e368e0a2a",
  27213. "IPY_MODEL_9eb5170670c74a50adf962e02263e38e"
  27214. ],
  27215. "layout": "IPY_MODEL_1dd3a9caea74498d8c34a0cb18c784dc"
  27216. }
  27217. },
  27218. "ce042b43d8f242ce814c0dfab5930fce": {
  27219. "model_name": "LayoutModel",
  27220. "model_module": "@jupyter-widgets/base",
  27221. "model_module_version": "1.0.0",
  27222. "state": {}
  27223. },
  27224. "ce09845f5eb742e4bf95e18fcbfa3ee5": {
  27225. "model_name": "LabelModel",
  27226. "model_module": "@jupyter-widgets/controls",
  27227. "model_module_version": "1.2.0",
  27228. "state": {
  27229. "layout": "IPY_MODEL_d6944c1948094600b8b82fa0099fb855",
  27230. "style": "IPY_MODEL_a9bb79644ba74a829c86e5e04df2b059",
  27231. "value": "...."
  27232. }
  27233. },
  27234. "ce0be42e7e3841abbdcc0eb8baa6c32f": {
  27235. "model_name": "LayoutModel",
  27236. "model_module": "@jupyter-widgets/base",
  27237. "model_module_version": "1.0.0",
  27238. "state": {}
  27239. },
  27240. "ce1c89f67e214aac991eccbbd9ca7acf": {
  27241. "model_name": "DescriptionStyleModel",
  27242. "model_module": "@jupyter-widgets/controls",
  27243. "model_module_version": "1.2.0",
  27244. "state": {
  27245. "description_width": ""
  27246. }
  27247. },
  27248. "ce27eeaf6a1f4d738ada54f9cca63c9c": {
  27249. "model_name": "DescriptionStyleModel",
  27250. "model_module": "@jupyter-widgets/controls",
  27251. "model_module_version": "1.2.0",
  27252. "state": {
  27253. "description_width": ""
  27254. }
  27255. },
  27256. "ce2aa867329d45bd97c6ea6d20068e76": {
  27257. "model_name": "LayoutModel",
  27258. "model_module": "@jupyter-widgets/base",
  27259. "model_module_version": "1.0.0",
  27260. "state": {}
  27261. },
  27262. "ce2d21e9a3d947d0849d96036e42cb9a": {
  27263. "model_name": "DropdownModel",
  27264. "model_module": "@jupyter-widgets/controls",
  27265. "model_module_version": "1.2.0",
  27266. "state": {
  27267. "_options_labels": [
  27268. "Natural Language :: Slovenian",
  27269. "Natural Language :: Hungarian",
  27270. "Natural Language :: Dutch",
  27271. "Natural Language :: Spanish",
  27272. "Natural Language :: Hindi",
  27273. "Natural Language :: Ukrainian",
  27274. "Natural Language :: Greek",
  27275. "Natural Language :: Esperanto",
  27276. "Natural Language :: Portuguese",
  27277. "Natural Language :: Bengali",
  27278. "Natural Language :: Javanese",
  27279. "Natural Language :: Macedonian",
  27280. "Natural Language :: Turkish",
  27281. "Natural Language :: Italian",
  27282. "Natural Language :: Bulgarian",
  27283. "Natural Language :: Slovak",
  27284. "Natural Language :: Tamil",
  27285. "Natural Language :: Vietnamese",
  27286. "Natural Language :: Norwegian",
  27287. "Natural Language :: Marathi",
  27288. "Natural Language :: Afrikaans",
  27289. "Natural Language :: Finnish",
  27290. "Natural Language :: French",
  27291. "Natural Language :: Tibetan",
  27292. "Natural Language :: Indonesian",
  27293. "Natural Language :: Icelandic",
  27294. "Natural Language :: Hebrew",
  27295. "Natural Language :: Galician",
  27296. "Natural Language :: Japanese",
  27297. "Natural Language :: Latin",
  27298. "Natural Language :: Thai",
  27299. "Natural Language :: Cantonese",
  27300. "Natural Language :: German",
  27301. "Natural Language :: Arabic",
  27302. "Natural Language :: Persian",
  27303. "Natural Language :: Chinese (Traditional)",
  27304. "Natural Language :: Polish",
  27305. "Natural Language :: Danish",
  27306. "Natural Language :: English",
  27307. "Natural Language :: Czech",
  27308. "Natural Language :: Telugu",
  27309. "Natural Language :: Bosnian",
  27310. "Natural Language :: Serbian",
  27311. "Natural Language :: Malay",
  27312. "Natural Language :: Chinese (Simplified)",
  27313. "Natural Language :: Romanian",
  27314. "Natural Language :: Russian",
  27315. "Natural Language :: Urdu",
  27316. "Natural Language :: Catalan",
  27317. "Natural Language :: Korean",
  27318. "Natural Language :: Panjabi",
  27319. "Natural Language :: Latvian",
  27320. "Natural Language :: Portuguese (Brazilian)",
  27321. "Natural Language :: Swedish",
  27322. "Natural Language :: Croatian"
  27323. ],
  27324. "description": "Classifier",
  27325. "index": 7,
  27326. "layout": "IPY_MODEL_a2c18751e1b048e68f507dc96751fb1c",
  27327. "style": "IPY_MODEL_5805f922f99046b9aca28a46bb1c6b7d"
  27328. }
  27329. },
  27330. "ce5bd3d960274d26b4d5a6a32d2726b9": {
  27331. "model_name": "VBoxModel",
  27332. "model_module": "@jupyter-widgets/controls",
  27333. "model_module_version": "1.2.0",
  27334. "state": {
  27335. "_dom_classes": [
  27336. "widget-interact"
  27337. ],
  27338. "children": [
  27339. "IPY_MODEL_ee7f298cfbbb4482abda2f63c46adb02",
  27340. "IPY_MODEL_75dcaf0d397b4e54b6a548b47f87e579"
  27341. ],
  27342. "layout": "IPY_MODEL_09c4d4d6f23f44e5aecde9502c27ea94"
  27343. }
  27344. },
  27345. "ce72f684020c451fa4fcce726fe9e5bc": {
  27346. "model_name": "LayoutModel",
  27347. "model_module": "@jupyter-widgets/base",
  27348. "model_module_version": "1.0.0",
  27349. "state": {}
  27350. },
  27351. "ceaa5cac592248ac9d2258fc8362d52c": {
  27352. "model_name": "LayoutModel",
  27353. "model_module": "@jupyter-widgets/base",
  27354. "model_module_version": "1.0.0",
  27355. "state": {}
  27356. },
  27357. "ced22d8e284c4fecada5fe1fb207ba65": {
  27358. "model_name": "LabelModel",
  27359. "model_module": "@jupyter-widgets/controls",
  27360. "model_module_version": "1.2.0",
  27361. "state": {
  27362. "layout": "IPY_MODEL_2af2a91af9d84994b3e2502a85c6b70f",
  27363. "style": "IPY_MODEL_1b43a2adeeb34ceaa7aea4785f2208c5",
  27364. "value": "Development Status :: 2 - Pre-Alpha"
  27365. }
  27366. },
  27367. "ced2cb8dbe9f462395bd268ed510b780": {
  27368. "model_name": "LabelModel",
  27369. "model_module": "@jupyter-widgets/controls",
  27370. "model_module_version": "1.2.0",
  27371. "state": {
  27372. "layout": "IPY_MODEL_b17c39089ef74f38a35b4a12abef346c",
  27373. "style": "IPY_MODEL_28b6872444724d0fa526c66edc5d2294",
  27374. "value": "Development Status :: 4 - Beta"
  27375. }
  27376. },
  27377. "ceea3d5e5efa40ccae92cbcb77d13105": {
  27378. "model_name": "LayoutModel",
  27379. "model_module": "@jupyter-widgets/base",
  27380. "model_module_version": "1.0.0",
  27381. "state": {}
  27382. },
  27383. "cf220bd0d8ea45318e977811965b7acf": {
  27384. "model_name": "VBoxModel",
  27385. "model_module": "@jupyter-widgets/controls",
  27386. "model_module_version": "1.2.0",
  27387. "state": {
  27388. "_dom_classes": [
  27389. "widget-interact"
  27390. ],
  27391. "children": [
  27392. "IPY_MODEL_7a1f818b0f7848f89137a240681c365a",
  27393. "IPY_MODEL_e8f723ed45df4394a8681446cffbb615"
  27394. ],
  27395. "layout": "IPY_MODEL_b4dc608318b44d1eb52dc1a18567218e"
  27396. }
  27397. },
  27398. "cf26ec8b74234359961731ac5c9816d8": {
  27399. "model_name": "ButtonStyleModel",
  27400. "model_module": "@jupyter-widgets/controls",
  27401. "model_module_version": "1.2.0",
  27402. "state": {}
  27403. },
  27404. "cf3880b54ffb4190971da2ac959c7870": {
  27405. "model_name": "LayoutModel",
  27406. "model_module": "@jupyter-widgets/base",
  27407. "model_module_version": "1.0.0",
  27408. "state": {}
  27409. },
  27410. "cf3c18542a3b4546904d31b16c030571": {
  27411. "model_name": "DescriptionStyleModel",
  27412. "model_module": "@jupyter-widgets/controls",
  27413. "model_module_version": "1.2.0",
  27414. "state": {
  27415. "description_width": ""
  27416. }
  27417. },
  27418. "cf80dd595ee74fa3a48072dbf349efaa": {
  27419. "model_name": "LayoutModel",
  27420. "model_module": "@jupyter-widgets/base",
  27421. "model_module_version": "1.0.0",
  27422. "state": {}
  27423. },
  27424. "cf9c49c8217c4fb4935f269eb20760e1": {
  27425. "model_name": "HBoxModel",
  27426. "model_module": "@jupyter-widgets/controls",
  27427. "model_module_version": "1.2.0",
  27428. "state": {
  27429. "children": [
  27430. "IPY_MODEL_e53c4565a288462db3cdccadd812afd2",
  27431. "IPY_MODEL_e700b7b0c22f46eea1cf83b3e9ce4272"
  27432. ],
  27433. "layout": "IPY_MODEL_b38e230c396142f7b0f6e219713c2270"
  27434. }
  27435. },
  27436. "cfa3ad8f41854f4b9e5a991681fbc78b": {
  27437. "model_name": "DescriptionStyleModel",
  27438. "model_module": "@jupyter-widgets/controls",
  27439. "model_module_version": "1.2.0",
  27440. "state": {
  27441. "description_width": ""
  27442. }
  27443. },
  27444. "cfcf2d7006d14633b40d43732ba41be5": {
  27445. "model_name": "LabelModel",
  27446. "model_module": "@jupyter-widgets/controls",
  27447. "model_module_version": "1.2.0",
  27448. "state": {
  27449. "layout": "IPY_MODEL_d1a40120dcde4784a42e5e34aff128cd",
  27450. "style": "IPY_MODEL_f0754c524cb44261adc08349c210ca5c"
  27451. }
  27452. },
  27453. "cfd03755a99342a181469e983500f36b": {
  27454. "model_name": "VBoxModel",
  27455. "model_module": "@jupyter-widgets/controls",
  27456. "model_module_version": "1.2.0",
  27457. "state": {
  27458. "_dom_classes": [
  27459. "widget-interact"
  27460. ],
  27461. "children": [
  27462. "IPY_MODEL_6bededfb193243b19fb55a7600325f04",
  27463. "IPY_MODEL_1937aff40e4a4acc99472877596ddfa9"
  27464. ],
  27465. "layout": "IPY_MODEL_43a82345d3584d7abab7b635740613a7"
  27466. }
  27467. },
  27468. "cfd8ea63dcb24f61868e7588b53a9d95": {
  27469. "model_name": "ButtonStyleModel",
  27470. "model_module": "@jupyter-widgets/controls",
  27471. "model_module_version": "1.2.0",
  27472. "state": {}
  27473. },
  27474. "cfe751d836b1450a9908b7eecbc320cb": {
  27475. "model_name": "DescriptionStyleModel",
  27476. "model_module": "@jupyter-widgets/controls",
  27477. "model_module_version": "1.2.0",
  27478. "state": {
  27479. "description_width": ""
  27480. }
  27481. },
  27482. "cfe8ff29d67f4b2db8461939d8c78b69": {
  27483. "model_name": "VBoxModel",
  27484. "model_module": "@jupyter-widgets/controls",
  27485. "model_module_version": "1.2.0",
  27486. "state": {
  27487. "_dom_classes": [
  27488. "widget-interact"
  27489. ],
  27490. "children": [
  27491. "IPY_MODEL_107b7945cf8a4453a895bb4c20198bd0",
  27492. "IPY_MODEL_66a592543105427b8dbf4c2c7d2c44b0"
  27493. ],
  27494. "layout": "IPY_MODEL_995c3b93f2a6401797af340a505bccb5"
  27495. }
  27496. },
  27497. "cffd007c36a64b5b99114a30982ace0e": {
  27498. "model_name": "LayoutModel",
  27499. "model_module": "@jupyter-widgets/base",
  27500. "model_module_version": "1.0.0",
  27501. "state": {}
  27502. },
  27503. "d00b178dca81415aa67cec309ded2711": {
  27504. "model_name": "OutputModel",
  27505. "model_module": "@jupyter-widgets/output",
  27506. "model_module_version": "1.0.0",
  27507. "state": {
  27508. "layout": "IPY_MODEL_8d50d764a7534c25bed45c4e3094ed1e"
  27509. }
  27510. },
  27511. "d025bc2e86fa43b2a5bc1beef9b1fab6": {
  27512. "model_name": "LayoutModel",
  27513. "model_module": "@jupyter-widgets/base",
  27514. "model_module_version": "1.0.0",
  27515. "state": {}
  27516. },
  27517. "d02d908e83c04842bcecc9507ca72acf": {
  27518. "model_name": "LayoutModel",
  27519. "model_module": "@jupyter-widgets/base",
  27520. "model_module_version": "1.0.0",
  27521. "state": {}
  27522. },
  27523. "d07fbbe9ed9d497d85c6df24e845efdf": {
  27524. "model_name": "LayoutModel",
  27525. "model_module": "@jupyter-widgets/base",
  27526. "model_module_version": "1.0.0",
  27527. "state": {}
  27528. },
  27529. "d083c36738ef49b092e8adf116b0ffa9": {
  27530. "model_name": "LayoutModel",
  27531. "model_module": "@jupyter-widgets/base",
  27532. "model_module_version": "1.0.0",
  27533. "state": {}
  27534. },
  27535. "d0c0690819704cefba8fad55f90905bc": {
  27536. "model_name": "DescriptionStyleModel",
  27537. "model_module": "@jupyter-widgets/controls",
  27538. "model_module_version": "1.2.0",
  27539. "state": {
  27540. "description_width": ""
  27541. }
  27542. },
  27543. "d0c64ee7a8e043659402124ad1fc633c": {
  27544. "model_name": "OutputModel",
  27545. "model_module": "@jupyter-widgets/output",
  27546. "model_module_version": "1.0.0",
  27547. "state": {
  27548. "layout": "IPY_MODEL_9c98adf87e7b4ee38a4b10f1e90ab95c"
  27549. }
  27550. },
  27551. "d0cde84c60c6499ea398a27af5a84d88": {
  27552. "model_name": "DescriptionStyleModel",
  27553. "model_module": "@jupyter-widgets/controls",
  27554. "model_module_version": "1.2.0",
  27555. "state": {
  27556. "description_width": ""
  27557. }
  27558. },
  27559. "d0e40ef0bab548448018128fee42abb4": {
  27560. "model_name": "LabelModel",
  27561. "model_module": "@jupyter-widgets/controls",
  27562. "model_module_version": "1.2.0",
  27563. "state": {
  27564. "layout": "IPY_MODEL_547ff403802b4a2a9339fc386167a874",
  27565. "style": "IPY_MODEL_c70db389595e445f859466488b984722",
  27566. "value": "*Optional Classifiers"
  27567. }
  27568. },
  27569. "d0fba02d9c334a599b4941347d8909ec": {
  27570. "model_name": "HBoxModel",
  27571. "model_module": "@jupyter-widgets/controls",
  27572. "model_module_version": "1.2.0",
  27573. "state": {
  27574. "children": [
  27575. "IPY_MODEL_c4cbd3ea2ce64b09b3f7ced06d8fa77d",
  27576. "IPY_MODEL_972acf612c4947b19fc94b6572fcaf6e"
  27577. ],
  27578. "layout": "IPY_MODEL_d58a419f0f6f4f2a9c5e710699846b8a"
  27579. }
  27580. },
  27581. "d101808fdfc940beb3fcd9603f529eb3": {
  27582. "model_name": "LayoutModel",
  27583. "model_module": "@jupyter-widgets/base",
  27584. "model_module_version": "1.0.0",
  27585. "state": {}
  27586. },
  27587. "d107ca0bdfda45cd871c24599ce2e060": {
  27588. "model_name": "DescriptionStyleModel",
  27589. "model_module": "@jupyter-widgets/controls",
  27590. "model_module_version": "1.2.0",
  27591. "state": {
  27592. "description_width": ""
  27593. }
  27594. },
  27595. "d10d8912cf41407d995c3a8b2b2f2d68": {
  27596. "model_name": "DropdownModel",
  27597. "model_module": "@jupyter-widgets/controls",
  27598. "model_module_version": "1.2.0",
  27599. "state": {
  27600. "_options_labels": [
  27601. "Programming Language :: Prolog",
  27602. "Programming Language :: Erlang",
  27603. "Programming Language :: Python :: 2.6",
  27604. "Programming Language :: Python :: 3.6",
  27605. "Programming Language :: Pike",
  27606. "Programming Language :: Python :: 2.4",
  27607. "Programming Language :: Python :: 3",
  27608. "Programming Language :: Eiffel",
  27609. "Programming Language :: Python :: 3.3",
  27610. "Programming Language :: Python :: Implementation :: PyPy",
  27611. "Programming Language :: OCaml",
  27612. "Programming Language :: Cython",
  27613. "Programming Language :: Tcl",
  27614. "Programming Language :: Forth",
  27615. "Programming Language :: Rust",
  27616. "Programming Language :: XBasic",
  27617. "Programming Language :: JavaScript",
  27618. "Programming Language :: Python :: 2.5",
  27619. "Programming Language :: Unix Shell",
  27620. "Programming Language :: Delphi/Kylix",
  27621. "Programming Language :: Emacs-Lisp",
  27622. "Programming Language :: C#",
  27623. "Programming Language :: Python :: 3 :: Only",
  27624. "Programming Language :: Python :: Implementation :: MicroPython",
  27625. "Programming Language :: APL",
  27626. "Programming Language :: Python :: 2 :: Only",
  27627. "Programming Language :: Python :: Implementation :: Stackless",
  27628. "Programming Language :: Python :: 3.7",
  27629. "Programming Language :: Objective C",
  27630. "Programming Language :: Python :: 3.1",
  27631. "Programming Language :: Pascal",
  27632. "Programming Language :: Python :: Implementation",
  27633. "Programming Language :: Python :: Implementation :: CPython",
  27634. "Programming Language :: Other",
  27635. "Programming Language :: Python",
  27636. "Programming Language :: Rexx",
  27637. "Programming Language :: Cold Fusion",
  27638. "Programming Language :: Euler",
  27639. "Programming Language :: Java",
  27640. "Programming Language :: Modula",
  27641. "Programming Language :: ML",
  27642. "Programming Language :: Python :: 2",
  27643. "Programming Language :: Scheme",
  27644. "Programming Language :: Python :: 3.5",
  27645. "Programming Language :: Smalltalk",
  27646. "Programming Language :: Visual Basic",
  27647. "Programming Language :: Euphoria",
  27648. "Programming Language :: Other Scripting Engines",
  27649. "Programming Language :: Object Pascal",
  27650. "Programming Language :: PL/SQL",
  27651. "Programming Language :: Python :: 3.4",
  27652. "Programming Language :: C++",
  27653. "Programming Language :: Logo",
  27654. "Programming Language :: Python :: 3.0",
  27655. "Programming Language :: Python :: Implementation :: IronPython",
  27656. "Programming Language :: Simula",
  27657. "Programming Language :: Assembly",
  27658. "Programming Language :: Ruby",
  27659. "Programming Language :: Awk",
  27660. "Programming Language :: C",
  27661. "Programming Language :: Perl",
  27662. "Programming Language :: Pliant",
  27663. "Programming Language :: Python :: 2.3",
  27664. "Programming Language :: Lisp",
  27665. "Programming Language :: PROGRESS",
  27666. "Programming Language :: REBOL",
  27667. "Programming Language :: Python :: 2.7",
  27668. "Programming Language :: YACC",
  27669. "Programming Language :: Zope",
  27670. "Programming Language :: Haskell",
  27671. "Programming Language :: Dylan",
  27672. "Programming Language :: Fortran",
  27673. "Programming Language :: Basic",
  27674. "Programming Language :: SQL",
  27675. "Programming Language :: Python :: Implementation :: Jython",
  27676. "Programming Language :: Ada",
  27677. "Programming Language :: ASP",
  27678. "Programming Language :: PHP",
  27679. "Programming Language :: Python :: 3.2"
  27680. ],
  27681. "description": "Classifier",
  27682. "index": 9,
  27683. "layout": "IPY_MODEL_8d112f4d7ce9464cafbc47b82d4f54f2",
  27684. "style": "IPY_MODEL_92edcf9739264189a290329528245c65"
  27685. }
  27686. },
  27687. "d11c4f03fe254e1392369476a306c3cb": {
  27688. "model_name": "LabelModel",
  27689. "model_module": "@jupyter-widgets/controls",
  27690. "model_module_version": "1.2.0",
  27691. "state": {
  27692. "layout": "IPY_MODEL_35727499abd540da8302a3fd5542fc84",
  27693. "style": "IPY_MODEL_3577354a4f0447d6989473b2b623ce57",
  27694. "value": "Chosen Classifiers"
  27695. }
  27696. },
  27697. "d1212ba3dd894d069fd7ca2b85107560": {
  27698. "model_name": "ButtonStyleModel",
  27699. "model_module": "@jupyter-widgets/controls",
  27700. "model_module_version": "1.2.0",
  27701. "state": {}
  27702. },
  27703. "d122bdaa6dac42a29bfa58db2e1215ca": {
  27704. "model_name": "SelectModel",
  27705. "model_module": "@jupyter-widgets/controls",
  27706. "model_module_version": "1.2.0",
  27707. "state": {
  27708. "description": "Classifiers",
  27709. "index": null,
  27710. "layout": "IPY_MODEL_81ef4e10538348c48ea2251bc361a1b6",
  27711. "style": "IPY_MODEL_26d5868b203b4be8bee00709a6d57d2f"
  27712. }
  27713. },
  27714. "d1252a7e6df44e8da8b15cc58d26a8eb": {
  27715. "model_name": "OutputModel",
  27716. "model_module": "@jupyter-widgets/output",
  27717. "model_module_version": "1.0.0",
  27718. "state": {
  27719. "layout": "IPY_MODEL_f438e8ab72b5441591949967464dfd25"
  27720. }
  27721. },
  27722. "d138e114e9234d4d9f215f5f51a35e63": {
  27723. "model_name": "ButtonModel",
  27724. "model_module": "@jupyter-widgets/controls",
  27725. "model_module_version": "1.2.0",
  27726. "state": {
  27727. "description": "Remove",
  27728. "layout": "IPY_MODEL_4568246c377a499fa59a2ad6844d38ee",
  27729. "style": "IPY_MODEL_a50ab0a1b7704922ab5dc83125b7fcd7"
  27730. }
  27731. },
  27732. "d146191268a74ef0af55ecd7c9b27bb2": {
  27733. "model_name": "LayoutModel",
  27734. "model_module": "@jupyter-widgets/base",
  27735. "model_module_version": "1.0.0",
  27736. "state": {}
  27737. },
  27738. "d14e04d3006c45bba89524054725cd7b": {
  27739. "model_name": "DropdownModel",
  27740. "model_module": "@jupyter-widgets/controls",
  27741. "model_module_version": "1.2.0",
  27742. "state": {
  27743. "description": "Classifier",
  27744. "index": null,
  27745. "layout": "IPY_MODEL_63374350f3de421d8b373e3c20b8dd8b",
  27746. "style": "IPY_MODEL_4036c944acc146a79b8974996499e3cf"
  27747. }
  27748. },
  27749. "d1675e668565460ead1130e8b916a8a4": {
  27750. "model_name": "LayoutModel",
  27751. "model_module": "@jupyter-widgets/base",
  27752. "model_module_version": "1.0.0",
  27753. "state": {}
  27754. },
  27755. "d1a40120dcde4784a42e5e34aff128cd": {
  27756. "model_name": "LayoutModel",
  27757. "model_module": "@jupyter-widgets/base",
  27758. "model_module_version": "1.0.0",
  27759. "state": {}
  27760. },
  27761. "d1b225cf19d14bf9a02fcff83972b339": {
  27762. "model_name": "LayoutModel",
  27763. "model_module": "@jupyter-widgets/base",
  27764. "model_module_version": "1.0.0",
  27765. "state": {}
  27766. },
  27767. "d1ba8b28fde14421b788f84ce6750821": {
  27768. "model_name": "LayoutModel",
  27769. "model_module": "@jupyter-widgets/base",
  27770. "model_module_version": "1.0.0",
  27771. "state": {}
  27772. },
  27773. "d1bb0bb6ff34491f87b84392fb55b1cf": {
  27774. "model_name": "DescriptionStyleModel",
  27775. "model_module": "@jupyter-widgets/controls",
  27776. "model_module_version": "1.2.0",
  27777. "state": {
  27778. "description_width": ""
  27779. }
  27780. },
  27781. "d1cdefa043d04682aa0a6135a2a44888": {
  27782. "model_name": "LabelModel",
  27783. "model_module": "@jupyter-widgets/controls",
  27784. "model_module_version": "1.2.0",
  27785. "state": {
  27786. "layout": "IPY_MODEL_0582e01fe5ef4981960641b287d7136f",
  27787. "style": "IPY_MODEL_f120e0b602774426884fd41794b52cf6",
  27788. "value": "Highlighted Classifer: Framework :: Django :: 1.4"
  27789. }
  27790. },
  27791. "d1d9f8056aba4b69899552073562e44a": {
  27792. "model_name": "DescriptionStyleModel",
  27793. "model_module": "@jupyter-widgets/controls",
  27794. "model_module_version": "1.2.0",
  27795. "state": {
  27796. "description_width": ""
  27797. }
  27798. },
  27799. "d1da0e59f8cd45fea1ca22bde0db3a90": {
  27800. "model_name": "LayoutModel",
  27801. "model_module": "@jupyter-widgets/base",
  27802. "model_module_version": "1.0.0",
  27803. "state": {}
  27804. },
  27805. "d1de6787c3ba4bfaacefd72d40f07ac7": {
  27806. "model_name": "LayoutModel",
  27807. "model_module": "@jupyter-widgets/base",
  27808. "model_module_version": "1.0.0",
  27809. "state": {}
  27810. },
  27811. "d1e6f170673440d2b30eba636d10e23b": {
  27812. "model_name": "DescriptionStyleModel",
  27813. "model_module": "@jupyter-widgets/controls",
  27814. "model_module_version": "1.2.0",
  27815. "state": {
  27816. "description_width": ""
  27817. }
  27818. },
  27819. "d1edbfe27e1f45b38bf2835be81be250": {
  27820. "model_name": "OutputModel",
  27821. "model_module": "@jupyter-widgets/output",
  27822. "model_module_version": "1.0.0",
  27823. "state": {
  27824. "layout": "IPY_MODEL_0c9ef5dbbadb43458046f7f57c0322ee"
  27825. }
  27826. },
  27827. "d23f7200840249c393fa3a1c6c45addd": {
  27828. "model_name": "ButtonStyleModel",
  27829. "model_module": "@jupyter-widgets/controls",
  27830. "model_module_version": "1.2.0",
  27831. "state": {}
  27832. },
  27833. "d24a6f1f7dfc465bbf1f05a68c2fba10": {
  27834. "model_name": "DescriptionStyleModel",
  27835. "model_module": "@jupyter-widgets/controls",
  27836. "model_module_version": "1.2.0",
  27837. "state": {
  27838. "description_width": ""
  27839. }
  27840. },
  27841. "d25ed93da5fd43e2accf53b1aece7b13": {
  27842. "model_name": "OutputModel",
  27843. "model_module": "@jupyter-widgets/output",
  27844. "model_module_version": "1.0.0",
  27845. "state": {
  27846. "layout": "IPY_MODEL_3e2eaa03a0074ddaa2e4908b4156049e"
  27847. }
  27848. },
  27849. "d2812aeda9744b61ac77093fed2fb134": {
  27850. "model_name": "LayoutModel",
  27851. "model_module": "@jupyter-widgets/base",
  27852. "model_module_version": "1.0.0",
  27853. "state": {}
  27854. },
  27855. "d28baca55bfc49278b31b4a4eda3c082": {
  27856. "model_name": "DescriptionStyleModel",
  27857. "model_module": "@jupyter-widgets/controls",
  27858. "model_module_version": "1.2.0",
  27859. "state": {
  27860. "description_width": ""
  27861. }
  27862. },
  27863. "d28f10ef40c04fe8b86ea037a7531beb": {
  27864. "model_name": "DescriptionStyleModel",
  27865. "model_module": "@jupyter-widgets/controls",
  27866. "model_module_version": "1.2.0",
  27867. "state": {
  27868. "description_width": ""
  27869. }
  27870. },
  27871. "d298200cb8054447bf63cfdeaf160f48": {
  27872. "model_name": "LayoutModel",
  27873. "model_module": "@jupyter-widgets/base",
  27874. "model_module_version": "1.0.0",
  27875. "state": {}
  27876. },
  27877. "d29cad36ec9e42fa89cdc9619332236f": {
  27878. "model_name": "LayoutModel",
  27879. "model_module": "@jupyter-widgets/base",
  27880. "model_module_version": "1.0.0",
  27881. "state": {}
  27882. },
  27883. "d2c745a244cf4d379292499718e3e1ee": {
  27884. "model_name": "DropdownModel",
  27885. "model_module": "@jupyter-widgets/controls",
  27886. "model_module_version": "1.2.0",
  27887. "state": {
  27888. "_options_labels": [
  27889. "Development Status",
  27890. "Environment",
  27891. "Framework",
  27892. "Intended Audience",
  27893. "License",
  27894. "Natural Language",
  27895. "Operating System",
  27896. "Programming Language",
  27897. "Topic"
  27898. ],
  27899. "description": "prefix",
  27900. "index": 0,
  27901. "layout": "IPY_MODEL_cdee16ca0b1a427d8e32e2716d22b415",
  27902. "style": "IPY_MODEL_05c3658960f24f689c4c92c0ad6d400f"
  27903. }
  27904. },
  27905. "d2cca9d7fd9e4a8dbd908a5cafd0584e": {
  27906. "model_name": "ButtonModel",
  27907. "model_module": "@jupyter-widgets/controls",
  27908. "model_module_version": "1.2.0",
  27909. "state": {
  27910. "description": "Add",
  27911. "layout": "IPY_MODEL_f9ab9dd37c9d4beeaaf75d64187c09d7",
  27912. "style": "IPY_MODEL_0f235249a05f4145aba8beb60272c6b2"
  27913. }
  27914. },
  27915. "d2ed0daff93149da97d10199cf867c41": {
  27916. "model_name": "LayoutModel",
  27917. "model_module": "@jupyter-widgets/base",
  27918. "model_module_version": "1.0.0",
  27919. "state": {}
  27920. },
  27921. "d31878f341774c6aab09cf672dab520a": {
  27922. "model_name": "LayoutModel",
  27923. "model_module": "@jupyter-widgets/base",
  27924. "model_module_version": "1.0.0",
  27925. "state": {}
  27926. },
  27927. "d330b9724d1e46cda1462d0c24c6f5e5": {
  27928. "model_name": "LayoutModel",
  27929. "model_module": "@jupyter-widgets/base",
  27930. "model_module_version": "1.0.0",
  27931. "state": {}
  27932. },
  27933. "d33a747c0501438ea16f0ac6a99888e9": {
  27934. "model_name": "LayoutModel",
  27935. "model_module": "@jupyter-widgets/base",
  27936. "model_module_version": "1.0.0",
  27937. "state": {}
  27938. },
  27939. "d33ca742c7a74e4ba4a4d0fb8f5e047d": {
  27940. "model_name": "VBoxModel",
  27941. "model_module": "@jupyter-widgets/controls",
  27942. "model_module_version": "1.2.0",
  27943. "state": {
  27944. "_dom_classes": [
  27945. "widget-interact"
  27946. ],
  27947. "children": [
  27948. "IPY_MODEL_fb2e2b343861475dbca387c5a3322895",
  27949. "IPY_MODEL_be1007b9c35941bdb277a24b1c26ec28"
  27950. ],
  27951. "layout": "IPY_MODEL_789c64beb1244168b92fbb20a2a6fcc2"
  27952. }
  27953. },
  27954. "d35067855f3844839360b8a950168c76": {
  27955. "model_name": "LayoutModel",
  27956. "model_module": "@jupyter-widgets/base",
  27957. "model_module_version": "1.0.0",
  27958. "state": {}
  27959. },
  27960. "d3528e13776542c381a2184955336f5f": {
  27961. "model_name": "OutputModel",
  27962. "model_module": "@jupyter-widgets/output",
  27963. "model_module_version": "1.0.0",
  27964. "state": {
  27965. "layout": "IPY_MODEL_bb246e2ffcbf448cb07faf398b52c346"
  27966. }
  27967. },
  27968. "d37a1f1f20224dab83b9b532b6909e3a": {
  27969. "model_name": "VBoxModel",
  27970. "model_module": "@jupyter-widgets/controls",
  27971. "model_module_version": "1.2.0",
  27972. "state": {
  27973. "_dom_classes": [
  27974. "widget-interact"
  27975. ],
  27976. "children": [
  27977. "IPY_MODEL_c68c54e5ac6a4b67a320198ffb338d8b",
  27978. "IPY_MODEL_05afcccd85b74f7899ca101ffe13f2db"
  27979. ],
  27980. "layout": "IPY_MODEL_2441dd1788804f349882bc1cc0125c8f"
  27981. }
  27982. },
  27983. "d386b7f6d961490581bee92f86dafaf7": {
  27984. "model_name": "LayoutModel",
  27985. "model_module": "@jupyter-widgets/base",
  27986. "model_module_version": "1.0.0",
  27987. "state": {}
  27988. },
  27989. "d3871f3146d047a8bda61efadf2ead44": {
  27990. "model_name": "DescriptionStyleModel",
  27991. "model_module": "@jupyter-widgets/controls",
  27992. "model_module_version": "1.2.0",
  27993. "state": {
  27994. "description_width": ""
  27995. }
  27996. },
  27997. "d39da5e7c20a4b21af51ae5b8b8a1007": {
  27998. "model_name": "LayoutModel",
  27999. "model_module": "@jupyter-widgets/base",
  28000. "model_module_version": "1.0.0",
  28001. "state": {}
  28002. },
  28003. "d3a6aedc13dd47a7849743d1311ae588": {
  28004. "model_name": "DescriptionStyleModel",
  28005. "model_module": "@jupyter-widgets/controls",
  28006. "model_module_version": "1.2.0",
  28007. "state": {
  28008. "description_width": ""
  28009. }
  28010. },
  28011. "d3aa03e7c7e442e6b6e9356824d07c02": {
  28012. "model_name": "ButtonStyleModel",
  28013. "model_module": "@jupyter-widgets/controls",
  28014. "model_module_version": "1.2.0",
  28015. "state": {}
  28016. },
  28017. "d3b907df4334475bbadc8b4ff248d88b": {
  28018. "model_name": "SelectModel",
  28019. "model_module": "@jupyter-widgets/controls",
  28020. "model_module_version": "1.2.0",
  28021. "state": {
  28022. "_options_labels": [
  28023. "selected_classifiers"
  28024. ],
  28025. "description": "Selected:",
  28026. "index": 0,
  28027. "layout": "IPY_MODEL_a81e3b777f1a4998b7e42363f9ae725c",
  28028. "style": "IPY_MODEL_9cefc12a41624b7bbd77140db3c2812b"
  28029. }
  28030. },
  28031. "d3b9f6e348ab43febcce8c71215b7b8c": {
  28032. "model_name": "ButtonStyleModel",
  28033. "model_module": "@jupyter-widgets/controls",
  28034. "model_module_version": "1.2.0",
  28035. "state": {}
  28036. },
  28037. "d3bf33970a664eb8b9e3450d82e13e87": {
  28038. "model_name": "LabelModel",
  28039. "model_module": "@jupyter-widgets/controls",
  28040. "model_module_version": "1.2.0",
  28041. "state": {
  28042. "layout": "IPY_MODEL_686fa718b5af4779a95907d28e6ff1e6",
  28043. "style": "IPY_MODEL_58524ec3ed97444784611de65f0165e6",
  28044. "value": "...!"
  28045. }
  28046. },
  28047. "d3bfe2208dde4458814f8f531b883cae": {
  28048. "model_name": "LayoutModel",
  28049. "model_module": "@jupyter-widgets/base",
  28050. "model_module_version": "1.0.0",
  28051. "state": {}
  28052. },
  28053. "d3c26493af064121a3f05ce1ae8f350f": {
  28054. "model_name": "LayoutModel",
  28055. "model_module": "@jupyter-widgets/base",
  28056. "model_module_version": "1.0.0",
  28057. "state": {}
  28058. },
  28059. "d3e7515e94d84c6bbf9e2a1ad70f6b73": {
  28060. "model_name": "LayoutModel",
  28061. "model_module": "@jupyter-widgets/base",
  28062. "model_module_version": "1.0.0",
  28063. "state": {}
  28064. },
  28065. "d3f4fdada9694068a9c92f199a254dff": {
  28066. "model_name": "LayoutModel",
  28067. "model_module": "@jupyter-widgets/base",
  28068. "model_module_version": "1.0.0",
  28069. "state": {}
  28070. },
  28071. "d41fb1237f624a71af88064141a77985": {
  28072. "model_name": "LayoutModel",
  28073. "model_module": "@jupyter-widgets/base",
  28074. "model_module_version": "1.0.0",
  28075. "state": {}
  28076. },
  28077. "d42bf0340c134708b14977b5684b2094": {
  28078. "model_name": "LayoutModel",
  28079. "model_module": "@jupyter-widgets/base",
  28080. "model_module_version": "1.0.0",
  28081. "state": {}
  28082. },
  28083. "d4400883257f4b0b831a3abb8fd4397e": {
  28084. "model_name": "LabelModel",
  28085. "model_module": "@jupyter-widgets/controls",
  28086. "model_module_version": "1.2.0",
  28087. "state": {
  28088. "layout": "IPY_MODEL_6de271715a484f9ba5d6470d947f259e",
  28089. "style": "IPY_MODEL_159ee231275d48ad895e9bcd6990bc5e",
  28090. "value": "Chosen Classifiers"
  28091. }
  28092. },
  28093. "d47e84980cb3452487ee6dda6748d6f0": {
  28094. "model_name": "LayoutModel",
  28095. "model_module": "@jupyter-widgets/base",
  28096. "model_module_version": "1.0.0",
  28097. "state": {}
  28098. },
  28099. "d489e21d256d4d089b787aa3ee3adc3f": {
  28100. "model_name": "LayoutModel",
  28101. "model_module": "@jupyter-widgets/base",
  28102. "model_module_version": "1.0.0",
  28103. "state": {}
  28104. },
  28105. "d4c0d26b9f434f40b36675992a12e54b": {
  28106. "model_name": "LayoutModel",
  28107. "model_module": "@jupyter-widgets/base",
  28108. "model_module_version": "1.0.0",
  28109. "state": {}
  28110. },
  28111. "d4d3cb9b5ed1434a99c343257a39b84b": {
  28112. "model_name": "DropdownModel",
  28113. "model_module": "@jupyter-widgets/controls",
  28114. "model_module_version": "1.2.0",
  28115. "state": {
  28116. "_options_labels": [
  28117. "Framework :: Zope3",
  28118. "Framework :: Plone :: 5.2",
  28119. "Framework :: Zope2",
  28120. "Framework :: Django :: 1.8",
  28121. "Framework :: CastleCMS",
  28122. "Framework :: Plone :: 4.1",
  28123. "Framework :: Django :: 1.10",
  28124. "Framework :: Chandler",
  28125. "Framework :: Plone :: 3.2",
  28126. "Framework :: Django :: 1.4",
  28127. "Framework :: Plone :: Theme",
  28128. "Framework :: IPython",
  28129. "Framework :: Plone :: 4.2",
  28130. "Framework :: Django :: 1.6",
  28131. "Framework :: Scrapy",
  28132. "Framework :: TurboGears",
  28133. "Framework :: Django :: 1.5",
  28134. "Framework :: Plone :: 5.1",
  28135. "Framework :: Wagtail",
  28136. "Framework :: CubicWeb",
  28137. "Framework :: TurboGears :: Applications",
  28138. "Framework :: Lektor",
  28139. "Framework :: Flake8",
  28140. "Framework :: Paste",
  28141. "Framework :: Sphinx :: Theme",
  28142. "Framework :: Django :: 1.7",
  28143. "Framework :: ZODB",
  28144. "Framework :: tox",
  28145. "Framework :: IDLE",
  28146. "Framework :: Django :: 1.9",
  28147. "Framework :: Django",
  28148. "Framework :: Flask",
  28149. "Framework :: Sphinx",
  28150. "Framework :: Sphinx :: Extension",
  28151. "Framework :: Jupyter",
  28152. "Framework :: Robot Framework :: Library",
  28153. "Framework :: Wagtail :: 2",
  28154. "Framework :: Review Board",
  28155. "Framework :: Buildout",
  28156. "Framework :: AsyncIO",
  28157. "Framework :: Bottle",
  28158. "Framework :: Setuptools Plugin",
  28159. "Framework :: Zope :: 2",
  28160. "Framework :: Robot Framework",
  28161. "Framework :: Buildout :: Recipe",
  28162. "Framework :: Django :: 1.11",
  28163. "Framework :: TurboGears :: Widgets",
  28164. "Framework :: Pelican",
  28165. "Framework :: Plone :: 5.0",
  28166. "Framework :: Odoo",
  28167. "Framework :: Tryton",
  28168. "Framework :: BFG",
  28169. "Framework :: Pytest",
  28170. "Framework :: Zope",
  28171. "Framework :: Zope :: 4",
  28172. "Framework :: Wagtail :: 1",
  28173. "Framework :: Trio",
  28174. "Framework :: Plone :: 4.0",
  28175. "Framework :: Bob",
  28176. "Framework :: CherryPy",
  28177. "Framework :: CastleCMS :: Theme",
  28178. "Framework :: Pylons",
  28179. "Framework :: Pyramid",
  28180. "Framework :: Pelican :: Plugins",
  28181. "Framework :: Trac",
  28182. "Framework :: Robot Framework :: Tool",
  28183. "Framework :: Plone",
  28184. "Framework :: Buildout :: Extension",
  28185. "Framework :: Plone :: 4.3",
  28186. "Framework :: Zope :: 3",
  28187. "Framework :: Opps",
  28188. "Framework :: Pelican :: Themes",
  28189. "Framework :: Django :: 2.0",
  28190. "Framework :: Plone :: 3.3",
  28191. "Framework :: Twisted"
  28192. ],
  28193. "description": "Classifier",
  28194. "index": 0,
  28195. "layout": "IPY_MODEL_8e5a8ac3b87c4216889e851ad98a92d9",
  28196. "style": "IPY_MODEL_c8e9aa8b5bd24596ac6d72cd6a19fa23"
  28197. }
  28198. },
  28199. "d4f2df6916aa44eabd476a0bf8d7844f": {
  28200. "model_name": "HBoxModel",
  28201. "model_module": "@jupyter-widgets/controls",
  28202. "model_module_version": "1.2.0",
  28203. "state": {
  28204. "children": [
  28205. "IPY_MODEL_33abbbad9e8846ecb9143b72737c8ac1",
  28206. "IPY_MODEL_b1ab566e5c124cec92ad63ec7f0bb74a"
  28207. ],
  28208. "layout": "IPY_MODEL_e45a1ec535844e3bb122ba8a8684da21"
  28209. }
  28210. },
  28211. "d52658cbe51347a398d16779ccdff0bc": {
  28212. "model_name": "LabelModel",
  28213. "model_module": "@jupyter-widgets/controls",
  28214. "model_module_version": "1.2.0",
  28215. "state": {
  28216. "layout": "IPY_MODEL_14d3eac79030469d94fa5816f5d46949",
  28217. "style": "IPY_MODEL_760ff9dce892453ab682fa74c065ee01"
  28218. }
  28219. },
  28220. "d5407bf0db12434facc5cda2a98cb452": {
  28221. "model_name": "HBoxModel",
  28222. "model_module": "@jupyter-widgets/controls",
  28223. "model_module_version": "1.2.0",
  28224. "state": {
  28225. "children": [
  28226. "IPY_MODEL_3b91430460ff40d68c98c45d33a834e0",
  28227. "IPY_MODEL_319c0b4da9c6470480494a704aeae48b"
  28228. ],
  28229. "layout": "IPY_MODEL_1cc2041f72504af4b0477f451bae6bd5"
  28230. }
  28231. },
  28232. "d5477c1b42394c269252561f8def35c2": {
  28233. "model_name": "LayoutModel",
  28234. "model_module": "@jupyter-widgets/base",
  28235. "model_module_version": "1.0.0",
  28236. "state": {}
  28237. },
  28238. "d548eceb6c714720b832e9739f419fc9": {
  28239. "model_name": "ButtonStyleModel",
  28240. "model_module": "@jupyter-widgets/controls",
  28241. "model_module_version": "1.2.0",
  28242. "state": {}
  28243. },
  28244. "d57e40258813450ba7c78c1f6b3dac55": {
  28245. "model_name": "LayoutModel",
  28246. "model_module": "@jupyter-widgets/base",
  28247. "model_module_version": "1.0.0",
  28248. "state": {}
  28249. },
  28250. "d585c87880cb4aaa91a43494298f8fb6": {
  28251. "model_name": "DropdownModel",
  28252. "model_module": "@jupyter-widgets/controls",
  28253. "model_module_version": "1.2.0",
  28254. "state": {
  28255. "_options_labels": [
  28256. "Development Status",
  28257. "Environment",
  28258. "Framework",
  28259. "Intended Audience",
  28260. "License",
  28261. "Natural Language",
  28262. "Operating System",
  28263. "Programming Language",
  28264. "Topic"
  28265. ],
  28266. "description": "prefix",
  28267. "index": 0,
  28268. "layout": "IPY_MODEL_ac8eb6a6361c4937aa1c7946c2202f5d",
  28269. "style": "IPY_MODEL_ba4714d27fa34bec9a63010e6754ea0a"
  28270. }
  28271. },
  28272. "d58a419f0f6f4f2a9c5e710699846b8a": {
  28273. "model_name": "LayoutModel",
  28274. "model_module": "@jupyter-widgets/base",
  28275. "model_module_version": "1.0.0",
  28276. "state": {}
  28277. },
  28278. "d599624058ae436b8055a1940dd09b80": {
  28279. "model_name": "ButtonStyleModel",
  28280. "model_module": "@jupyter-widgets/controls",
  28281. "model_module_version": "1.2.0",
  28282. "state": {}
  28283. },
  28284. "d59ec7e9c3d242fd8fe85e624ba014c4": {
  28285. "model_name": "LayoutModel",
  28286. "model_module": "@jupyter-widgets/base",
  28287. "model_module_version": "1.0.0",
  28288. "state": {}
  28289. },
  28290. "d5b4bccf69834993b1fb9b888c0ab785": {
  28291. "model_name": "HBoxModel",
  28292. "model_module": "@jupyter-widgets/controls",
  28293. "model_module_version": "1.2.0",
  28294. "state": {
  28295. "children": [
  28296. "IPY_MODEL_10abe858dc404573a31783eb48c75c17"
  28297. ],
  28298. "layout": "IPY_MODEL_f4db6c33164f4e4faa9fca79d1ee6f85"
  28299. }
  28300. },
  28301. "d5b7979eb0cd4949a6e9930e8f827b25": {
  28302. "model_name": "OutputModel",
  28303. "model_module": "@jupyter-widgets/output",
  28304. "model_module_version": "1.0.0",
  28305. "state": {
  28306. "layout": "IPY_MODEL_8c515f974c914b77bbfdd42a3f4d13eb",
  28307. "outputs": [
  28308. {
  28309. "data": {
  28310. "application/vnd.jupyter.widget-view+json": {
  28311. "model_id": "e7de630bd8d544f99b1c5715e188fa9f",
  28312. "version_major": 2,
  28313. "version_minor": 0
  28314. },
  28315. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  28316. },
  28317. "metadata": {},
  28318. "output_type": "display_data"
  28319. }
  28320. ]
  28321. }
  28322. },
  28323. "d5d20eb47d32454dbbf8ac6d77af71d4": {
  28324. "model_name": "ButtonStyleModel",
  28325. "model_module": "@jupyter-widgets/controls",
  28326. "model_module_version": "1.2.0",
  28327. "state": {}
  28328. },
  28329. "d5d3d2c76acd4e3caf7c8ca29cc5d80a": {
  28330. "model_name": "LayoutModel",
  28331. "model_module": "@jupyter-widgets/base",
  28332. "model_module_version": "1.0.0",
  28333. "state": {}
  28334. },
  28335. "d5df2a3ec09343ac93982e268dca3e0d": {
  28336. "model_name": "VBoxModel",
  28337. "model_module": "@jupyter-widgets/controls",
  28338. "model_module_version": "1.2.0",
  28339. "state": {
  28340. "_dom_classes": [
  28341. "widget-interact"
  28342. ],
  28343. "children": [
  28344. "IPY_MODEL_b08014457aee45e58b05c2f79eed413e",
  28345. "IPY_MODEL_c8cd9d7ba1334039b7dd5345d43dd0b9"
  28346. ],
  28347. "layout": "IPY_MODEL_1bd40b15dc034a5c9759e8703a88b2d7"
  28348. }
  28349. },
  28350. "d624ef86c3fd472dbecbe3efbb4f1d37": {
  28351. "model_name": "DescriptionStyleModel",
  28352. "model_module": "@jupyter-widgets/controls",
  28353. "model_module_version": "1.2.0",
  28354. "state": {
  28355. "description_width": ""
  28356. }
  28357. },
  28358. "d62d7382aa0748ae8e0bd038ee64e331": {
  28359. "model_name": "ButtonModel",
  28360. "model_module": "@jupyter-widgets/controls",
  28361. "model_module_version": "1.2.0",
  28362. "state": {
  28363. "description": "Add",
  28364. "layout": "IPY_MODEL_44eca6673d584035b04dba0f61ed939e",
  28365. "style": "IPY_MODEL_64a40e0172a04f469b650d9d7eec6926"
  28366. }
  28367. },
  28368. "d64342009eb047449c998058360eee1b": {
  28369. "model_name": "OutputModel",
  28370. "model_module": "@jupyter-widgets/output",
  28371. "model_module_version": "1.0.0",
  28372. "state": {
  28373. "layout": "IPY_MODEL_ca9e6ac68d25444d81e3209c7414fd1a"
  28374. }
  28375. },
  28376. "d64abfde53a948198f02f16dce410ff6": {
  28377. "model_name": "OutputModel",
  28378. "model_module": "@jupyter-widgets/output",
  28379. "model_module_version": "1.0.0",
  28380. "state": {
  28381. "layout": "IPY_MODEL_6dcda03843474f9a829aa00974187fb2",
  28382. "outputs": [
  28383. {
  28384. "data": {
  28385. "application/vnd.jupyter.widget-view+json": {
  28386. "model_id": "1720f57d80ea4eeba572a5d828b1ab12",
  28387. "version_major": 2,
  28388. "version_minor": 0
  28389. },
  28390. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Development Status :: 5 - Produ…"
  28391. },
  28392. "metadata": {},
  28393. "output_type": "display_data"
  28394. }
  28395. ]
  28396. }
  28397. },
  28398. "d6534aee5aa14a1e8536a7a4b654d766": {
  28399. "model_name": "DescriptionStyleModel",
  28400. "model_module": "@jupyter-widgets/controls",
  28401. "model_module_version": "1.2.0",
  28402. "state": {
  28403. "description_width": ""
  28404. }
  28405. },
  28406. "d65b5a76dd2b4eafb092c27281abd780": {
  28407. "model_name": "OutputModel",
  28408. "model_module": "@jupyter-widgets/output",
  28409. "model_module_version": "1.0.0",
  28410. "state": {
  28411. "layout": "IPY_MODEL_ab695bd2129847fc9d5257a46ffd14f0"
  28412. }
  28413. },
  28414. "d65fcf332de348e7b8608663c19feb40": {
  28415. "model_name": "DescriptionStyleModel",
  28416. "model_module": "@jupyter-widgets/controls",
  28417. "model_module_version": "1.2.0",
  28418. "state": {
  28419. "description_width": ""
  28420. }
  28421. },
  28422. "d683236cf1014ba3b7af24b35fbbe848": {
  28423. "model_name": "DescriptionStyleModel",
  28424. "model_module": "@jupyter-widgets/controls",
  28425. "model_module_version": "1.2.0",
  28426. "state": {
  28427. "description_width": ""
  28428. }
  28429. },
  28430. "d693e913bbff4d3081a5df62a0a0aa5f": {
  28431. "model_name": "LayoutModel",
  28432. "model_module": "@jupyter-widgets/base",
  28433. "model_module_version": "1.0.0",
  28434. "state": {}
  28435. },
  28436. "d6940db596a641c1927de762a9ccc479": {
  28437. "model_name": "LayoutModel",
  28438. "model_module": "@jupyter-widgets/base",
  28439. "model_module_version": "1.0.0",
  28440. "state": {}
  28441. },
  28442. "d6944c1948094600b8b82fa0099fb855": {
  28443. "model_name": "LayoutModel",
  28444. "model_module": "@jupyter-widgets/base",
  28445. "model_module_version": "1.0.0",
  28446. "state": {}
  28447. },
  28448. "d698fa5cf0cb480888bb1d7c39643ee5": {
  28449. "model_name": "HBoxModel",
  28450. "model_module": "@jupyter-widgets/controls",
  28451. "model_module_version": "1.2.0",
  28452. "state": {
  28453. "children": [
  28454. "IPY_MODEL_40c8eaca4164407fa21db72e6b64cc1d",
  28455. "IPY_MODEL_0cb97bd2269645eba1e1dcc78541e300",
  28456. "IPY_MODEL_5851348c48ae4e84b2631c0ea174121b"
  28457. ],
  28458. "layout": "IPY_MODEL_7de0b62d096340cbad25bbd0da9a17c1"
  28459. }
  28460. },
  28461. "d6ba74daee1049db9f02049480f092ba": {
  28462. "model_name": "DropdownModel",
  28463. "model_module": "@jupyter-widgets/controls",
  28464. "model_module_version": "1.2.0",
  28465. "state": {
  28466. "_options_labels": [
  28467. "Development Status :: 4 - Beta",
  28468. "Development Status :: 5 - Production/Stable",
  28469. "Development Status :: 2 - Pre-Alpha",
  28470. "Development Status :: 6 - Mature",
  28471. "Development Status :: 7 - Inactive",
  28472. "Development Status :: 1 - Planning",
  28473. "Development Status :: 3 - Alpha"
  28474. ],
  28475. "description": "Classifier",
  28476. "index": 0,
  28477. "layout": "IPY_MODEL_90a5435de7b5447faa96913b75b2a154",
  28478. "style": "IPY_MODEL_9de7eab05f48465297a04fe73154c747"
  28479. }
  28480. },
  28481. "d6e4e63efdb04f97bab2496215a4fa30": {
  28482. "model_name": "LayoutModel",
  28483. "model_module": "@jupyter-widgets/base",
  28484. "model_module_version": "1.0.0",
  28485. "state": {}
  28486. },
  28487. "d6e9f0ae17f44e95ab98df590bc4424f": {
  28488. "model_name": "DescriptionStyleModel",
  28489. "model_module": "@jupyter-widgets/controls",
  28490. "model_module_version": "1.2.0",
  28491. "state": {
  28492. "description_width": ""
  28493. }
  28494. },
  28495. "d70e89ef778a41bf982c58fe67cd74a6": {
  28496. "model_name": "SelectModel",
  28497. "model_module": "@jupyter-widgets/controls",
  28498. "model_module_version": "1.2.0",
  28499. "state": {
  28500. "_options_labels": [
  28501. "Natural Language :: English",
  28502. "Development Status :: 1 - Planning",
  28503. "Environment :: X11 Applications",
  28504. "Framework :: Jupyter",
  28505. "Intended Audience :: Developers",
  28506. "License :: OSI Approved :: Python Software Foundation License"
  28507. ],
  28508. "description": "Selected:",
  28509. "index": 0,
  28510. "layout": "IPY_MODEL_35ea0469424d4003a230a618cc3b2669",
  28511. "style": "IPY_MODEL_f14122d9eaa2440fb2a6bdc8b86a786f"
  28512. }
  28513. },
  28514. "d71288803ad1497a94ad004661c5cf6e": {
  28515. "model_name": "LayoutModel",
  28516. "model_module": "@jupyter-widgets/base",
  28517. "model_module_version": "1.0.0",
  28518. "state": {}
  28519. },
  28520. "d74e444c21754fa39364f3911b49e170": {
  28521. "model_name": "DropdownModel",
  28522. "model_module": "@jupyter-widgets/controls",
  28523. "model_module_version": "1.2.0",
  28524. "state": {
  28525. "_options_labels": [
  28526. "Development Status",
  28527. "Environment",
  28528. "Framework",
  28529. "Intended Audience",
  28530. "License",
  28531. "Natural Language",
  28532. "Operating System",
  28533. "Programming Language",
  28534. "Topic"
  28535. ],
  28536. "description": "prefix",
  28537. "index": 0,
  28538. "layout": "IPY_MODEL_e5195bbf6ea448d093cd09bbaa23bdb6",
  28539. "style": "IPY_MODEL_c8ea50251fc04923894b212fccd16e66"
  28540. }
  28541. },
  28542. "d75a7b6a42dc42e880f7852bb2a10fc6": {
  28543. "model_name": "LayoutModel",
  28544. "model_module": "@jupyter-widgets/base",
  28545. "model_module_version": "1.0.0",
  28546. "state": {}
  28547. },
  28548. "d76746e3e71c429ea2ef7224ea1feea8": {
  28549. "model_name": "LabelModel",
  28550. "model_module": "@jupyter-widgets/controls",
  28551. "model_module_version": "1.2.0",
  28552. "state": {
  28553. "layout": "IPY_MODEL_d489e21d256d4d089b787aa3ee3adc3f",
  28554. "style": "IPY_MODEL_87904e38fd4144219a1353d2e92b699d",
  28555. "value": "Development Status :: 1 - Planning"
  28556. }
  28557. },
  28558. "d7701b3316ac4c239efa6687567fc44f": {
  28559. "model_name": "LayoutModel",
  28560. "model_module": "@jupyter-widgets/base",
  28561. "model_module_version": "1.0.0",
  28562. "state": {}
  28563. },
  28564. "d77a18f23cf04f6cbd0be90976b16c95": {
  28565. "model_name": "LayoutModel",
  28566. "model_module": "@jupyter-widgets/base",
  28567. "model_module_version": "1.0.0",
  28568. "state": {}
  28569. },
  28570. "d7861602bbf747e3b566521a0fc3e9a4": {
  28571. "model_name": "LayoutModel",
  28572. "model_module": "@jupyter-widgets/base",
  28573. "model_module_version": "1.0.0",
  28574. "state": {}
  28575. },
  28576. "d79f672df53447bb9e125bc08db9f8eb": {
  28577. "model_name": "DropdownModel",
  28578. "model_module": "@jupyter-widgets/controls",
  28579. "model_module_version": "1.2.0",
  28580. "state": {
  28581. "_options_labels": [
  28582. "Development Status",
  28583. "Environment",
  28584. "Framework",
  28585. "Intended Audience",
  28586. "License",
  28587. "Natural Language",
  28588. "Operating System",
  28589. "Programming Language",
  28590. "Topic"
  28591. ],
  28592. "description": "prefix",
  28593. "index": 5,
  28594. "layout": "IPY_MODEL_174832f65ecc4fd19cec13e6dd15322e",
  28595. "style": "IPY_MODEL_210354ed065e4288bc6a6505e7a4cbd8"
  28596. }
  28597. },
  28598. "d7b69407196e4ee6b0842464a5f3f2d1": {
  28599. "model_name": "LayoutModel",
  28600. "model_module": "@jupyter-widgets/base",
  28601. "model_module_version": "1.0.0",
  28602. "state": {}
  28603. },
  28604. "d7c9caadbf17457db249e1eafaa125fc": {
  28605. "model_name": "VBoxModel",
  28606. "model_module": "@jupyter-widgets/controls",
  28607. "model_module_version": "1.2.0",
  28608. "state": {
  28609. "_dom_classes": [
  28610. "widget-interact"
  28611. ],
  28612. "children": [
  28613. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  28614. "IPY_MODEL_bf354aadfeac435291aed90c3934cc49"
  28615. ],
  28616. "layout": "IPY_MODEL_f41ecbf57c7e4b0aae37825921a90476"
  28617. }
  28618. },
  28619. "d7dde27662ec4516b95259863d805865": {
  28620. "model_name": "DescriptionStyleModel",
  28621. "model_module": "@jupyter-widgets/controls",
  28622. "model_module_version": "1.2.0",
  28623. "state": {
  28624. "description_width": ""
  28625. }
  28626. },
  28627. "d8245ad8f78b433386c25e8a6c7d47b9": {
  28628. "model_name": "LayoutModel",
  28629. "model_module": "@jupyter-widgets/base",
  28630. "model_module_version": "1.0.0",
  28631. "state": {}
  28632. },
  28633. "d84b9450fd8b47959a7553daad8b72ad": {
  28634. "model_name": "OutputModel",
  28635. "model_module": "@jupyter-widgets/output",
  28636. "model_module_version": "1.0.0",
  28637. "state": {
  28638. "layout": "IPY_MODEL_ad41af87e7c94b0db6cdf0b3e65db09b"
  28639. }
  28640. },
  28641. "d857fcc944d3470e97c60e219e53af3a": {
  28642. "model_name": "OutputModel",
  28643. "model_module": "@jupyter-widgets/output",
  28644. "model_module_version": "1.0.0",
  28645. "state": {
  28646. "layout": "IPY_MODEL_2ec815d3e4444b0b9e1030cc3f9da376"
  28647. }
  28648. },
  28649. "d858502408fa49308d05a6b37a294fed": {
  28650. "model_name": "LayoutModel",
  28651. "model_module": "@jupyter-widgets/base",
  28652. "model_module_version": "1.0.0",
  28653. "state": {}
  28654. },
  28655. "d888a863ae7743f99f42e94a8e0bba82": {
  28656. "model_name": "DropdownModel",
  28657. "model_module": "@jupyter-widgets/controls",
  28658. "model_module_version": "1.2.0",
  28659. "state": {
  28660. "_options_labels": [
  28661. "Operating System :: PDA Systems",
  28662. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  28663. "Operating System :: PalmOS",
  28664. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  28665. "Operating System :: Microsoft",
  28666. "Operating System :: POSIX :: Linux",
  28667. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  28668. "Operating System :: POSIX :: GNU Hurd",
  28669. "Operating System :: Microsoft :: MS-DOS",
  28670. "Operating System :: POSIX :: SunOS/Solaris",
  28671. "Operating System :: POSIX :: BSD :: NetBSD",
  28672. "Operating System :: POSIX :: IRIX",
  28673. "Operating System :: OS Independent",
  28674. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  28675. "Operating System :: MacOS",
  28676. "Operating System :: MacOS :: MacOS 9",
  28677. "Operating System :: POSIX :: Other",
  28678. "Operating System :: Microsoft :: Windows :: Windows CE",
  28679. "Operating System :: POSIX :: BSD",
  28680. "Operating System :: Other OS",
  28681. "Operating System :: POSIX :: BSD :: BSD/OS",
  28682. "Operating System :: Microsoft :: Windows :: Windows XP",
  28683. "Operating System :: Microsoft :: Windows :: Windows 10",
  28684. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  28685. "Operating System :: POSIX :: SCO",
  28686. "Operating System :: POSIX :: HP-UX",
  28687. "Operating System :: POSIX :: AIX",
  28688. "Operating System :: Unix",
  28689. "Operating System :: Microsoft :: Windows",
  28690. "Operating System :: OS/2",
  28691. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  28692. "Operating System :: Microsoft :: Windows :: Windows 8",
  28693. "Operating System :: POSIX :: BSD :: OpenBSD",
  28694. "Operating System :: iOS",
  28695. "Operating System :: POSIX",
  28696. "Operating System :: POSIX :: BSD :: FreeBSD",
  28697. "Operating System :: Android",
  28698. "Operating System :: Microsoft :: Windows :: Windows 7",
  28699. "Operating System :: Microsoft :: Windows :: Windows Vista",
  28700. "Operating System :: BeOS",
  28701. "Operating System :: MacOS :: MacOS X"
  28702. ],
  28703. "description": "Classifier",
  28704. "index": 0,
  28705. "layout": "IPY_MODEL_347998d2e0644b5d8c963313bc61eb1f",
  28706. "style": "IPY_MODEL_537c629e2e994af88600ed28abd22c83"
  28707. }
  28708. },
  28709. "d89257d0ae194e868a7161a18bff3c55": {
  28710. "model_name": "DropdownModel",
  28711. "model_module": "@jupyter-widgets/controls",
  28712. "model_module_version": "1.2.0",
  28713. "state": {
  28714. "_options_labels": [
  28715. "Development Status",
  28716. "Environment",
  28717. "Framework",
  28718. "Intended Audience",
  28719. "License",
  28720. "Natural Language",
  28721. "Operating System",
  28722. "Programming Language",
  28723. "Topic"
  28724. ],
  28725. "description": "prefix",
  28726. "index": 0,
  28727. "layout": "IPY_MODEL_580492796c0e436cb102c5cb1d1857c5",
  28728. "style": "IPY_MODEL_58f3fc1398c54469bc9f594f25b01c01"
  28729. }
  28730. },
  28731. "d8b1b971863140729e0e3c64f6176311": {
  28732. "model_name": "VBoxModel",
  28733. "model_module": "@jupyter-widgets/controls",
  28734. "model_module_version": "1.2.0",
  28735. "state": {
  28736. "_dom_classes": [
  28737. "widget-interact"
  28738. ],
  28739. "children": [
  28740. "IPY_MODEL_aeb8e3d8e5464edeb11ca62b09536227",
  28741. "IPY_MODEL_f3628e76a59f41b69d1858d6970f2c80"
  28742. ],
  28743. "layout": "IPY_MODEL_fe3b097eafc34b7d8c86bd8b45d00e08"
  28744. }
  28745. },
  28746. "d8c063e90a514fc18dd7da9c001eb18c": {
  28747. "model_name": "DescriptionStyleModel",
  28748. "model_module": "@jupyter-widgets/controls",
  28749. "model_module_version": "1.2.0",
  28750. "state": {
  28751. "description_width": ""
  28752. }
  28753. },
  28754. "d8d92b3443954729905669eb48350dc5": {
  28755. "model_name": "DropdownModel",
  28756. "model_module": "@jupyter-widgets/controls",
  28757. "model_module_version": "1.2.0",
  28758. "state": {
  28759. "_options_labels": [
  28760. "Development Status",
  28761. "Environment",
  28762. "Framework",
  28763. "Intended Audience",
  28764. "License",
  28765. "Natural Language",
  28766. "Operating System",
  28767. "Programming Language",
  28768. "Topic"
  28769. ],
  28770. "description": "prefix",
  28771. "index": 7,
  28772. "layout": "IPY_MODEL_da3d1781c5944623827a46d06501ed71",
  28773. "style": "IPY_MODEL_9dab47d40f1d449781a016b6088d8de3"
  28774. }
  28775. },
  28776. "d8e716d4bfbc4ff288fc849685687eb0": {
  28777. "model_name": "ButtonStyleModel",
  28778. "model_module": "@jupyter-widgets/controls",
  28779. "model_module_version": "1.2.0",
  28780. "state": {}
  28781. },
  28782. "d8e88acc637043338871a66173289c08": {
  28783. "model_name": "LayoutModel",
  28784. "model_module": "@jupyter-widgets/base",
  28785. "model_module_version": "1.0.0",
  28786. "state": {}
  28787. },
  28788. "d8f4aebdb39b4e9990b079e896c0ca72": {
  28789. "model_name": "VBoxModel",
  28790. "model_module": "@jupyter-widgets/controls",
  28791. "model_module_version": "1.2.0",
  28792. "state": {
  28793. "_dom_classes": [
  28794. "widget-interact"
  28795. ],
  28796. "children": [
  28797. "IPY_MODEL_ee4fae40eac5425bac81920726c898b6",
  28798. "IPY_MODEL_28187813cc33471a8290bff92fbdab5c"
  28799. ],
  28800. "layout": "IPY_MODEL_b5edace1208a42d495ef488153a0ec2a"
  28801. }
  28802. },
  28803. "d9461e9799cb4b4e8bc7616cc7dee6b0": {
  28804. "model_name": "DescriptionStyleModel",
  28805. "model_module": "@jupyter-widgets/controls",
  28806. "model_module_version": "1.2.0",
  28807. "state": {
  28808. "description_width": ""
  28809. }
  28810. },
  28811. "d94ec5b6f9c0403290a987e3659be613": {
  28812. "model_name": "DescriptionStyleModel",
  28813. "model_module": "@jupyter-widgets/controls",
  28814. "model_module_version": "1.2.0",
  28815. "state": {
  28816. "description_width": ""
  28817. }
  28818. },
  28819. "d96fa1b46ba64fb88c4db5281f7e2747": {
  28820. "model_name": "DropdownModel",
  28821. "model_module": "@jupyter-widgets/controls",
  28822. "model_module_version": "1.2.0",
  28823. "state": {
  28824. "_options_labels": [
  28825. "Development Status",
  28826. "Environment",
  28827. "Framework",
  28828. "Intended Audience",
  28829. "License",
  28830. "Natural Language",
  28831. "Operating System",
  28832. "Programming Language",
  28833. "Topic"
  28834. ],
  28835. "description": "prefix",
  28836. "index": 4,
  28837. "layout": "IPY_MODEL_72ace9f15a494a45946baf7f8dbd0a40",
  28838. "style": "IPY_MODEL_42c7c2adc0b7470480ee7fd25117f56f"
  28839. }
  28840. },
  28841. "d9a4d2a9dc1a4f83982e66ce869ab973": {
  28842. "model_name": "LayoutModel",
  28843. "model_module": "@jupyter-widgets/base",
  28844. "model_module_version": "1.0.0",
  28845. "state": {}
  28846. },
  28847. "d9c0bfa9c98c4bddb4967bcf4d4a5f49": {
  28848. "model_name": "DescriptionStyleModel",
  28849. "model_module": "@jupyter-widgets/controls",
  28850. "model_module_version": "1.2.0",
  28851. "state": {
  28852. "description_width": ""
  28853. }
  28854. },
  28855. "d9c8792c69c44bb8ab2801101f33e6dd": {
  28856. "model_name": "LayoutModel",
  28857. "model_module": "@jupyter-widgets/base",
  28858. "model_module_version": "1.0.0",
  28859. "state": {}
  28860. },
  28861. "d9fe472c1cdf4b7cb39de5e4a23ee95a": {
  28862. "model_name": "LayoutModel",
  28863. "model_module": "@jupyter-widgets/base",
  28864. "model_module_version": "1.0.0",
  28865. "state": {}
  28866. },
  28867. "da11b925414c42e5a38f0e9ca288bbdc": {
  28868. "model_name": "LayoutModel",
  28869. "model_module": "@jupyter-widgets/base",
  28870. "model_module_version": "1.0.0",
  28871. "state": {}
  28872. },
  28873. "da2046972a5f4a3a88231ec29efd32fd": {
  28874. "model_name": "LayoutModel",
  28875. "model_module": "@jupyter-widgets/base",
  28876. "model_module_version": "1.0.0",
  28877. "state": {}
  28878. },
  28879. "da3d1781c5944623827a46d06501ed71": {
  28880. "model_name": "LayoutModel",
  28881. "model_module": "@jupyter-widgets/base",
  28882. "model_module_version": "1.0.0",
  28883. "state": {}
  28884. },
  28885. "da469e997d544585b21126406548c2ad": {
  28886. "model_name": "LayoutModel",
  28887. "model_module": "@jupyter-widgets/base",
  28888. "model_module_version": "1.0.0",
  28889. "state": {}
  28890. },
  28891. "da53fbdcc1b14b4f9731794b8f720c2e": {
  28892. "model_name": "LayoutModel",
  28893. "model_module": "@jupyter-widgets/base",
  28894. "model_module_version": "1.0.0",
  28895. "state": {}
  28896. },
  28897. "da5cdded3bec41d0907080906e6e9eea": {
  28898. "model_name": "ButtonModel",
  28899. "model_module": "@jupyter-widgets/controls",
  28900. "model_module_version": "1.2.0",
  28901. "state": {
  28902. "description": "Remove",
  28903. "layout": "IPY_MODEL_8d38481707994171b4fa2ade49228a4b",
  28904. "style": "IPY_MODEL_5ad14f7fb0f445d79298986d49595322"
  28905. }
  28906. },
  28907. "da712dc2b66445358f0c7d1d62248783": {
  28908. "model_name": "HBoxModel",
  28909. "model_module": "@jupyter-widgets/controls",
  28910. "model_module_version": "1.2.0",
  28911. "state": {
  28912. "children": [
  28913. "IPY_MODEL_bf307ef7de324da9b63df30913d148a7",
  28914. "IPY_MODEL_6a55b1203cf84fdcb9f1efbef1eb1d3c"
  28915. ],
  28916. "layout": "IPY_MODEL_c954577fc3f243eb922b51bd8e6fafe8"
  28917. }
  28918. },
  28919. "da7878634a2e41c1813c025c74899cd4": {
  28920. "model_name": "DescriptionStyleModel",
  28921. "model_module": "@jupyter-widgets/controls",
  28922. "model_module_version": "1.2.0",
  28923. "state": {
  28924. "description_width": ""
  28925. }
  28926. },
  28927. "da7c09d051f248b998f1b262cc50dfe1": {
  28928. "model_name": "LayoutModel",
  28929. "model_module": "@jupyter-widgets/base",
  28930. "model_module_version": "1.0.0",
  28931. "state": {}
  28932. },
  28933. "daeb2dc0c2534d6f8b02182649710e04": {
  28934. "model_name": "SelectModel",
  28935. "model_module": "@jupyter-widgets/controls",
  28936. "model_module_version": "1.2.0",
  28937. "state": {
  28938. "_options_labels": [
  28939. "selected_classifiers"
  28940. ],
  28941. "description": "Selected:",
  28942. "index": 0,
  28943. "layout": "IPY_MODEL_5eebeb447b5d43d39bcd928d89be1d98",
  28944. "style": "IPY_MODEL_abf547cc735842d7b662612cda541da5"
  28945. }
  28946. },
  28947. "daf5e1009f8d4c538638c1b1c128d265": {
  28948. "model_name": "ButtonStyleModel",
  28949. "model_module": "@jupyter-widgets/controls",
  28950. "model_module_version": "1.2.0",
  28951. "state": {}
  28952. },
  28953. "db0d960b663a4807b7eae4c42bf3d553": {
  28954. "model_name": "LayoutModel",
  28955. "model_module": "@jupyter-widgets/base",
  28956. "model_module_version": "1.0.0",
  28957. "state": {}
  28958. },
  28959. "db0e2f0fb4004c3a8f495e9597b03483": {
  28960. "model_name": "VBoxModel",
  28961. "model_module": "@jupyter-widgets/controls",
  28962. "model_module_version": "1.2.0",
  28963. "state": {
  28964. "_dom_classes": [
  28965. "widget-interact"
  28966. ],
  28967. "children": [
  28968. "IPY_MODEL_3eb0e243fc554a5ea7a7a57bed57dee8",
  28969. "IPY_MODEL_b63aea300433476cb769ef382fa54356"
  28970. ],
  28971. "layout": "IPY_MODEL_e0df14b879b9465f87f771a195463716"
  28972. }
  28973. },
  28974. "db20def7a288435f8c7bdef74bc6cb6d": {
  28975. "model_name": "VBoxModel",
  28976. "model_module": "@jupyter-widgets/controls",
  28977. "model_module_version": "1.2.0",
  28978. "state": {
  28979. "_dom_classes": [
  28980. "widget-interact"
  28981. ],
  28982. "children": [
  28983. "IPY_MODEL_b1851235e8e74b9489438a4dce5b8add",
  28984. "IPY_MODEL_d5b7979eb0cd4949a6e9930e8f827b25"
  28985. ],
  28986. "layout": "IPY_MODEL_d5d3d2c76acd4e3caf7c8ca29cc5d80a"
  28987. }
  28988. },
  28989. "db2c67a86f4c49248e342c5e97352b1b": {
  28990. "model_name": "DescriptionStyleModel",
  28991. "model_module": "@jupyter-widgets/controls",
  28992. "model_module_version": "1.2.0",
  28993. "state": {
  28994. "description_width": ""
  28995. }
  28996. },
  28997. "db3707843dab4c8ca2cd1c1eab748e31": {
  28998. "model_name": "LayoutModel",
  28999. "model_module": "@jupyter-widgets/base",
  29000. "model_module_version": "1.0.0",
  29001. "state": {}
  29002. },
  29003. "db3f201c07244d92b42905604717367c": {
  29004. "model_name": "DropdownModel",
  29005. "model_module": "@jupyter-widgets/controls",
  29006. "model_module_version": "1.2.0",
  29007. "state": {
  29008. "_options_labels": [
  29009. "Development Status :: 4 - Beta",
  29010. "Development Status :: 5 - Production/Stable",
  29011. "Development Status :: 7 - Inactive",
  29012. "Development Status :: 3 - Alpha",
  29013. "Development Status :: 2 - Pre-Alpha",
  29014. "Development Status :: 6 - Mature",
  29015. "Development Status :: 1 - Planning"
  29016. ],
  29017. "description": "Classifier",
  29018. "index": 0,
  29019. "layout": "IPY_MODEL_4cff7b732f9b422c97bd44d3466df3ad",
  29020. "style": "IPY_MODEL_4951076f4e874be29ac9724c52b03b21"
  29021. }
  29022. },
  29023. "db41aa7eff4d4235884c28584ce9f0c0": {
  29024. "model_name": "LabelModel",
  29025. "model_module": "@jupyter-widgets/controls",
  29026. "model_module_version": "1.2.0",
  29027. "state": {
  29028. "layout": "IPY_MODEL_49c5b66266fb46068de1c29a19b8f69f",
  29029. "style": "IPY_MODEL_c8d9837e70ff49af9fde624d8baec41f",
  29030. "value": "...."
  29031. }
  29032. },
  29033. "db565051c7624848864b3335ef8c07d0": {
  29034. "model_name": "LabelModel",
  29035. "model_module": "@jupyter-widgets/controls",
  29036. "model_module_version": "1.2.0",
  29037. "state": {
  29038. "layout": "IPY_MODEL_b228d927521f4f6e85dd919c532f2ee6",
  29039. "style": "IPY_MODEL_ab9adccca9a143b599eb439cae99fc81",
  29040. "value": "...."
  29041. }
  29042. },
  29043. "db8ec39cf25146ccb5023a4212e3f78c": {
  29044. "model_name": "ButtonModel",
  29045. "model_module": "@jupyter-widgets/controls",
  29046. "model_module_version": "1.2.0",
  29047. "state": {
  29048. "description": "Save",
  29049. "layout": "IPY_MODEL_16156b1d19df4404b69c33e952a0c0ca",
  29050. "style": "IPY_MODEL_ba49470387ac42eba88c1cf1656334da"
  29051. }
  29052. },
  29053. "db9ee5c169024c178b6afc11940599c5": {
  29054. "model_name": "ButtonModel",
  29055. "model_module": "@jupyter-widgets/controls",
  29056. "model_module_version": "1.2.0",
  29057. "state": {
  29058. "description": "Remove",
  29059. "layout": "IPY_MODEL_98052c8711b64fcbb60f2e398f14daae",
  29060. "style": "IPY_MODEL_5c06d80ac71c481b9d9da4b54c7d50cc"
  29061. }
  29062. },
  29063. "dba112ef6fba406c9575d8f2883f462c": {
  29064. "model_name": "LayoutModel",
  29065. "model_module": "@jupyter-widgets/base",
  29066. "model_module_version": "1.0.0",
  29067. "state": {}
  29068. },
  29069. "dbcbdd958d43457aa1068af8c51f8dde": {
  29070. "model_name": "LayoutModel",
  29071. "model_module": "@jupyter-widgets/base",
  29072. "model_module_version": "1.0.0",
  29073. "state": {}
  29074. },
  29075. "dbf0ed94b6cd4532b091a8313668ddf2": {
  29076. "model_name": "VBoxModel",
  29077. "model_module": "@jupyter-widgets/controls",
  29078. "model_module_version": "1.2.0",
  29079. "state": {
  29080. "_dom_classes": [
  29081. "widget-interact"
  29082. ],
  29083. "children": [
  29084. "IPY_MODEL_a7be3c68a08547d4a82d2be2ba69df63",
  29085. "IPY_MODEL_ba16b44f4d92403db9d713f88c393ffd"
  29086. ],
  29087. "layout": "IPY_MODEL_98567a2353fd487d8162dee45a90f107"
  29088. }
  29089. },
  29090. "dc00dc2c9c0b4f77a946611e9c7ff536": {
  29091. "model_name": "ButtonModel",
  29092. "model_module": "@jupyter-widgets/controls",
  29093. "model_module_version": "1.2.0",
  29094. "state": {
  29095. "description": "Remove",
  29096. "layout": "IPY_MODEL_a7959175fd134a52949e7a4bf1a687bb",
  29097. "style": "IPY_MODEL_a338f5d634194cb9851eb430aa2064e5"
  29098. }
  29099. },
  29100. "dc118779440c40b8a92d22789129c412": {
  29101. "model_name": "ButtonStyleModel",
  29102. "model_module": "@jupyter-widgets/controls",
  29103. "model_module_version": "1.2.0",
  29104. "state": {}
  29105. },
  29106. "dc260ca2d4ed48c7b5d2d8c1c04e7908": {
  29107. "model_name": "HBoxModel",
  29108. "model_module": "@jupyter-widgets/controls",
  29109. "model_module_version": "1.2.0",
  29110. "state": {
  29111. "children": [
  29112. "IPY_MODEL_46799eef5fa8462bb30746423c90843e",
  29113. "IPY_MODEL_cfe8ff29d67f4b2db8461939d8c78b69"
  29114. ],
  29115. "layout": "IPY_MODEL_03c178118ef54f0e96e4b664e25496d2"
  29116. }
  29117. },
  29118. "dc5fc03636814b66955e5be2b0ad7ece": {
  29119. "model_name": "DescriptionStyleModel",
  29120. "model_module": "@jupyter-widgets/controls",
  29121. "model_module_version": "1.2.0",
  29122. "state": {
  29123. "description_width": ""
  29124. }
  29125. },
  29126. "dc601c95948145138c6cb5972b0c63be": {
  29127. "model_name": "ButtonStyleModel",
  29128. "model_module": "@jupyter-widgets/controls",
  29129. "model_module_version": "1.2.0",
  29130. "state": {}
  29131. },
  29132. "dc7c1901ac0248dca0ad576ea1f81c91": {
  29133. "model_name": "OutputModel",
  29134. "model_module": "@jupyter-widgets/output",
  29135. "model_module_version": "1.0.0",
  29136. "state": {
  29137. "layout": "IPY_MODEL_e2b98188ade647bf8b6ad8268610fd15"
  29138. }
  29139. },
  29140. "dc7db8090ec54a128b426f072fad37a5": {
  29141. "model_name": "LayoutModel",
  29142. "model_module": "@jupyter-widgets/base",
  29143. "model_module_version": "1.0.0",
  29144. "state": {}
  29145. },
  29146. "dc8782afd04a469aa33ebfe239a60ad5": {
  29147. "model_name": "OutputModel",
  29148. "model_module": "@jupyter-widgets/output",
  29149. "model_module_version": "1.0.0",
  29150. "state": {
  29151. "layout": "IPY_MODEL_3669c781938a4c1ebe82737fed4bb90a",
  29152. "outputs": [
  29153. {
  29154. "data": {
  29155. "application/vnd.jupyter.widget-view+json": {
  29156. "model_id": "34ba51e6936f4624a5225d483f4e9bfd",
  29157. "version_major": 2,
  29158. "version_minor": 0
  29159. },
  29160. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 1 - Planning', 'Development Status :: 3 - A…"
  29161. },
  29162. "metadata": {},
  29163. "output_type": "display_data"
  29164. }
  29165. ]
  29166. }
  29167. },
  29168. "dc8b70b5ea7d4418abc7f4344167c16a": {
  29169. "model_name": "LayoutModel",
  29170. "model_module": "@jupyter-widgets/base",
  29171. "model_module_version": "1.0.0",
  29172. "state": {}
  29173. },
  29174. "dc8eac35b255473cb237da501428dbd4": {
  29175. "model_name": "VBoxModel",
  29176. "model_module": "@jupyter-widgets/controls",
  29177. "model_module_version": "1.2.0",
  29178. "state": {
  29179. "_dom_classes": [
  29180. "widget-interact"
  29181. ],
  29182. "children": [
  29183. "IPY_MODEL_c0531dfc0ec245619f07d55308a2d88e",
  29184. "IPY_MODEL_a5e76c20f8714c64a37509beee6a05af"
  29185. ],
  29186. "layout": "IPY_MODEL_190b53dad4c448a0962eac248ec8d004"
  29187. }
  29188. },
  29189. "dc916b7c6fa34d93aaf6363794c81a95": {
  29190. "model_name": "DescriptionStyleModel",
  29191. "model_module": "@jupyter-widgets/controls",
  29192. "model_module_version": "1.2.0",
  29193. "state": {
  29194. "description_width": ""
  29195. }
  29196. },
  29197. "dc9487a323d74873b525a743446b72cd": {
  29198. "model_name": "VBoxModel",
  29199. "model_module": "@jupyter-widgets/controls",
  29200. "model_module_version": "1.2.0",
  29201. "state": {
  29202. "_dom_classes": [
  29203. "widget-interact"
  29204. ],
  29205. "children": [
  29206. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  29207. "IPY_MODEL_ea9925adf0ed43dfac539728398bf4d2"
  29208. ],
  29209. "layout": "IPY_MODEL_d3bfe2208dde4458814f8f531b883cae"
  29210. }
  29211. },
  29212. "dc9b43c7052a411a84d57a3ee0030d69": {
  29213. "model_name": "LayoutModel",
  29214. "model_module": "@jupyter-widgets/base",
  29215. "model_module_version": "1.0.0",
  29216. "state": {}
  29217. },
  29218. "dcaae8f33c49462c9f7aa99f2f15024a": {
  29219. "model_name": "LayoutModel",
  29220. "model_module": "@jupyter-widgets/base",
  29221. "model_module_version": "1.0.0",
  29222. "state": {}
  29223. },
  29224. "dcd4b0dc2c74417f99f6546e67018ec8": {
  29225. "model_name": "DescriptionStyleModel",
  29226. "model_module": "@jupyter-widgets/controls",
  29227. "model_module_version": "1.2.0",
  29228. "state": {
  29229. "description_width": ""
  29230. }
  29231. },
  29232. "dcecc6d5004a4c638354864b974b6d50": {
  29233. "model_name": "ButtonModel",
  29234. "model_module": "@jupyter-widgets/controls",
  29235. "model_module_version": "1.2.0",
  29236. "state": {
  29237. "description": "Remove",
  29238. "layout": "IPY_MODEL_6b026698741242a5a758ebc17ff60c8e",
  29239. "style": "IPY_MODEL_a93ac176f4654a37a7fb41dde8cfeda9"
  29240. }
  29241. },
  29242. "dcf170fe82af443b88fbbf29020af6d6": {
  29243. "model_name": "OutputModel",
  29244. "model_module": "@jupyter-widgets/output",
  29245. "model_module_version": "1.0.0",
  29246. "state": {
  29247. "layout": "IPY_MODEL_b103071efa6c4a5a99e0c51eb7c6abf3",
  29248. "outputs": [
  29249. {
  29250. "data": {
  29251. "application/vnd.jupyter.widget-view+json": {
  29252. "model_id": "4d042dd781034bc6be311caec276be45",
  29253. "version_major": 2,
  29254. "version_minor": 0
  29255. },
  29256. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('License :: OSI Approved :: Vovida Software …"
  29257. },
  29258. "metadata": {},
  29259. "output_type": "display_data"
  29260. }
  29261. ]
  29262. }
  29263. },
  29264. "dd23f3fd01f146ce97d94e7a325f6a40": {
  29265. "model_name": "LabelModel",
  29266. "model_module": "@jupyter-widgets/controls",
  29267. "model_module_version": "1.2.0",
  29268. "state": {
  29269. "layout": "IPY_MODEL_92b633dac1164a4b86cd1018b246c5e7",
  29270. "style": "IPY_MODEL_d9461e9799cb4b4e8bc7616cc7dee6b0",
  29271. "value": "*Optional Classifiers"
  29272. }
  29273. },
  29274. "dd24d4ef5a144a1a8ab2c57183238ec1": {
  29275. "model_name": "LabelModel",
  29276. "model_module": "@jupyter-widgets/controls",
  29277. "model_module_version": "1.2.0",
  29278. "state": {
  29279. "layout": "IPY_MODEL_230999ba57e74fc8a7cb8d8554273b27",
  29280. "style": "IPY_MODEL_a9d6d61017314bc1acc736994f6c892e",
  29281. "value": "Development Status :: 7 - Inactive"
  29282. }
  29283. },
  29284. "dd382ffc4d824b96bec63ac8469bbd2d": {
  29285. "model_name": "HBoxModel",
  29286. "model_module": "@jupyter-widgets/controls",
  29287. "model_module_version": "1.2.0",
  29288. "state": {
  29289. "children": [
  29290. "IPY_MODEL_ff2c3d6c34f149feaea08ac27ca25695"
  29291. ],
  29292. "layout": "IPY_MODEL_46b66559af31405e8dbf82238c65e8f1"
  29293. }
  29294. },
  29295. "dd46446ccf794b81aee78d702db0496b": {
  29296. "model_name": "LabelModel",
  29297. "model_module": "@jupyter-widgets/controls",
  29298. "model_module_version": "1.2.0",
  29299. "state": {
  29300. "layout": "IPY_MODEL_563391972f0f4862ab252f055364d4ff",
  29301. "style": "IPY_MODEL_2cba56c2b9bb41309d2629a147af0ef9",
  29302. "value": "Operating System :: MacOS :: MacOS X"
  29303. }
  29304. },
  29305. "dd6d2d72360641849b4fd888ddbb8a1a": {
  29306. "model_name": "LayoutModel",
  29307. "model_module": "@jupyter-widgets/base",
  29308. "model_module_version": "1.0.0",
  29309. "state": {}
  29310. },
  29311. "dd783fbcae3945c1858b9e2cf19e9c58": {
  29312. "model_name": "LayoutModel",
  29313. "model_module": "@jupyter-widgets/base",
  29314. "model_module_version": "1.0.0",
  29315. "state": {}
  29316. },
  29317. "dd8450abbbe9473fba6e8806c5bfd069": {
  29318. "model_name": "LabelModel",
  29319. "model_module": "@jupyter-widgets/controls",
  29320. "model_module_version": "1.2.0",
  29321. "state": {
  29322. "layout": "IPY_MODEL_0393914eb4954d4dbac3c6e28f8eed6c",
  29323. "style": "IPY_MODEL_06d91ff968ed4ea28d14242523a66a5e",
  29324. "value": "Chosen Classifiers"
  29325. }
  29326. },
  29327. "dd86bc9aed794368b0610465ebd7c255": {
  29328. "model_name": "ButtonStyleModel",
  29329. "model_module": "@jupyter-widgets/controls",
  29330. "model_module_version": "1.2.0",
  29331. "state": {}
  29332. },
  29333. "dd9175ca2e224f9ca1f5a63d7be85222": {
  29334. "model_name": "LayoutModel",
  29335. "model_module": "@jupyter-widgets/base",
  29336. "model_module_version": "1.0.0",
  29337. "state": {}
  29338. },
  29339. "dd9ef4b8857c4380ab911b09cbb658f4": {
  29340. "model_name": "VBoxModel",
  29341. "model_module": "@jupyter-widgets/controls",
  29342. "model_module_version": "1.2.0",
  29343. "state": {
  29344. "_dom_classes": [
  29345. "widget-interact"
  29346. ],
  29347. "children": [
  29348. "IPY_MODEL_ac1fbee8d8a34eb7868125f0ae682e59",
  29349. "IPY_MODEL_478034c0353d4d1bb955a9e4aa012725"
  29350. ],
  29351. "layout": "IPY_MODEL_a5a79229985d46e48e25abb00feb71f5"
  29352. }
  29353. },
  29354. "ddbba7339b8a486696a2f89368febc1c": {
  29355. "model_name": "LayoutModel",
  29356. "model_module": "@jupyter-widgets/base",
  29357. "model_module_version": "1.0.0",
  29358. "state": {}
  29359. },
  29360. "ddc18d3e2c6b4edc83847fa16864e267": {
  29361. "model_name": "ButtonStyleModel",
  29362. "model_module": "@jupyter-widgets/controls",
  29363. "model_module_version": "1.2.0",
  29364. "state": {}
  29365. },
  29366. "ddcccf61e0c44e86b266e988aa7a6df2": {
  29367. "model_name": "OutputModel",
  29368. "model_module": "@jupyter-widgets/output",
  29369. "model_module_version": "1.0.0",
  29370. "state": {
  29371. "layout": "IPY_MODEL_2d9020ed0373422d994f452135ba70d9"
  29372. }
  29373. },
  29374. "ddd9c59bb61442b6944d44a0eda7174d": {
  29375. "model_name": "LayoutModel",
  29376. "model_module": "@jupyter-widgets/base",
  29377. "model_module_version": "1.0.0",
  29378. "state": {}
  29379. },
  29380. "ddebf29a073040d3bb3e10f5536bbe39": {
  29381. "model_name": "LayoutModel",
  29382. "model_module": "@jupyter-widgets/base",
  29383. "model_module_version": "1.0.0",
  29384. "state": {}
  29385. },
  29386. "ddf5b875c37f4f1aa7e0ced03fc63a7d": {
  29387. "model_name": "LabelModel",
  29388. "model_module": "@jupyter-widgets/controls",
  29389. "model_module_version": "1.2.0",
  29390. "state": {
  29391. "layout": "IPY_MODEL_d3c26493af064121a3f05ce1ae8f350f",
  29392. "style": "IPY_MODEL_4b619690c76942ddb7e53adf82394876",
  29393. "value": "Chosen Classifiers"
  29394. }
  29395. },
  29396. "de0229b5d8b7487b8209d9cbc8e04d91": {
  29397. "model_name": "LabelModel",
  29398. "model_module": "@jupyter-widgets/controls",
  29399. "model_module_version": "1.2.0",
  29400. "state": {
  29401. "layout": "IPY_MODEL_952ca70cb77c4094a04e0c98b9590786",
  29402. "style": "IPY_MODEL_db2c67a86f4c49248e342c5e97352b1b",
  29403. "value": "Chosen Classifiers"
  29404. }
  29405. },
  29406. "de06e62fb61643e59b722fec0b9c7f26": {
  29407. "model_name": "LayoutModel",
  29408. "model_module": "@jupyter-widgets/base",
  29409. "model_module_version": "1.0.0",
  29410. "state": {}
  29411. },
  29412. "de18de6b493a40ffb716ec4615e72e0d": {
  29413. "model_name": "LabelModel",
  29414. "model_module": "@jupyter-widgets/controls",
  29415. "model_module_version": "1.2.0",
  29416. "state": {
  29417. "layout": "IPY_MODEL_9830b04b021f4d9fb66cc48de7819ae4",
  29418. "style": "IPY_MODEL_99078b0c59d44491aa1f68bbe1da4519",
  29419. "value": "Chosen Classifiers"
  29420. }
  29421. },
  29422. "de22522c0dc44e4bb3771beabf542705": {
  29423. "model_name": "OutputModel",
  29424. "model_module": "@jupyter-widgets/output",
  29425. "model_module_version": "1.0.0",
  29426. "state": {
  29427. "layout": "IPY_MODEL_4f53532f8a58429c98d1abcd965aa4a1"
  29428. }
  29429. },
  29430. "de47f022ba0c41fbbb0d30413a62afdf": {
  29431. "model_name": "LayoutModel",
  29432. "model_module": "@jupyter-widgets/base",
  29433. "model_module_version": "1.0.0",
  29434. "state": {}
  29435. },
  29436. "de5f941f83c9429d992346a675b90c70": {
  29437. "model_name": "OutputModel",
  29438. "model_module": "@jupyter-widgets/output",
  29439. "model_module_version": "1.0.0",
  29440. "state": {
  29441. "layout": "IPY_MODEL_bfbc8c5760884e3091bc999f3911cb12"
  29442. }
  29443. },
  29444. "de66c6efebe0494e803db7e8a688682e": {
  29445. "model_name": "SelectModel",
  29446. "model_module": "@jupyter-widgets/controls",
  29447. "model_module_version": "1.2.0",
  29448. "state": {
  29449. "_options_labels": [
  29450. "Natural Language :: Slovenian",
  29451. "Intended Audience :: Manufacturing",
  29452. "License :: OSI Approved :: Vovida Software License 1.0"
  29453. ],
  29454. "description": "Selected:",
  29455. "index": 0,
  29456. "layout": "IPY_MODEL_4b65727bbc434d17aaa8417cc63ca3d5",
  29457. "style": "IPY_MODEL_40a7c453c62940f484f0459d6efa4dd3"
  29458. }
  29459. },
  29460. "de767cf369054aaba222aa5ed86873c0": {
  29461. "model_name": "LabelModel",
  29462. "model_module": "@jupyter-widgets/controls",
  29463. "model_module_version": "1.2.0",
  29464. "state": {
  29465. "layout": "IPY_MODEL_c7d33233570a49a6bed53830a0c6dc90",
  29466. "style": "IPY_MODEL_5d1961ee65a04e23beb3376eb51ed702",
  29467. "value": "Highlighted Classifer: Intended Audience :: Legal Industry"
  29468. }
  29469. },
  29470. "de8c7a5051654007965f93b4c877a3b6": {
  29471. "model_name": "LayoutModel",
  29472. "model_module": "@jupyter-widgets/base",
  29473. "model_module_version": "1.0.0",
  29474. "state": {}
  29475. },
  29476. "decc73ec2f084de4b16b82731719e0f7": {
  29477. "model_name": "LayoutModel",
  29478. "model_module": "@jupyter-widgets/base",
  29479. "model_module_version": "1.0.0",
  29480. "state": {}
  29481. },
  29482. "dee756f6a2af48c290073bf2011773c6": {
  29483. "model_name": "SelectModel",
  29484. "model_module": "@jupyter-widgets/controls",
  29485. "model_module_version": "1.2.0",
  29486. "state": {
  29487. "_options_labels": [
  29488. "selected_classifiers"
  29489. ],
  29490. "description": "Selected:",
  29491. "index": 0,
  29492. "layout": "IPY_MODEL_94599c2bb3a24aa28e60316964c56bb0",
  29493. "style": "IPY_MODEL_18789b761ca84cac837c3a6e31295cf4"
  29494. }
  29495. },
  29496. "deee20773273408c9c0469e219eda902": {
  29497. "model_name": "DropdownModel",
  29498. "model_module": "@jupyter-widgets/controls",
  29499. "model_module_version": "1.2.0",
  29500. "state": {
  29501. "_options_labels": [
  29502. "Development Status",
  29503. "Environment",
  29504. "Framework",
  29505. "Intended Audience",
  29506. "License",
  29507. "Natural Language",
  29508. "Operating System",
  29509. "Programming Language",
  29510. "Topic"
  29511. ],
  29512. "description": "prefix",
  29513. "index": 6,
  29514. "layout": "IPY_MODEL_fe9c108ea8a543c0b85c04e697d84645",
  29515. "style": "IPY_MODEL_d94ec5b6f9c0403290a987e3659be613"
  29516. }
  29517. },
  29518. "df141811e8de4752a4baf34981b58c04": {
  29519. "model_name": "ButtonStyleModel",
  29520. "model_module": "@jupyter-widgets/controls",
  29521. "model_module_version": "1.2.0",
  29522. "state": {}
  29523. },
  29524. "df216cb9db83444fb04305bacf7ed9cb": {
  29525. "model_name": "LayoutModel",
  29526. "model_module": "@jupyter-widgets/base",
  29527. "model_module_version": "1.0.0",
  29528. "state": {}
  29529. },
  29530. "df39ddac81334a7e8d32e67b692645a3": {
  29531. "model_name": "DescriptionStyleModel",
  29532. "model_module": "@jupyter-widgets/controls",
  29533. "model_module_version": "1.2.0",
  29534. "state": {
  29535. "description_width": ""
  29536. }
  29537. },
  29538. "df41672e65e649ab95d92a2c3b84707b": {
  29539. "model_name": "LabelModel",
  29540. "model_module": "@jupyter-widgets/controls",
  29541. "model_module_version": "1.2.0",
  29542. "state": {
  29543. "layout": "IPY_MODEL_c03fed448b754c0a8690c6c529234a58",
  29544. "style": "IPY_MODEL_964616e9f9c3487581ec88943dafcd1d",
  29545. "value": "*Optional Classifiers"
  29546. }
  29547. },
  29548. "df434ece3cd54a0ca64ad917ec2d6903": {
  29549. "model_name": "LayoutModel",
  29550. "model_module": "@jupyter-widgets/base",
  29551. "model_module_version": "1.0.0",
  29552. "state": {}
  29553. },
  29554. "df675ff4268b45648127f56c1f37f0cc": {
  29555. "model_name": "DropdownModel",
  29556. "model_module": "@jupyter-widgets/controls",
  29557. "model_module_version": "1.2.0",
  29558. "state": {
  29559. "_options_labels": [
  29560. "Development Status",
  29561. "Environment",
  29562. "Framework",
  29563. "Intended Audience",
  29564. "License",
  29565. "Natural Language",
  29566. "Operating System",
  29567. "Programming Language",
  29568. "Topic"
  29569. ],
  29570. "description": "prefix",
  29571. "index": 6,
  29572. "layout": "IPY_MODEL_80a5008c46584583ae2603e4cc6aaa8f",
  29573. "style": "IPY_MODEL_d8c063e90a514fc18dd7da9c001eb18c"
  29574. }
  29575. },
  29576. "df8ed8d6b57948618f2033a48bcd38c5": {
  29577. "model_name": "OutputModel",
  29578. "model_module": "@jupyter-widgets/output",
  29579. "model_module_version": "1.0.0",
  29580. "state": {
  29581. "layout": "IPY_MODEL_99f61710798e44768e2b69373b7b8346"
  29582. }
  29583. },
  29584. "df990c824fe5462287ecb17035cc4695": {
  29585. "model_name": "DescriptionStyleModel",
  29586. "model_module": "@jupyter-widgets/controls",
  29587. "model_module_version": "1.2.0",
  29588. "state": {
  29589. "description_width": ""
  29590. }
  29591. },
  29592. "dfb48629ab4c480db7493804cfec6bad": {
  29593. "model_name": "OutputModel",
  29594. "model_module": "@jupyter-widgets/output",
  29595. "model_module_version": "1.0.0",
  29596. "state": {
  29597. "layout": "IPY_MODEL_1b71c792176b43779d3f1feec9b1dd8f",
  29598. "outputs": [
  29599. {
  29600. "data": {
  29601. "application/vnd.jupyter.widget-view+json": {
  29602. "model_id": "6f52a691d15c4a57b70d3f34e1eb40ce",
  29603. "version_major": 2,
  29604. "version_minor": 0
  29605. },
  29606. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 7 - Inactive', 'Devel…"
  29607. },
  29608. "metadata": {},
  29609. "output_type": "display_data"
  29610. }
  29611. ]
  29612. }
  29613. },
  29614. "dfc59d1b558c4a7a99c26afd39a004b4": {
  29615. "model_name": "ButtonModel",
  29616. "model_module": "@jupyter-widgets/controls",
  29617. "model_module_version": "1.2.0",
  29618. "state": {
  29619. "description": "Add",
  29620. "layout": "IPY_MODEL_3fcbe52313814747b9896ffd0b98d92f",
  29621. "style": "IPY_MODEL_4706c3147f144925b47c63e6aa30d142"
  29622. }
  29623. },
  29624. "dfc671718f51453484b3d95c3d07be05": {
  29625. "model_name": "VBoxModel",
  29626. "model_module": "@jupyter-widgets/controls",
  29627. "model_module_version": "1.2.0",
  29628. "state": {
  29629. "_dom_classes": [
  29630. "widget-interact"
  29631. ],
  29632. "children": [
  29633. "IPY_MODEL_a3d57e794ee9448aab7daaa32c21ef77",
  29634. "IPY_MODEL_9f8384950d6d4844b9c62133db32ba83"
  29635. ],
  29636. "layout": "IPY_MODEL_832203cb96354e56a710d4134b1d1be8"
  29637. }
  29638. },
  29639. "dfcfa3d766354474913fdf8dfff42b92": {
  29640. "model_name": "LabelModel",
  29641. "model_module": "@jupyter-widgets/controls",
  29642. "model_module_version": "1.2.0",
  29643. "state": {
  29644. "layout": "IPY_MODEL_5ce620528f9544e3987f85fcd33acab8",
  29645. "style": "IPY_MODEL_0d4859e7330b44e3bc28273a4830b1a1",
  29646. "value": "Chosen Classifiers"
  29647. }
  29648. },
  29649. "dff1a52a5b6f465088cf15ee3200a92b": {
  29650. "model_name": "OutputModel",
  29651. "model_module": "@jupyter-widgets/output",
  29652. "model_module_version": "1.0.0",
  29653. "state": {
  29654. "layout": "IPY_MODEL_44ea91dc48cd4f9b9419bc49836e8561"
  29655. }
  29656. },
  29657. "e02d7def1d0c46c28a15c093ffb3824d": {
  29658. "model_name": "LabelModel",
  29659. "model_module": "@jupyter-widgets/controls",
  29660. "model_module_version": "1.2.0",
  29661. "state": {
  29662. "layout": "IPY_MODEL_87890ae9735940b1806ef705b6802879",
  29663. "style": "IPY_MODEL_f8ee89baca9348bcaccc65fe0c8d121c",
  29664. "value": "Chosen Classifiers"
  29665. }
  29666. },
  29667. "e045582e46b44176bc84c49c76cec128": {
  29668. "model_name": "ButtonStyleModel",
  29669. "model_module": "@jupyter-widgets/controls",
  29670. "model_module_version": "1.2.0",
  29671. "state": {}
  29672. },
  29673. "e0537e7852324726b2a6c83bfe9e87c5": {
  29674. "model_name": "DropdownModel",
  29675. "model_module": "@jupyter-widgets/controls",
  29676. "model_module_version": "1.2.0",
  29677. "state": {
  29678. "description": "Classifier",
  29679. "index": null,
  29680. "layout": "IPY_MODEL_c4be9fe1ff6a4aa298067e2bfccf1021",
  29681. "style": "IPY_MODEL_7d7321665e0d48edbd584b928676f2d7"
  29682. }
  29683. },
  29684. "e060d2c362b04d95a40bd85e0555a6c1": {
  29685. "model_name": "LayoutModel",
  29686. "model_module": "@jupyter-widgets/base",
  29687. "model_module_version": "1.0.0",
  29688. "state": {}
  29689. },
  29690. "e0cb25a2fa554b3ba7f722bb0f94817e": {
  29691. "model_name": "DescriptionStyleModel",
  29692. "model_module": "@jupyter-widgets/controls",
  29693. "model_module_version": "1.2.0",
  29694. "state": {
  29695. "description_width": ""
  29696. }
  29697. },
  29698. "e0df14b879b9465f87f771a195463716": {
  29699. "model_name": "LayoutModel",
  29700. "model_module": "@jupyter-widgets/base",
  29701. "model_module_version": "1.0.0",
  29702. "state": {}
  29703. },
  29704. "e1173ee2528b4e05a6d7c09f4da7a6d6": {
  29705. "model_name": "OutputModel",
  29706. "model_module": "@jupyter-widgets/output",
  29707. "model_module_version": "1.0.0",
  29708. "state": {
  29709. "layout": "IPY_MODEL_a5abcedbff1b42418b24d1760d4ec722"
  29710. }
  29711. },
  29712. "e11e2c054208493e94c6ca0ac831ad47": {
  29713. "model_name": "LayoutModel",
  29714. "model_module": "@jupyter-widgets/base",
  29715. "model_module_version": "1.0.0",
  29716. "state": {}
  29717. },
  29718. "e121547aceb2480c922b69f13a8d0f5b": {
  29719. "model_name": "ButtonStyleModel",
  29720. "model_module": "@jupyter-widgets/controls",
  29721. "model_module_version": "1.2.0",
  29722. "state": {}
  29723. },
  29724. "e12282db07514e82bbb3228ac5e3d77d": {
  29725. "model_name": "LayoutModel",
  29726. "model_module": "@jupyter-widgets/base",
  29727. "model_module_version": "1.0.0",
  29728. "state": {}
  29729. },
  29730. "e12587bee5be4b0982cb7e15c7233864": {
  29731. "model_name": "LayoutModel",
  29732. "model_module": "@jupyter-widgets/base",
  29733. "model_module_version": "1.0.0",
  29734. "state": {}
  29735. },
  29736. "e13dccfe4cc74cde982166eeb6f293ce": {
  29737. "model_name": "DropdownModel",
  29738. "model_module": "@jupyter-widgets/controls",
  29739. "model_module_version": "1.2.0",
  29740. "state": {
  29741. "_options_labels": [
  29742. "Development Status",
  29743. "Environment",
  29744. "Framework",
  29745. "Intended Audience",
  29746. "License",
  29747. "Natural Language",
  29748. "Operating System",
  29749. "Programming Language",
  29750. "Topic"
  29751. ],
  29752. "description": "prefix",
  29753. "index": 0,
  29754. "layout": "IPY_MODEL_54e2612b9597482b8070c790b706a60d",
  29755. "style": "IPY_MODEL_4eb1ede999d948438e68a29bd871ee92"
  29756. }
  29757. },
  29758. "e143d4ae8a7a4d18a6b67bcb760149f1": {
  29759. "model_name": "LayoutModel",
  29760. "model_module": "@jupyter-widgets/base",
  29761. "model_module_version": "1.0.0",
  29762. "state": {}
  29763. },
  29764. "e172d0e42a1445e485e55b0d1fc86569": {
  29765. "model_name": "DropdownModel",
  29766. "model_module": "@jupyter-widgets/controls",
  29767. "model_module_version": "1.2.0",
  29768. "state": {
  29769. "_options_labels": [
  29770. "Development Status :: 7 - Inactive",
  29771. "Development Status :: 5 - Production/Stable",
  29772. "Development Status :: 3 - Alpha",
  29773. "Development Status :: 4 - Beta",
  29774. "Development Status :: 6 - Mature",
  29775. "Development Status :: 1 - Planning",
  29776. "Development Status :: 2 - Pre-Alpha"
  29777. ],
  29778. "description": "Classifier",
  29779. "index": 5,
  29780. "layout": "IPY_MODEL_ba5ae3a5b09243d589cc59ad2fd03a7b",
  29781. "style": "IPY_MODEL_2c4286dff6ca4fc3a767d7454ce475f0"
  29782. }
  29783. },
  29784. "e18bbc4b84364d599e6751ec712784fd": {
  29785. "model_name": "ButtonStyleModel",
  29786. "model_module": "@jupyter-widgets/controls",
  29787. "model_module_version": "1.2.0",
  29788. "state": {}
  29789. },
  29790. "e19a9cce7bb04975857732d956790aff": {
  29791. "model_name": "DropdownModel",
  29792. "model_module": "@jupyter-widgets/controls",
  29793. "model_module_version": "1.2.0",
  29794. "state": {
  29795. "_options_labels": [
  29796. "Development Status :: 4 - Beta",
  29797. "Development Status :: 5 - Production/Stable",
  29798. "Development Status :: 7 - Inactive",
  29799. "Development Status :: 3 - Alpha",
  29800. "Development Status :: 2 - Pre-Alpha",
  29801. "Development Status :: 6 - Mature",
  29802. "Development Status :: 1 - Planning"
  29803. ],
  29804. "description": "Classifier",
  29805. "index": 0,
  29806. "layout": "IPY_MODEL_8c2f3893dfd940aeaa29320fd339b839",
  29807. "style": "IPY_MODEL_3a5cb17be0cd4277aa38f9ae862c054b"
  29808. }
  29809. },
  29810. "e1a77d16d19c4746b3eccff47fa028e6": {
  29811. "model_name": "LayoutModel",
  29812. "model_module": "@jupyter-widgets/base",
  29813. "model_module_version": "1.0.0",
  29814. "state": {}
  29815. },
  29816. "e1bdcb6da1844166abbe08987f4ef74d": {
  29817. "model_name": "LayoutModel",
  29818. "model_module": "@jupyter-widgets/base",
  29819. "model_module_version": "1.0.0",
  29820. "state": {}
  29821. },
  29822. "e1cf1a6581944431a06687e224353fa9": {
  29823. "model_name": "OutputModel",
  29824. "model_module": "@jupyter-widgets/output",
  29825. "model_module_version": "1.0.0",
  29826. "state": {
  29827. "layout": "IPY_MODEL_f1edfd4a72fb4af2aeedffcf4c3230ce",
  29828. "outputs": [
  29829. {
  29830. "data": {
  29831. "application/vnd.jupyter.widget-view+json": {
  29832. "model_id": "80b98d3c17fd47c791e40046f7962416",
  29833. "version_major": 2,
  29834. "version_minor": 0
  29835. },
  29836. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 7 - Inactive', 'Devel…"
  29837. },
  29838. "metadata": {},
  29839. "output_type": "display_data"
  29840. }
  29841. ]
  29842. }
  29843. },
  29844. "e1d73e43cd564724a7287ccc0a06f50d": {
  29845. "model_name": "OutputModel",
  29846. "model_module": "@jupyter-widgets/output",
  29847. "model_module_version": "1.0.0",
  29848. "state": {
  29849. "layout": "IPY_MODEL_97245ac63f01457ca18754212e42ec9c"
  29850. }
  29851. },
  29852. "e1e0ebe357f8412c97d731df23e532d4": {
  29853. "model_name": "LabelModel",
  29854. "model_module": "@jupyter-widgets/controls",
  29855. "model_module_version": "1.2.0",
  29856. "state": {
  29857. "layout": "IPY_MODEL_7ca62aeb460243dd82a422a8f7e00aaa",
  29858. "style": "IPY_MODEL_f4391e4f212d49e5b5ba7c4c940014a3",
  29859. "value": "Chosen Classifiers"
  29860. }
  29861. },
  29862. "e202286d052d48868727337d1f10444f": {
  29863. "model_name": "LayoutModel",
  29864. "model_module": "@jupyter-widgets/base",
  29865. "model_module_version": "1.0.0",
  29866. "state": {}
  29867. },
  29868. "e21f91282adf4d578196941eaf0e2864": {
  29869. "model_name": "LayoutModel",
  29870. "model_module": "@jupyter-widgets/base",
  29871. "model_module_version": "1.0.0",
  29872. "state": {}
  29873. },
  29874. "e24334363481465db8f04858d8060c4f": {
  29875. "model_name": "LayoutModel",
  29876. "model_module": "@jupyter-widgets/base",
  29877. "model_module_version": "1.0.0",
  29878. "state": {}
  29879. },
  29880. "e246e74d62f048378587bda6fbd5443c": {
  29881. "model_name": "DescriptionStyleModel",
  29882. "model_module": "@jupyter-widgets/controls",
  29883. "model_module_version": "1.2.0",
  29884. "state": {
  29885. "description_width": ""
  29886. }
  29887. },
  29888. "e25963e38fe54d6491d8693f2b209a34": {
  29889. "model_name": "HBoxModel",
  29890. "model_module": "@jupyter-widgets/controls",
  29891. "model_module_version": "1.2.0",
  29892. "state": {
  29893. "children": [
  29894. "IPY_MODEL_b1792bff348b4c5dbcfb4013a79ebb5f",
  29895. "IPY_MODEL_fc7957d7852d496d9b70dcc8b7ed3a7e",
  29896. "IPY_MODEL_41e06b9c5d4443898c4c6b2fc57c661d"
  29897. ],
  29898. "layout": "IPY_MODEL_9675e57919ee410a80833b0e046d62ce"
  29899. }
  29900. },
  29901. "e2b0a0aaf46d4a3683cdec871357c48a": {
  29902. "model_name": "LabelModel",
  29903. "model_module": "@jupyter-widgets/controls",
  29904. "model_module_version": "1.2.0",
  29905. "state": {
  29906. "layout": "IPY_MODEL_03fffd6fc6a141da9c58944bf4a37373",
  29907. "style": "IPY_MODEL_4b8284049a124503845409e0df2293ed",
  29908. "value": "*Optional Classifiers"
  29909. }
  29910. },
  29911. "e2b4f4afd31b4febbdda90eeb4ffa153": {
  29912. "model_name": "LabelModel",
  29913. "model_module": "@jupyter-widgets/controls",
  29914. "model_module_version": "1.2.0",
  29915. "state": {
  29916. "layout": "IPY_MODEL_d5477c1b42394c269252561f8def35c2",
  29917. "style": "IPY_MODEL_e402c885a473449c9ffa7f1dcdbbf9a8",
  29918. "value": "...."
  29919. }
  29920. },
  29921. "e2b98188ade647bf8b6ad8268610fd15": {
  29922. "model_name": "LayoutModel",
  29923. "model_module": "@jupyter-widgets/base",
  29924. "model_module_version": "1.0.0",
  29925. "state": {}
  29926. },
  29927. "e2ba687cf6e8407192b6ae55196f1e13": {
  29928. "model_name": "LayoutModel",
  29929. "model_module": "@jupyter-widgets/base",
  29930. "model_module_version": "1.0.0",
  29931. "state": {}
  29932. },
  29933. "e2ba7c8f2e9c46e7874e931b4575ee04": {
  29934. "model_name": "HBoxModel",
  29935. "model_module": "@jupyter-widgets/controls",
  29936. "model_module_version": "1.2.0",
  29937. "state": {
  29938. "children": [
  29939. "IPY_MODEL_2c127fcb666947eb9ac9fe5520065c78"
  29940. ],
  29941. "layout": "IPY_MODEL_d77a18f23cf04f6cbd0be90976b16c95"
  29942. }
  29943. },
  29944. "e2bbcf2a66b4459e826fd9dfd0ff46d6": {
  29945. "model_name": "LayoutModel",
  29946. "model_module": "@jupyter-widgets/base",
  29947. "model_module_version": "1.0.0",
  29948. "state": {}
  29949. },
  29950. "e2fb311a11154864830baadee5cfaf62": {
  29951. "model_name": "SelectModel",
  29952. "model_module": "@jupyter-widgets/controls",
  29953. "model_module_version": "1.2.0",
  29954. "state": {
  29955. "description": "Selected:",
  29956. "index": null,
  29957. "layout": "IPY_MODEL_9c061b4b352347f390a6699a04420823",
  29958. "style": "IPY_MODEL_066e01bf7043451c83ac1aa2b4a9dc32"
  29959. }
  29960. },
  29961. "e305dbd87e3e4cd9811dccab70837fbb": {
  29962. "model_name": "VBoxModel",
  29963. "model_module": "@jupyter-widgets/controls",
  29964. "model_module_version": "1.2.0",
  29965. "state": {
  29966. "_dom_classes": [
  29967. "widget-interact"
  29968. ],
  29969. "children": [
  29970. "IPY_MODEL_d89257d0ae194e868a7161a18bff3c55",
  29971. "IPY_MODEL_54bb56efc8a04b0ebe5285c587643ec4"
  29972. ],
  29973. "layout": "IPY_MODEL_0bce0c1fb6f8480894a63cefae647a7d"
  29974. }
  29975. },
  29976. "e339cb3055c34e4bb23d7fbcc0334392": {
  29977. "model_name": "ButtonModel",
  29978. "model_module": "@jupyter-widgets/controls",
  29979. "model_module_version": "1.2.0",
  29980. "state": {
  29981. "description": "Remove",
  29982. "layout": "IPY_MODEL_0107ca8aedf64b60905106f31c49cf4b",
  29983. "style": "IPY_MODEL_c951eee7bfaa444d9e84a1fc03c18332"
  29984. }
  29985. },
  29986. "e368120e88ff4a0a9c249adea88e6dea": {
  29987. "model_name": "VBoxModel",
  29988. "model_module": "@jupyter-widgets/controls",
  29989. "model_module_version": "1.2.0",
  29990. "state": {
  29991. "_dom_classes": [
  29992. "widget-interact"
  29993. ],
  29994. "children": [
  29995. "IPY_MODEL_ae484a9ede4047dd930eb19bd706d178",
  29996. "IPY_MODEL_6c2d8bbcaaf149c0963036a252c80c5c"
  29997. ],
  29998. "layout": "IPY_MODEL_d39da5e7c20a4b21af51ae5b8b8a1007"
  29999. }
  30000. },
  30001. "e37348246cd74bd6a1234694c9440254": {
  30002. "model_name": "LayoutModel",
  30003. "model_module": "@jupyter-widgets/base",
  30004. "model_module_version": "1.0.0",
  30005. "state": {}
  30006. },
  30007. "e38a08e8a8c243c69811ed2365d978a4": {
  30008. "model_name": "ButtonModel",
  30009. "model_module": "@jupyter-widgets/controls",
  30010. "model_module_version": "1.2.0",
  30011. "state": {
  30012. "description": "Remove",
  30013. "layout": "IPY_MODEL_c7dcf4fb3ce54d1f8c98142dbe0a270f",
  30014. "style": "IPY_MODEL_eb31bbfe2dd74abd8c09a61fafd04ae6"
  30015. }
  30016. },
  30017. "e3bae439bb9d44248f1dd83ac6b5d7a7": {
  30018. "model_name": "DescriptionStyleModel",
  30019. "model_module": "@jupyter-widgets/controls",
  30020. "model_module_version": "1.2.0",
  30021. "state": {
  30022. "description_width": ""
  30023. }
  30024. },
  30025. "e3dd1506981741ed95909c08acba87ab": {
  30026. "model_name": "OutputModel",
  30027. "model_module": "@jupyter-widgets/output",
  30028. "model_module_version": "1.0.0",
  30029. "state": {
  30030. "layout": "IPY_MODEL_956071be01454a0fb0ee4c9b81452359",
  30031. "outputs": [
  30032. {
  30033. "data": {
  30034. "application/vnd.jupyter.widget-view+json": {
  30035. "model_id": "f1b0d1b3b6ef4d529ddc73cc9b688d7e",
  30036. "version_major": 2,
  30037. "version_minor": 0
  30038. },
  30039. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: Manufacturing', 'Inten…"
  30040. },
  30041. "metadata": {},
  30042. "output_type": "display_data"
  30043. }
  30044. ]
  30045. }
  30046. },
  30047. "e3f38289550443d3962ef4856b98f542": {
  30048. "model_name": "LayoutModel",
  30049. "model_module": "@jupyter-widgets/base",
  30050. "model_module_version": "1.0.0",
  30051. "state": {}
  30052. },
  30053. "e3f89f3ebe6442ef882d5342754103ff": {
  30054. "model_name": "DropdownModel",
  30055. "model_module": "@jupyter-widgets/controls",
  30056. "model_module_version": "1.2.0",
  30057. "state": {
  30058. "_options_labels": [
  30059. "Development Status :: 7 - Inactive",
  30060. "Development Status :: 1 - Planning",
  30061. "Development Status :: 3 - Alpha",
  30062. "Development Status :: 4 - Beta",
  30063. "Development Status :: 6 - Mature",
  30064. "Development Status :: 5 - Production/Stable",
  30065. "Development Status :: 2 - Pre-Alpha"
  30066. ],
  30067. "description": "Classifier",
  30068. "index": 0,
  30069. "layout": "IPY_MODEL_8497c6dfa56140f69204fea4f06d24f3",
  30070. "style": "IPY_MODEL_a7bf8974d4f3457b8ef3fc29a59dd497"
  30071. }
  30072. },
  30073. "e40259e7762044e5833f90356abd2381": {
  30074. "model_name": "ButtonModel",
  30075. "model_module": "@jupyter-widgets/controls",
  30076. "model_module_version": "1.2.0",
  30077. "state": {
  30078. "description": "Print",
  30079. "layout": "IPY_MODEL_ee819fd28a264928a40c24d94dd9fe66",
  30080. "style": "IPY_MODEL_8535f3ef6bec481db177e61e46ad0610"
  30081. }
  30082. },
  30083. "e402c885a473449c9ffa7f1dcdbbf9a8": {
  30084. "model_name": "DescriptionStyleModel",
  30085. "model_module": "@jupyter-widgets/controls",
  30086. "model_module_version": "1.2.0",
  30087. "state": {
  30088. "description_width": ""
  30089. }
  30090. },
  30091. "e40a3a6200884ed9aa28cdcdad3818b7": {
  30092. "model_name": "LabelModel",
  30093. "model_module": "@jupyter-widgets/controls",
  30094. "model_module_version": "1.2.0",
  30095. "state": {
  30096. "layout": "IPY_MODEL_2c9cd03c07464188b2e1f1823f491090",
  30097. "style": "IPY_MODEL_1a9e934898714578b5bde1b6d2a90e24",
  30098. "value": "Saved!"
  30099. }
  30100. },
  30101. "e41027c3d1d041f5a657484f1f50a31f": {
  30102. "model_name": "DescriptionStyleModel",
  30103. "model_module": "@jupyter-widgets/controls",
  30104. "model_module_version": "1.2.0",
  30105. "state": {
  30106. "description_width": ""
  30107. }
  30108. },
  30109. "e41576aa2b2e4d438a54c0b347a8ad1d": {
  30110. "model_name": "LabelModel",
  30111. "model_module": "@jupyter-widgets/controls",
  30112. "model_module_version": "1.2.0",
  30113. "state": {
  30114. "layout": "IPY_MODEL_210f52602f194cc2b0590602ce47145d",
  30115. "style": "IPY_MODEL_3f47c3fda9e542cca96e7e67f49dfbd8",
  30116. "value": "*Optional Classifiers"
  30117. }
  30118. },
  30119. "e42631bd04f948179c652f6e50fedf69": {
  30120. "model_name": "LayoutModel",
  30121. "model_module": "@jupyter-widgets/base",
  30122. "model_module_version": "1.0.0",
  30123. "state": {}
  30124. },
  30125. "e42e6fcf498045b0a7bf94c07289e15b": {
  30126. "model_name": "LayoutModel",
  30127. "model_module": "@jupyter-widgets/base",
  30128. "model_module_version": "1.0.0",
  30129. "state": {}
  30130. },
  30131. "e433e0ac33fe409da6c9d1cb38a4ecbc": {
  30132. "model_name": "LabelModel",
  30133. "model_module": "@jupyter-widgets/controls",
  30134. "model_module_version": "1.2.0",
  30135. "state": {
  30136. "layout": "IPY_MODEL_9c7d21a5524b40e2b7b1a0e266f7b62f",
  30137. "style": "IPY_MODEL_c5e93b7fb3d6426a986f647f25cd0333"
  30138. }
  30139. },
  30140. "e45a1ec535844e3bb122ba8a8684da21": {
  30141. "model_name": "LayoutModel",
  30142. "model_module": "@jupyter-widgets/base",
  30143. "model_module_version": "1.0.0",
  30144. "state": {}
  30145. },
  30146. "e466fbf890714628b5d861cec79ec3d6": {
  30147. "model_name": "LayoutModel",
  30148. "model_module": "@jupyter-widgets/base",
  30149. "model_module_version": "1.0.0",
  30150. "state": {}
  30151. },
  30152. "e46c03194a4142d5a38527699e7cf279": {
  30153. "model_name": "LayoutModel",
  30154. "model_module": "@jupyter-widgets/base",
  30155. "model_module_version": "1.0.0",
  30156. "state": {}
  30157. },
  30158. "e4795f2f489b43398006180e168315e2": {
  30159. "model_name": "LayoutModel",
  30160. "model_module": "@jupyter-widgets/base",
  30161. "model_module_version": "1.0.0",
  30162. "state": {}
  30163. },
  30164. "e4819cc62e534fa28a9338b1cbf71b9a": {
  30165. "model_name": "LayoutModel",
  30166. "model_module": "@jupyter-widgets/base",
  30167. "model_module_version": "1.0.0",
  30168. "state": {}
  30169. },
  30170. "e4898df284314e6282efb053e869643f": {
  30171. "model_name": "ButtonModel",
  30172. "model_module": "@jupyter-widgets/controls",
  30173. "model_module_version": "1.2.0",
  30174. "state": {
  30175. "description": "Add",
  30176. "layout": "IPY_MODEL_66183cebb00d48d28172acefed0467a5",
  30177. "style": "IPY_MODEL_9ea37b1822c24f0baf3c81ba247b35c2"
  30178. }
  30179. },
  30180. "e4a937db3ef94e5c92780a470593f419": {
  30181. "model_name": "OutputModel",
  30182. "model_module": "@jupyter-widgets/output",
  30183. "model_module_version": "1.0.0",
  30184. "state": {
  30185. "layout": "IPY_MODEL_2d4be188f9ee4d2f85a2f6c62f6ff5a9",
  30186. "outputs": [
  30187. {
  30188. "data": {
  30189. "application/vnd.jupyter.widget-view+json": {
  30190. "model_id": "bc40727ff3d0479caf4b8b9c657768f2",
  30191. "version_major": 2,
  30192. "version_minor": 0
  30193. },
  30194. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 2 - Pre-Alpha', 'Deve…"
  30195. },
  30196. "metadata": {},
  30197. "output_type": "display_data"
  30198. }
  30199. ]
  30200. }
  30201. },
  30202. "e4b5af9e097a428c8ccf937ff615edb1": {
  30203. "model_name": "LabelModel",
  30204. "model_module": "@jupyter-widgets/controls",
  30205. "model_module_version": "1.2.0",
  30206. "state": {
  30207. "layout": "IPY_MODEL_92db9fd467f3408ebbdad5514de08342",
  30208. "style": "IPY_MODEL_90413bbf37064a99b9d96026054b966b",
  30209. "value": "...!"
  30210. }
  30211. },
  30212. "e4bb08b7da84462fac72ffc296102d30": {
  30213. "model_name": "OutputModel",
  30214. "model_module": "@jupyter-widgets/output",
  30215. "model_module_version": "1.0.0",
  30216. "state": {
  30217. "layout": "IPY_MODEL_f9ef89af39dc43f5ac529905eb116321"
  30218. }
  30219. },
  30220. "e4f928b6753546f38d4195f8544a0f62": {
  30221. "model_name": "LayoutModel",
  30222. "model_module": "@jupyter-widgets/base",
  30223. "model_module_version": "1.0.0",
  30224. "state": {}
  30225. },
  30226. "e4f9948467ae42a88edb41fe83ed09b4": {
  30227. "model_name": "ButtonModel",
  30228. "model_module": "@jupyter-widgets/controls",
  30229. "model_module_version": "1.2.0",
  30230. "state": {
  30231. "description": "Add",
  30232. "layout": "IPY_MODEL_80ba0c70503649f89b2e5f0604087265",
  30233. "style": "IPY_MODEL_5832454fc3624325b0901e1221d48809"
  30234. }
  30235. },
  30236. "e509355d3abb4a9188e1c50838bf254f": {
  30237. "model_name": "LayoutModel",
  30238. "model_module": "@jupyter-widgets/base",
  30239. "model_module_version": "1.0.0",
  30240. "state": {}
  30241. },
  30242. "e5195bbf6ea448d093cd09bbaa23bdb6": {
  30243. "model_name": "LayoutModel",
  30244. "model_module": "@jupyter-widgets/base",
  30245. "model_module_version": "1.0.0",
  30246. "state": {}
  30247. },
  30248. "e51bfb02f891414bbc134044b87e1424": {
  30249. "model_name": "VBoxModel",
  30250. "model_module": "@jupyter-widgets/controls",
  30251. "model_module_version": "1.2.0",
  30252. "state": {
  30253. "_dom_classes": [
  30254. "widget-interact"
  30255. ],
  30256. "children": [
  30257. "IPY_MODEL_45eb9786fe8146d6b08d047cb5552700",
  30258. "IPY_MODEL_b98adeaa7db949a78d72d80069f3682a"
  30259. ],
  30260. "layout": "IPY_MODEL_c02c278928174884bf6f94f60a97206f"
  30261. }
  30262. },
  30263. "e52a1f32e1df486bb5299819f07729c9": {
  30264. "model_name": "VBoxModel",
  30265. "model_module": "@jupyter-widgets/controls",
  30266. "model_module_version": "1.2.0",
  30267. "state": {
  30268. "_dom_classes": [
  30269. "widget-interact"
  30270. ],
  30271. "children": [
  30272. "IPY_MODEL_28914bbbcd5f41eb96c51d986b9c4aa1",
  30273. "IPY_MODEL_7e4bba77b2c84db78bb78417f398285a"
  30274. ],
  30275. "layout": "IPY_MODEL_26360addf1a24c5b8f9efa70d2264fb6"
  30276. }
  30277. },
  30278. "e53c4565a288462db3cdccadd812afd2": {
  30279. "model_name": "LabelModel",
  30280. "model_module": "@jupyter-widgets/controls",
  30281. "model_module_version": "1.2.0",
  30282. "state": {
  30283. "layout": "IPY_MODEL_8fee03ddae8d491585fae4c9d924876e",
  30284. "style": "IPY_MODEL_9a7c0dcf58154d87bda4f47ce2784a26",
  30285. "value": "*Optional Classifiers"
  30286. }
  30287. },
  30288. "e54df7c032774fa8a7aa300f81133632": {
  30289. "model_name": "ButtonModel",
  30290. "model_module": "@jupyter-widgets/controls",
  30291. "model_module_version": "1.2.0",
  30292. "state": {
  30293. "description": "Add",
  30294. "layout": "IPY_MODEL_547fbc5f9c864591a8fb1d0c364a82ad",
  30295. "style": "IPY_MODEL_ee802e71045f4df18d92aa0f4809ecd8"
  30296. }
  30297. },
  30298. "e54ff6f6de13433aa5097052818fdedf": {
  30299. "model_name": "DropdownModel",
  30300. "model_module": "@jupyter-widgets/controls",
  30301. "model_module_version": "1.2.0",
  30302. "state": {
  30303. "_options_labels": [
  30304. "Framework :: Django :: 1.4",
  30305. "Framework :: Wagtail :: 2",
  30306. "Framework :: Sphinx :: Theme",
  30307. "Framework :: Plone :: 4.3",
  30308. "Framework :: Buildout :: Extension",
  30309. "Framework :: IPython",
  30310. "Framework :: Zope :: 2",
  30311. "Framework :: Plone :: Theme",
  30312. "Framework :: Flake8",
  30313. "Framework :: Pelican :: Plugins",
  30314. "Framework :: Django :: 1.9",
  30315. "Framework :: Django :: 2.0",
  30316. "Framework :: Buildout :: Recipe",
  30317. "Framework :: Flask",
  30318. "Framework :: Plone :: 4.0",
  30319. "Framework :: Pylons",
  30320. "Framework :: Zope3",
  30321. "Framework :: Buildout",
  30322. "Framework :: Sphinx",
  30323. "Framework :: Bottle",
  30324. "Framework :: TurboGears",
  30325. "Framework :: CherryPy",
  30326. "Framework :: Paste",
  30327. "Framework :: Zope :: 3",
  30328. "Framework :: Review Board",
  30329. "Framework :: CastleCMS",
  30330. "Framework :: IDLE",
  30331. "Framework :: Scrapy",
  30332. "Framework :: Django :: 1.10",
  30333. "Framework :: Robot Framework :: Tool",
  30334. "Framework :: tox",
  30335. "Framework :: ZODB",
  30336. "Framework :: Django :: 1.8",
  30337. "Framework :: Zope",
  30338. "Framework :: Wagtail",
  30339. "Framework :: Lektor",
  30340. "Framework :: Plone",
  30341. "Framework :: Plone :: 4.2",
  30342. "Framework :: AsyncIO",
  30343. "Framework :: Django :: 1.7",
  30344. "Framework :: Jupyter",
  30345. "Framework :: Plone :: 5.0",
  30346. "Framework :: Django",
  30347. "Framework :: Wagtail :: 1",
  30348. "Framework :: Zope :: 4",
  30349. "Framework :: TurboGears :: Applications",
  30350. "Framework :: TurboGears :: Widgets",
  30351. "Framework :: Plone :: 5.1",
  30352. "Framework :: Plone :: 5.2",
  30353. "Framework :: Robot Framework :: Library",
  30354. "Framework :: Trio",
  30355. "Framework :: Odoo",
  30356. "Framework :: Trac",
  30357. "Framework :: Twisted",
  30358. "Framework :: Bob",
  30359. "Framework :: Django :: 1.6",
  30360. "Framework :: Django :: 1.5",
  30361. "Framework :: Pyramid",
  30362. "Framework :: Plone :: 4.1",
  30363. "Framework :: Pytest",
  30364. "Framework :: Sphinx :: Extension",
  30365. "Framework :: Django :: 1.11",
  30366. "Framework :: Opps",
  30367. "Framework :: BFG",
  30368. "Framework :: CubicWeb",
  30369. "Framework :: Robot Framework",
  30370. "Framework :: CastleCMS :: Theme",
  30371. "Framework :: Plone :: 3.2",
  30372. "Framework :: Setuptools Plugin",
  30373. "Framework :: Tryton",
  30374. "Framework :: Zope2",
  30375. "Framework :: Pelican :: Themes",
  30376. "Framework :: Chandler",
  30377. "Framework :: Plone :: 3.3",
  30378. "Framework :: Pelican"
  30379. ],
  30380. "description": "Classifier",
  30381. "index": 0,
  30382. "layout": "IPY_MODEL_8ece6570b6714e359902a1f6ce3ba1b0",
  30383. "style": "IPY_MODEL_84d7b6a06b0048339b7483a346199561"
  30384. }
  30385. },
  30386. "e58fcdee6c064e24ad9d594aee5f9fe0": {
  30387. "model_name": "LabelModel",
  30388. "model_module": "@jupyter-widgets/controls",
  30389. "model_module_version": "1.2.0",
  30390. "state": {
  30391. "layout": "IPY_MODEL_66587e155e5d4979a7d57bcb96143289",
  30392. "style": "IPY_MODEL_af2a612b43d443d6b1e3c3663aca78a2",
  30393. "value": "*Optional Classifiers"
  30394. }
  30395. },
  30396. "e59b70a86c574becbf80d6718cfb6c36": {
  30397. "model_name": "LayoutModel",
  30398. "model_module": "@jupyter-widgets/base",
  30399. "model_module_version": "1.0.0",
  30400. "state": {}
  30401. },
  30402. "e5a21d79c619438b94b92baa29a7e919": {
  30403. "model_name": "DescriptionStyleModel",
  30404. "model_module": "@jupyter-widgets/controls",
  30405. "model_module_version": "1.2.0",
  30406. "state": {
  30407. "description_width": ""
  30408. }
  30409. },
  30410. "e5b0f77aa2734412aac648070e593c4a": {
  30411. "model_name": "LayoutModel",
  30412. "model_module": "@jupyter-widgets/base",
  30413. "model_module_version": "1.0.0",
  30414. "state": {}
  30415. },
  30416. "e5b8d36b7d6f49db8c5a9a8199d74c58": {
  30417. "model_name": "LayoutModel",
  30418. "model_module": "@jupyter-widgets/base",
  30419. "model_module_version": "1.0.0",
  30420. "state": {}
  30421. },
  30422. "e5d0c10ec43d447c9e75c7416df39577": {
  30423. "model_name": "LayoutModel",
  30424. "model_module": "@jupyter-widgets/base",
  30425. "model_module_version": "1.0.0",
  30426. "state": {}
  30427. },
  30428. "e5db03969849470f937207f4e96392d8": {
  30429. "model_name": "LayoutModel",
  30430. "model_module": "@jupyter-widgets/base",
  30431. "model_module_version": "1.0.0",
  30432. "state": {}
  30433. },
  30434. "e5f39a9d55cf4f0a8e9634cee9b65412": {
  30435. "model_name": "VBoxModel",
  30436. "model_module": "@jupyter-widgets/controls",
  30437. "model_module_version": "1.2.0",
  30438. "state": {
  30439. "_dom_classes": [
  30440. "widget-interact"
  30441. ],
  30442. "children": [
  30443. "IPY_MODEL_cc6a87d136254e8eacf55a08d8a61e3e",
  30444. "IPY_MODEL_e4a937db3ef94e5c92780a470593f419"
  30445. ],
  30446. "layout": "IPY_MODEL_092ae59986bc4886b0eecbc115467034"
  30447. }
  30448. },
  30449. "e603ecb3b5f9437cb2a63881f11b4e28": {
  30450. "model_name": "DropdownModel",
  30451. "model_module": "@jupyter-widgets/controls",
  30452. "model_module_version": "1.2.0",
  30453. "state": {
  30454. "_options_labels": [
  30455. "Development Status",
  30456. "Environment",
  30457. "Framework",
  30458. "Intended Audience",
  30459. "License",
  30460. "Natural Language",
  30461. "Operating System",
  30462. "Programming Language",
  30463. "Topic"
  30464. ],
  30465. "description": "prefix",
  30466. "index": 0,
  30467. "layout": "IPY_MODEL_d386b7f6d961490581bee92f86dafaf7",
  30468. "style": "IPY_MODEL_0f33b84489c14fa7bb35342ef18cfbee"
  30469. }
  30470. },
  30471. "e606a70fe4d743bea22952e16487b33d": {
  30472. "model_name": "DescriptionStyleModel",
  30473. "model_module": "@jupyter-widgets/controls",
  30474. "model_module_version": "1.2.0",
  30475. "state": {
  30476. "description_width": ""
  30477. }
  30478. },
  30479. "e606c7c9318a4e1ea00f8bf8d5a5362b": {
  30480. "model_name": "DescriptionStyleModel",
  30481. "model_module": "@jupyter-widgets/controls",
  30482. "model_module_version": "1.2.0",
  30483. "state": {
  30484. "description_width": ""
  30485. }
  30486. },
  30487. "e62f3c82a9ee4d3da4d0e3835d918ca4": {
  30488. "model_name": "LayoutModel",
  30489. "model_module": "@jupyter-widgets/base",
  30490. "model_module_version": "1.0.0",
  30491. "state": {}
  30492. },
  30493. "e635248b5fef426da5c835d697b59a6a": {
  30494. "model_name": "LayoutModel",
  30495. "model_module": "@jupyter-widgets/base",
  30496. "model_module_version": "1.0.0",
  30497. "state": {}
  30498. },
  30499. "e6399ff06b314579ad3ea4a726ff7654": {
  30500. "model_name": "DescriptionStyleModel",
  30501. "model_module": "@jupyter-widgets/controls",
  30502. "model_module_version": "1.2.0",
  30503. "state": {
  30504. "description_width": ""
  30505. }
  30506. },
  30507. "e66daf2ae8d24e53b2e824d683350ff8": {
  30508. "model_name": "HBoxModel",
  30509. "model_module": "@jupyter-widgets/controls",
  30510. "model_module_version": "1.2.0",
  30511. "state": {
  30512. "children": [
  30513. "IPY_MODEL_f7772b7c603f42c3993ed70e6e91dd54",
  30514. "IPY_MODEL_10f2329a923f4cd383dadfbfcfc78192"
  30515. ],
  30516. "layout": "IPY_MODEL_c363dbe94e464eaaa3822d9a12042d74"
  30517. }
  30518. },
  30519. "e676cb6538da42ab82f7e1ee0c66fe38": {
  30520. "model_name": "SelectModel",
  30521. "model_module": "@jupyter-widgets/controls",
  30522. "model_module_version": "1.2.0",
  30523. "state": {
  30524. "description": "Classifiers",
  30525. "index": null,
  30526. "layout": "IPY_MODEL_497ff7a58bc1428e954e260026b2cd5b",
  30527. "style": "IPY_MODEL_afb6362e3345497595de21b2c06d9631"
  30528. }
  30529. },
  30530. "e6bc44aa93254243a664e7cc1ffd683f": {
  30531. "model_name": "HBoxModel",
  30532. "model_module": "@jupyter-widgets/controls",
  30533. "model_module_version": "1.2.0",
  30534. "state": {
  30535. "children": [
  30536. "IPY_MODEL_666d7a6d1ecd4c708dd0cb020ad1ed46",
  30537. "IPY_MODEL_98f6cbffb7db4d54ab3912dd1c8395f9",
  30538. "IPY_MODEL_db8ec39cf25146ccb5023a4212e3f78c"
  30539. ],
  30540. "layout": "IPY_MODEL_27fc749447d64cd19705bd62ce8c5556"
  30541. }
  30542. },
  30543. "e6cfb77186694ab5a95aaae36585542c": {
  30544. "model_name": "DropdownModel",
  30545. "model_module": "@jupyter-widgets/controls",
  30546. "model_module_version": "1.2.0",
  30547. "state": {
  30548. "description": "Classifier",
  30549. "index": null,
  30550. "layout": "IPY_MODEL_d3f4fdada9694068a9c92f199a254dff",
  30551. "style": "IPY_MODEL_67e7d506a2e34e839d45f543f1b3ba45"
  30552. }
  30553. },
  30554. "e6d53dd6aa464c72a29d483c0d62dcab": {
  30555. "model_name": "LayoutModel",
  30556. "model_module": "@jupyter-widgets/base",
  30557. "model_module_version": "1.0.0",
  30558. "state": {}
  30559. },
  30560. "e6d78f0ca1b3406582b85a40790cf689": {
  30561. "model_name": "LayoutModel",
  30562. "model_module": "@jupyter-widgets/base",
  30563. "model_module_version": "1.0.0",
  30564. "state": {}
  30565. },
  30566. "e6e412b1f97945a2beb789b21eb920f0": {
  30567. "model_name": "DropdownModel",
  30568. "model_module": "@jupyter-widgets/controls",
  30569. "model_module_version": "1.2.0",
  30570. "state": {
  30571. "description": "Classifier",
  30572. "index": null,
  30573. "layout": "IPY_MODEL_9da76e9a17f94b9f984a97ff446d45c7",
  30574. "style": "IPY_MODEL_67b6d8001b0d4a63a9212c28d4f8f6f3"
  30575. }
  30576. },
  30577. "e6e88b0829ef40fbaf05a18b2e79487e": {
  30578. "model_name": "LayoutModel",
  30579. "model_module": "@jupyter-widgets/base",
  30580. "model_module_version": "1.0.0",
  30581. "state": {}
  30582. },
  30583. "e6eb6ae24a504711b6308b127a900275": {
  30584. "model_name": "SelectModel",
  30585. "model_module": "@jupyter-widgets/controls",
  30586. "model_module_version": "1.2.0",
  30587. "state": {
  30588. "_options_labels": [
  30589. "selected_classifiers"
  30590. ],
  30591. "description": "Selected:",
  30592. "index": 0,
  30593. "layout": "IPY_MODEL_d6e4e63efdb04f97bab2496215a4fa30",
  30594. "style": "IPY_MODEL_2e2891ace31947cda7f0d3c37d6141f0"
  30595. }
  30596. },
  30597. "e6fb74d6543b44189f261390a2972ce9": {
  30598. "model_name": "LayoutModel",
  30599. "model_module": "@jupyter-widgets/base",
  30600. "model_module_version": "1.0.0",
  30601. "state": {}
  30602. },
  30603. "e700b7b0c22f46eea1cf83b3e9ce4272": {
  30604. "model_name": "VBoxModel",
  30605. "model_module": "@jupyter-widgets/controls",
  30606. "model_module_version": "1.2.0",
  30607. "state": {
  30608. "_dom_classes": [
  30609. "widget-interact"
  30610. ],
  30611. "children": [
  30612. "IPY_MODEL_4c30fb28922a4c6db7b829a24d5d41a9",
  30613. "IPY_MODEL_55daeaf331af48249edd9842809470a6"
  30614. ],
  30615. "layout": "IPY_MODEL_205ef0b280454af193ede729b0871226"
  30616. }
  30617. },
  30618. "e70a56d45bc545959d47a440712851d7": {
  30619. "model_name": "LayoutModel",
  30620. "model_module": "@jupyter-widgets/base",
  30621. "model_module_version": "1.0.0",
  30622. "state": {}
  30623. },
  30624. "e719aea2ccb14d9da91116d35b48516d": {
  30625. "model_name": "ButtonStyleModel",
  30626. "model_module": "@jupyter-widgets/controls",
  30627. "model_module_version": "1.2.0",
  30628. "state": {}
  30629. },
  30630. "e71ce98c74c64c7ab6e71a62b894aa80": {
  30631. "model_name": "LayoutModel",
  30632. "model_module": "@jupyter-widgets/base",
  30633. "model_module_version": "1.0.0",
  30634. "state": {}
  30635. },
  30636. "e753528dd34a4ed0a4d904cdb4cefa3c": {
  30637. "model_name": "SelectModel",
  30638. "model_module": "@jupyter-widgets/controls",
  30639. "model_module_version": "1.2.0",
  30640. "state": {
  30641. "description": "Selected:",
  30642. "index": null,
  30643. "layout": "IPY_MODEL_2d83add6c86e43a18ccbdae86ec5ba93",
  30644. "style": "IPY_MODEL_bfe690a3fd1b411bb6f1743a32224839"
  30645. }
  30646. },
  30647. "e7582a9ef79a47089a1f6b54c0e23837": {
  30648. "model_name": "LayoutModel",
  30649. "model_module": "@jupyter-widgets/base",
  30650. "model_module_version": "1.0.0",
  30651. "state": {}
  30652. },
  30653. "e75e4f93518447ee9d1960f0e09407b6": {
  30654. "model_name": "HBoxModel",
  30655. "model_module": "@jupyter-widgets/controls",
  30656. "model_module_version": "1.2.0",
  30657. "state": {
  30658. "children": [
  30659. "IPY_MODEL_86bb672ee41442ac8fce517659f888d6"
  30660. ],
  30661. "layout": "IPY_MODEL_412e3f1e68c94abcab3ece3118ab57f6"
  30662. }
  30663. },
  30664. "e77a38c97212472aa947d8559c854313": {
  30665. "model_name": "OutputModel",
  30666. "model_module": "@jupyter-widgets/output",
  30667. "model_module_version": "1.0.0",
  30668. "state": {
  30669. "layout": "IPY_MODEL_2f94eb46df774e66a2a953147209577e",
  30670. "outputs": [
  30671. {
  30672. "data": {
  30673. "application/vnd.jupyter.widget-view+json": {
  30674. "model_id": "d33ca742c7a74e4ba4a4d0fb8f5e047d",
  30675. "version_major": 2,
  30676. "version_minor": 0
  30677. },
  30678. "text/plain": "interactive(children=(Dropdown(description='Classifier', index=2, options=('Development Status :: 7 - Inactive…"
  30679. },
  30680. "metadata": {},
  30681. "output_type": "display_data"
  30682. }
  30683. ]
  30684. }
  30685. },
  30686. "e7ab62733bf04ac48babedbc335d9ff2": {
  30687. "model_name": "LayoutModel",
  30688. "model_module": "@jupyter-widgets/base",
  30689. "model_module_version": "1.0.0",
  30690. "state": {}
  30691. },
  30692. "e7acdf53eb1a4727b3542059ad5f13e1": {
  30693. "model_name": "LayoutModel",
  30694. "model_module": "@jupyter-widgets/base",
  30695. "model_module_version": "1.0.0",
  30696. "state": {}
  30697. },
  30698. "e7c1e7ca714b4f91b7e2cf66e8fc3cd0": {
  30699. "model_name": "ButtonModel",
  30700. "model_module": "@jupyter-widgets/controls",
  30701. "model_module_version": "1.2.0",
  30702. "state": {
  30703. "description": "Remove",
  30704. "layout": "IPY_MODEL_aba483e8dc2841fa96270c9deb9fa7cb",
  30705. "style": "IPY_MODEL_05d2fa5044f347e794e45b82f27d6dfd"
  30706. }
  30707. },
  30708. "e7ca80abac094498ac69107489e6c5ce": {
  30709. "model_name": "ButtonModel",
  30710. "model_module": "@jupyter-widgets/controls",
  30711. "model_module_version": "1.2.0",
  30712. "state": {
  30713. "description": "Remove",
  30714. "layout": "IPY_MODEL_9622eadc06744c0b9e9c64211f127922",
  30715. "style": "IPY_MODEL_1f003183d0be43129f6581b39756bef0"
  30716. }
  30717. },
  30718. "e7d2cf4597ab4270a1451381ce1d8e4c": {
  30719. "model_name": "LayoutModel",
  30720. "model_module": "@jupyter-widgets/base",
  30721. "model_module_version": "1.0.0",
  30722. "state": {}
  30723. },
  30724. "e7de630bd8d544f99b1c5715e188fa9f": {
  30725. "model_name": "VBoxModel",
  30726. "model_module": "@jupyter-widgets/controls",
  30727. "model_module_version": "1.2.0",
  30728. "state": {
  30729. "_dom_classes": [
  30730. "widget-interact"
  30731. ],
  30732. "children": [
  30733. "IPY_MODEL_db3f201c07244d92b42905604717367c",
  30734. "IPY_MODEL_5065f1cecfd648deb13b31b01ca802a0"
  30735. ],
  30736. "layout": "IPY_MODEL_95ee8bfa9ae144718f7715523d00821e"
  30737. }
  30738. },
  30739. "e800717be49147fdaa3ce3b1c34ecbb7": {
  30740. "model_name": "ButtonStyleModel",
  30741. "model_module": "@jupyter-widgets/controls",
  30742. "model_module_version": "1.2.0",
  30743. "state": {}
  30744. },
  30745. "e802e48bfeb744c297c8b53374fc1c27": {
  30746. "model_name": "LayoutModel",
  30747. "model_module": "@jupyter-widgets/base",
  30748. "model_module_version": "1.0.0",
  30749. "state": {}
  30750. },
  30751. "e80e753173084e3e8407ae8d9f01a67a": {
  30752. "model_name": "LayoutModel",
  30753. "model_module": "@jupyter-widgets/base",
  30754. "model_module_version": "1.0.0",
  30755. "state": {}
  30756. },
  30757. "e840097786a9453f9a5c4969e3ab02d7": {
  30758. "model_name": "LayoutModel",
  30759. "model_module": "@jupyter-widgets/base",
  30760. "model_module_version": "1.0.0",
  30761. "state": {}
  30762. },
  30763. "e843e70362e14c2c9f8feb5794b9a092": {
  30764. "model_name": "DescriptionStyleModel",
  30765. "model_module": "@jupyter-widgets/controls",
  30766. "model_module_version": "1.2.0",
  30767. "state": {
  30768. "description_width": ""
  30769. }
  30770. },
  30771. "e845d14c73ab4bdb9d7172690a6edeb2": {
  30772. "model_name": "LayoutModel",
  30773. "model_module": "@jupyter-widgets/base",
  30774. "model_module_version": "1.0.0",
  30775. "state": {}
  30776. },
  30777. "e84ca1d2cf744cb69b3f411c6deee3cd": {
  30778. "model_name": "LayoutModel",
  30779. "model_module": "@jupyter-widgets/base",
  30780. "model_module_version": "1.0.0",
  30781. "state": {}
  30782. },
  30783. "e84e1933c06d4e43840d80afebcb298e": {
  30784. "model_name": "LayoutModel",
  30785. "model_module": "@jupyter-widgets/base",
  30786. "model_module_version": "1.0.0",
  30787. "state": {}
  30788. },
  30789. "e85640f89c0347c8b40453ea0dff44d6": {
  30790. "model_name": "DescriptionStyleModel",
  30791. "model_module": "@jupyter-widgets/controls",
  30792. "model_module_version": "1.2.0",
  30793. "state": {
  30794. "description_width": ""
  30795. }
  30796. },
  30797. "e8639efe17db48e1b5b8166fde2a85f8": {
  30798. "model_name": "VBoxModel",
  30799. "model_module": "@jupyter-widgets/controls",
  30800. "model_module_version": "1.2.0",
  30801. "state": {
  30802. "_dom_classes": [
  30803. "widget-interact"
  30804. ],
  30805. "children": [
  30806. "IPY_MODEL_c0531dfc0ec245619f07d55308a2d88e",
  30807. "IPY_MODEL_55c9ba42e9a24e42a901c09aa35b73e1"
  30808. ],
  30809. "layout": "IPY_MODEL_a4d0f502b1d4448ca081afb0728ac5b5"
  30810. }
  30811. },
  30812. "e8847280f7454664b15e2040b3a82852": {
  30813. "model_name": "LayoutModel",
  30814. "model_module": "@jupyter-widgets/base",
  30815. "model_module_version": "1.0.0",
  30816. "state": {}
  30817. },
  30818. "e88c6479ecf0413ab73d173f1301b779": {
  30819. "model_name": "HBoxModel",
  30820. "model_module": "@jupyter-widgets/controls",
  30821. "model_module_version": "1.2.0",
  30822. "state": {
  30823. "children": [
  30824. "IPY_MODEL_666d7a6d1ecd4c708dd0cb020ad1ed46",
  30825. "IPY_MODEL_98f6cbffb7db4d54ab3912dd1c8395f9",
  30826. "IPY_MODEL_db8ec39cf25146ccb5023a4212e3f78c"
  30827. ],
  30828. "layout": "IPY_MODEL_d41fb1237f624a71af88064141a77985"
  30829. }
  30830. },
  30831. "e8975bf88a0f45e0a288192c96b94337": {
  30832. "model_name": "LayoutModel",
  30833. "model_module": "@jupyter-widgets/base",
  30834. "model_module_version": "1.0.0",
  30835. "state": {}
  30836. },
  30837. "e8c14741a34a4273af8bdff7eedc0e26": {
  30838. "model_name": "LayoutModel",
  30839. "model_module": "@jupyter-widgets/base",
  30840. "model_module_version": "1.0.0",
  30841. "state": {}
  30842. },
  30843. "e8cb420a54734e978b8946be60c5820a": {
  30844. "model_name": "OutputModel",
  30845. "model_module": "@jupyter-widgets/output",
  30846. "model_module_version": "1.0.0",
  30847. "state": {
  30848. "layout": "IPY_MODEL_b5c595937e254df38f67351f21d7b24d"
  30849. }
  30850. },
  30851. "e8f723ed45df4394a8681446cffbb615": {
  30852. "model_name": "OutputModel",
  30853. "model_module": "@jupyter-widgets/output",
  30854. "model_module_version": "1.0.0",
  30855. "state": {
  30856. "layout": "IPY_MODEL_eee96c64fc4c408f8b5c7885f970e3c2"
  30857. }
  30858. },
  30859. "e907f7d6f9c7475192b5d5b3f2c4032a": {
  30860. "model_name": "LayoutModel",
  30861. "model_module": "@jupyter-widgets/base",
  30862. "model_module_version": "1.0.0",
  30863. "state": {}
  30864. },
  30865. "e913cce500fe42cea897747e0628e6bc": {
  30866. "model_name": "DescriptionStyleModel",
  30867. "model_module": "@jupyter-widgets/controls",
  30868. "model_module_version": "1.2.0",
  30869. "state": {
  30870. "description_width": ""
  30871. }
  30872. },
  30873. "e91ef789b49b4885848b60c00470d028": {
  30874. "model_name": "HBoxModel",
  30875. "model_module": "@jupyter-widgets/controls",
  30876. "model_module_version": "1.2.0",
  30877. "state": {
  30878. "children": [
  30879. "IPY_MODEL_6501ce7854d34a65bb9e97c9c5a5ae92",
  30880. "IPY_MODEL_4d397ec45a1e4db8a43c09ec55b9bdb8"
  30881. ],
  30882. "layout": "IPY_MODEL_f0516200af3c4388bbfaab24eb40c682"
  30883. }
  30884. },
  30885. "e92ac33b4f1341ffac080fdfbae37379": {
  30886. "model_name": "LayoutModel",
  30887. "model_module": "@jupyter-widgets/base",
  30888. "model_module_version": "1.0.0",
  30889. "state": {}
  30890. },
  30891. "e939458267fe462ebaf7a14d9ef5433c": {
  30892. "model_name": "HBoxModel",
  30893. "model_module": "@jupyter-widgets/controls",
  30894. "model_module_version": "1.2.0",
  30895. "state": {
  30896. "children": [
  30897. "IPY_MODEL_f804af52b6b84a8da4f36f9d1214ab1d",
  30898. "IPY_MODEL_6b2b6edac2f549cab66623f91c54e9b0",
  30899. "IPY_MODEL_2025ad8ba9bb4658a80101b07d209c6f"
  30900. ],
  30901. "layout": "IPY_MODEL_be7df688b70e4e529ad9e7158ba00c11"
  30902. }
  30903. },
  30904. "e962506d89c1482e889383df9ae05a80": {
  30905. "model_name": "LayoutModel",
  30906. "model_module": "@jupyter-widgets/base",
  30907. "model_module_version": "1.0.0",
  30908. "state": {}
  30909. },
  30910. "e96adf4a5ce04c179610d24f510a2cd2": {
  30911. "model_name": "DropdownModel",
  30912. "model_module": "@jupyter-widgets/controls",
  30913. "model_module_version": "1.2.0",
  30914. "state": {
  30915. "_options_labels": [
  30916. "Development Status :: 7 - Inactive",
  30917. "Development Status :: 5 - Production/Stable",
  30918. "Development Status :: 3 - Alpha",
  30919. "Development Status :: 4 - Beta",
  30920. "Development Status :: 6 - Mature",
  30921. "Development Status :: 1 - Planning",
  30922. "Development Status :: 2 - Pre-Alpha"
  30923. ],
  30924. "description": "Classifier",
  30925. "index": 0,
  30926. "layout": "IPY_MODEL_c1aaae3e9e9a4b728ac6c6985bcf5f0c",
  30927. "style": "IPY_MODEL_b91a17089cad4920ae87dab393114761"
  30928. }
  30929. },
  30930. "e97201b70c8e47849ea4d4ed1c3fd044": {
  30931. "model_name": "DescriptionStyleModel",
  30932. "model_module": "@jupyter-widgets/controls",
  30933. "model_module_version": "1.2.0",
  30934. "state": {
  30935. "description_width": ""
  30936. }
  30937. },
  30938. "e975e94c0aa04729837b815916bd9ed6": {
  30939. "model_name": "ButtonStyleModel",
  30940. "model_module": "@jupyter-widgets/controls",
  30941. "model_module_version": "1.2.0",
  30942. "state": {}
  30943. },
  30944. "e9780a9a13454859b3600bb06931d653": {
  30945. "model_name": "DescriptionStyleModel",
  30946. "model_module": "@jupyter-widgets/controls",
  30947. "model_module_version": "1.2.0",
  30948. "state": {
  30949. "description_width": ""
  30950. }
  30951. },
  30952. "e9d3e223076a4fd38faf6f9324e97841": {
  30953. "model_name": "DescriptionStyleModel",
  30954. "model_module": "@jupyter-widgets/controls",
  30955. "model_module_version": "1.2.0",
  30956. "state": {
  30957. "description_width": ""
  30958. }
  30959. },
  30960. "e9f719b17cba4b6e8f80c8ab48f6da49": {
  30961. "model_name": "DescriptionStyleModel",
  30962. "model_module": "@jupyter-widgets/controls",
  30963. "model_module_version": "1.2.0",
  30964. "state": {
  30965. "description_width": ""
  30966. }
  30967. },
  30968. "e9fa6643a83445c1954ec611e8a6fb89": {
  30969. "model_name": "ButtonModel",
  30970. "model_module": "@jupyter-widgets/controls",
  30971. "model_module_version": "1.2.0",
  30972. "state": {
  30973. "description": "Add",
  30974. "layout": "IPY_MODEL_ca3015c059ab4d6d8440892b8d910a8d",
  30975. "style": "IPY_MODEL_b0581b2bf3844ec4821f1dc12df0eeda"
  30976. }
  30977. },
  30978. "ea01971bd29344e5ab48fd23e8cc7f2a": {
  30979. "model_name": "VBoxModel",
  30980. "model_module": "@jupyter-widgets/controls",
  30981. "model_module_version": "1.2.0",
  30982. "state": {
  30983. "_dom_classes": [
  30984. "widget-interact"
  30985. ],
  30986. "children": [
  30987. "IPY_MODEL_d74e444c21754fa39364f3911b49e170",
  30988. "IPY_MODEL_63d3ee81abab4ec7aed36e22fde751b5"
  30989. ],
  30990. "layout": "IPY_MODEL_ceea3d5e5efa40ccae92cbcb77d13105"
  30991. }
  30992. },
  30993. "ea1a7b789fac4ec98112b5c2ac0728b5": {
  30994. "model_name": "ButtonModel",
  30995. "model_module": "@jupyter-widgets/controls",
  30996. "model_module_version": "1.2.0",
  30997. "state": {
  30998. "description": "Add",
  30999. "layout": "IPY_MODEL_52e2fef34304479080e4af07d25bf570",
  31000. "style": "IPY_MODEL_50aa8579d1a148bd8d5fa0ef21213706"
  31001. }
  31002. },
  31003. "ea271150ef3546558fd999104ac99268": {
  31004. "model_name": "DescriptionStyleModel",
  31005. "model_module": "@jupyter-widgets/controls",
  31006. "model_module_version": "1.2.0",
  31007. "state": {
  31008. "description_width": ""
  31009. }
  31010. },
  31011. "ea2fde95e5924cae8d09bb21457ae49c": {
  31012. "model_name": "LayoutModel",
  31013. "model_module": "@jupyter-widgets/base",
  31014. "model_module_version": "1.0.0",
  31015. "state": {}
  31016. },
  31017. "ea386c88dcb241f9b93e5cbb3b7bb83b": {
  31018. "model_name": "LayoutModel",
  31019. "model_module": "@jupyter-widgets/base",
  31020. "model_module_version": "1.0.0",
  31021. "state": {}
  31022. },
  31023. "ea533f1c0afb4dfe8db59106f8a298f6": {
  31024. "model_name": "ButtonStyleModel",
  31025. "model_module": "@jupyter-widgets/controls",
  31026. "model_module_version": "1.2.0",
  31027. "state": {}
  31028. },
  31029. "ea6bc4fe4e76400292f471a4d18c7271": {
  31030. "model_name": "LayoutModel",
  31031. "model_module": "@jupyter-widgets/base",
  31032. "model_module_version": "1.0.0",
  31033. "state": {}
  31034. },
  31035. "ea741d8566044c748b6e2b400d271bcd": {
  31036. "model_name": "LayoutModel",
  31037. "model_module": "@jupyter-widgets/base",
  31038. "model_module_version": "1.0.0",
  31039. "state": {}
  31040. },
  31041. "ea7b5e900ed84d6db30c30912a17e723": {
  31042. "model_name": "HBoxModel",
  31043. "model_module": "@jupyter-widgets/controls",
  31044. "model_module_version": "1.2.0",
  31045. "state": {
  31046. "children": [
  31047. "IPY_MODEL_75fcd17ab2cb462a8c6458c89a9ebdef"
  31048. ],
  31049. "layout": "IPY_MODEL_abc02cb7adb14c9ebfa0ad935f004ec8"
  31050. }
  31051. },
  31052. "ea9925adf0ed43dfac539728398bf4d2": {
  31053. "model_name": "OutputModel",
  31054. "model_module": "@jupyter-widgets/output",
  31055. "model_module_version": "1.0.0",
  31056. "state": {
  31057. "layout": "IPY_MODEL_2c70335b77c34184860b88d8a8a3ef1d"
  31058. }
  31059. },
  31060. "ea9c03fba72a4ac38678e70257fab926": {
  31061. "model_name": "LayoutModel",
  31062. "model_module": "@jupyter-widgets/base",
  31063. "model_module_version": "1.0.0",
  31064. "state": {}
  31065. },
  31066. "eae8eb85fe1f4c2296392d1b6ccf453f": {
  31067. "model_name": "LayoutModel",
  31068. "model_module": "@jupyter-widgets/base",
  31069. "model_module_version": "1.0.0",
  31070. "state": {}
  31071. },
  31072. "eb31bbfe2dd74abd8c09a61fafd04ae6": {
  31073. "model_name": "ButtonStyleModel",
  31074. "model_module": "@jupyter-widgets/controls",
  31075. "model_module_version": "1.2.0",
  31076. "state": {}
  31077. },
  31078. "eb45162793a541d796550cf7a24c797f": {
  31079. "model_name": "LayoutModel",
  31080. "model_module": "@jupyter-widgets/base",
  31081. "model_module_version": "1.0.0",
  31082. "state": {}
  31083. },
  31084. "eb47c778cb32423f8b7f2fe8051e73eb": {
  31085. "model_name": "VBoxModel",
  31086. "model_module": "@jupyter-widgets/controls",
  31087. "model_module_version": "1.2.0",
  31088. "state": {
  31089. "_dom_classes": [
  31090. "widget-interact"
  31091. ],
  31092. "children": [
  31093. "IPY_MODEL_fb2e2b343861475dbca387c5a3322895",
  31094. "IPY_MODEL_2ca76e616ca14d5d9bba526facec6794"
  31095. ],
  31096. "layout": "IPY_MODEL_007c5a3795b44b02a65d0cf9fd990bfb"
  31097. }
  31098. },
  31099. "eb675a978d5646e3be26157d48b3591e": {
  31100. "model_name": "LabelModel",
  31101. "model_module": "@jupyter-widgets/controls",
  31102. "model_module_version": "1.2.0",
  31103. "state": {
  31104. "layout": "IPY_MODEL_cf80dd595ee74fa3a48072dbf349efaa",
  31105. "style": "IPY_MODEL_b09fe298a112454bb1c30a8f4ce2bac8",
  31106. "value": "Chosen Classifiers"
  31107. }
  31108. },
  31109. "eb79886ca5284730baebbfa21af41dd7": {
  31110. "model_name": "OutputModel",
  31111. "model_module": "@jupyter-widgets/output",
  31112. "model_module_version": "1.0.0",
  31113. "state": {
  31114. "layout": "IPY_MODEL_19153598293a4041a7ff6d36940fdbf1",
  31115. "outputs": [
  31116. {
  31117. "data": {
  31118. "application/vnd.jupyter.widget-view+json": {
  31119. "model_id": "d8b1b971863140729e0e3c64f6176311",
  31120. "version_major": 2,
  31121. "version_minor": 0
  31122. },
  31123. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Programming Language :: Other', 'Programmin…"
  31124. },
  31125. "metadata": {},
  31126. "output_type": "display_data"
  31127. }
  31128. ]
  31129. }
  31130. },
  31131. "eb7ec3bfb47a4f36a049a9b61b647488": {
  31132. "model_name": "ButtonStyleModel",
  31133. "model_module": "@jupyter-widgets/controls",
  31134. "model_module_version": "1.2.0",
  31135. "state": {}
  31136. },
  31137. "eb9adcf8d9354b39bdcaebfd07ea863f": {
  31138. "model_name": "LayoutModel",
  31139. "model_module": "@jupyter-widgets/base",
  31140. "model_module_version": "1.0.0",
  31141. "state": {}
  31142. },
  31143. "eb9d7b5b42d14f4b9eed7e23cc9ba17f": {
  31144. "model_name": "VBoxModel",
  31145. "model_module": "@jupyter-widgets/controls",
  31146. "model_module_version": "1.2.0",
  31147. "state": {
  31148. "_dom_classes": [
  31149. "widget-interact"
  31150. ],
  31151. "children": [
  31152. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  31153. "IPY_MODEL_54c72168335d46daaea4398b652dd52e"
  31154. ],
  31155. "layout": "IPY_MODEL_abaad2fb009349b3841c62f202c6d74a"
  31156. }
  31157. },
  31158. "ebb78782da594a45bb664f4c89152a55": {
  31159. "model_name": "VBoxModel",
  31160. "model_module": "@jupyter-widgets/controls",
  31161. "model_module_version": "1.2.0",
  31162. "state": {
  31163. "_dom_classes": [
  31164. "widget-interact"
  31165. ],
  31166. "children": [
  31167. "IPY_MODEL_d888a863ae7743f99f42e94a8e0bba82",
  31168. "IPY_MODEL_6b88cadb7d6b42c1997b4054e66663c1"
  31169. ],
  31170. "layout": "IPY_MODEL_1c88352eb8624799ab86de8fa47be019"
  31171. }
  31172. },
  31173. "ebbe5f9086d54b75978112822f0a60a1": {
  31174. "model_name": "LayoutModel",
  31175. "model_module": "@jupyter-widgets/base",
  31176. "model_module_version": "1.0.0",
  31177. "state": {}
  31178. },
  31179. "ec11e4010f3c484c8356331067072c17": {
  31180. "model_name": "DescriptionStyleModel",
  31181. "model_module": "@jupyter-widgets/controls",
  31182. "model_module_version": "1.2.0",
  31183. "state": {
  31184. "description_width": ""
  31185. }
  31186. },
  31187. "ec31cd36af9c43059039b5ab93fcc4f5": {
  31188. "model_name": "VBoxModel",
  31189. "model_module": "@jupyter-widgets/controls",
  31190. "model_module_version": "1.2.0",
  31191. "state": {
  31192. "_dom_classes": [
  31193. "widget-interact"
  31194. ],
  31195. "children": [
  31196. "IPY_MODEL_7a1f818b0f7848f89137a240681c365a",
  31197. "IPY_MODEL_ca0dc4a12f1749dbbd508f934dadf609"
  31198. ],
  31199. "layout": "IPY_MODEL_02c09ef486d045fe8042ec7574bdf138"
  31200. }
  31201. },
  31202. "ec3ca439f75f4172b7ab258a98e2373e": {
  31203. "model_name": "LayoutModel",
  31204. "model_module": "@jupyter-widgets/base",
  31205. "model_module_version": "1.0.0",
  31206. "state": {}
  31207. },
  31208. "ec42558721ab4122a18223669f36fcbd": {
  31209. "model_name": "LayoutModel",
  31210. "model_module": "@jupyter-widgets/base",
  31211. "model_module_version": "1.0.0",
  31212. "state": {}
  31213. },
  31214. "ecb64a65eefc447db31e5f1955c27d04": {
  31215. "model_name": "LayoutModel",
  31216. "model_module": "@jupyter-widgets/base",
  31217. "model_module_version": "1.0.0",
  31218. "state": {}
  31219. },
  31220. "eccab0bb3f8d4dfcb63f8b2d87382a9f": {
  31221. "model_name": "VBoxModel",
  31222. "model_module": "@jupyter-widgets/controls",
  31223. "model_module_version": "1.2.0",
  31224. "state": {
  31225. "_dom_classes": [
  31226. "widget-interact"
  31227. ],
  31228. "children": [
  31229. "IPY_MODEL_a7be3c68a08547d4a82d2be2ba69df63",
  31230. "IPY_MODEL_470738e8ab414a999dd58c216e4cf448"
  31231. ],
  31232. "layout": "IPY_MODEL_ae36660427c546248f424c66698cf850"
  31233. }
  31234. },
  31235. "ecd44779631c4174b74dade6f05e6547": {
  31236. "model_name": "LayoutModel",
  31237. "model_module": "@jupyter-widgets/base",
  31238. "model_module_version": "1.0.0",
  31239. "state": {}
  31240. },
  31241. "ecd5b0ff7941498f898a208b6c603fe9": {
  31242. "model_name": "LayoutModel",
  31243. "model_module": "@jupyter-widgets/base",
  31244. "model_module_version": "1.0.0",
  31245. "state": {}
  31246. },
  31247. "ece3a7c2f5924728951c06e97681c03a": {
  31248. "model_name": "HBoxModel",
  31249. "model_module": "@jupyter-widgets/controls",
  31250. "model_module_version": "1.2.0",
  31251. "state": {
  31252. "children": [
  31253. "IPY_MODEL_cf9c49c8217c4fb4935f269eb20760e1",
  31254. "IPY_MODEL_dd382ffc4d824b96bec63ac8469bbd2d"
  31255. ],
  31256. "layout": "IPY_MODEL_f0760d5cf807401aaae6077dd7e3ca84"
  31257. }
  31258. },
  31259. "ed1d6c21154a40beb335f90a17bf0d24": {
  31260. "model_name": "HBoxModel",
  31261. "model_module": "@jupyter-widgets/controls",
  31262. "model_module_version": "1.2.0",
  31263. "state": {
  31264. "children": [
  31265. "IPY_MODEL_fb068e2ecc424805b5c5f1834375218d",
  31266. "IPY_MODEL_18c95c51432e46e2bab1707ca1bfc76b"
  31267. ],
  31268. "layout": "IPY_MODEL_801848da79d64fb392e4af2d53eefd34"
  31269. }
  31270. },
  31271. "ed32f475be734728bcc6f5c830f395fb": {
  31272. "model_name": "LayoutModel",
  31273. "model_module": "@jupyter-widgets/base",
  31274. "model_module_version": "1.0.0",
  31275. "state": {}
  31276. },
  31277. "ed8ba4d147844e56b9fa597e1173a510": {
  31278. "model_name": "SelectModel",
  31279. "model_module": "@jupyter-widgets/controls",
  31280. "model_module_version": "1.2.0",
  31281. "state": {
  31282. "_options_labels": [
  31283. "Natural Language :: Slovenian",
  31284. "Intended Audience :: Manufacturing",
  31285. "Operating System :: Microsoft :: Windows :: Windows 8.1"
  31286. ],
  31287. "description": "Selected:",
  31288. "index": 0,
  31289. "layout": "IPY_MODEL_cbc4ae792ee5463fb3fb45162f74dab1",
  31290. "style": "IPY_MODEL_c95cc3c220ee49b0aba8d876424b9852"
  31291. }
  31292. },
  31293. "ed8d6fdd35cb43b5888cc824f160724b": {
  31294. "model_name": "LayoutModel",
  31295. "model_module": "@jupyter-widgets/base",
  31296. "model_module_version": "1.0.0",
  31297. "state": {}
  31298. },
  31299. "eda13601c83e47e09ec5750fa3faf8b8": {
  31300. "model_name": "DescriptionStyleModel",
  31301. "model_module": "@jupyter-widgets/controls",
  31302. "model_module_version": "1.2.0",
  31303. "state": {
  31304. "description_width": ""
  31305. }
  31306. },
  31307. "eda3b8fc357d40bfb68d0613fbfe783d": {
  31308. "model_name": "LabelModel",
  31309. "model_module": "@jupyter-widgets/controls",
  31310. "model_module_version": "1.2.0",
  31311. "state": {
  31312. "layout": "IPY_MODEL_16974f182b114f8ea8b961bf9c6c769d",
  31313. "style": "IPY_MODEL_e9780a9a13454859b3600bb06931d653",
  31314. "value": "*Optional Classifiers"
  31315. }
  31316. },
  31317. "eda6c12588554ac2ac24a7e32b899c13": {
  31318. "model_name": "OutputModel",
  31319. "model_module": "@jupyter-widgets/output",
  31320. "model_module_version": "1.0.0",
  31321. "state": {
  31322. "layout": "IPY_MODEL_619a24638faa41d289a513e598edb9b1"
  31323. }
  31324. },
  31325. "edaa833d0e3c4f099130614e8571f33e": {
  31326. "model_name": "LayoutModel",
  31327. "model_module": "@jupyter-widgets/base",
  31328. "model_module_version": "1.0.0",
  31329. "state": {}
  31330. },
  31331. "edb0646737954ac29410785fe03531f5": {
  31332. "model_name": "ButtonStyleModel",
  31333. "model_module": "@jupyter-widgets/controls",
  31334. "model_module_version": "1.2.0",
  31335. "state": {}
  31336. },
  31337. "edfbaea9584d4782ab7d584edc8dd427": {
  31338. "model_name": "LayoutModel",
  31339. "model_module": "@jupyter-widgets/base",
  31340. "model_module_version": "1.0.0",
  31341. "state": {}
  31342. },
  31343. "ee0677fa1b7f431baf300151cff2bc58": {
  31344. "model_name": "DescriptionStyleModel",
  31345. "model_module": "@jupyter-widgets/controls",
  31346. "model_module_version": "1.2.0",
  31347. "state": {
  31348. "description_width": ""
  31349. }
  31350. },
  31351. "ee4397f655964e14939e3ab7ad2e28d5": {
  31352. "model_name": "ButtonStyleModel",
  31353. "model_module": "@jupyter-widgets/controls",
  31354. "model_module_version": "1.2.0",
  31355. "state": {}
  31356. },
  31357. "ee446264edda4ae6a99e8b0dffa44793": {
  31358. "model_name": "ButtonStyleModel",
  31359. "model_module": "@jupyter-widgets/controls",
  31360. "model_module_version": "1.2.0",
  31361. "state": {}
  31362. },
  31363. "ee4fae40eac5425bac81920726c898b6": {
  31364. "model_name": "DropdownModel",
  31365. "model_module": "@jupyter-widgets/controls",
  31366. "model_module_version": "1.2.0",
  31367. "state": {
  31368. "_options_labels": [
  31369. "Development Status",
  31370. "Environment",
  31371. "Framework",
  31372. "Intended Audience",
  31373. "License",
  31374. "Natural Language",
  31375. "Operating System",
  31376. "Programming Language",
  31377. "Topic"
  31378. ],
  31379. "description": "prefix",
  31380. "index": 3,
  31381. "layout": "IPY_MODEL_684eb3045ea64b2b9f12e58cd0b9fcf3",
  31382. "style": "IPY_MODEL_14ee76ed81194e6a960bac8e9a7531dd"
  31383. }
  31384. },
  31385. "ee5a748e944140d9a851ce9661d51e73": {
  31386. "model_name": "DescriptionStyleModel",
  31387. "model_module": "@jupyter-widgets/controls",
  31388. "model_module_version": "1.2.0",
  31389. "state": {
  31390. "description_width": ""
  31391. }
  31392. },
  31393. "ee6594d030694a3cac9dcbd4b36e51a9": {
  31394. "model_name": "LayoutModel",
  31395. "model_module": "@jupyter-widgets/base",
  31396. "model_module_version": "1.0.0",
  31397. "state": {}
  31398. },
  31399. "ee6ab4cd905a432eb0c6557b9889098f": {
  31400. "model_name": "ButtonModel",
  31401. "model_module": "@jupyter-widgets/controls",
  31402. "model_module_version": "1.2.0",
  31403. "state": {
  31404. "description": "Save",
  31405. "layout": "IPY_MODEL_e5b8d36b7d6f49db8c5a9a8199d74c58",
  31406. "style": "IPY_MODEL_234752e3bb3543469458dc3e64967b77"
  31407. }
  31408. },
  31409. "ee7f298cfbbb4482abda2f63c46adb02": {
  31410. "model_name": "DropdownModel",
  31411. "model_module": "@jupyter-widgets/controls",
  31412. "model_module_version": "1.2.0",
  31413. "state": {
  31414. "_options_labels": [
  31415. "Development Status",
  31416. "Environment",
  31417. "Framework",
  31418. "Intended Audience",
  31419. "License",
  31420. "Natural Language",
  31421. "Operating System",
  31422. "Programming Language",
  31423. "Topic"
  31424. ],
  31425. "description": "prefix",
  31426. "index": 5,
  31427. "layout": "IPY_MODEL_761eee129b904667967cf6b075ba1eea",
  31428. "style": "IPY_MODEL_2eb9722a0fb44b2b92740a9b01f3edc0"
  31429. }
  31430. },
  31431. "ee802e71045f4df18d92aa0f4809ecd8": {
  31432. "model_name": "ButtonStyleModel",
  31433. "model_module": "@jupyter-widgets/controls",
  31434. "model_module_version": "1.2.0",
  31435. "state": {}
  31436. },
  31437. "ee819fd28a264928a40c24d94dd9fe66": {
  31438. "model_name": "LayoutModel",
  31439. "model_module": "@jupyter-widgets/base",
  31440. "model_module_version": "1.0.0",
  31441. "state": {}
  31442. },
  31443. "ee9328c90b024aa2a12c1c3887017f10": {
  31444. "model_name": "LayoutModel",
  31445. "model_module": "@jupyter-widgets/base",
  31446. "model_module_version": "1.0.0",
  31447. "state": {}
  31448. },
  31449. "ee93a2b32a624cfba6c7886e180406db": {
  31450. "model_name": "LayoutModel",
  31451. "model_module": "@jupyter-widgets/base",
  31452. "model_module_version": "1.0.0",
  31453. "state": {}
  31454. },
  31455. "eea0fbe6ec554a97980214deacab863f": {
  31456. "model_name": "OutputModel",
  31457. "model_module": "@jupyter-widgets/output",
  31458. "model_module_version": "1.0.0",
  31459. "state": {
  31460. "layout": "IPY_MODEL_5610c1e8ffb54d55a99be402454d888a"
  31461. }
  31462. },
  31463. "eea29c75c53640659dc9dec2f2e4cf82": {
  31464. "model_name": "LayoutModel",
  31465. "model_module": "@jupyter-widgets/base",
  31466. "model_module_version": "1.0.0",
  31467. "state": {}
  31468. },
  31469. "eea39773de4c48ec937373bbdafcdba8": {
  31470. "model_name": "DescriptionStyleModel",
  31471. "model_module": "@jupyter-widgets/controls",
  31472. "model_module_version": "1.2.0",
  31473. "state": {
  31474. "description_width": ""
  31475. }
  31476. },
  31477. "eec142dc812743148e8ebe02255531a9": {
  31478. "model_name": "ButtonModel",
  31479. "model_module": "@jupyter-widgets/controls",
  31480. "model_module_version": "1.2.0",
  31481. "state": {
  31482. "description": "Add",
  31483. "layout": "IPY_MODEL_41aa0d51eb5d4d999d76c17b1f0ded11",
  31484. "style": "IPY_MODEL_5cce3a530c3c4630858d0e8e33190c76"
  31485. }
  31486. },
  31487. "eee96c64fc4c408f8b5c7885f970e3c2": {
  31488. "model_name": "LayoutModel",
  31489. "model_module": "@jupyter-widgets/base",
  31490. "model_module_version": "1.0.0",
  31491. "state": {}
  31492. },
  31493. "eef654bfc336439abfc77ac863b86d80": {
  31494. "model_name": "LayoutModel",
  31495. "model_module": "@jupyter-widgets/base",
  31496. "model_module_version": "1.0.0",
  31497. "state": {}
  31498. },
  31499. "ef1956a8f9a645b8bbfe1795db830c94": {
  31500. "model_name": "LayoutModel",
  31501. "model_module": "@jupyter-widgets/base",
  31502. "model_module_version": "1.0.0",
  31503. "state": {}
  31504. },
  31505. "ef34c1170b274d96bce15f9ff05619f6": {
  31506. "model_name": "ButtonStyleModel",
  31507. "model_module": "@jupyter-widgets/controls",
  31508. "model_module_version": "1.2.0",
  31509. "state": {}
  31510. },
  31511. "ef37488721cf4ccd9a5168b13820ec8e": {
  31512. "model_name": "LayoutModel",
  31513. "model_module": "@jupyter-widgets/base",
  31514. "model_module_version": "1.0.0",
  31515. "state": {}
  31516. },
  31517. "ef485d6319b74eb8af3b15d7ba70ffd0": {
  31518. "model_name": "ButtonModel",
  31519. "model_module": "@jupyter-widgets/controls",
  31520. "model_module_version": "1.2.0",
  31521. "state": {
  31522. "description": "Save",
  31523. "layout": "IPY_MODEL_7f91546aec864e82ad67ce9c0c16c195",
  31524. "style": "IPY_MODEL_0788b4b5ee0a445c80567edece1fc47f"
  31525. }
  31526. },
  31527. "ef73fe184e894d67bd56b392ef8db59a": {
  31528. "model_name": "DescriptionStyleModel",
  31529. "model_module": "@jupyter-widgets/controls",
  31530. "model_module_version": "1.2.0",
  31531. "state": {
  31532. "description_width": ""
  31533. }
  31534. },
  31535. "ef7aa508de3445099165f39855eb0c43": {
  31536. "model_name": "SelectModel",
  31537. "model_module": "@jupyter-widgets/controls",
  31538. "model_module_version": "1.2.0",
  31539. "state": {
  31540. "_options_labels": [
  31541. "selected_classifiers"
  31542. ],
  31543. "description": "Selected:",
  31544. "index": 0,
  31545. "layout": "IPY_MODEL_29c630e398994805b3db40d7debe550d",
  31546. "style": "IPY_MODEL_d24a6f1f7dfc465bbf1f05a68c2fba10"
  31547. }
  31548. },
  31549. "ef8726c3f9b34fb29281a32b99dd7669": {
  31550. "model_name": "HBoxModel",
  31551. "model_module": "@jupyter-widgets/controls",
  31552. "model_module_version": "1.2.0",
  31553. "state": {
  31554. "children": [
  31555. "IPY_MODEL_2e7aff2005cd4bfda97ac827b6908bf8",
  31556. "IPY_MODEL_458a7a68d7434cbc8f2df363f5f4a74b",
  31557. "IPY_MODEL_15a780f559e34e2ab1382e77957ac42e"
  31558. ],
  31559. "layout": "IPY_MODEL_8a31c41735fe40f7832373898f3c89ef"
  31560. }
  31561. },
  31562. "ef96024259a840b7a86d002f6e1f56de": {
  31563. "model_name": "HBoxModel",
  31564. "model_module": "@jupyter-widgets/controls",
  31565. "model_module_version": "1.2.0",
  31566. "state": {
  31567. "children": [
  31568. "IPY_MODEL_bcc836813d464fea88e45c1083055e9b",
  31569. "IPY_MODEL_c53d64f59b5947bab72cf8de97012de4"
  31570. ],
  31571. "layout": "IPY_MODEL_2a5724593d17478fb19deaf2a4e3544e"
  31572. }
  31573. },
  31574. "efa29fda9eea45c7b37d519b2f7146d4": {
  31575. "model_name": "LayoutModel",
  31576. "model_module": "@jupyter-widgets/base",
  31577. "model_module_version": "1.0.0",
  31578. "state": {}
  31579. },
  31580. "efa4f206fcf543e5a112d2e29424deb8": {
  31581. "model_name": "DescriptionStyleModel",
  31582. "model_module": "@jupyter-widgets/controls",
  31583. "model_module_version": "1.2.0",
  31584. "state": {
  31585. "description_width": ""
  31586. }
  31587. },
  31588. "efa50b0ed83248d5b174cdc7504e67a8": {
  31589. "model_name": "LabelModel",
  31590. "model_module": "@jupyter-widgets/controls",
  31591. "model_module_version": "1.2.0",
  31592. "state": {
  31593. "layout": "IPY_MODEL_2f8f01be158d4ab88925b64b389d7d16",
  31594. "style": "IPY_MODEL_11c018c9187e4acbb8978998c6d1552f",
  31595. "value": "Added!"
  31596. }
  31597. },
  31598. "efb5c629896f40b6a2cb95068b0c4873": {
  31599. "model_name": "ButtonModel",
  31600. "model_module": "@jupyter-widgets/controls",
  31601. "model_module_version": "1.2.0",
  31602. "state": {
  31603. "description": "Save",
  31604. "layout": "IPY_MODEL_0e8a0556ab5a4920855ab5722dad6255",
  31605. "style": "IPY_MODEL_d3aa03e7c7e442e6b6e9356824d07c02"
  31606. }
  31607. },
  31608. "efc70a35730d4957b473111e1e45548c": {
  31609. "model_name": "LayoutModel",
  31610. "model_module": "@jupyter-widgets/base",
  31611. "model_module_version": "1.0.0",
  31612. "state": {}
  31613. },
  31614. "eff7cd81d9cb41ad9def3edfb67d9814": {
  31615. "model_name": "LayoutModel",
  31616. "model_module": "@jupyter-widgets/base",
  31617. "model_module_version": "1.0.0",
  31618. "state": {}
  31619. },
  31620. "f044449cdf3f4439b1f738b38f40bb8a": {
  31621. "model_name": "LayoutModel",
  31622. "model_module": "@jupyter-widgets/base",
  31623. "model_module_version": "1.0.0",
  31624. "state": {}
  31625. },
  31626. "f0516200af3c4388bbfaab24eb40c682": {
  31627. "model_name": "LayoutModel",
  31628. "model_module": "@jupyter-widgets/base",
  31629. "model_module_version": "1.0.0",
  31630. "state": {}
  31631. },
  31632. "f0666bc228ab415080b62e16a8ca5040": {
  31633. "model_name": "LayoutModel",
  31634. "model_module": "@jupyter-widgets/base",
  31635. "model_module_version": "1.0.0",
  31636. "state": {}
  31637. },
  31638. "f074ef3b801d4e17afd6ab8236ce1210": {
  31639. "model_name": "LabelModel",
  31640. "model_module": "@jupyter-widgets/controls",
  31641. "model_module_version": "1.2.0",
  31642. "state": {
  31643. "layout": "IPY_MODEL_c291a20256b446ea82d18e7d9ab629b5",
  31644. "style": "IPY_MODEL_8060dce188164d0abfd61affce83711c",
  31645. "value": "Highlighted Classifer: Development Status :: 2 - Pre-Alpha"
  31646. }
  31647. },
  31648. "f0754c524cb44261adc08349c210ca5c": {
  31649. "model_name": "DescriptionStyleModel",
  31650. "model_module": "@jupyter-widgets/controls",
  31651. "model_module_version": "1.2.0",
  31652. "state": {
  31653. "description_width": ""
  31654. }
  31655. },
  31656. "f0760d5cf807401aaae6077dd7e3ca84": {
  31657. "model_name": "LayoutModel",
  31658. "model_module": "@jupyter-widgets/base",
  31659. "model_module_version": "1.0.0",
  31660. "state": {}
  31661. },
  31662. "f0ae915dd6504a76a1f29307032d91ac": {
  31663. "model_name": "LayoutModel",
  31664. "model_module": "@jupyter-widgets/base",
  31665. "model_module_version": "1.0.0",
  31666. "state": {}
  31667. },
  31668. "f0b25311ba7144c99020d4333536459f": {
  31669. "model_name": "ButtonModel",
  31670. "model_module": "@jupyter-widgets/controls",
  31671. "model_module_version": "1.2.0",
  31672. "state": {
  31673. "description": "Save",
  31674. "layout": "IPY_MODEL_96535875e8e94c6b99d170c87adea1c6",
  31675. "style": "IPY_MODEL_3f4edf549a5e460f9c252e38e4f2953e"
  31676. }
  31677. },
  31678. "f0b8d535734d4e58b4d9143bbc2627d5": {
  31679. "model_name": "ButtonModel",
  31680. "model_module": "@jupyter-widgets/controls",
  31681. "model_module_version": "1.2.0",
  31682. "state": {
  31683. "description": "Add",
  31684. "layout": "IPY_MODEL_2346477a5d3b497e837a4ed2ded0c35e",
  31685. "style": "IPY_MODEL_6fac1adcc1a94ae987b7e179d602a5c6"
  31686. }
  31687. },
  31688. "f0dadab8cc3c4e008b101de8ce6513d9": {
  31689. "model_name": "LayoutModel",
  31690. "model_module": "@jupyter-widgets/base",
  31691. "model_module_version": "1.0.0",
  31692. "state": {}
  31693. },
  31694. "f0e1dc9604604cb2835d694eb442cafa": {
  31695. "model_name": "LayoutModel",
  31696. "model_module": "@jupyter-widgets/base",
  31697. "model_module_version": "1.0.0",
  31698. "state": {}
  31699. },
  31700. "f0e270ce9df94e9ba6f9ca968c5df7db": {
  31701. "model_name": "LayoutModel",
  31702. "model_module": "@jupyter-widgets/base",
  31703. "model_module_version": "1.0.0",
  31704. "state": {}
  31705. },
  31706. "f0ebaf66f2264d0f82fdd0a2529e3683": {
  31707. "model_name": "LabelModel",
  31708. "model_module": "@jupyter-widgets/controls",
  31709. "model_module_version": "1.2.0",
  31710. "state": {
  31711. "layout": "IPY_MODEL_26d7dad47afa4d869d65e0df75149569",
  31712. "style": "IPY_MODEL_d3871f3146d047a8bda61efadf2ead44",
  31713. "value": "Removed!"
  31714. }
  31715. },
  31716. "f0ed6e6cb02545c6b4d594f7f64e6140": {
  31717. "model_name": "LayoutModel",
  31718. "model_module": "@jupyter-widgets/base",
  31719. "model_module_version": "1.0.0",
  31720. "state": {}
  31721. },
  31722. "f0f351155d5d41eda2ca9b000ea9e89d": {
  31723. "model_name": "LayoutModel",
  31724. "model_module": "@jupyter-widgets/base",
  31725. "model_module_version": "1.0.0",
  31726. "state": {}
  31727. },
  31728. "f11bc62ddecb48f195704ee80aa4dc70": {
  31729. "model_name": "DescriptionStyleModel",
  31730. "model_module": "@jupyter-widgets/controls",
  31731. "model_module_version": "1.2.0",
  31732. "state": {
  31733. "description_width": ""
  31734. }
  31735. },
  31736. "f120e0b602774426884fd41794b52cf6": {
  31737. "model_name": "DescriptionStyleModel",
  31738. "model_module": "@jupyter-widgets/controls",
  31739. "model_module_version": "1.2.0",
  31740. "state": {
  31741. "description_width": ""
  31742. }
  31743. },
  31744. "f12696a79af14132a6b1032999c1adc2": {
  31745. "model_name": "LayoutModel",
  31746. "model_module": "@jupyter-widgets/base",
  31747. "model_module_version": "1.0.0",
  31748. "state": {}
  31749. },
  31750. "f128a3f73cdd4239a34d6a86d4eb8e72": {
  31751. "model_name": "DescriptionStyleModel",
  31752. "model_module": "@jupyter-widgets/controls",
  31753. "model_module_version": "1.2.0",
  31754. "state": {
  31755. "description_width": ""
  31756. }
  31757. },
  31758. "f14122d9eaa2440fb2a6bdc8b86a786f": {
  31759. "model_name": "DescriptionStyleModel",
  31760. "model_module": "@jupyter-widgets/controls",
  31761. "model_module_version": "1.2.0",
  31762. "state": {
  31763. "description_width": ""
  31764. }
  31765. },
  31766. "f14378b271ea4952a550661b15f97efb": {
  31767. "model_name": "VBoxModel",
  31768. "model_module": "@jupyter-widgets/controls",
  31769. "model_module_version": "1.2.0",
  31770. "state": {
  31771. "_dom_classes": [
  31772. "widget-interact"
  31773. ],
  31774. "children": [
  31775. "IPY_MODEL_221ef682a0fb4c1bae0ab517a354f2ed",
  31776. "IPY_MODEL_50f826324b2d4fcdb736eb165f73e6be"
  31777. ],
  31778. "layout": "IPY_MODEL_6dd75ca1829c4d629e20d54c4edd168e"
  31779. }
  31780. },
  31781. "f1541d1be1ee47a5a414b4bd46538c0c": {
  31782. "model_name": "ButtonModel",
  31783. "model_module": "@jupyter-widgets/controls",
  31784. "model_module_version": "1.2.0",
  31785. "state": {
  31786. "description": "Remove",
  31787. "layout": "IPY_MODEL_a21242d241694b7a8521263e7c344898",
  31788. "style": "IPY_MODEL_58cc187822cf4acd86de6cccc4c5cc17"
  31789. }
  31790. },
  31791. "f17b56071e304386a60feb7ece936d5b": {
  31792. "model_name": "VBoxModel",
  31793. "model_module": "@jupyter-widgets/controls",
  31794. "model_module_version": "1.2.0",
  31795. "state": {
  31796. "_dom_classes": [
  31797. "widget-interact"
  31798. ],
  31799. "children": [
  31800. "IPY_MODEL_2aadf1c2927e40b88b9575fcb4d13c52",
  31801. "IPY_MODEL_ba0e7b6ac6974e67ac35074677d35298"
  31802. ],
  31803. "layout": "IPY_MODEL_f23c79e0cace4665b5a244466bafcede"
  31804. }
  31805. },
  31806. "f1918da4d3524257a9a764f27683a74e": {
  31807. "model_name": "SelectModel",
  31808. "model_module": "@jupyter-widgets/controls",
  31809. "model_module_version": "1.2.0",
  31810. "state": {
  31811. "_options_labels": [
  31812. "selected_classifiers"
  31813. ],
  31814. "description": "Selected:",
  31815. "index": 0,
  31816. "layout": "IPY_MODEL_81a322abfce44de595dd0c7be32c3d17",
  31817. "style": "IPY_MODEL_7cccc43aaccf44559bc71c3fe0c07a32"
  31818. }
  31819. },
  31820. "f1a8fc5c5bc94268b775bbc409ff53a4": {
  31821. "model_name": "VBoxModel",
  31822. "model_module": "@jupyter-widgets/controls",
  31823. "model_module_version": "1.2.0",
  31824. "state": {
  31825. "_dom_classes": [
  31826. "widget-interact"
  31827. ],
  31828. "children": [
  31829. "IPY_MODEL_66e79735a31b4830ab14d459a74c7a06",
  31830. "IPY_MODEL_7545891a0e69477daa64430f1def7b60"
  31831. ],
  31832. "layout": "IPY_MODEL_a2630122eb1243f281ea38375a0b88a4"
  31833. }
  31834. },
  31835. "f1b0d1b3b6ef4d529ddc73cc9b688d7e": {
  31836. "model_name": "VBoxModel",
  31837. "model_module": "@jupyter-widgets/controls",
  31838. "model_module_version": "1.2.0",
  31839. "state": {
  31840. "_dom_classes": [
  31841. "widget-interact"
  31842. ],
  31843. "children": [
  31844. "IPY_MODEL_9d5bd043b15d4c70ae28cef7c31752bf",
  31845. "IPY_MODEL_01686922120549e19218df6b88d35017"
  31846. ],
  31847. "layout": "IPY_MODEL_58543841e80b4d0092052e97440e4f6c"
  31848. }
  31849. },
  31850. "f1e52546d97343f1aa10e9db3e84b570": {
  31851. "model_name": "HBoxModel",
  31852. "model_module": "@jupyter-widgets/controls",
  31853. "model_module_version": "1.2.0",
  31854. "state": {
  31855. "children": [
  31856. "IPY_MODEL_2dce4b5ca43a4d2d85847df45074b202"
  31857. ],
  31858. "layout": "IPY_MODEL_81e5fa0ba8a5475ba60ea0948f30bafa"
  31859. }
  31860. },
  31861. "f1edfd4a72fb4af2aeedffcf4c3230ce": {
  31862. "model_name": "LayoutModel",
  31863. "model_module": "@jupyter-widgets/base",
  31864. "model_module_version": "1.0.0",
  31865. "state": {}
  31866. },
  31867. "f2040f89ed584a8d8ec3665b27d92577": {
  31868. "model_name": "ButtonStyleModel",
  31869. "model_module": "@jupyter-widgets/controls",
  31870. "model_module_version": "1.2.0",
  31871. "state": {}
  31872. },
  31873. "f21008a9182043a18f93e56f947d26fb": {
  31874. "model_name": "LayoutModel",
  31875. "model_module": "@jupyter-widgets/base",
  31876. "model_module_version": "1.0.0",
  31877. "state": {}
  31878. },
  31879. "f21f6fa172074361980dd695257a4ac0": {
  31880. "model_name": "LayoutModel",
  31881. "model_module": "@jupyter-widgets/base",
  31882. "model_module_version": "1.0.0",
  31883. "state": {}
  31884. },
  31885. "f22465241b1543e3861e83b5906f6a63": {
  31886. "model_name": "SelectModel",
  31887. "model_module": "@jupyter-widgets/controls",
  31888. "model_module_version": "1.2.0",
  31889. "state": {
  31890. "_options_labels": [
  31891. "Framework :: Setuptools Plugin",
  31892. "Development Status :: 2 - Pre-Alpha",
  31893. "License :: Freeware",
  31894. "License :: OSI Approved :: GNU General Public License (GPL)"
  31895. ],
  31896. "description": "Classifiers",
  31897. "index": 2,
  31898. "layout": "IPY_MODEL_a38366afe69147e8b74b6037972a405b",
  31899. "style": "IPY_MODEL_85fc098c856c42588e04d225eb26a78a"
  31900. }
  31901. },
  31902. "f23c79e0cace4665b5a244466bafcede": {
  31903. "model_name": "LayoutModel",
  31904. "model_module": "@jupyter-widgets/base",
  31905. "model_module_version": "1.0.0",
  31906. "state": {}
  31907. },
  31908. "f24c5cdf963347f6b387884f3b8c2034": {
  31909. "model_name": "DropdownModel",
  31910. "model_module": "@jupyter-widgets/controls",
  31911. "model_module_version": "1.2.0",
  31912. "state": {
  31913. "_options_labels": [
  31914. "Development Status",
  31915. "Environment",
  31916. "Framework",
  31917. "Intended Audience",
  31918. "License",
  31919. "Natural Language",
  31920. "Operating System",
  31921. "Programming Language",
  31922. "Topic"
  31923. ],
  31924. "description": "prefix",
  31925. "index": 0,
  31926. "layout": "IPY_MODEL_8e31f831b26144d6bafc4b7fd2a7b917",
  31927. "style": "IPY_MODEL_3363fa2d89e04caaaca5e487de06c090"
  31928. }
  31929. },
  31930. "f2512bcd07994ecb8698cb337c46d52d": {
  31931. "model_name": "LayoutModel",
  31932. "model_module": "@jupyter-widgets/base",
  31933. "model_module_version": "1.0.0",
  31934. "state": {}
  31935. },
  31936. "f268bbc92bc046d2890dd09e8dcbec0b": {
  31937. "model_name": "ButtonModel",
  31938. "model_module": "@jupyter-widgets/controls",
  31939. "model_module_version": "1.2.0",
  31940. "state": {
  31941. "description": "Add",
  31942. "layout": "IPY_MODEL_3881b8f297b7412d92dc96b2ded4a372",
  31943. "style": "IPY_MODEL_4bd2d1efdfc14f9cbc7e04a8f9409616"
  31944. }
  31945. },
  31946. "f28c810360b94f28a9ef54ae7ca16f38": {
  31947. "model_name": "DescriptionStyleModel",
  31948. "model_module": "@jupyter-widgets/controls",
  31949. "model_module_version": "1.2.0",
  31950. "state": {
  31951. "description_width": ""
  31952. }
  31953. },
  31954. "f2c1927bd5064b9cb0dd57dbc4dff2be": {
  31955. "model_name": "DropdownModel",
  31956. "model_module": "@jupyter-widgets/controls",
  31957. "model_module_version": "1.2.0",
  31958. "state": {
  31959. "_options_labels": [
  31960. "Development Status",
  31961. "Environment",
  31962. "Framework",
  31963. "Intended Audience",
  31964. "License",
  31965. "Natural Language",
  31966. "Operating System",
  31967. "Programming Language",
  31968. "Topic"
  31969. ],
  31970. "description": "prefix",
  31971. "index": 5,
  31972. "layout": "IPY_MODEL_9c38a6126373433cbd23af6b1758b22f",
  31973. "style": "IPY_MODEL_f5be8726deae4f2d851b4736c763ea8d"
  31974. }
  31975. },
  31976. "f2dea61a8d29489e95fe9dd999acfd51": {
  31977. "model_name": "VBoxModel",
  31978. "model_module": "@jupyter-widgets/controls",
  31979. "model_module_version": "1.2.0",
  31980. "state": {
  31981. "_dom_classes": [
  31982. "widget-interact"
  31983. ],
  31984. "children": [
  31985. "IPY_MODEL_59db4f7307b348688c7cf960386c82ee",
  31986. "IPY_MODEL_fd4cb8e1b800446c9897fa63e5654c13"
  31987. ],
  31988. "layout": "IPY_MODEL_f7e887f5b4d1487ab76ba8d0d5f887d0"
  31989. }
  31990. },
  31991. "f31924e4d6b646b3800c25a9773defbb": {
  31992. "model_name": "HBoxModel",
  31993. "model_module": "@jupyter-widgets/controls",
  31994. "model_module_version": "1.2.0",
  31995. "state": {
  31996. "children": [
  31997. "IPY_MODEL_72ef75c23df945d2aed181e5ac62cfee",
  31998. "IPY_MODEL_9aee5b1886be4839ae92318e80fa65f3",
  31999. "IPY_MODEL_8d0c6998e3c24aa7a2b8b9e92e7438a1"
  32000. ],
  32001. "layout": "IPY_MODEL_f73ba581c6474f709d945977ab23a1c5"
  32002. }
  32003. },
  32004. "f32055c74f4a4085b61fbbf256010bc6": {
  32005. "model_name": "LabelModel",
  32006. "model_module": "@jupyter-widgets/controls",
  32007. "model_module_version": "1.2.0",
  32008. "state": {
  32009. "layout": "IPY_MODEL_f8aa999f698d4ed385be73abfa631b53",
  32010. "style": "IPY_MODEL_9916a28a6d414e78bd89e00045adb1bf",
  32011. "value": "Chosen Classifiers"
  32012. }
  32013. },
  32014. "f3368a64dd464926997679ff13e0b196": {
  32015. "model_name": "LayoutModel",
  32016. "model_module": "@jupyter-widgets/base",
  32017. "model_module_version": "1.0.0",
  32018. "state": {}
  32019. },
  32020. "f34c006cd9ab4d47aad714a017336530": {
  32021. "model_name": "DescriptionStyleModel",
  32022. "model_module": "@jupyter-widgets/controls",
  32023. "model_module_version": "1.2.0",
  32024. "state": {
  32025. "description_width": ""
  32026. }
  32027. },
  32028. "f359b46dc17444e5ba2a4e1617c3190b": {
  32029. "model_name": "LayoutModel",
  32030. "model_module": "@jupyter-widgets/base",
  32031. "model_module_version": "1.0.0",
  32032. "state": {}
  32033. },
  32034. "f3628e76a59f41b69d1858d6970f2c80": {
  32035. "model_name": "OutputModel",
  32036. "model_module": "@jupyter-widgets/output",
  32037. "model_module_version": "1.0.0",
  32038. "state": {
  32039. "layout": "IPY_MODEL_49139c1f34c74d9296df7abfa6966693"
  32040. }
  32041. },
  32042. "f36e920081574dadb471b78bc6f722c7": {
  32043. "model_name": "DropdownModel",
  32044. "model_module": "@jupyter-widgets/controls",
  32045. "model_module_version": "1.2.0",
  32046. "state": {
  32047. "_options_labels": [
  32048. "Intended Audience :: Telecommunications Industry",
  32049. "Intended Audience :: Healthcare Industry",
  32050. "Intended Audience :: Science/Research",
  32051. "Intended Audience :: Legal Industry",
  32052. "Intended Audience :: Manufacturing",
  32053. "Intended Audience :: System Administrators",
  32054. "Intended Audience :: Financial and Insurance Industry",
  32055. "Intended Audience :: Developers",
  32056. "Intended Audience :: Other Audience",
  32057. "Intended Audience :: Education",
  32058. "Intended Audience :: End Users/Desktop",
  32059. "Intended Audience :: Religion",
  32060. "Intended Audience :: Customer Service",
  32061. "Intended Audience :: Information Technology"
  32062. ],
  32063. "description": "Classifier",
  32064. "index": 3,
  32065. "layout": "IPY_MODEL_0c42dd5603104432ade9f446e4857329",
  32066. "style": "IPY_MODEL_85f1f5ffbaa441c8b8cf02325e2df1d8"
  32067. }
  32068. },
  32069. "f3960a65fc6745f48c9832032c0022a7": {
  32070. "model_name": "SelectModel",
  32071. "model_module": "@jupyter-widgets/controls",
  32072. "model_module_version": "1.2.0",
  32073. "state": {
  32074. "_options_labels": [
  32075. "selected_classifiers"
  32076. ],
  32077. "description": "Selected:",
  32078. "index": 0,
  32079. "layout": "IPY_MODEL_e8975bf88a0f45e0a288192c96b94337",
  32080. "style": "IPY_MODEL_b299ca12358248ec8477e067f7464f85"
  32081. }
  32082. },
  32083. "f39a844105b747078d3a90a8662cdac0": {
  32084. "model_name": "VBoxModel",
  32085. "model_module": "@jupyter-widgets/controls",
  32086. "model_module_version": "1.2.0",
  32087. "state": {
  32088. "_dom_classes": [
  32089. "widget-interact"
  32090. ],
  32091. "children": [
  32092. "IPY_MODEL_777e646be67f4eddbba62b7aab1ee905",
  32093. "IPY_MODEL_6410487017c641f2a13e6b5f9de0095e"
  32094. ],
  32095. "layout": "IPY_MODEL_35dffd784e5d45d4ade35cb7681b5f80"
  32096. }
  32097. },
  32098. "f3d3416d7c234e21a229e555feda2282": {
  32099. "model_name": "OutputModel",
  32100. "model_module": "@jupyter-widgets/output",
  32101. "model_module_version": "1.0.0",
  32102. "state": {
  32103. "layout": "IPY_MODEL_59b4d6a500fe4c4eaa9b211cb461a421",
  32104. "outputs": [
  32105. {
  32106. "data": {
  32107. "application/vnd.jupyter.widget-view+json": {
  32108. "model_id": "b77427e49bb94c90872a9657a5cf8487",
  32109. "version_major": 2,
  32110. "version_minor": 0
  32111. },
  32112. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 3 - Alpha', 'Developm…"
  32113. },
  32114. "metadata": {},
  32115. "output_type": "display_data"
  32116. }
  32117. ]
  32118. }
  32119. },
  32120. "f40174943a664595a512beada9671fa6": {
  32121. "model_name": "LayoutModel",
  32122. "model_module": "@jupyter-widgets/base",
  32123. "model_module_version": "1.0.0",
  32124. "state": {}
  32125. },
  32126. "f401d19e0aa345619210e8a147f43f3f": {
  32127. "model_name": "DescriptionStyleModel",
  32128. "model_module": "@jupyter-widgets/controls",
  32129. "model_module_version": "1.2.0",
  32130. "state": {
  32131. "description_width": ""
  32132. }
  32133. },
  32134. "f409a7a0e660482f81052e262b3ada6e": {
  32135. "model_name": "OutputModel",
  32136. "model_module": "@jupyter-widgets/output",
  32137. "model_module_version": "1.0.0",
  32138. "state": {
  32139. "layout": "IPY_MODEL_7d16c4617f3d40b0936e9dfa6259c4f4",
  32140. "outputs": [
  32141. {
  32142. "data": {
  32143. "application/vnd.jupyter.widget-view+json": {
  32144. "model_id": "05899fbda44d42dbaab7ec5b55f1fb86",
  32145. "version_major": 2,
  32146. "version_minor": 0
  32147. },
  32148. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  32149. },
  32150. "metadata": {},
  32151. "output_type": "display_data"
  32152. }
  32153. ]
  32154. }
  32155. },
  32156. "f40de513dc8b4c41939b099ca43d171c": {
  32157. "model_name": "ButtonStyleModel",
  32158. "model_module": "@jupyter-widgets/controls",
  32159. "model_module_version": "1.2.0",
  32160. "state": {}
  32161. },
  32162. "f41ecbf57c7e4b0aae37825921a90476": {
  32163. "model_name": "LayoutModel",
  32164. "model_module": "@jupyter-widgets/base",
  32165. "model_module_version": "1.0.0",
  32166. "state": {}
  32167. },
  32168. "f438e8ab72b5441591949967464dfd25": {
  32169. "model_name": "LayoutModel",
  32170. "model_module": "@jupyter-widgets/base",
  32171. "model_module_version": "1.0.0",
  32172. "state": {}
  32173. },
  32174. "f4391e4f212d49e5b5ba7c4c940014a3": {
  32175. "model_name": "DescriptionStyleModel",
  32176. "model_module": "@jupyter-widgets/controls",
  32177. "model_module_version": "1.2.0",
  32178. "state": {
  32179. "description_width": ""
  32180. }
  32181. },
  32182. "f44b31781fe84124880a0b02c61db476": {
  32183. "model_name": "DescriptionStyleModel",
  32184. "model_module": "@jupyter-widgets/controls",
  32185. "model_module_version": "1.2.0",
  32186. "state": {
  32187. "description_width": ""
  32188. }
  32189. },
  32190. "f46d15b8de89437cb473614a3503777f": {
  32191. "model_name": "LayoutModel",
  32192. "model_module": "@jupyter-widgets/base",
  32193. "model_module_version": "1.0.0",
  32194. "state": {}
  32195. },
  32196. "f4858819c7504086b4725bce7b683349": {
  32197. "model_name": "OutputModel",
  32198. "model_module": "@jupyter-widgets/output",
  32199. "model_module_version": "1.0.0",
  32200. "state": {
  32201. "layout": "IPY_MODEL_5ace99191caa4bb9bb614d17d21d1e3b",
  32202. "outputs": [
  32203. {
  32204. "data": {
  32205. "application/vnd.jupyter.widget-view+json": {
  32206. "model_id": "dd9ef4b8857c4380ab911b09cbb658f4",
  32207. "version_major": 2,
  32208. "version_minor": 0
  32209. },
  32210. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 3 - Alpha', 'Developm…"
  32211. },
  32212. "metadata": {},
  32213. "output_type": "display_data"
  32214. }
  32215. ]
  32216. }
  32217. },
  32218. "f4acba1acfac4dc89184e887dbd5b6af": {
  32219. "model_name": "LayoutModel",
  32220. "model_module": "@jupyter-widgets/base",
  32221. "model_module_version": "1.0.0",
  32222. "state": {}
  32223. },
  32224. "f4b345ac0fc64b199ca323aee13c0055": {
  32225. "model_name": "DescriptionStyleModel",
  32226. "model_module": "@jupyter-widgets/controls",
  32227. "model_module_version": "1.2.0",
  32228. "state": {
  32229. "description_width": ""
  32230. }
  32231. },
  32232. "f4b57f4f03a04b0394f6e8c95fe0001b": {
  32233. "model_name": "LayoutModel",
  32234. "model_module": "@jupyter-widgets/base",
  32235. "model_module_version": "1.0.0",
  32236. "state": {}
  32237. },
  32238. "f4d59a3dc40d47b29ba9cb155c432fd1": {
  32239. "model_name": "OutputModel",
  32240. "model_module": "@jupyter-widgets/output",
  32241. "model_module_version": "1.0.0",
  32242. "state": {
  32243. "layout": "IPY_MODEL_a033cb93f61741cdac46810d1162f59c"
  32244. }
  32245. },
  32246. "f4d6c72e774849c4a5ef9a257f32b91a": {
  32247. "model_name": "LayoutModel",
  32248. "model_module": "@jupyter-widgets/base",
  32249. "model_module_version": "1.0.0",
  32250. "state": {}
  32251. },
  32252. "f4db4000475d401aa89ed17d541241c2": {
  32253. "model_name": "HBoxModel",
  32254. "model_module": "@jupyter-widgets/controls",
  32255. "model_module_version": "1.2.0",
  32256. "state": {
  32257. "children": [
  32258. "IPY_MODEL_24135fea51444cf29b2fa03b24cacdbb",
  32259. "IPY_MODEL_958d85faa47a43e2bda7c793daddb03e"
  32260. ],
  32261. "layout": "IPY_MODEL_6532f10fcc9b453491258fa26ea0e527"
  32262. }
  32263. },
  32264. "f4db6c33164f4e4faa9fca79d1ee6f85": {
  32265. "model_name": "LayoutModel",
  32266. "model_module": "@jupyter-widgets/base",
  32267. "model_module_version": "1.0.0",
  32268. "state": {}
  32269. },
  32270. "f4f8f29fcecc40aeb1e67c07f44238b6": {
  32271. "model_name": "LayoutModel",
  32272. "model_module": "@jupyter-widgets/base",
  32273. "model_module_version": "1.0.0",
  32274. "state": {}
  32275. },
  32276. "f50bb1455f0944be872945ddfad65a84": {
  32277. "model_name": "LayoutModel",
  32278. "model_module": "@jupyter-widgets/base",
  32279. "model_module_version": "1.0.0",
  32280. "state": {}
  32281. },
  32282. "f54f406d88a5468fabc8f8a907b6a010": {
  32283. "model_name": "LabelModel",
  32284. "model_module": "@jupyter-widgets/controls",
  32285. "model_module_version": "1.2.0",
  32286. "state": {
  32287. "layout": "IPY_MODEL_2f68fadc6a5249b0ace1811e5b40d515",
  32288. "style": "IPY_MODEL_20722dbc982f498f9b26a051854fa1fb",
  32289. "value": "Chosen Classifiers"
  32290. }
  32291. },
  32292. "f56577e7e0e24d1082f6f5c24e8a1250": {
  32293. "model_name": "LayoutModel",
  32294. "model_module": "@jupyter-widgets/base",
  32295. "model_module_version": "1.0.0",
  32296. "state": {}
  32297. },
  32298. "f5713e18ea43480486f4c729c397397d": {
  32299. "model_name": "OutputModel",
  32300. "model_module": "@jupyter-widgets/output",
  32301. "model_module_version": "1.0.0",
  32302. "state": {
  32303. "layout": "IPY_MODEL_f044449cdf3f4439b1f738b38f40bb8a"
  32304. }
  32305. },
  32306. "f592b05fac344e2d804257aff72935e6": {
  32307. "model_name": "ButtonModel",
  32308. "model_module": "@jupyter-widgets/controls",
  32309. "model_module_version": "1.2.0",
  32310. "state": {
  32311. "description": "Remove",
  32312. "layout": "IPY_MODEL_82f43fafc1224fcb82905702d3c4364c",
  32313. "style": "IPY_MODEL_67392699116845b4ab60920d9d3f02f5"
  32314. }
  32315. },
  32316. "f5945c4fb83e4e43963a7428ca554014": {
  32317. "model_name": "LabelModel",
  32318. "model_module": "@jupyter-widgets/controls",
  32319. "model_module_version": "1.2.0",
  32320. "state": {
  32321. "layout": "IPY_MODEL_f5f344e5409e4f9caf1d2b7c7c1ff229",
  32322. "style": "IPY_MODEL_be32d01e21a2498eb7b361d32c8fabad",
  32323. "value": "Development Status :: 3 - Alpha"
  32324. }
  32325. },
  32326. "f5bd7bd492d04e578fc3369a14e20d15": {
  32327. "model_name": "DescriptionStyleModel",
  32328. "model_module": "@jupyter-widgets/controls",
  32329. "model_module_version": "1.2.0",
  32330. "state": {
  32331. "description_width": ""
  32332. }
  32333. },
  32334. "f5be8726deae4f2d851b4736c763ea8d": {
  32335. "model_name": "DescriptionStyleModel",
  32336. "model_module": "@jupyter-widgets/controls",
  32337. "model_module_version": "1.2.0",
  32338. "state": {
  32339. "description_width": ""
  32340. }
  32341. },
  32342. "f5c57936d7344e37bbbfdbb2947ce206": {
  32343. "model_name": "LayoutModel",
  32344. "model_module": "@jupyter-widgets/base",
  32345. "model_module_version": "1.0.0",
  32346. "state": {}
  32347. },
  32348. "f5c713911fdd4b12b255740eb6defadc": {
  32349. "model_name": "LabelModel",
  32350. "model_module": "@jupyter-widgets/controls",
  32351. "model_module_version": "1.2.0",
  32352. "state": {
  32353. "layout": "IPY_MODEL_bddd79734ff64abcb41a8bb2a9045c98",
  32354. "style": "IPY_MODEL_d0cde84c60c6499ea398a27af5a84d88",
  32355. "value": "Removed!"
  32356. }
  32357. },
  32358. "f5cc4ce865c94a279d1bbc03d87037d4": {
  32359. "model_name": "HBoxModel",
  32360. "model_module": "@jupyter-widgets/controls",
  32361. "model_module_version": "1.2.0",
  32362. "state": {
  32363. "children": [
  32364. "IPY_MODEL_020d89cf446d445e920c70cde475ec87",
  32365. "IPY_MODEL_14b8b8548c8140e59d9b39a0f641cc34"
  32366. ],
  32367. "layout": "IPY_MODEL_863976baa1c24f2eab3e03b78c84d2c9"
  32368. }
  32369. },
  32370. "f5cde8353bfc454f80720915f3e31d2c": {
  32371. "model_name": "VBoxModel",
  32372. "model_module": "@jupyter-widgets/controls",
  32373. "model_module_version": "1.2.0",
  32374. "state": {
  32375. "_dom_classes": [
  32376. "widget-interact"
  32377. ],
  32378. "children": [
  32379. "IPY_MODEL_7960a59f139445c4aea047d897bf4c04",
  32380. "IPY_MODEL_be8d8b24c03a437aa53e0fa5d385fa55"
  32381. ],
  32382. "layout": "IPY_MODEL_29ef6fef3fa948bbaa7825066db1ffac"
  32383. }
  32384. },
  32385. "f5d7ef53b3384def83e25eb9ee29257e": {
  32386. "model_name": "LayoutModel",
  32387. "model_module": "@jupyter-widgets/base",
  32388. "model_module_version": "1.0.0",
  32389. "state": {}
  32390. },
  32391. "f5f15bc28e2e449eb7598f74df4c23e1": {
  32392. "model_name": "DropdownModel",
  32393. "model_module": "@jupyter-widgets/controls",
  32394. "model_module_version": "1.2.0",
  32395. "state": {
  32396. "description": "Classifier",
  32397. "index": null,
  32398. "layout": "IPY_MODEL_d8e88acc637043338871a66173289c08",
  32399. "style": "IPY_MODEL_eda13601c83e47e09ec5750fa3faf8b8"
  32400. }
  32401. },
  32402. "f5f344e5409e4f9caf1d2b7c7c1ff229": {
  32403. "model_name": "LayoutModel",
  32404. "model_module": "@jupyter-widgets/base",
  32405. "model_module_version": "1.0.0",
  32406. "state": {}
  32407. },
  32408. "f6382292bd3b4ab981dc141132eef154": {
  32409. "model_name": "LayoutModel",
  32410. "model_module": "@jupyter-widgets/base",
  32411. "model_module_version": "1.0.0",
  32412. "state": {}
  32413. },
  32414. "f67b216ab20048be8d843bf357003186": {
  32415. "model_name": "LayoutModel",
  32416. "model_module": "@jupyter-widgets/base",
  32417. "model_module_version": "1.0.0",
  32418. "state": {}
  32419. },
  32420. "f6c9ba774a6041558d4b2f0269afe3dd": {
  32421. "model_name": "OutputModel",
  32422. "model_module": "@jupyter-widgets/output",
  32423. "model_module_version": "1.0.0",
  32424. "state": {
  32425. "layout": "IPY_MODEL_54ead5dc411849cb84d99df8ee1ec8f1",
  32426. "outputs": [
  32427. {
  32428. "data": {
  32429. "application/vnd.jupyter.widget-view+json": {
  32430. "model_id": "43ed32a3752a4540b7940cf332fe2201",
  32431. "version_major": 2,
  32432. "version_minor": 0
  32433. },
  32434. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Natural Language :: Slovenian', 'Natural La…"
  32435. },
  32436. "metadata": {},
  32437. "output_type": "display_data"
  32438. }
  32439. ]
  32440. }
  32441. },
  32442. "f6e3c662218d4a569c4a572194f488e2": {
  32443. "model_name": "DescriptionStyleModel",
  32444. "model_module": "@jupyter-widgets/controls",
  32445. "model_module_version": "1.2.0",
  32446. "state": {
  32447. "description_width": ""
  32448. }
  32449. },
  32450. "f6e5a201e61744e99cbe7d84022664de": {
  32451. "model_name": "LayoutModel",
  32452. "model_module": "@jupyter-widgets/base",
  32453. "model_module_version": "1.0.0",
  32454. "state": {}
  32455. },
  32456. "f7024da7a4284cd0b1e04b7a8d374d1e": {
  32457. "model_name": "ButtonModel",
  32458. "model_module": "@jupyter-widgets/controls",
  32459. "model_module_version": "1.2.0",
  32460. "state": {
  32461. "description": "Remove",
  32462. "layout": "IPY_MODEL_9e76468bb82748a389ceda38d3e2f525",
  32463. "style": "IPY_MODEL_2e137a1ea5fa405b9ef2a00482e60c10"
  32464. }
  32465. },
  32466. "f71f9b20376d4ca6a4cc3583193cd0f2": {
  32467. "model_name": "LayoutModel",
  32468. "model_module": "@jupyter-widgets/base",
  32469. "model_module_version": "1.0.0",
  32470. "state": {}
  32471. },
  32472. "f7297f46117c4349889ff5c5408f7a3d": {
  32473. "model_name": "LabelModel",
  32474. "model_module": "@jupyter-widgets/controls",
  32475. "model_module_version": "1.2.0",
  32476. "state": {
  32477. "layout": "IPY_MODEL_539694258dcb4fd8876b211ac62e1bd2",
  32478. "style": "IPY_MODEL_4f68b0b1759441b688d2be82ff7ebe4b"
  32479. }
  32480. },
  32481. "f733940bfe1e49eab1f5ddd1e117955f": {
  32482. "model_name": "LayoutModel",
  32483. "model_module": "@jupyter-widgets/base",
  32484. "model_module_version": "1.0.0",
  32485. "state": {}
  32486. },
  32487. "f73ba581c6474f709d945977ab23a1c5": {
  32488. "model_name": "LayoutModel",
  32489. "model_module": "@jupyter-widgets/base",
  32490. "model_module_version": "1.0.0",
  32491. "state": {}
  32492. },
  32493. "f7523643c09d4eb9a385e487bf531eef": {
  32494. "model_name": "LayoutModel",
  32495. "model_module": "@jupyter-widgets/base",
  32496. "model_module_version": "1.0.0",
  32497. "state": {}
  32498. },
  32499. "f75e805d3c3c4b95aa6576c290b278ff": {
  32500. "model_name": "DescriptionStyleModel",
  32501. "model_module": "@jupyter-widgets/controls",
  32502. "model_module_version": "1.2.0",
  32503. "state": {
  32504. "description_width": ""
  32505. }
  32506. },
  32507. "f7680943c7514230ba6fe70388e2366f": {
  32508. "model_name": "LayoutModel",
  32509. "model_module": "@jupyter-widgets/base",
  32510. "model_module_version": "1.0.0",
  32511. "state": {}
  32512. },
  32513. "f7772b7c603f42c3993ed70e6e91dd54": {
  32514. "model_name": "LabelModel",
  32515. "model_module": "@jupyter-widgets/controls",
  32516. "model_module_version": "1.2.0",
  32517. "state": {
  32518. "layout": "IPY_MODEL_e202286d052d48868727337d1f10444f",
  32519. "style": "IPY_MODEL_4c6aa96b1522447da6cd5d03af6eb1a7",
  32520. "value": "Added Classifier!"
  32521. }
  32522. },
  32523. "f77e5367ecb844dd999b173a66f9178e": {
  32524. "model_name": "HBoxModel",
  32525. "model_module": "@jupyter-widgets/controls",
  32526. "model_module_version": "1.2.0",
  32527. "state": {
  32528. "children": [
  32529. "IPY_MODEL_dc260ca2d4ed48c7b5d2d8c1c04e7908",
  32530. "IPY_MODEL_2c177efeecaa4eeeaa6c78fbbe6b46f9"
  32531. ],
  32532. "layout": "IPY_MODEL_8b3b5ac0a1204951b07eb72ec917b4f1"
  32533. }
  32534. },
  32535. "f7b5f711604c4ec69f7b368b2d711251": {
  32536. "model_name": "ButtonStyleModel",
  32537. "model_module": "@jupyter-widgets/controls",
  32538. "model_module_version": "1.2.0",
  32539. "state": {}
  32540. },
  32541. "f7b91e5d4e3f45b7a64c8b55349e38d5": {
  32542. "model_name": "LabelModel",
  32543. "model_module": "@jupyter-widgets/controls",
  32544. "model_module_version": "1.2.0",
  32545. "state": {
  32546. "layout": "IPY_MODEL_98e93c7fd2674cbba18bf0c51f8b3b82",
  32547. "style": "IPY_MODEL_152d723830b6429da1d169f591f7fcfe",
  32548. "value": "Natural Language :: Marathi"
  32549. }
  32550. },
  32551. "f7d0d8a7af404c39a0c90828276ee308": {
  32552. "model_name": "LabelModel",
  32553. "model_module": "@jupyter-widgets/controls",
  32554. "model_module_version": "1.2.0",
  32555. "state": {
  32556. "layout": "IPY_MODEL_04a6b1cc3fe443fc9730eacaf7b42f4b",
  32557. "style": "IPY_MODEL_f4b345ac0fc64b199ca323aee13c0055",
  32558. "value": "Development Status :: 4 - Beta"
  32559. }
  32560. },
  32561. "f7de06b1f9884beca9442a504c70c128": {
  32562. "model_name": "VBoxModel",
  32563. "model_module": "@jupyter-widgets/controls",
  32564. "model_module_version": "1.2.0",
  32565. "state": {
  32566. "_dom_classes": [
  32567. "widget-interact"
  32568. ],
  32569. "children": [
  32570. "IPY_MODEL_2bef61329faf49908e8fd8a0229645e9",
  32571. "IPY_MODEL_5b7a595088a741318911eabe2c2015ef"
  32572. ],
  32573. "layout": "IPY_MODEL_d146191268a74ef0af55ecd7c9b27bb2"
  32574. }
  32575. },
  32576. "f7e887f5b4d1487ab76ba8d0d5f887d0": {
  32577. "model_name": "LayoutModel",
  32578. "model_module": "@jupyter-widgets/base",
  32579. "model_module_version": "1.0.0",
  32580. "state": {}
  32581. },
  32582. "f7f44358d63240b6ba9ae5b165da280c": {
  32583. "model_name": "LabelModel",
  32584. "model_module": "@jupyter-widgets/controls",
  32585. "model_module_version": "1.2.0",
  32586. "state": {
  32587. "layout": "IPY_MODEL_cb51bc07c5b346909055705821d5bff5",
  32588. "style": "IPY_MODEL_fca2145af0a84e8387dabff160b1ea8a",
  32589. "value": "*Optional Classifiers"
  32590. }
  32591. },
  32592. "f804af52b6b84a8da4f36f9d1214ab1d": {
  32593. "model_name": "ButtonModel",
  32594. "model_module": "@jupyter-widgets/controls",
  32595. "model_module_version": "1.2.0",
  32596. "state": {
  32597. "description": "Add",
  32598. "layout": "IPY_MODEL_e4795f2f489b43398006180e168315e2",
  32599. "style": "IPY_MODEL_0222e3b0b9d44b0286182a7602eeaaab"
  32600. }
  32601. },
  32602. "f81ca0154d0541e7b5c0da276538f675": {
  32603. "model_name": "LayoutModel",
  32604. "model_module": "@jupyter-widgets/base",
  32605. "model_module_version": "1.0.0",
  32606. "state": {}
  32607. },
  32608. "f822ebebbc754daabdf1df83b5a9c38b": {
  32609. "model_name": "LayoutModel",
  32610. "model_module": "@jupyter-widgets/base",
  32611. "model_module_version": "1.0.0",
  32612. "state": {}
  32613. },
  32614. "f82796549bf64e05a43ba5fd096aaa08": {
  32615. "model_name": "LayoutModel",
  32616. "model_module": "@jupyter-widgets/base",
  32617. "model_module_version": "1.0.0",
  32618. "state": {}
  32619. },
  32620. "f82c6f2bf75f4d63880b6d3ea6e0f1d8": {
  32621. "model_name": "LayoutModel",
  32622. "model_module": "@jupyter-widgets/base",
  32623. "model_module_version": "1.0.0",
  32624. "state": {}
  32625. },
  32626. "f82e25c4632a44c49385c57e4d521339": {
  32627. "model_name": "LayoutModel",
  32628. "model_module": "@jupyter-widgets/base",
  32629. "model_module_version": "1.0.0",
  32630. "state": {}
  32631. },
  32632. "f83666e457814aca8c6371a20d6a1f54": {
  32633. "model_name": "LayoutModel",
  32634. "model_module": "@jupyter-widgets/base",
  32635. "model_module_version": "1.0.0",
  32636. "state": {}
  32637. },
  32638. "f85c089f9c474c51bff0c5e9b8a191cf": {
  32639. "model_name": "LayoutModel",
  32640. "model_module": "@jupyter-widgets/base",
  32641. "model_module_version": "1.0.0",
  32642. "state": {}
  32643. },
  32644. "f85c21eaa8e0423782dd93da3d22d935": {
  32645. "model_name": "DescriptionStyleModel",
  32646. "model_module": "@jupyter-widgets/controls",
  32647. "model_module_version": "1.2.0",
  32648. "state": {
  32649. "description_width": ""
  32650. }
  32651. },
  32652. "f86f4c992736443e892e5f8be6ffb815": {
  32653. "model_name": "LayoutModel",
  32654. "model_module": "@jupyter-widgets/base",
  32655. "model_module_version": "1.0.0",
  32656. "state": {}
  32657. },
  32658. "f872f2dbc9fc4981a7488cf212340462": {
  32659. "model_name": "LayoutModel",
  32660. "model_module": "@jupyter-widgets/base",
  32661. "model_module_version": "1.0.0",
  32662. "state": {}
  32663. },
  32664. "f8846197816c4c35b3273f277af0b188": {
  32665. "model_name": "LabelModel",
  32666. "model_module": "@jupyter-widgets/controls",
  32667. "model_module_version": "1.2.0",
  32668. "state": {
  32669. "layout": "IPY_MODEL_6e99521b83f84e5da3590df4643da90c",
  32670. "style": "IPY_MODEL_c154b56b50f8483b9df5f7d235940372",
  32671. "value": "*Optional Classifiers"
  32672. }
  32673. },
  32674. "f88d8945645846b1b0f8ee9e039ce5c8": {
  32675. "model_name": "DescriptionStyleModel",
  32676. "model_module": "@jupyter-widgets/controls",
  32677. "model_module_version": "1.2.0",
  32678. "state": {
  32679. "description_width": ""
  32680. }
  32681. },
  32682. "f89afc8a53d9475aa7c6632f61dbfddc": {
  32683. "model_name": "LayoutModel",
  32684. "model_module": "@jupyter-widgets/base",
  32685. "model_module_version": "1.0.0",
  32686. "state": {}
  32687. },
  32688. "f89c29d99d8142a59a3b3d17f46043da": {
  32689. "model_name": "LayoutModel",
  32690. "model_module": "@jupyter-widgets/base",
  32691. "model_module_version": "1.0.0",
  32692. "state": {}
  32693. },
  32694. "f8aa999f698d4ed385be73abfa631b53": {
  32695. "model_name": "LayoutModel",
  32696. "model_module": "@jupyter-widgets/base",
  32697. "model_module_version": "1.0.0",
  32698. "state": {}
  32699. },
  32700. "f8bdac8a382c43d69c39de0203c9f0b0": {
  32701. "model_name": "LayoutModel",
  32702. "model_module": "@jupyter-widgets/base",
  32703. "model_module_version": "1.0.0",
  32704. "state": {}
  32705. },
  32706. "f8dec836d6b442c09db020a274a27f0f": {
  32707. "model_name": "ButtonModel",
  32708. "model_module": "@jupyter-widgets/controls",
  32709. "model_module_version": "1.2.0",
  32710. "state": {
  32711. "description": "Remove",
  32712. "layout": "IPY_MODEL_b084e624ffb94fc1a5b59b26ca13b4bb",
  32713. "style": "IPY_MODEL_923a378533484ea09e00eea9daf52581"
  32714. }
  32715. },
  32716. "f8e8c6accfb0416dbfb96ed989740da6": {
  32717. "model_name": "DescriptionStyleModel",
  32718. "model_module": "@jupyter-widgets/controls",
  32719. "model_module_version": "1.2.0",
  32720. "state": {
  32721. "description_width": ""
  32722. }
  32723. },
  32724. "f8ed81f8d0744d45b5a5f93c9ee4ebce": {
  32725. "model_name": "DescriptionStyleModel",
  32726. "model_module": "@jupyter-widgets/controls",
  32727. "model_module_version": "1.2.0",
  32728. "state": {
  32729. "description_width": ""
  32730. }
  32731. },
  32732. "f8ee89baca9348bcaccc65fe0c8d121c": {
  32733. "model_name": "DescriptionStyleModel",
  32734. "model_module": "@jupyter-widgets/controls",
  32735. "model_module_version": "1.2.0",
  32736. "state": {
  32737. "description_width": ""
  32738. }
  32739. },
  32740. "f92c2c1a477f43168fe3899916f6b5ef": {
  32741. "model_name": "OutputModel",
  32742. "model_module": "@jupyter-widgets/output",
  32743. "model_module_version": "1.0.0",
  32744. "state": {
  32745. "layout": "IPY_MODEL_b1398ee3f16f434d9b1d4b24dd864ee6"
  32746. }
  32747. },
  32748. "f933b0b84a604a9b996fab2c5a5e4c88": {
  32749. "model_name": "DescriptionStyleModel",
  32750. "model_module": "@jupyter-widgets/controls",
  32751. "model_module_version": "1.2.0",
  32752. "state": {
  32753. "description_width": ""
  32754. }
  32755. },
  32756. "f954c95cff774eb4b35291993c5e3200": {
  32757. "model_name": "DescriptionStyleModel",
  32758. "model_module": "@jupyter-widgets/controls",
  32759. "model_module_version": "1.2.0",
  32760. "state": {
  32761. "description_width": ""
  32762. }
  32763. },
  32764. "f957340d841a4008b7755c3f5be73a4b": {
  32765. "model_name": "LabelModel",
  32766. "model_module": "@jupyter-widgets/controls",
  32767. "model_module_version": "1.2.0",
  32768. "state": {
  32769. "layout": "IPY_MODEL_12d8307e68734242acb95f9f5b38b611",
  32770. "style": "IPY_MODEL_bee0c9ffd0d947a2a9ca556b00183275",
  32771. "value": "*Optional Classifiers"
  32772. }
  32773. },
  32774. "f9880ae08e3c4e678824127f4f6400db": {
  32775. "model_name": "ButtonModel",
  32776. "model_module": "@jupyter-widgets/controls",
  32777. "model_module_version": "1.2.0",
  32778. "state": {
  32779. "description": "Remove",
  32780. "layout": "IPY_MODEL_2a4459c90cf1495eb615c12d0dced01a",
  32781. "style": "IPY_MODEL_8e9c1a9f1fb84b81b46a9c4cc6f8874b"
  32782. }
  32783. },
  32784. "f98e2a388fa04dcda64d8f17ff3446c6": {
  32785. "model_name": "LabelModel",
  32786. "model_module": "@jupyter-widgets/controls",
  32787. "model_module_version": "1.2.0",
  32788. "state": {
  32789. "layout": "IPY_MODEL_2cbf78d209284fc5868df61c79e9f8a3",
  32790. "style": "IPY_MODEL_ff44267274c3453e8271d66f2946abaa",
  32791. "value": "Chosen Classifiers"
  32792. }
  32793. },
  32794. "f99916507bd34150a2cd834ac469caf5": {
  32795. "model_name": "LayoutModel",
  32796. "model_module": "@jupyter-widgets/base",
  32797. "model_module_version": "1.0.0",
  32798. "state": {}
  32799. },
  32800. "f9ab9dd37c9d4beeaaf75d64187c09d7": {
  32801. "model_name": "LayoutModel",
  32802. "model_module": "@jupyter-widgets/base",
  32803. "model_module_version": "1.0.0",
  32804. "state": {}
  32805. },
  32806. "f9e0d6aa4c9d41d8a526c30314e5451b": {
  32807. "model_name": "VBoxModel",
  32808. "model_module": "@jupyter-widgets/controls",
  32809. "model_module_version": "1.2.0",
  32810. "state": {
  32811. "_dom_classes": [
  32812. "widget-interact"
  32813. ],
  32814. "children": [
  32815. "IPY_MODEL_18bfccee7ec442a58844005aaf13efed",
  32816. "IPY_MODEL_766f6276844f414fa0044eaa8d69d0fb"
  32817. ],
  32818. "layout": "IPY_MODEL_a2c46a3019a94d0fb03568fdb2fad1bf"
  32819. }
  32820. },
  32821. "f9e813dc67af4ce69e2e1db8e17512e0": {
  32822. "model_name": "LayoutModel",
  32823. "model_module": "@jupyter-widgets/base",
  32824. "model_module_version": "1.0.0",
  32825. "state": {}
  32826. },
  32827. "f9ef89af39dc43f5ac529905eb116321": {
  32828. "model_name": "LayoutModel",
  32829. "model_module": "@jupyter-widgets/base",
  32830. "model_module_version": "1.0.0",
  32831. "state": {}
  32832. },
  32833. "fa033cdc335e4f4aa469abe4fddc5d3f": {
  32834. "model_name": "VBoxModel",
  32835. "model_module": "@jupyter-widgets/controls",
  32836. "model_module_version": "1.2.0",
  32837. "state": {
  32838. "_dom_classes": [
  32839. "widget-interact"
  32840. ],
  32841. "children": [
  32842. "IPY_MODEL_d10d8912cf41407d995c3a8b2b2f2d68",
  32843. "IPY_MODEL_d84b9450fd8b47959a7553daad8b72ad"
  32844. ],
  32845. "layout": "IPY_MODEL_525e8d73da2e463b95ad4fdc22874836"
  32846. }
  32847. },
  32848. "fa070fffcd2848bc85049014c2c36d3c": {
  32849. "model_name": "ButtonStyleModel",
  32850. "model_module": "@jupyter-widgets/controls",
  32851. "model_module_version": "1.2.0",
  32852. "state": {}
  32853. },
  32854. "fa1a4059beff4fd2a86b74a268679dda": {
  32855. "model_name": "OutputModel",
  32856. "model_module": "@jupyter-widgets/output",
  32857. "model_module_version": "1.0.0",
  32858. "state": {
  32859. "layout": "IPY_MODEL_ddebf29a073040d3bb3e10f5536bbe39"
  32860. }
  32861. },
  32862. "fa5e4acf70f84fe7a8555c3f4ec3c44f": {
  32863. "model_name": "LayoutModel",
  32864. "model_module": "@jupyter-widgets/base",
  32865. "model_module_version": "1.0.0",
  32866. "state": {}
  32867. },
  32868. "fa87e48222f144b38a64cc23a9f57ed3": {
  32869. "model_name": "DescriptionStyleModel",
  32870. "model_module": "@jupyter-widgets/controls",
  32871. "model_module_version": "1.2.0",
  32872. "state": {
  32873. "description_width": ""
  32874. }
  32875. },
  32876. "faa3314700cd436199817cf46e9f7435": {
  32877. "model_name": "VBoxModel",
  32878. "model_module": "@jupyter-widgets/controls",
  32879. "model_module_version": "1.2.0",
  32880. "state": {
  32881. "_dom_classes": [
  32882. "widget-interact"
  32883. ],
  32884. "children": [
  32885. "IPY_MODEL_7a1f818b0f7848f89137a240681c365a",
  32886. "IPY_MODEL_9b2c4f4d5f9d47f3b0e5e05662601ce7"
  32887. ],
  32888. "layout": "IPY_MODEL_638748c2e46349caa74cce7854ad9ec1"
  32889. }
  32890. },
  32891. "faacceeb33c6466090cd85e4f6020583": {
  32892. "model_name": "VBoxModel",
  32893. "model_module": "@jupyter-widgets/controls",
  32894. "model_module_version": "1.2.0",
  32895. "state": {
  32896. "_dom_classes": [
  32897. "widget-interact"
  32898. ],
  32899. "children": [
  32900. "IPY_MODEL_7f852c414086445b84f262c8f843b9d4",
  32901. "IPY_MODEL_af379f721aae40f5aa946db8f0ad419e"
  32902. ],
  32903. "layout": "IPY_MODEL_abbd5a015c4f4b8a92805085d6034b6d"
  32904. }
  32905. },
  32906. "fafa01d0188f4bb0891a584693ac3cec": {
  32907. "model_name": "LayoutModel",
  32908. "model_module": "@jupyter-widgets/base",
  32909. "model_module_version": "1.0.0",
  32910. "state": {}
  32911. },
  32912. "fb068e2ecc424805b5c5f1834375218d": {
  32913. "model_name": "LabelModel",
  32914. "model_module": "@jupyter-widgets/controls",
  32915. "model_module_version": "1.2.0",
  32916. "state": {
  32917. "layout": "IPY_MODEL_e8c14741a34a4273af8bdff7eedc0e26",
  32918. "style": "IPY_MODEL_a484a71f3dc4426e98398130bc7b4d04",
  32919. "value": "!..."
  32920. }
  32921. },
  32922. "fb188f253e884a3eaee69d67c4dc8726": {
  32923. "model_name": "VBoxModel",
  32924. "model_module": "@jupyter-widgets/controls",
  32925. "model_module_version": "1.2.0",
  32926. "state": {
  32927. "_dom_classes": [
  32928. "widget-interact"
  32929. ],
  32930. "children": [
  32931. "IPY_MODEL_d10d8912cf41407d995c3a8b2b2f2d68",
  32932. "IPY_MODEL_2627254debe847b981df523793a3384b"
  32933. ],
  32934. "layout": "IPY_MODEL_612e6697399449a88ef7635a2c1adbc9"
  32935. }
  32936. },
  32937. "fb1f817c197d4bae9c4035f43250b5fb": {
  32938. "model_name": "HBoxModel",
  32939. "model_module": "@jupyter-widgets/controls",
  32940. "model_module_version": "1.2.0",
  32941. "state": {
  32942. "children": [
  32943. "IPY_MODEL_1713b0a431d74262a9acb278062e6ab2",
  32944. "IPY_MODEL_62775ca1b9c54efc8fa390d1d5a8c2f3"
  32945. ],
  32946. "layout": "IPY_MODEL_f6382292bd3b4ab981dc141132eef154"
  32947. }
  32948. },
  32949. "fb2e2b343861475dbca387c5a3322895": {
  32950. "model_name": "DropdownModel",
  32951. "model_module": "@jupyter-widgets/controls",
  32952. "model_module_version": "1.2.0",
  32953. "state": {
  32954. "_options_labels": [
  32955. "Development Status :: 7 - Inactive",
  32956. "Development Status :: 5 - Production/Stable",
  32957. "Development Status :: 1 - Planning",
  32958. "Development Status :: 6 - Mature",
  32959. "Development Status :: 3 - Alpha",
  32960. "Development Status :: 4 - Beta",
  32961. "Development Status :: 2 - Pre-Alpha"
  32962. ],
  32963. "description": "Classifier",
  32964. "index": 2,
  32965. "layout": "IPY_MODEL_5b01b380b3d14efba9484e64bbb1c63c",
  32966. "style": "IPY_MODEL_f8e8c6accfb0416dbfb96ed989740da6"
  32967. }
  32968. },
  32969. "fb3dad9ae58f488786b3e7b18e774653": {
  32970. "model_name": "DescriptionStyleModel",
  32971. "model_module": "@jupyter-widgets/controls",
  32972. "model_module_version": "1.2.0",
  32973. "state": {
  32974. "description_width": ""
  32975. }
  32976. },
  32977. "fb47bf9461ec49bc91f9b4c3c00c03f9": {
  32978. "model_name": "LayoutModel",
  32979. "model_module": "@jupyter-widgets/base",
  32980. "model_module_version": "1.0.0",
  32981. "state": {}
  32982. },
  32983. "fb48720048404fc58664725919289f5d": {
  32984. "model_name": "VBoxModel",
  32985. "model_module": "@jupyter-widgets/controls",
  32986. "model_module_version": "1.2.0",
  32987. "state": {
  32988. "_dom_classes": [
  32989. "widget-interact"
  32990. ],
  32991. "children": [
  32992. "IPY_MODEL_7f1008cb7d354152b265ce8d3e430fa0",
  32993. "IPY_MODEL_7e8e5aada6f747db8a3362897a6940c7"
  32994. ],
  32995. "layout": "IPY_MODEL_34dde182a9274bbf95bd610ca69bd02d"
  32996. }
  32997. },
  32998. "fb6a46962ba44566a4323350a963fa76": {
  32999. "model_name": "DescriptionStyleModel",
  33000. "model_module": "@jupyter-widgets/controls",
  33001. "model_module_version": "1.2.0",
  33002. "state": {
  33003. "description_width": ""
  33004. }
  33005. },
  33006. "fba312e669644cb1b2ce08b74c266ca3": {
  33007. "model_name": "DropdownModel",
  33008. "model_module": "@jupyter-widgets/controls",
  33009. "model_module_version": "1.2.0",
  33010. "state": {
  33011. "_options_labels": [
  33012. "Development Status",
  33013. "Environment",
  33014. "Framework",
  33015. "Intended Audience",
  33016. "License",
  33017. "Natural Language",
  33018. "Operating System",
  33019. "Programming Language",
  33020. "Topic"
  33021. ],
  33022. "description": "prefix",
  33023. "index": 0,
  33024. "layout": "IPY_MODEL_9166f33c7b404f938603275f14461c31",
  33025. "style": "IPY_MODEL_1f0995d58abc447194cc4f23fe6b7550"
  33026. }
  33027. },
  33028. "fbc82ce33c9e484cbf13a314c62c834f": {
  33029. "model_name": "OutputModel",
  33030. "model_module": "@jupyter-widgets/output",
  33031. "model_module_version": "1.0.0",
  33032. "state": {
  33033. "layout": "IPY_MODEL_597d74ad6f5f4eddb591e9d793ab3c59",
  33034. "outputs": [
  33035. {
  33036. "ename": "NameError",
  33037. "evalue": "name 'refresh_classifiers' is not defined",
  33038. "output_type": "error",
  33039. "traceback": [
  33040. "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
  33041. "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
  33042. "\u001b[0;32m~/.conda/envs/AspireBase/lib/python3.6/site-packages/ipywidgets/widgets/interaction.py\u001b[0m in \u001b[0;36mupdate\u001b[0;34m(self, *args)\u001b[0m\n\u001b[1;32m 249\u001b[0m \u001b[0mvalue\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mwidget\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_interact_value\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 250\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mwidget\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_kwarg\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 251\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mf\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m**\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 252\u001b[0m \u001b[0mshow_inline_matplotlib_plots\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 253\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mauto_display\u001b[0m \u001b[0;32mand\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
  33043. "\u001b[0;32m<ipython-input-15-c2dcca98f61a>\u001b[0m in \u001b[0;36mc\u001b[0;34m(x)\u001b[0m\n\u001b[1;32m 22\u001b[0m \u001b[0;32mglobal\u001b[0m \u001b[0mchosen_classifier\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 23\u001b[0m \u001b[0mchosen_classifier\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mx\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 24\u001b[0;31m \u001b[0mrefresh_classifiers\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 25\u001b[0m \u001b[0;31m#chosen_classifiers.options=selected_classifiers\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 26\u001b[0m \u001b[0;31m#display(chosen_classifiers_label, chosen_classifiers, remove_classifier_button, chosen_classifiers_alert)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
  33044. "\u001b[0;31mNameError\u001b[0m: name 'refresh_classifiers' is not defined"
  33045. ]
  33046. }
  33047. ]
  33048. }
  33049. },
  33050. "fbdc90a36c934e489a837d44e8a5c3c0": {
  33051. "model_name": "LayoutModel",
  33052. "model_module": "@jupyter-widgets/base",
  33053. "model_module_version": "1.0.0",
  33054. "state": {}
  33055. },
  33056. "fbe08fe203544a08ab167777ab64c52b": {
  33057. "model_name": "LabelModel",
  33058. "model_module": "@jupyter-widgets/controls",
  33059. "model_module_version": "1.2.0",
  33060. "state": {
  33061. "layout": "IPY_MODEL_2dc93e0fb7104a9394ea57cdb2cfc6d5",
  33062. "style": "IPY_MODEL_0ce31ab93a994f2fb61ade897dc370ec"
  33063. }
  33064. },
  33065. "fc28ba542fda441fb8132edf6080cc8b": {
  33066. "model_name": "DescriptionStyleModel",
  33067. "model_module": "@jupyter-widgets/controls",
  33068. "model_module_version": "1.2.0",
  33069. "state": {
  33070. "description_width": ""
  33071. }
  33072. },
  33073. "fc7866b1137e4095ae8a497d069e0b4a": {
  33074. "model_name": "ButtonStyleModel",
  33075. "model_module": "@jupyter-widgets/controls",
  33076. "model_module_version": "1.2.0",
  33077. "state": {}
  33078. },
  33079. "fc7957d7852d496d9b70dcc8b7ed3a7e": {
  33080. "model_name": "ButtonModel",
  33081. "model_module": "@jupyter-widgets/controls",
  33082. "model_module_version": "1.2.0",
  33083. "state": {
  33084. "description": "Remove",
  33085. "layout": "IPY_MODEL_ac672d7976424e6abcc7550b86328305",
  33086. "style": "IPY_MODEL_66230552b23f4a3a86f17372a3303ec4"
  33087. }
  33088. },
  33089. "fc98c88750744bd39a29bbdecdf29eb1": {
  33090. "model_name": "HBoxModel",
  33091. "model_module": "@jupyter-widgets/controls",
  33092. "model_module_version": "1.2.0",
  33093. "state": {
  33094. "children": [
  33095. "IPY_MODEL_55e5b5cfee2d49f3b786ae6146c1029c",
  33096. "IPY_MODEL_c9bc54a702fa4e1aa6b9a01b2475090e"
  33097. ],
  33098. "layout": "IPY_MODEL_994bfe9fbb9b4a7f8653e147755d2637"
  33099. }
  33100. },
  33101. "fca2145af0a84e8387dabff160b1ea8a": {
  33102. "model_name": "DescriptionStyleModel",
  33103. "model_module": "@jupyter-widgets/controls",
  33104. "model_module_version": "1.2.0",
  33105. "state": {
  33106. "description_width": ""
  33107. }
  33108. },
  33109. "fca337d88f5b4d47b0fb774e1b8200d3": {
  33110. "model_name": "LayoutModel",
  33111. "model_module": "@jupyter-widgets/base",
  33112. "model_module_version": "1.0.0",
  33113. "state": {}
  33114. },
  33115. "fca8ec090bbf4620b26919d27903daec": {
  33116. "model_name": "DropdownModel",
  33117. "model_module": "@jupyter-widgets/controls",
  33118. "model_module_version": "1.2.0",
  33119. "state": {
  33120. "_options_labels": [
  33121. "Development Status",
  33122. "Environment",
  33123. "Framework",
  33124. "Intended Audience",
  33125. "License",
  33126. "Natural Language",
  33127. "Operating System",
  33128. "Programming Language",
  33129. "Topic"
  33130. ],
  33131. "description": "prefix",
  33132. "index": 2,
  33133. "layout": "IPY_MODEL_c1e49ee010d94f618c6b36cd99525e34",
  33134. "style": "IPY_MODEL_b8da7572e38b42908e376e2d59c9d9f9"
  33135. }
  33136. },
  33137. "fcc151ba43dd4385b8bac8589395cdc7": {
  33138. "model_name": "OutputModel",
  33139. "model_module": "@jupyter-widgets/output",
  33140. "model_module_version": "1.0.0",
  33141. "state": {
  33142. "layout": "IPY_MODEL_adb9394eda9d42e78a60ed15dd292097"
  33143. }
  33144. },
  33145. "fcec7fd705ae44cf900a72eb82ce77aa": {
  33146. "model_name": "LayoutModel",
  33147. "model_module": "@jupyter-widgets/base",
  33148. "model_module_version": "1.0.0",
  33149. "state": {}
  33150. },
  33151. "fcf1284179e54a3cb8a555e608d72087": {
  33152. "model_name": "LayoutModel",
  33153. "model_module": "@jupyter-widgets/base",
  33154. "model_module_version": "1.0.0",
  33155. "state": {}
  33156. },
  33157. "fd0b94206789416995aa94da0021b7b6": {
  33158. "model_name": "DescriptionStyleModel",
  33159. "model_module": "@jupyter-widgets/controls",
  33160. "model_module_version": "1.2.0",
  33161. "state": {
  33162. "description_width": ""
  33163. }
  33164. },
  33165. "fd1d5e9f2b304a5b9e8933efffec346d": {
  33166. "model_name": "ButtonStyleModel",
  33167. "model_module": "@jupyter-widgets/controls",
  33168. "model_module_version": "1.2.0",
  33169. "state": {}
  33170. },
  33171. "fd2264b7d1a74ad79ffa870d802307d8": {
  33172. "model_name": "HBoxModel",
  33173. "model_module": "@jupyter-widgets/controls",
  33174. "model_module_version": "1.2.0",
  33175. "state": {
  33176. "children": [
  33177. "IPY_MODEL_ed8ba4d147844e56b9fa597e1173a510"
  33178. ],
  33179. "layout": "IPY_MODEL_9823de84b42b4fd580c837ee128bc3c9"
  33180. }
  33181. },
  33182. "fd23c56694324a9fad1f4649b3855b7d": {
  33183. "model_name": "LayoutModel",
  33184. "model_module": "@jupyter-widgets/base",
  33185. "model_module_version": "1.0.0",
  33186. "state": {}
  33187. },
  33188. "fd2f01d97c7d4f15ac63e4f79a812161": {
  33189. "model_name": "VBoxModel",
  33190. "model_module": "@jupyter-widgets/controls",
  33191. "model_module_version": "1.2.0",
  33192. "state": {
  33193. "_dom_classes": [
  33194. "widget-interact"
  33195. ],
  33196. "children": [
  33197. "IPY_MODEL_bc290c7b839a44109d705c00aa32fd26",
  33198. "IPY_MODEL_31df72bde9594d488d1ab4a32eb05906"
  33199. ],
  33200. "layout": "IPY_MODEL_cb88748e8be7490587ffa95bd04bc9c6"
  33201. }
  33202. },
  33203. "fd35b089a61845babfcd2ada196ebbf9": {
  33204. "model_name": "LayoutModel",
  33205. "model_module": "@jupyter-widgets/base",
  33206. "model_module_version": "1.0.0",
  33207. "state": {}
  33208. },
  33209. "fd4cb8e1b800446c9897fa63e5654c13": {
  33210. "model_name": "OutputModel",
  33211. "model_module": "@jupyter-widgets/output",
  33212. "model_module_version": "1.0.0",
  33213. "state": {
  33214. "layout": "IPY_MODEL_93d7812cc70443189713e1f83f3eca7f",
  33215. "outputs": [
  33216. {
  33217. "data": {
  33218. "application/vnd.jupyter.widget-view+json": {
  33219. "model_id": "0219fb5a93e242b8b722899a4eb869f8",
  33220. "version_major": 2,
  33221. "version_minor": 0
  33222. },
  33223. "text/plain": "Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Development Status :: 5 - Produ…"
  33224. },
  33225. "metadata": {},
  33226. "output_type": "display_data"
  33227. }
  33228. ]
  33229. }
  33230. },
  33231. "fd668835e960404db304d7b99956d259": {
  33232. "model_name": "ButtonStyleModel",
  33233. "model_module": "@jupyter-widgets/controls",
  33234. "model_module_version": "1.2.0",
  33235. "state": {}
  33236. },
  33237. "fd85f8fde5e742b4903b95f1009d6728": {
  33238. "model_name": "VBoxModel",
  33239. "model_module": "@jupyter-widgets/controls",
  33240. "model_module_version": "1.2.0",
  33241. "state": {
  33242. "_dom_classes": [
  33243. "widget-interact"
  33244. ],
  33245. "children": [
  33246. "IPY_MODEL_694aa7ea1dbd4c8e9346d5f67539f1ce",
  33247. "IPY_MODEL_662b54ef72b24dd2b148fa6909dbeba5"
  33248. ],
  33249. "layout": "IPY_MODEL_2e8deb714c4b41ab875f1ea1a7a5868b"
  33250. }
  33251. },
  33252. "fd93f09a3a78422ba18a855a816a333f": {
  33253. "model_name": "SelectModel",
  33254. "model_module": "@jupyter-widgets/controls",
  33255. "model_module_version": "1.2.0",
  33256. "state": {
  33257. "_options_labels": [
  33258. "selected_classifiers"
  33259. ],
  33260. "description": "Classifiers",
  33261. "index": 0,
  33262. "layout": "IPY_MODEL_84d0a20faae542b186b0b7611e4b8c76",
  33263. "style": "IPY_MODEL_b972c257018143268d910c8d9aa3f7f4"
  33264. }
  33265. },
  33266. "fd99f7e1db4b46e8a6e1acba4897f972": {
  33267. "model_name": "LayoutModel",
  33268. "model_module": "@jupyter-widgets/base",
  33269. "model_module_version": "1.0.0",
  33270. "state": {}
  33271. },
  33272. "fdae5d2db7fa4fb5a9902deb986f112c": {
  33273. "model_name": "LayoutModel",
  33274. "model_module": "@jupyter-widgets/base",
  33275. "model_module_version": "1.0.0",
  33276. "state": {}
  33277. },
  33278. "fdb0ed4c5c4049e3b70f200f0d6b8990": {
  33279. "model_name": "LabelModel",
  33280. "model_module": "@jupyter-widgets/controls",
  33281. "model_module_version": "1.2.0",
  33282. "state": {
  33283. "layout": "IPY_MODEL_c5dc173ee1674418952c039d47b0d398",
  33284. "style": "IPY_MODEL_b0948f2339334a3d91222bf11c1a27b7",
  33285. "value": "*Optional Classifiers"
  33286. }
  33287. },
  33288. "fdb1fc6446ca4f22ad7f6b717c39beb6": {
  33289. "model_name": "HBoxModel",
  33290. "model_module": "@jupyter-widgets/controls",
  33291. "model_module_version": "1.2.0",
  33292. "state": {
  33293. "children": [
  33294. "IPY_MODEL_666d7a6d1ecd4c708dd0cb020ad1ed46",
  33295. "IPY_MODEL_98f6cbffb7db4d54ab3912dd1c8395f9",
  33296. "IPY_MODEL_db8ec39cf25146ccb5023a4212e3f78c"
  33297. ],
  33298. "layout": "IPY_MODEL_a78aad680ea64aacb383e690b3ec65b5"
  33299. }
  33300. },
  33301. "fdbfddc5e6be4fbc9fe6dc4455f7dfcf": {
  33302. "model_name": "HBoxModel",
  33303. "model_module": "@jupyter-widgets/controls",
  33304. "model_module_version": "1.2.0",
  33305. "state": {
  33306. "children": [
  33307. "IPY_MODEL_2596c69edaf443dabfb83c51804f4702",
  33308. "IPY_MODEL_afebe70f568e47c3a5ea697b4316c26b"
  33309. ],
  33310. "layout": "IPY_MODEL_958be74b96734659974471b07a2648a1"
  33311. }
  33312. },
  33313. "fdc24fb04d3843cabc937cfe42d44cb7": {
  33314. "model_name": "OutputModel",
  33315. "model_module": "@jupyter-widgets/output",
  33316. "model_module_version": "1.0.0",
  33317. "state": {
  33318. "layout": "IPY_MODEL_9e7f595c491d4e39a8d9735931361575"
  33319. }
  33320. },
  33321. "fdebbbd10827412382abf299349e11ee": {
  33322. "model_name": "LayoutModel",
  33323. "model_module": "@jupyter-widgets/base",
  33324. "model_module_version": "1.0.0",
  33325. "state": {}
  33326. },
  33327. "fe017e56804044608bed45c82a4c9c97": {
  33328. "model_name": "DescriptionStyleModel",
  33329. "model_module": "@jupyter-widgets/controls",
  33330. "model_module_version": "1.2.0",
  33331. "state": {
  33332. "description_width": ""
  33333. }
  33334. },
  33335. "fe2bf900ac7e497c9b11a1057a99ea55": {
  33336. "model_name": "DescriptionStyleModel",
  33337. "model_module": "@jupyter-widgets/controls",
  33338. "model_module_version": "1.2.0",
  33339. "state": {
  33340. "description_width": ""
  33341. }
  33342. },
  33343. "fe3b097eafc34b7d8c86bd8b45d00e08": {
  33344. "model_name": "LayoutModel",
  33345. "model_module": "@jupyter-widgets/base",
  33346. "model_module_version": "1.0.0",
  33347. "state": {}
  33348. },
  33349. "fe41eb7872fc492bae52032341851264": {
  33350. "model_name": "DescriptionStyleModel",
  33351. "model_module": "@jupyter-widgets/controls",
  33352. "model_module_version": "1.2.0",
  33353. "state": {
  33354. "description_width": ""
  33355. }
  33356. },
  33357. "fe4ce0c7a9a041ee8f359da1b9cb0d23": {
  33358. "model_name": "LayoutModel",
  33359. "model_module": "@jupyter-widgets/base",
  33360. "model_module_version": "1.0.0",
  33361. "state": {}
  33362. },
  33363. "fe65afbefa51404fa5346c3cd5c66fb4": {
  33364. "model_name": "LayoutModel",
  33365. "model_module": "@jupyter-widgets/base",
  33366. "model_module_version": "1.0.0",
  33367. "state": {}
  33368. },
  33369. "fe725ac4b0ab4fec9cad23c7d41ae2e6": {
  33370. "model_name": "LayoutModel",
  33371. "model_module": "@jupyter-widgets/base",
  33372. "model_module_version": "1.0.0",
  33373. "state": {}
  33374. },
  33375. "fe785960a3984f48aa0c1f0ac2cdf059": {
  33376. "model_name": "LayoutModel",
  33377. "model_module": "@jupyter-widgets/base",
  33378. "model_module_version": "1.0.0",
  33379. "state": {}
  33380. },
  33381. "fe84db2023de4ec38b88152485657dac": {
  33382. "model_name": "LayoutModel",
  33383. "model_module": "@jupyter-widgets/base",
  33384. "model_module_version": "1.0.0",
  33385. "state": {}
  33386. },
  33387. "fe8525dc129d4b1db31b9df014bb6d4b": {
  33388. "model_name": "DescriptionStyleModel",
  33389. "model_module": "@jupyter-widgets/controls",
  33390. "model_module_version": "1.2.0",
  33391. "state": {
  33392. "description_width": ""
  33393. }
  33394. },
  33395. "fe8bf9c9e178424c91858d6d47b8e209": {
  33396. "model_name": "DescriptionStyleModel",
  33397. "model_module": "@jupyter-widgets/controls",
  33398. "model_module_version": "1.2.0",
  33399. "state": {
  33400. "description_width": ""
  33401. }
  33402. },
  33403. "fe9c108ea8a543c0b85c04e697d84645": {
  33404. "model_name": "LayoutModel",
  33405. "model_module": "@jupyter-widgets/base",
  33406. "model_module_version": "1.0.0",
  33407. "state": {}
  33408. },
  33409. "feb07bc658694724a9f91038b42bf232": {
  33410. "model_name": "LayoutModel",
  33411. "model_module": "@jupyter-widgets/base",
  33412. "model_module_version": "1.0.0",
  33413. "state": {}
  33414. },
  33415. "fed47d028fa84c7b8d38d9a0a6728f1a": {
  33416. "model_name": "OutputModel",
  33417. "model_module": "@jupyter-widgets/output",
  33418. "model_module_version": "1.0.0",
  33419. "state": {
  33420. "layout": "IPY_MODEL_da7c09d051f248b998f1b262cc50dfe1",
  33421. "outputs": [
  33422. {
  33423. "data": {
  33424. "application/vnd.jupyter.widget-view+json": {
  33425. "model_id": "b69b153333ed4670851393268f0574fd",
  33426. "version_major": 2,
  33427. "version_minor": 0
  33428. },
  33429. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Development Status :: 4 - Beta', 'Developme…"
  33430. },
  33431. "metadata": {},
  33432. "output_type": "display_data"
  33433. }
  33434. ]
  33435. }
  33436. },
  33437. "fef6ee6b9f104251b1879ed9dc28641b": {
  33438. "model_name": "ButtonStyleModel",
  33439. "model_module": "@jupyter-widgets/controls",
  33440. "model_module_version": "1.2.0",
  33441. "state": {}
  33442. },
  33443. "fef953b53200468e9ddd0d62ec752787": {
  33444. "model_name": "DescriptionStyleModel",
  33445. "model_module": "@jupyter-widgets/controls",
  33446. "model_module_version": "1.2.0",
  33447. "state": {
  33448. "description_width": ""
  33449. }
  33450. },
  33451. "fefa896617054686a197e6e18682c13e": {
  33452. "model_name": "ButtonStyleModel",
  33453. "model_module": "@jupyter-widgets/controls",
  33454. "model_module_version": "1.2.0",
  33455. "state": {}
  33456. },
  33457. "ff1b403e589048199fd53c529537e8ea": {
  33458. "model_name": "DescriptionStyleModel",
  33459. "model_module": "@jupyter-widgets/controls",
  33460. "model_module_version": "1.2.0",
  33461. "state": {
  33462. "description_width": ""
  33463. }
  33464. },
  33465. "ff2c3d6c34f149feaea08ac27ca25695": {
  33466. "model_name": "SelectModel",
  33467. "model_module": "@jupyter-widgets/controls",
  33468. "model_module_version": "1.2.0",
  33469. "state": {
  33470. "description": "Selected:",
  33471. "index": null,
  33472. "layout": "IPY_MODEL_e6d53dd6aa464c72a29d483c0d62dcab",
  33473. "style": "IPY_MODEL_5730faef38dc4d5b9c0e808502ffead7"
  33474. }
  33475. },
  33476. "ff323e5121a949b6be566a1474fe5493": {
  33477. "model_name": "ButtonStyleModel",
  33478. "model_module": "@jupyter-widgets/controls",
  33479. "model_module_version": "1.2.0",
  33480. "state": {}
  33481. },
  33482. "ff44267274c3453e8271d66f2946abaa": {
  33483. "model_name": "DescriptionStyleModel",
  33484. "model_module": "@jupyter-widgets/controls",
  33485. "model_module_version": "1.2.0",
  33486. "state": {
  33487. "description_width": ""
  33488. }
  33489. },
  33490. "ff4712250b684de9a335d0606f6b8b74": {
  33491. "model_name": "LayoutModel",
  33492. "model_module": "@jupyter-widgets/base",
  33493. "model_module_version": "1.0.0",
  33494. "state": {}
  33495. },
  33496. "ff6439be07a84219bb3373050a74bfb8": {
  33497. "model_name": "LayoutModel",
  33498. "model_module": "@jupyter-widgets/base",
  33499. "model_module_version": "1.0.0",
  33500. "state": {}
  33501. },
  33502. "ff65c71f851d44c5ba2b3c1671a965de": {
  33503. "model_name": "HBoxModel",
  33504. "model_module": "@jupyter-widgets/controls",
  33505. "model_module_version": "1.2.0",
  33506. "state": {
  33507. "children": [
  33508. "IPY_MODEL_a1937453834b48d68321db35de3428e7",
  33509. "IPY_MODEL_650cb2235def47599c6fff33ccdeefcc"
  33510. ],
  33511. "layout": "IPY_MODEL_89f8a2d720e641fd95421a0ee1526add"
  33512. }
  33513. },
  33514. "ff76c993e8b2416692f1a4b9837258a2": {
  33515. "model_name": "HBoxModel",
  33516. "model_module": "@jupyter-widgets/controls",
  33517. "model_module_version": "1.2.0",
  33518. "state": {
  33519. "children": [
  33520. "IPY_MODEL_22439129dfe3401ca5565088ebe0b058"
  33521. ],
  33522. "layout": "IPY_MODEL_8471f59f85204e2fa27a62160354947b"
  33523. }
  33524. },
  33525. "ff77bdc0335f48adad9888f65d379402": {
  33526. "model_name": "ButtonStyleModel",
  33527. "model_module": "@jupyter-widgets/controls",
  33528. "model_module_version": "1.2.0",
  33529. "state": {}
  33530. },
  33531. "ff86c6c2f763465ba455a2cbb58da9c1": {
  33532. "model_name": "LayoutModel",
  33533. "model_module": "@jupyter-widgets/base",
  33534. "model_module_version": "1.0.0",
  33535. "state": {}
  33536. },
  33537. "ff93b69d05134042b8f6a56a6fe054fc": {
  33538. "model_name": "HBoxModel",
  33539. "model_module": "@jupyter-widgets/controls",
  33540. "model_module_version": "1.2.0",
  33541. "state": {
  33542. "children": [
  33543. "IPY_MODEL_f957340d841a4008b7755c3f5be73a4b",
  33544. "IPY_MODEL_12127c3f2ca24d6c94aff6bba0cae7e9"
  33545. ],
  33546. "layout": "IPY_MODEL_76d3986e94ee4b12bf262a6df968526d"
  33547. }
  33548. },
  33549. "ff98a4fe340b40d082a31707f549683f": {
  33550. "model_name": "LayoutModel",
  33551. "model_module": "@jupyter-widgets/base",
  33552. "model_module_version": "1.0.0",
  33553. "state": {}
  33554. },
  33555. "ffc440b87b384663a71f4c1584febab4": {
  33556. "model_name": "HBoxModel",
  33557. "model_module": "@jupyter-widgets/controls",
  33558. "model_module_version": "1.2.0",
  33559. "state": {
  33560. "children": [
  33561. "IPY_MODEL_ced2cb8dbe9f462395bd268ed510b780",
  33562. "IPY_MODEL_e433e0ac33fe409da6c9d1cb38a4ecbc"
  33563. ],
  33564. "layout": "IPY_MODEL_e62f3c82a9ee4d3da4d0e3835d918ca4"
  33565. }
  33566. },
  33567. "ffc4755f93ef4b2a9ac3b81e157e4edb": {
  33568. "model_name": "HBoxModel",
  33569. "model_module": "@jupyter-widgets/controls",
  33570. "model_module_version": "1.2.0",
  33571. "state": {
  33572. "children": [
  33573. "IPY_MODEL_ccba69f96f4448a9802ea6e54b7c79bf",
  33574. "IPY_MODEL_28366e0f2e9b4a818f7a207727adaf4a"
  33575. ],
  33576. "layout": "IPY_MODEL_91842a9830ec4ede8d8dbc7d5219d9e3"
  33577. }
  33578. },
  33579. "ffc9c9edf8904abbb56a7dc431e68827": {
  33580. "model_name": "OutputModel",
  33581. "model_module": "@jupyter-widgets/output",
  33582. "model_module_version": "1.0.0",
  33583. "state": {
  33584. "layout": "IPY_MODEL_6f249d4b9d5f476fa363587ca384c480"
  33585. }
  33586. },
  33587. "ffe282cde61e45d9acdd528c8d103b99": {
  33588. "model_name": "VBoxModel",
  33589. "model_module": "@jupyter-widgets/controls",
  33590. "model_module_version": "1.2.0",
  33591. "state": {
  33592. "_dom_classes": [
  33593. "widget-interact"
  33594. ],
  33595. "children": [
  33596. "IPY_MODEL_06aee330f81042428ab7cfa3c3616d3e",
  33597. "IPY_MODEL_d00b178dca81415aa67cec309ded2711"
  33598. ],
  33599. "layout": "IPY_MODEL_922d5245cb5a45e4bb5f3e5aab518b9f"
  33600. }
  33601. },
  33602. "fffa7e6b99b74984bba37506be35dcf0": {
  33603. "model_name": "DescriptionStyleModel",
  33604. "model_module": "@jupyter-widgets/controls",
  33605. "model_module_version": "1.2.0",
  33606. "state": {
  33607. "description_width": ""
  33608. }
  33609. },
  33610. "ffff0a04ad5c45ee94a47356b3727ab5": {
  33611. "model_name": "DescriptionStyleModel",
  33612. "model_module": "@jupyter-widgets/controls",
  33613. "model_module_version": "1.2.0",
  33614. "state": {
  33615. "description_width": ""
  33616. }
  33617. },
  33618. "baef4c43f5384b51ad2c2e62b7118a80": {
  33619. "model_name": "LayoutModel",
  33620. "model_module": "@jupyter-widgets/base",
  33621. "model_module_version": "1.0.0",
  33622. "state": {}
  33623. },
  33624. "ebe80142fb5a4a81a2a9fe59b0a1a5e4": {
  33625. "model_name": "DescriptionStyleModel",
  33626. "model_module": "@jupyter-widgets/controls",
  33627. "model_module_version": "1.2.0",
  33628. "state": {
  33629. "description_width": ""
  33630. }
  33631. },
  33632. "f4afbe26116448a2bd2fb9cea43fc5aa": {
  33633. "model_name": "LabelModel",
  33634. "model_module": "@jupyter-widgets/controls",
  33635. "model_module_version": "1.2.0",
  33636. "state": {
  33637. "layout": "IPY_MODEL_baef4c43f5384b51ad2c2e62b7118a80",
  33638. "style": "IPY_MODEL_ebe80142fb5a4a81a2a9fe59b0a1a5e4",
  33639. "value": "*Optional Classifiers"
  33640. }
  33641. },
  33642. "cc07e440946041bfa6f78ba97bcccb26": {
  33643. "model_name": "LayoutModel",
  33644. "model_module": "@jupyter-widgets/base",
  33645. "model_module_version": "1.0.0",
  33646. "state": {}
  33647. },
  33648. "52aeb756020542459874db3525efc85a": {
  33649. "model_name": "VBoxModel",
  33650. "model_module": "@jupyter-widgets/controls",
  33651. "model_module_version": "1.2.0",
  33652. "state": {
  33653. "_dom_classes": [
  33654. "widget-interact"
  33655. ],
  33656. "children": [
  33657. "IPY_MODEL_bd6542f2859d463ca8bc3cd7e1b76007",
  33658. "IPY_MODEL_fc3b6732993d4f609a42204b1dbbebe9"
  33659. ],
  33660. "layout": "IPY_MODEL_cc07e440946041bfa6f78ba97bcccb26"
  33661. }
  33662. },
  33663. "0894b34a3e714d4eb279870e98224629": {
  33664. "model_name": "LayoutModel",
  33665. "model_module": "@jupyter-widgets/base",
  33666. "model_module_version": "1.0.0",
  33667. "state": {}
  33668. },
  33669. "eb5e451d478942d69ab563684a6ee0e8": {
  33670. "model_name": "DescriptionStyleModel",
  33671. "model_module": "@jupyter-widgets/controls",
  33672. "model_module_version": "1.2.0",
  33673. "state": {
  33674. "description_width": ""
  33675. }
  33676. },
  33677. "bd6542f2859d463ca8bc3cd7e1b76007": {
  33678. "model_name": "DropdownModel",
  33679. "model_module": "@jupyter-widgets/controls",
  33680. "model_module_version": "1.2.0",
  33681. "state": {
  33682. "_options_labels": [
  33683. "Development Status",
  33684. "Environment",
  33685. "Framework",
  33686. "Intended Audience",
  33687. "License",
  33688. "Natural Language",
  33689. "Operating System",
  33690. "Programming Language",
  33691. "Topic"
  33692. ],
  33693. "description": "prefix",
  33694. "index": 6,
  33695. "layout": "IPY_MODEL_0894b34a3e714d4eb279870e98224629",
  33696. "style": "IPY_MODEL_eb5e451d478942d69ab563684a6ee0e8"
  33697. }
  33698. },
  33699. "ad44c7c3536a491193b9a33ff87118b8": {
  33700. "model_name": "LayoutModel",
  33701. "model_module": "@jupyter-widgets/base",
  33702. "model_module_version": "1.0.0",
  33703. "state": {}
  33704. },
  33705. "fc3b6732993d4f609a42204b1dbbebe9": {
  33706. "model_name": "OutputModel",
  33707. "model_module": "@jupyter-widgets/output",
  33708. "model_module_version": "1.0.0",
  33709. "state": {
  33710. "layout": "IPY_MODEL_ad44c7c3536a491193b9a33ff87118b8",
  33711. "outputs": [
  33712. {
  33713. "output_type": "display_data",
  33714. "data": {
  33715. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Operating System :: POSIX :: BSD', 'Operati…",
  33716. "application/vnd.jupyter.widget-view+json": {
  33717. "version_major": 2,
  33718. "version_minor": 0,
  33719. "model_id": "d7c9057a4b594690b95989123769d084"
  33720. }
  33721. },
  33722. "metadata": {}
  33723. }
  33724. ]
  33725. }
  33726. },
  33727. "9567d77293534a6aa3dbb0dba2941397": {
  33728. "model_name": "LayoutModel",
  33729. "model_module": "@jupyter-widgets/base",
  33730. "model_module_version": "1.0.0",
  33731. "state": {}
  33732. },
  33733. "8715e24f809143c0932c1d7db19653ae": {
  33734. "model_name": "DescriptionStyleModel",
  33735. "model_module": "@jupyter-widgets/controls",
  33736. "model_module_version": "1.2.0",
  33737. "state": {
  33738. "description_width": ""
  33739. }
  33740. },
  33741. "e3f65856be5f4c7a833df9e0a7b79687": {
  33742. "model_name": "DropdownModel",
  33743. "model_module": "@jupyter-widgets/controls",
  33744. "model_module_version": "1.2.0",
  33745. "state": {
  33746. "_options_labels": [
  33747. "Operating System :: POSIX :: BSD",
  33748. "Operating System :: POSIX :: BSD :: NetBSD",
  33749. "Operating System :: PDA Systems",
  33750. "Operating System :: POSIX",
  33751. "Operating System :: Microsoft :: Windows :: Windows 95/98/2000",
  33752. "Operating System :: MacOS :: MacOS X",
  33753. "Operating System :: Microsoft :: Windows :: Windows Vista",
  33754. "Operating System :: Microsoft :: Windows :: Windows XP",
  33755. "Operating System :: POSIX :: HP-UX",
  33756. "Operating System :: POSIX :: BSD :: FreeBSD",
  33757. "Operating System :: POSIX :: IRIX",
  33758. "Operating System :: Other OS",
  33759. "Operating System :: iOS",
  33760. "Operating System :: Unix",
  33761. "Operating System :: PalmOS",
  33762. "Operating System :: Microsoft",
  33763. "Operating System :: BeOS",
  33764. "Operating System :: Microsoft :: Windows :: Windows 8.1",
  33765. "Operating System :: POSIX :: GNU Hurd",
  33766. "Operating System :: OS Independent",
  33767. "Operating System :: OS/2",
  33768. "Operating System :: MacOS",
  33769. "Operating System :: Microsoft :: Windows :: Windows Server 2003",
  33770. "Operating System :: POSIX :: SunOS/Solaris",
  33771. "Operating System :: Microsoft :: Windows :: Windows 7",
  33772. "Operating System :: POSIX :: AIX",
  33773. "Operating System :: Microsoft :: Windows :: Windows CE",
  33774. "Operating System :: Microsoft :: Windows :: Windows 8",
  33775. "Operating System :: Microsoft :: Windows :: Windows NT/2000",
  33776. "Operating System :: POSIX :: Linux",
  33777. "Operating System :: POSIX :: SCO",
  33778. "Operating System :: Microsoft :: MS-DOS",
  33779. "Operating System :: POSIX :: Other",
  33780. "Operating System :: Android",
  33781. "Operating System :: Microsoft :: Windows :: Windows Server 2008",
  33782. "Operating System :: Microsoft :: Windows :: Windows 10",
  33783. "Operating System :: Microsoft :: Windows",
  33784. "Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier",
  33785. "Operating System :: POSIX :: BSD :: OpenBSD",
  33786. "Operating System :: MacOS :: MacOS 9",
  33787. "Operating System :: POSIX :: BSD :: BSD/OS"
  33788. ],
  33789. "description": "Classifier",
  33790. "index": 29,
  33791. "layout": "IPY_MODEL_9567d77293534a6aa3dbb0dba2941397",
  33792. "style": "IPY_MODEL_8715e24f809143c0932c1d7db19653ae"
  33793. }
  33794. },
  33795. "b7dcabe8bcfb4f72ac05c72ece8812e4": {
  33796. "model_name": "LayoutModel",
  33797. "model_module": "@jupyter-widgets/base",
  33798. "model_module_version": "1.0.0",
  33799. "state": {}
  33800. },
  33801. "c0f568e5cc49433ab02f2513440c577b": {
  33802. "model_name": "ButtonStyleModel",
  33803. "model_module": "@jupyter-widgets/controls",
  33804. "model_module_version": "1.2.0",
  33805. "state": {}
  33806. },
  33807. "2a74d434b1994afab21270c57df49842": {
  33808. "model_name": "ButtonModel",
  33809. "model_module": "@jupyter-widgets/controls",
  33810. "model_module_version": "1.2.0",
  33811. "state": {
  33812. "description": "Add",
  33813. "layout": "IPY_MODEL_b7dcabe8bcfb4f72ac05c72ece8812e4",
  33814. "style": "IPY_MODEL_c0f568e5cc49433ab02f2513440c577b"
  33815. }
  33816. },
  33817. "039288b72f4c47f986dd147e19e7d7eb": {
  33818. "model_name": "LayoutModel",
  33819. "model_module": "@jupyter-widgets/base",
  33820. "model_module_version": "1.0.0",
  33821. "state": {}
  33822. },
  33823. "47aa5456c7d348fc911b98c285e13ad0": {
  33824. "model_name": "DescriptionStyleModel",
  33825. "model_module": "@jupyter-widgets/controls",
  33826. "model_module_version": "1.2.0",
  33827. "state": {
  33828. "description_width": ""
  33829. }
  33830. },
  33831. "545f166880bf4e9d82d3ac15d0d637d7": {
  33832. "model_name": "LabelModel",
  33833. "model_module": "@jupyter-widgets/controls",
  33834. "model_module_version": "1.2.0",
  33835. "state": {
  33836. "layout": "IPY_MODEL_039288b72f4c47f986dd147e19e7d7eb",
  33837. "style": "IPY_MODEL_47aa5456c7d348fc911b98c285e13ad0",
  33838. "value": "!..."
  33839. }
  33840. },
  33841. "0ca68f1bde32419b92f5eec0ae7a667f": {
  33842. "model_name": "LayoutModel",
  33843. "model_module": "@jupyter-widgets/base",
  33844. "model_module_version": "1.0.0",
  33845. "state": {}
  33846. },
  33847. "33516205dde042bdb3796583540ae18d": {
  33848. "model_name": "DescriptionStyleModel",
  33849. "model_module": "@jupyter-widgets/controls",
  33850. "model_module_version": "1.2.0",
  33851. "state": {
  33852. "description_width": ""
  33853. }
  33854. },
  33855. "30bb825666e44b569a363ee14960ba69": {
  33856. "model_name": "LabelModel",
  33857. "model_module": "@jupyter-widgets/controls",
  33858. "model_module_version": "1.2.0",
  33859. "state": {
  33860. "layout": "IPY_MODEL_0ca68f1bde32419b92f5eec0ae7a667f",
  33861. "style": "IPY_MODEL_33516205dde042bdb3796583540ae18d",
  33862. "value": "Chosen Classifiers"
  33863. }
  33864. },
  33865. "1f0416134def446599be471dbeb0f678": {
  33866. "model_name": "LayoutModel",
  33867. "model_module": "@jupyter-widgets/base",
  33868. "model_module_version": "1.0.0",
  33869. "state": {}
  33870. },
  33871. "b9e5c7b77eac442182b20e7b6686624d": {
  33872. "model_name": "DescriptionStyleModel",
  33873. "model_module": "@jupyter-widgets/controls",
  33874. "model_module_version": "1.2.0",
  33875. "state": {
  33876. "description_width": ""
  33877. }
  33878. },
  33879. "e25d1a12f406408fa4fcba3b46b03d8c": {
  33880. "model_name": "SelectModel",
  33881. "model_module": "@jupyter-widgets/controls",
  33882. "model_module_version": "1.2.0",
  33883. "state": {
  33884. "_options_labels": [
  33885. "Development Status :: 1 - Planning",
  33886. "Operating System :: POSIX :: Linux"
  33887. ],
  33888. "description": "Selected:",
  33889. "index": 0,
  33890. "layout": "IPY_MODEL_1f0416134def446599be471dbeb0f678",
  33891. "style": "IPY_MODEL_b9e5c7b77eac442182b20e7b6686624d"
  33892. }
  33893. },
  33894. "08d48db6a7e241b79d37eb1940bbe5ac": {
  33895. "model_name": "LayoutModel",
  33896. "model_module": "@jupyter-widgets/base",
  33897. "model_module_version": "1.0.0",
  33898. "state": {}
  33899. },
  33900. "29f2111b4ef5405b9478d02cedd912ca": {
  33901. "model_name": "ButtonStyleModel",
  33902. "model_module": "@jupyter-widgets/controls",
  33903. "model_module_version": "1.2.0",
  33904. "state": {}
  33905. },
  33906. "cbeb88ee53d54ac489cb4efd0fe3fe71": {
  33907. "model_name": "ButtonModel",
  33908. "model_module": "@jupyter-widgets/controls",
  33909. "model_module_version": "1.2.0",
  33910. "state": {
  33911. "description": "Remove",
  33912. "layout": "IPY_MODEL_08d48db6a7e241b79d37eb1940bbe5ac",
  33913. "style": "IPY_MODEL_29f2111b4ef5405b9478d02cedd912ca"
  33914. }
  33915. },
  33916. "5ebaa1797ecf4d49bf16aaa8bab8883d": {
  33917. "model_name": "LayoutModel",
  33918. "model_module": "@jupyter-widgets/base",
  33919. "model_module_version": "1.0.0",
  33920. "state": {}
  33921. },
  33922. "de2ae441b49147c0944e58c317eb24aa": {
  33923. "model_name": "DescriptionStyleModel",
  33924. "model_module": "@jupyter-widgets/controls",
  33925. "model_module_version": "1.2.0",
  33926. "state": {
  33927. "description_width": ""
  33928. }
  33929. },
  33930. "bebd59d1292643da9f561fa48e8927e4": {
  33931. "model_name": "LabelModel",
  33932. "model_module": "@jupyter-widgets/controls",
  33933. "model_module_version": "1.2.0",
  33934. "state": {
  33935. "layout": "IPY_MODEL_5ebaa1797ecf4d49bf16aaa8bab8883d",
  33936. "style": "IPY_MODEL_de2ae441b49147c0944e58c317eb24aa",
  33937. "value": "Saved!"
  33938. }
  33939. },
  33940. "583d3e5cde9e48f89b0ec752f4cd1c05": {
  33941. "model_name": "LayoutModel",
  33942. "model_module": "@jupyter-widgets/base",
  33943. "model_module_version": "1.0.0",
  33944. "state": {}
  33945. },
  33946. "c198782763dc4be58d32330c315ea82c": {
  33947. "model_name": "ButtonStyleModel",
  33948. "model_module": "@jupyter-widgets/controls",
  33949. "model_module_version": "1.2.0",
  33950. "state": {}
  33951. },
  33952. "1e95fdc060f94f4eb2898869b29b06bf": {
  33953. "model_name": "ButtonModel",
  33954. "model_module": "@jupyter-widgets/controls",
  33955. "model_module_version": "1.2.0",
  33956. "state": {
  33957. "description": "Save",
  33958. "layout": "IPY_MODEL_583d3e5cde9e48f89b0ec752f4cd1c05",
  33959. "style": "IPY_MODEL_c198782763dc4be58d32330c315ea82c"
  33960. }
  33961. },
  33962. "6d8769e33eb54031ad28c0fd0bb636ea": {
  33963. "model_name": "LayoutModel",
  33964. "model_module": "@jupyter-widgets/base",
  33965. "model_module_version": "1.0.0",
  33966. "state": {}
  33967. },
  33968. "0d38cce5cfde461ebc88ba2a5aad60ee": {
  33969. "model_name": "HBoxModel",
  33970. "model_module": "@jupyter-widgets/controls",
  33971. "model_module_version": "1.2.0",
  33972. "state": {
  33973. "children": [
  33974. "IPY_MODEL_f4afbe26116448a2bd2fb9cea43fc5aa",
  33975. "IPY_MODEL_52aeb756020542459874db3525efc85a"
  33976. ],
  33977. "layout": "IPY_MODEL_6d8769e33eb54031ad28c0fd0bb636ea"
  33978. }
  33979. },
  33980. "49e33678021548f8b4e56cc700c4c59b": {
  33981. "model_name": "LayoutModel",
  33982. "model_module": "@jupyter-widgets/base",
  33983. "model_module_version": "1.0.0",
  33984. "state": {}
  33985. },
  33986. "2a746f8d037249ac9a244570cea1af38": {
  33987. "model_name": "HBoxModel",
  33988. "model_module": "@jupyter-widgets/controls",
  33989. "model_module_version": "1.2.0",
  33990. "state": {
  33991. "children": [
  33992. "IPY_MODEL_e25d1a12f406408fa4fcba3b46b03d8c"
  33993. ],
  33994. "layout": "IPY_MODEL_49e33678021548f8b4e56cc700c4c59b"
  33995. }
  33996. },
  33997. "d10b9ae747114e57bb5c63972f7c3337": {
  33998. "model_name": "LayoutModel",
  33999. "model_module": "@jupyter-widgets/base",
  34000. "model_module_version": "1.0.0",
  34001. "state": {}
  34002. },
  34003. "5349d12fe1ff44bc8a27c8d38943bb25": {
  34004. "model_name": "HBoxModel",
  34005. "model_module": "@jupyter-widgets/controls",
  34006. "model_module_version": "1.2.0",
  34007. "state": {
  34008. "children": [
  34009. "IPY_MODEL_0d38cce5cfde461ebc88ba2a5aad60ee",
  34010. "IPY_MODEL_2a746f8d037249ac9a244570cea1af38"
  34011. ],
  34012. "layout": "IPY_MODEL_d10b9ae747114e57bb5c63972f7c3337"
  34013. }
  34014. },
  34015. "993befe4078744b4a4df2e67146b1a8a": {
  34016. "model_name": "LayoutModel",
  34017. "model_module": "@jupyter-widgets/base",
  34018. "model_module_version": "1.0.0",
  34019. "state": {}
  34020. },
  34021. "ba873cfb471f46a7aa6e6d05467d99ab": {
  34022. "model_name": "HBoxModel",
  34023. "model_module": "@jupyter-widgets/controls",
  34024. "model_module_version": "1.2.0",
  34025. "state": {
  34026. "children": [
  34027. "IPY_MODEL_2a74d434b1994afab21270c57df49842",
  34028. "IPY_MODEL_cbeb88ee53d54ac489cb4efd0fe3fe71",
  34029. "IPY_MODEL_1e95fdc060f94f4eb2898869b29b06bf"
  34030. ],
  34031. "layout": "IPY_MODEL_993befe4078744b4a4df2e67146b1a8a"
  34032. }
  34033. },
  34034. "6fa0b319abf942928e5cd43bda457bb7": {
  34035. "model_name": "LayoutModel",
  34036. "model_module": "@jupyter-widgets/base",
  34037. "model_module_version": "1.0.0",
  34038. "state": {}
  34039. },
  34040. "906823d9ebf049499c5ad8b18c69697c": {
  34041. "model_name": "HBoxModel",
  34042. "model_module": "@jupyter-widgets/controls",
  34043. "model_module_version": "1.2.0",
  34044. "state": {
  34045. "children": [
  34046. "IPY_MODEL_545f166880bf4e9d82d3ac15d0d637d7",
  34047. "IPY_MODEL_bebd59d1292643da9f561fa48e8927e4"
  34048. ],
  34049. "layout": "IPY_MODEL_6fa0b319abf942928e5cd43bda457bb7"
  34050. }
  34051. },
  34052. "e9a1b7561f9d4e39ab9aad521574da24": {
  34053. "model_name": "LayoutModel",
  34054. "model_module": "@jupyter-widgets/base",
  34055. "model_module_version": "1.0.0",
  34056. "state": {}
  34057. },
  34058. "30178c1469b34068bbb3fb5fefdca2e5": {
  34059. "model_name": "VBoxModel",
  34060. "model_module": "@jupyter-widgets/controls",
  34061. "model_module_version": "1.2.0",
  34062. "state": {
  34063. "_dom_classes": [
  34064. "widget-interact"
  34065. ],
  34066. "children": [
  34067. "IPY_MODEL_e3f65856be5f4c7a833df9e0a7b79687",
  34068. "IPY_MODEL_c453bc691f984cbab5ce50412d4989fe"
  34069. ],
  34070. "layout": "IPY_MODEL_e9a1b7561f9d4e39ab9aad521574da24"
  34071. }
  34072. },
  34073. "976450de3eef4d59a8d990f67b2354b7": {
  34074. "model_name": "LayoutModel",
  34075. "model_module": "@jupyter-widgets/base",
  34076. "model_module_version": "1.0.0",
  34077. "state": {}
  34078. },
  34079. "c453bc691f984cbab5ce50412d4989fe": {
  34080. "model_name": "OutputModel",
  34081. "model_module": "@jupyter-widgets/output",
  34082. "model_module_version": "1.0.0",
  34083. "state": {
  34084. "layout": "IPY_MODEL_976450de3eef4d59a8d990f67b2354b7"
  34085. }
  34086. },
  34087. "720c389e06e34569aaf7769e41f8a096": {
  34088. "model_name": "LayoutModel",
  34089. "model_module": "@jupyter-widgets/base",
  34090. "model_module_version": "1.0.0",
  34091. "state": {}
  34092. },
  34093. "b73e07a1ab2343d98e2fb60984b9931c": {
  34094. "model_name": "ButtonStyleModel",
  34095. "model_module": "@jupyter-widgets/controls",
  34096. "model_module_version": "1.2.0",
  34097. "state": {}
  34098. },
  34099. "a47a2453790448ee931a94376ddc819f": {
  34100. "model_name": "ButtonModel",
  34101. "model_module": "@jupyter-widgets/controls",
  34102. "model_module_version": "1.2.0",
  34103. "state": {
  34104. "description": "Print",
  34105. "layout": "IPY_MODEL_720c389e06e34569aaf7769e41f8a096",
  34106. "style": "IPY_MODEL_b73e07a1ab2343d98e2fb60984b9931c"
  34107. }
  34108. },
  34109. "cf62a58cd5e64d47a0b9dbbdec9db176": {
  34110. "model_name": "LayoutModel",
  34111. "model_module": "@jupyter-widgets/base",
  34112. "model_module_version": "1.0.0",
  34113. "state": {}
  34114. },
  34115. "f70f798c7ced458991bcc15802e8eb06": {
  34116. "model_name": "ButtonStyleModel",
  34117. "model_module": "@jupyter-widgets/controls",
  34118. "model_module_version": "1.2.0",
  34119. "state": {}
  34120. },
  34121. "97e636d9eaac4524a9a192e52c00476d": {
  34122. "model_name": "ButtonModel",
  34123. "model_module": "@jupyter-widgets/controls",
  34124. "model_module_version": "1.2.0",
  34125. "state": {
  34126. "description": "Print",
  34127. "layout": "IPY_MODEL_cf62a58cd5e64d47a0b9dbbdec9db176",
  34128. "style": "IPY_MODEL_f70f798c7ced458991bcc15802e8eb06"
  34129. }
  34130. },
  34131. "33dd0886da6044a88120e5c216126a48": {
  34132. "model_name": "LayoutModel",
  34133. "model_module": "@jupyter-widgets/base",
  34134. "model_module_version": "1.0.0",
  34135. "state": {}
  34136. },
  34137. "cf209591d0674df8aacfa3df0f90430b": {
  34138. "model_name": "DescriptionStyleModel",
  34139. "model_module": "@jupyter-widgets/controls",
  34140. "model_module_version": "1.2.0",
  34141. "state": {
  34142. "description_width": ""
  34143. }
  34144. },
  34145. "301f92eae0e84c3eb9d7a59c3b9f4795": {
  34146. "model_name": "LabelModel",
  34147. "model_module": "@jupyter-widgets/controls",
  34148. "model_module_version": "1.2.0",
  34149. "state": {
  34150. "layout": "IPY_MODEL_33dd0886da6044a88120e5c216126a48",
  34151. "style": "IPY_MODEL_cf209591d0674df8aacfa3df0f90430b"
  34152. }
  34153. },
  34154. "bb311ca2d33f4011bea180026302ee9e": {
  34155. "model_name": "LayoutModel",
  34156. "model_module": "@jupyter-widgets/base",
  34157. "model_module_version": "1.0.0",
  34158. "state": {}
  34159. },
  34160. "1494a9c04c7e41bdb75aeb5690a5e72b": {
  34161. "model_name": "ButtonStyleModel",
  34162. "model_module": "@jupyter-widgets/controls",
  34163. "model_module_version": "1.2.0",
  34164. "state": {}
  34165. },
  34166. "bc1f1678be974fe080cc7b76b2445090": {
  34167. "model_name": "ButtonModel",
  34168. "model_module": "@jupyter-widgets/controls",
  34169. "model_module_version": "1.2.0",
  34170. "state": {
  34171. "description": "Print",
  34172. "layout": "IPY_MODEL_bb311ca2d33f4011bea180026302ee9e",
  34173. "style": "IPY_MODEL_1494a9c04c7e41bdb75aeb5690a5e72b"
  34174. }
  34175. },
  34176. "92490946028d40c5a3f5e5fbde8208b8": {
  34177. "model_name": "LayoutModel",
  34178. "model_module": "@jupyter-widgets/base",
  34179. "model_module_version": "1.0.0",
  34180. "state": {}
  34181. },
  34182. "34151cc118ff423a96e7f79daa7c7b9f": {
  34183. "model_name": "DescriptionStyleModel",
  34184. "model_module": "@jupyter-widgets/controls",
  34185. "model_module_version": "1.2.0",
  34186. "state": {
  34187. "description_width": ""
  34188. }
  34189. },
  34190. "b6a8300500454001952a13e221a67f03": {
  34191. "model_name": "LabelModel",
  34192. "model_module": "@jupyter-widgets/controls",
  34193. "model_module_version": "1.2.0",
  34194. "state": {
  34195. "layout": "IPY_MODEL_92490946028d40c5a3f5e5fbde8208b8",
  34196. "style": "IPY_MODEL_34151cc118ff423a96e7f79daa7c7b9f"
  34197. }
  34198. },
  34199. "a1a2badd5799492abbe7831d5cbf7bf4": {
  34200. "model_name": "LayoutModel",
  34201. "model_module": "@jupyter-widgets/base",
  34202. "model_module_version": "1.0.0",
  34203. "state": {}
  34204. },
  34205. "76cfe3c3dc6b4c2284ae865f90183a32": {
  34206. "model_name": "ButtonStyleModel",
  34207. "model_module": "@jupyter-widgets/controls",
  34208. "model_module_version": "1.2.0",
  34209. "state": {}
  34210. },
  34211. "481cf6c897204b418d867d045e1d6632": {
  34212. "model_name": "ButtonModel",
  34213. "model_module": "@jupyter-widgets/controls",
  34214. "model_module_version": "1.2.0",
  34215. "state": {
  34216. "description": "Print",
  34217. "layout": "IPY_MODEL_a1a2badd5799492abbe7831d5cbf7bf4",
  34218. "style": "IPY_MODEL_76cfe3c3dc6b4c2284ae865f90183a32"
  34219. }
  34220. },
  34221. "6e3779fe20ff438aba8739adf9dda0c4": {
  34222. "model_name": "LayoutModel",
  34223. "model_module": "@jupyter-widgets/base",
  34224. "model_module_version": "1.0.0",
  34225. "state": {}
  34226. },
  34227. "954dd4add2924a61bb12e15d295b98e0": {
  34228. "model_name": "DescriptionStyleModel",
  34229. "model_module": "@jupyter-widgets/controls",
  34230. "model_module_version": "1.2.0",
  34231. "state": {
  34232. "description_width": ""
  34233. }
  34234. },
  34235. "7026688b85b64e259d835b48fbc6e097": {
  34236. "model_name": "LabelModel",
  34237. "model_module": "@jupyter-widgets/controls",
  34238. "model_module_version": "1.2.0",
  34239. "state": {
  34240. "layout": "IPY_MODEL_6e3779fe20ff438aba8739adf9dda0c4",
  34241. "style": "IPY_MODEL_954dd4add2924a61bb12e15d295b98e0",
  34242. "value": "['Development Status :: 1 - Planning', 'Operating System :: POSIX :: Linux']"
  34243. }
  34244. },
  34245. "07646a6b716f4cf9b67a4996c8fae60f": {
  34246. "model_name": "LayoutModel",
  34247. "model_module": "@jupyter-widgets/base",
  34248. "model_module_version": "1.0.0",
  34249. "state": {}
  34250. },
  34251. "d7c9057a4b594690b95989123769d084": {
  34252. "model_name": "VBoxModel",
  34253. "model_module": "@jupyter-widgets/controls",
  34254. "model_module_version": "1.2.0",
  34255. "state": {
  34256. "_dom_classes": [
  34257. "widget-interact"
  34258. ],
  34259. "children": [
  34260. "IPY_MODEL_e3f65856be5f4c7a833df9e0a7b79687",
  34261. "IPY_MODEL_8793076d47704031b14972f0ee26adf2"
  34262. ],
  34263. "layout": "IPY_MODEL_07646a6b716f4cf9b67a4996c8fae60f"
  34264. }
  34265. },
  34266. "93f8859d0ed74b6ea6a0a84fd80aed31": {
  34267. "model_name": "LayoutModel",
  34268. "model_module": "@jupyter-widgets/base",
  34269. "model_module_version": "1.0.0",
  34270. "state": {}
  34271. },
  34272. "8793076d47704031b14972f0ee26adf2": {
  34273. "model_name": "OutputModel",
  34274. "model_module": "@jupyter-widgets/output",
  34275. "model_module_version": "1.0.0",
  34276. "state": {
  34277. "layout": "IPY_MODEL_93f8859d0ed74b6ea6a0a84fd80aed31"
  34278. }
  34279. },
  34280. "f5cda7c4fb084519811fce3d653b9b12": {
  34281. "model_name": "LayoutModel",
  34282. "model_module": "@jupyter-widgets/base",
  34283. "model_module_version": "1.0.0",
  34284. "state": {}
  34285. },
  34286. "04b2af9e66694877a255a131e37cd9c0": {
  34287. "model_name": "DescriptionStyleModel",
  34288. "model_module": "@jupyter-widgets/controls",
  34289. "model_module_version": "1.2.0",
  34290. "state": {
  34291. "description_width": ""
  34292. }
  34293. },
  34294. "64b270be4a054568846c419284c4ec96": {
  34295. "model_name": "LabelModel",
  34296. "model_module": "@jupyter-widgets/controls",
  34297. "model_module_version": "1.2.0",
  34298. "state": {
  34299. "layout": "IPY_MODEL_f5cda7c4fb084519811fce3d653b9b12",
  34300. "style": "IPY_MODEL_04b2af9e66694877a255a131e37cd9c0",
  34301. "value": "*Optional Classifiers"
  34302. }
  34303. },
  34304. "e69d147342934e5db3aede2702c6caa2": {
  34305. "model_name": "LayoutModel",
  34306. "model_module": "@jupyter-widgets/base",
  34307. "model_module_version": "1.0.0",
  34308. "state": {}
  34309. },
  34310. "52e2ffd238234a70bda31de3f3fb3db8": {
  34311. "model_name": "VBoxModel",
  34312. "model_module": "@jupyter-widgets/controls",
  34313. "model_module_version": "1.2.0",
  34314. "state": {
  34315. "_dom_classes": [
  34316. "widget-interact"
  34317. ],
  34318. "children": [
  34319. "IPY_MODEL_fbffeffc767f4424ae96f841ab3c3ce7",
  34320. "IPY_MODEL_e726cc8627134098aa50e64e652e69ad"
  34321. ],
  34322. "layout": "IPY_MODEL_e69d147342934e5db3aede2702c6caa2"
  34323. }
  34324. },
  34325. "bc5de5ca076e4d5188d3c1cbf0542e65": {
  34326. "model_name": "LayoutModel",
  34327. "model_module": "@jupyter-widgets/base",
  34328. "model_module_version": "1.0.0",
  34329. "state": {}
  34330. },
  34331. "aadb876e4ea846e3acb45f14016ae7a4": {
  34332. "model_name": "DescriptionStyleModel",
  34333. "model_module": "@jupyter-widgets/controls",
  34334. "model_module_version": "1.2.0",
  34335. "state": {
  34336. "description_width": ""
  34337. }
  34338. },
  34339. "fbffeffc767f4424ae96f841ab3c3ce7": {
  34340. "model_name": "DropdownModel",
  34341. "model_module": "@jupyter-widgets/controls",
  34342. "model_module_version": "1.2.0",
  34343. "state": {
  34344. "_options_labels": [
  34345. "Development Status",
  34346. "Environment",
  34347. "Framework",
  34348. "Intended Audience",
  34349. "License",
  34350. "Natural Language",
  34351. "Operating System",
  34352. "Programming Language",
  34353. "Topic"
  34354. ],
  34355. "description": "prefix",
  34356. "index": 3,
  34357. "layout": "IPY_MODEL_bc5de5ca076e4d5188d3c1cbf0542e65",
  34358. "style": "IPY_MODEL_aadb876e4ea846e3acb45f14016ae7a4"
  34359. }
  34360. },
  34361. "7bd0b4fdd8034fb299a20b249c0044cd": {
  34362. "model_name": "LayoutModel",
  34363. "model_module": "@jupyter-widgets/base",
  34364. "model_module_version": "1.0.0",
  34365. "state": {}
  34366. },
  34367. "e726cc8627134098aa50e64e652e69ad": {
  34368. "model_name": "OutputModel",
  34369. "model_module": "@jupyter-widgets/output",
  34370. "model_module_version": "1.0.0",
  34371. "state": {
  34372. "layout": "IPY_MODEL_7bd0b4fdd8034fb299a20b249c0044cd",
  34373. "outputs": [
  34374. {
  34375. "output_type": "display_data",
  34376. "data": {
  34377. "text/plain": "interactive(children=(Dropdown(description='Classifier', options=('Intended Audience :: System Administrators'…",
  34378. "application/vnd.jupyter.widget-view+json": {
  34379. "version_major": 2,
  34380. "version_minor": 0,
  34381. "model_id": "069970f879cb4283880c9306bf791459"
  34382. }
  34383. },
  34384. "metadata": {}
  34385. }
  34386. ]
  34387. }
  34388. },
  34389. "51cbd49aaee64555826b22d4ee896ce6": {
  34390. "model_name": "LayoutModel",
  34391. "model_module": "@jupyter-widgets/base",
  34392. "model_module_version": "1.0.0",
  34393. "state": {}
  34394. },
  34395. "a79eb46bf8fe4579b5a78ee3343f6309": {
  34396. "model_name": "DescriptionStyleModel",
  34397. "model_module": "@jupyter-widgets/controls",
  34398. "model_module_version": "1.2.0",
  34399. "state": {
  34400. "description_width": ""
  34401. }
  34402. },
  34403. "0715f05851be45daade9afb99bb62b6b": {
  34404. "model_name": "DropdownModel",
  34405. "model_module": "@jupyter-widgets/controls",
  34406. "model_module_version": "1.2.0",
  34407. "state": {
  34408. "_options_labels": [
  34409. "Intended Audience :: System Administrators",
  34410. "Intended Audience :: Manufacturing",
  34411. "Intended Audience :: Customer Service",
  34412. "Intended Audience :: Other Audience",
  34413. "Intended Audience :: Telecommunications Industry",
  34414. "Intended Audience :: Financial and Insurance Industry",
  34415. "Intended Audience :: Science/Research",
  34416. "Intended Audience :: Information Technology",
  34417. "Intended Audience :: Developers",
  34418. "Intended Audience :: Healthcare Industry",
  34419. "Intended Audience :: Education",
  34420. "Intended Audience :: Legal Industry",
  34421. "Intended Audience :: End Users/Desktop",
  34422. "Intended Audience :: Religion"
  34423. ],
  34424. "description": "Classifier",
  34425. "index": 0,
  34426. "layout": "IPY_MODEL_51cbd49aaee64555826b22d4ee896ce6",
  34427. "style": "IPY_MODEL_a79eb46bf8fe4579b5a78ee3343f6309"
  34428. }
  34429. },
  34430. "b6ddd30436074083a778b7c36a06407f": {
  34431. "model_name": "LayoutModel",
  34432. "model_module": "@jupyter-widgets/base",
  34433. "model_module_version": "1.0.0",
  34434. "state": {}
  34435. },
  34436. "d447af156533444eac7522eb34e28f59": {
  34437. "model_name": "ButtonStyleModel",
  34438. "model_module": "@jupyter-widgets/controls",
  34439. "model_module_version": "1.2.0",
  34440. "state": {}
  34441. },
  34442. "984ea13e68744154a270280470010a13": {
  34443. "model_name": "ButtonModel",
  34444. "model_module": "@jupyter-widgets/controls",
  34445. "model_module_version": "1.2.0",
  34446. "state": {
  34447. "description": "Add",
  34448. "layout": "IPY_MODEL_b6ddd30436074083a778b7c36a06407f",
  34449. "style": "IPY_MODEL_d447af156533444eac7522eb34e28f59"
  34450. }
  34451. },
  34452. "2aaec5782bc54bc4af5f206d5b554f3c": {
  34453. "model_name": "LayoutModel",
  34454. "model_module": "@jupyter-widgets/base",
  34455. "model_module_version": "1.0.0",
  34456. "state": {}
  34457. },
  34458. "8d8e574bb1764232afd478f543f8657e": {
  34459. "model_name": "DescriptionStyleModel",
  34460. "model_module": "@jupyter-widgets/controls",
  34461. "model_module_version": "1.2.0",
  34462. "state": {
  34463. "description_width": ""
  34464. }
  34465. },
  34466. "c106031c07c34d69a214cb9d0c398ac6": {
  34467. "model_name": "LabelModel",
  34468. "model_module": "@jupyter-widgets/controls",
  34469. "model_module_version": "1.2.0",
  34470. "state": {
  34471. "layout": "IPY_MODEL_2aaec5782bc54bc4af5f206d5b554f3c",
  34472. "style": "IPY_MODEL_8d8e574bb1764232afd478f543f8657e",
  34473. "value": "!..."
  34474. }
  34475. },
  34476. "4f4722467191456198b807532ea08d25": {
  34477. "model_name": "LayoutModel",
  34478. "model_module": "@jupyter-widgets/base",
  34479. "model_module_version": "1.0.0",
  34480. "state": {}
  34481. },
  34482. "2cfbb038ca68426e9d31fdb1b2008e2a": {
  34483. "model_name": "DescriptionStyleModel",
  34484. "model_module": "@jupyter-widgets/controls",
  34485. "model_module_version": "1.2.0",
  34486. "state": {
  34487. "description_width": ""
  34488. }
  34489. },
  34490. "14860d739d72451db6e4075004997be6": {
  34491. "model_name": "LabelModel",
  34492. "model_module": "@jupyter-widgets/controls",
  34493. "model_module_version": "1.2.0",
  34494. "state": {
  34495. "layout": "IPY_MODEL_4f4722467191456198b807532ea08d25",
  34496. "style": "IPY_MODEL_2cfbb038ca68426e9d31fdb1b2008e2a",
  34497. "value": "Chosen Classifiers"
  34498. }
  34499. },
  34500. "4a9fd0544a6d49a78c8a959991652f30": {
  34501. "model_name": "LayoutModel",
  34502. "model_module": "@jupyter-widgets/base",
  34503. "model_module_version": "1.0.0",
  34504. "state": {}
  34505. },
  34506. "dec62c985b954cf3b6b83516dd4f2d8a": {
  34507. "model_name": "DescriptionStyleModel",
  34508. "model_module": "@jupyter-widgets/controls",
  34509. "model_module_version": "1.2.0",
  34510. "state": {
  34511. "description_width": ""
  34512. }
  34513. },
  34514. "65b5db92719d44cc84599c988344de6f": {
  34515. "model_name": "SelectModel",
  34516. "model_module": "@jupyter-widgets/controls",
  34517. "model_module_version": "1.2.0",
  34518. "state": {
  34519. "_options_labels": [
  34520. "Development Status :: 1 - Planning",
  34521. "Intended Audience :: System Administrators"
  34522. ],
  34523. "description": "Selected:",
  34524. "index": 0,
  34525. "layout": "IPY_MODEL_4a9fd0544a6d49a78c8a959991652f30",
  34526. "style": "IPY_MODEL_dec62c985b954cf3b6b83516dd4f2d8a"
  34527. }
  34528. },
  34529. "ca86f9302d1a4053914eea9009e65e53": {
  34530. "model_name": "LayoutModel",
  34531. "model_module": "@jupyter-widgets/base",
  34532. "model_module_version": "1.0.0",
  34533. "state": {}
  34534. },
  34535. "af6c2291f5504646b7827c7634c93d39": {
  34536. "model_name": "ButtonStyleModel",
  34537. "model_module": "@jupyter-widgets/controls",
  34538. "model_module_version": "1.2.0",
  34539. "state": {}
  34540. },
  34541. "ebb33766a72d420e994dbad3622767c2": {
  34542. "model_name": "ButtonModel",
  34543. "model_module": "@jupyter-widgets/controls",
  34544. "model_module_version": "1.2.0",
  34545. "state": {
  34546. "description": "Remove",
  34547. "layout": "IPY_MODEL_ca86f9302d1a4053914eea9009e65e53",
  34548. "style": "IPY_MODEL_af6c2291f5504646b7827c7634c93d39"
  34549. }
  34550. },
  34551. "3249c6bd09e74e98a0fc1c56ac0a7445": {
  34552. "model_name": "LayoutModel",
  34553. "model_module": "@jupyter-widgets/base",
  34554. "model_module_version": "1.0.0",
  34555. "state": {}
  34556. },
  34557. "c5b9ee1e818c431f90a37b8759373f53": {
  34558. "model_name": "DescriptionStyleModel",
  34559. "model_module": "@jupyter-widgets/controls",
  34560. "model_module_version": "1.2.0",
  34561. "state": {
  34562. "description_width": ""
  34563. }
  34564. },
  34565. "b2103907ee06417a8832e6a083e4bbf5": {
  34566. "model_name": "LabelModel",
  34567. "model_module": "@jupyter-widgets/controls",
  34568. "model_module_version": "1.2.0",
  34569. "state": {
  34570. "layout": "IPY_MODEL_3249c6bd09e74e98a0fc1c56ac0a7445",
  34571. "style": "IPY_MODEL_c5b9ee1e818c431f90a37b8759373f53",
  34572. "value": "Saved!"
  34573. }
  34574. },
  34575. "c3fbeb155f084038a5b5baa59517765b": {
  34576. "model_name": "LayoutModel",
  34577. "model_module": "@jupyter-widgets/base",
  34578. "model_module_version": "1.0.0",
  34579. "state": {}
  34580. },
  34581. "e33c1ae292034bf599d7400705d5e57b": {
  34582. "model_name": "ButtonStyleModel",
  34583. "model_module": "@jupyter-widgets/controls",
  34584. "model_module_version": "1.2.0",
  34585. "state": {}
  34586. },
  34587. "46b6d87759d146bebef861932255c755": {
  34588. "model_name": "ButtonModel",
  34589. "model_module": "@jupyter-widgets/controls",
  34590. "model_module_version": "1.2.0",
  34591. "state": {
  34592. "description": "Save",
  34593. "layout": "IPY_MODEL_c3fbeb155f084038a5b5baa59517765b",
  34594. "style": "IPY_MODEL_e33c1ae292034bf599d7400705d5e57b"
  34595. }
  34596. },
  34597. "f37629434b834715b423cb52178a4d3f": {
  34598. "model_name": "LayoutModel",
  34599. "model_module": "@jupyter-widgets/base",
  34600. "model_module_version": "1.0.0",
  34601. "state": {}
  34602. },
  34603. "4d4ef5fa69d14e6d8d733f64b3faf017": {
  34604. "model_name": "HBoxModel",
  34605. "model_module": "@jupyter-widgets/controls",
  34606. "model_module_version": "1.2.0",
  34607. "state": {
  34608. "children": [
  34609. "IPY_MODEL_64b270be4a054568846c419284c4ec96",
  34610. "IPY_MODEL_52e2ffd238234a70bda31de3f3fb3db8"
  34611. ],
  34612. "layout": "IPY_MODEL_f37629434b834715b423cb52178a4d3f"
  34613. }
  34614. },
  34615. "dcf387e3884c44e6bc24ee5c4b54b64a": {
  34616. "model_name": "LayoutModel",
  34617. "model_module": "@jupyter-widgets/base",
  34618. "model_module_version": "1.0.0",
  34619. "state": {}
  34620. },
  34621. "18c302f4c9b7405fbdae4fd97cb81944": {
  34622. "model_name": "HBoxModel",
  34623. "model_module": "@jupyter-widgets/controls",
  34624. "model_module_version": "1.2.0",
  34625. "state": {
  34626. "children": [
  34627. "IPY_MODEL_65b5db92719d44cc84599c988344de6f"
  34628. ],
  34629. "layout": "IPY_MODEL_dcf387e3884c44e6bc24ee5c4b54b64a"
  34630. }
  34631. },
  34632. "4f9cef8c107b4ce891c33527830bc728": {
  34633. "model_name": "LayoutModel",
  34634. "model_module": "@jupyter-widgets/base",
  34635. "model_module_version": "1.0.0",
  34636. "state": {}
  34637. },
  34638. "494abd24b43443fa9b0d47146868fae1": {
  34639. "model_name": "HBoxModel",
  34640. "model_module": "@jupyter-widgets/controls",
  34641. "model_module_version": "1.2.0",
  34642. "state": {
  34643. "children": [
  34644. "IPY_MODEL_4d4ef5fa69d14e6d8d733f64b3faf017",
  34645. "IPY_MODEL_18c302f4c9b7405fbdae4fd97cb81944"
  34646. ],
  34647. "layout": "IPY_MODEL_4f9cef8c107b4ce891c33527830bc728"
  34648. }
  34649. },
  34650. "ccf4e8706f7a4f98ab11ae47d5be220b": {
  34651. "model_name": "LayoutModel",
  34652. "model_module": "@jupyter-widgets/base",
  34653. "model_module_version": "1.0.0",
  34654. "state": {}
  34655. },
  34656. "d1202b95e2154acfb011ae97491304da": {
  34657. "model_name": "HBoxModel",
  34658. "model_module": "@jupyter-widgets/controls",
  34659. "model_module_version": "1.2.0",
  34660. "state": {
  34661. "children": [
  34662. "IPY_MODEL_984ea13e68744154a270280470010a13",
  34663. "IPY_MODEL_ebb33766a72d420e994dbad3622767c2",
  34664. "IPY_MODEL_46b6d87759d146bebef861932255c755"
  34665. ],
  34666. "layout": "IPY_MODEL_ccf4e8706f7a4f98ab11ae47d5be220b"
  34667. }
  34668. },
  34669. "1693948a9f90456c9d169622e5ff7438": {
  34670. "model_name": "LayoutModel",
  34671. "model_module": "@jupyter-widgets/base",
  34672. "model_module_version": "1.0.0",
  34673. "state": {}
  34674. },
  34675. "42a589690bb245839a1b73b886d37e84": {
  34676. "model_name": "HBoxModel",
  34677. "model_module": "@jupyter-widgets/controls",
  34678. "model_module_version": "1.2.0",
  34679. "state": {
  34680. "children": [
  34681. "IPY_MODEL_c106031c07c34d69a214cb9d0c398ac6",
  34682. "IPY_MODEL_b2103907ee06417a8832e6a083e4bbf5"
  34683. ],
  34684. "layout": "IPY_MODEL_1693948a9f90456c9d169622e5ff7438"
  34685. }
  34686. },
  34687. "564fb35c1045436aa6f2ee1856672de4": {
  34688. "model_name": "LayoutModel",
  34689. "model_module": "@jupyter-widgets/base",
  34690. "model_module_version": "1.0.0",
  34691. "state": {}
  34692. },
  34693. "ed5d4520104f46f4a60050d7cb1cccee": {
  34694. "model_name": "VBoxModel",
  34695. "model_module": "@jupyter-widgets/controls",
  34696. "model_module_version": "1.2.0",
  34697. "state": {
  34698. "_dom_classes": [
  34699. "widget-interact"
  34700. ],
  34701. "children": [
  34702. "IPY_MODEL_0715f05851be45daade9afb99bb62b6b",
  34703. "IPY_MODEL_bf57ca2d333b4bf3b630737d28a6eedc"
  34704. ],
  34705. "layout": "IPY_MODEL_564fb35c1045436aa6f2ee1856672de4"
  34706. }
  34707. },
  34708. "f3c67a61a64a42f0ac2a96658646b76f": {
  34709. "model_name": "LayoutModel",
  34710. "model_module": "@jupyter-widgets/base",
  34711. "model_module_version": "1.0.0",
  34712. "state": {}
  34713. },
  34714. "bf57ca2d333b4bf3b630737d28a6eedc": {
  34715. "model_name": "OutputModel",
  34716. "model_module": "@jupyter-widgets/output",
  34717. "model_module_version": "1.0.0",
  34718. "state": {
  34719. "layout": "IPY_MODEL_f3c67a61a64a42f0ac2a96658646b76f"
  34720. }
  34721. },
  34722. "8f2e22a32dcf4cf49ac5089495ba18ed": {
  34723. "model_name": "LayoutModel",
  34724. "model_module": "@jupyter-widgets/base",
  34725. "model_module_version": "1.0.0",
  34726. "state": {}
  34727. },
  34728. "2f505bb21d474a56b46c8bbdb554acc6": {
  34729. "model_name": "ButtonStyleModel",
  34730. "model_module": "@jupyter-widgets/controls",
  34731. "model_module_version": "1.2.0",
  34732. "state": {}
  34733. },
  34734. "5ce82733b96e4a63ae897ab77cbc031e": {
  34735. "model_name": "ButtonModel",
  34736. "model_module": "@jupyter-widgets/controls",
  34737. "model_module_version": "1.2.0",
  34738. "state": {
  34739. "description": "Print",
  34740. "layout": "IPY_MODEL_8f2e22a32dcf4cf49ac5089495ba18ed",
  34741. "style": "IPY_MODEL_2f505bb21d474a56b46c8bbdb554acc6"
  34742. }
  34743. },
  34744. "46305d5fd48a4abcafdfaa7495bbd95e": {
  34745. "model_name": "LayoutModel",
  34746. "model_module": "@jupyter-widgets/base",
  34747. "model_module_version": "1.0.0",
  34748. "state": {}
  34749. },
  34750. "f41a64797515499abe5fe0bc48ec8a82": {
  34751. "model_name": "DescriptionStyleModel",
  34752. "model_module": "@jupyter-widgets/controls",
  34753. "model_module_version": "1.2.0",
  34754. "state": {
  34755. "description_width": ""
  34756. }
  34757. },
  34758. "cb53f8e00d4646189df526cabb6d6408": {
  34759. "model_name": "LabelModel",
  34760. "model_module": "@jupyter-widgets/controls",
  34761. "model_module_version": "1.2.0",
  34762. "state": {
  34763. "layout": "IPY_MODEL_46305d5fd48a4abcafdfaa7495bbd95e",
  34764. "style": "IPY_MODEL_f41a64797515499abe5fe0bc48ec8a82",
  34765. "value": "['Development Status :: 1 - Planning', 'Intended Audience :: System Administrators']"
  34766. }
  34767. },
  34768. "d2364dc07e4b4a3db063e4068a62e05f": {
  34769. "model_name": "LayoutModel",
  34770. "model_module": "@jupyter-widgets/base",
  34771. "model_module_version": "1.0.0",
  34772. "state": {}
  34773. },
  34774. "069970f879cb4283880c9306bf791459": {
  34775. "model_name": "VBoxModel",
  34776. "model_module": "@jupyter-widgets/controls",
  34777. "model_module_version": "1.2.0",
  34778. "state": {
  34779. "_dom_classes": [
  34780. "widget-interact"
  34781. ],
  34782. "children": [
  34783. "IPY_MODEL_0715f05851be45daade9afb99bb62b6b",
  34784. "IPY_MODEL_666915b78cae460aa1168874df978ef1"
  34785. ],
  34786. "layout": "IPY_MODEL_d2364dc07e4b4a3db063e4068a62e05f"
  34787. }
  34788. },
  34789. "ddcb863ab1e345328f533d87da4cdbd1": {
  34790. "model_name": "LayoutModel",
  34791. "model_module": "@jupyter-widgets/base",
  34792. "model_module_version": "1.0.0",
  34793. "state": {}
  34794. },
  34795. "666915b78cae460aa1168874df978ef1": {
  34796. "model_name": "OutputModel",
  34797. "model_module": "@jupyter-widgets/output",
  34798. "model_module_version": "1.0.0",
  34799. "state": {
  34800. "layout": "IPY_MODEL_ddcb863ab1e345328f533d87da4cdbd1"
  34801. }
  34802. }
  34803. }
  34804. }
  34805. }
  34806. },
  34807. "nbformat": 4,
  34808. "nbformat_minor": 2
  34809. }
Add Comment
Please, Sign In to add comment