{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Generate Morgan fingerprints from SMILES codes" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This is a tutorial on generating Morgan fingerprints from SMILES codes provided in an excel file using the GUI. The excel sheet consists of single column of SMILES codes of a few molecules. We read the SMILES codes, generate their Morgan Fingerprints, which are available through the RDKit library, and save them. " ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "f9f651f96f9142a7b513a79e3bd6b0a1", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Accordion(children=(VBox(children=(Label(value='Choose how to start:', layout=Layout(width='50%')), Tab(childr…" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "The computation graph will be displayed here:\n" ] }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Image(value=b'')" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "\n", " Please ensure that you are supplying an excel file from your PC.\n", " \n", " Template includes a random file which is not a part of the ChemML library.\n", "\n", " This template will not work if a custom file is not supplied.\n", " \n" ] }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "a2a7aadf61b74489b30823682e310b96", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Image(value=b'\\x89PNG\\r\\n\\x1a\\n\\x00\\x00\\x00\\rIHDR\\x00\\x00\\x016\\x00\\x00\\x01\\x97\\x08\\x06\\x00\\x00\\x009\\xfc|\\xe2\\x…" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "The ChemML Wrapper's config file has been successfully saved ...\n", " config file path: chemML_config.txt\n", " current directory: /mnt/c/Aatish/UB/Mr. Hachmann/master_chemml_wrapper_v2/chemml/docs/ipython_notebooks\n", " what's next? run the ChemML Wrapper using the config file with the following codes:\n", " >>> from chemml.wrapper.engine import run\n", " >>> run(INPUT_FILE = 'path_to_the_config_file', OUTPUT_DIRECTORY = 'CMLWrapper_out')\n", "... you can also create a python script of the above codes and run it on any cluster that ChemML is installed.\n" ] } ], "source": [ "from chemml.wrapper.notebook import ChemMLNotebook\n", "ui = ChemMLNotebook()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The workflow gives a precise representation of all the intermediate steps, blocks used to develop the model, the saved data and the inputs/outputs to each block. Once the workflow is finalized, we save the input script with our desired file name in _.txt_ format." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "_Note:_ In this case, we specify our output directory as ‘read_excel’." ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "=================================================\n", "=================================================\n", "Fri Jun 4 14:53:11 2021\n", "\n", "parsing the input file: /mnt/c/Aatish/UB/Mr. Hachmann/master_chemml_wrapper_v2/chemml/docs/ipython_notebooks/chemML_config.txt ...\n", "\n", "=================================================\n", "\n", "======= block#1: (pandas, read_excel)\n", "| run ...\n", "\n", "| ... done!\n", "| execution time: 6.30s (0h 0m 6.30s)\n", "=======\n", "\n", "\n", "======= block#2: (chemml, SaveFile)\n", "| run ...\n", "\n", "| ... done!\n", "| execution time: 0.04s (0h 0m 0.04s)\n", "=======\n", "\n", "\n", "======= block#3: (chemml, RDKitFingerprint)\n", "| run ...\n", "\n", "| ... done!\n", "| execution time: 0.02s (0h 0m 0.02s)\n", "=======\n", "\n", "\n", "======= block#4: (chemml, SaveFile)\n", "| run ...\n", "\n", "| ... done!\n", "| execution time: 0.01s (0h 0m 0.01s)\n", "=======\n", "\n", "\n", "Total execution time: 6.38s (0h 0m 6.38s)\n", "2021-06-04 14:53:18\n", "\n" ] } ], "source": [ "from chemml.wrapper.engine import run\n", "run(INPUT_FILE = '/mnt/c/Aatish/UB/Mr. Hachmann/master_chemml_wrapper_v2/chemml/docs/ipython_notebooks/chemML_config.txt', OUTPUT_DIRECTORY = 'read_excel')" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
0123456789...1014101510161017101810191020102110221023
00000000000...0000000000
10000000000...0000000000
20000000000...0000001000
30100000000...0000000000
40000000000...0000000000
50000000000...0000000000
60000000000...0000000000
\n", "

7 rows × 1024 columns

\n", "
" ], "text/plain": [ " 0 1 2 3 4 5 6 7 8 9 ... 1014 1015 1016 1017 1018 1019 \\\n", "0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "1 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "2 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "3 0 1 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "4 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "5 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "6 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 \n", "\n", " 1020 1021 1022 1023 \n", "0 0 0 0 0 \n", "1 0 0 0 0 \n", "2 1 0 0 0 \n", "3 0 0 0 0 \n", "4 0 0 0 0 \n", "5 0 0 0 0 \n", "6 0 0 0 0 \n", "\n", "[7 rows x 1024 columns]" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import pandas as pd\n", "df=pd.read_csv(\"read_excel/fingerprints.csv\")\n", "df" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The file named '_fingerprints.csv_' has the Morgan fingerprints for each of the SMILES code provided. These can now be used for further calculations." ] } ], "metadata": { "kernelspec": { "display_name": "Python [conda env:v2_0.7]", "language": "python", "name": "conda-env-v2_0.7-py" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.8" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { "0001bbd122c640aab16979c2b73cc3e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0002e264e86a4f83afabba6919ff9bbf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_220b77e9a5a2400bb4a04147b6a8e6b9", "style": "IPY_MODEL_fb6b24e2c0ae4c9a97457046db54e878", "value": false } }, "0014684e34bc45f5b1948209119d92c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_99320d4a854d412b8efeaa4cfbf53997" ], "layout": "IPY_MODEL_858eafd9fe3a46d98c2e714be4b967f1" } }, "002e5702949942dba13a0d663130664f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "003d79a808d04eef9497926559f19be3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "003fa0c019544a4fa6fa00c8ae635002": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "004273a96647426dac2ec6e9dc51a286": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "00444a60428e423f8bb871531f586259": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b9220109829b41b7a0f33fa598bac716", "style": "IPY_MODEL_78d8422699054e7fb63e9f332980978d", "value": false } }, "004567be489749ec8640eb0baa0a3277": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_341b38ba2f884ca69610817e05b7070a", "style": "IPY_MODEL_50dae05ea0834e19a2ea9c430a6f1e6d", "value": "all input tokens: df" } }, "004929af17a64d4387ecb9765d4d5cf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0054324e9db148eda38f474a73e6a303": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "005756d4688f461cbe0ef9cc5bacd9f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "005f57a548b740c69f5a875acf22fe24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "006da62bb5ba4fc0b57e8491492a8304": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0073bc7cb5a44ceb86ab5cbbafd7cec1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "007a7668388d4b598fe8f791eb0e859c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0081b29c0c804c3f8aa586e78e6abe47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_56469327019c468ba71b786f588ceeda", "style": "IPY_MODEL_7dfa22dc5c1240a7b120520a8f151330", "value": " <<< " } }, "0081defa92b046b69a3c48f72343e646": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e84d129bfa88478a99ec1f612a9f83ee" ], "layout": "IPY_MODEL_4e1a489e609149e1aa8fcb29894b1ae9" } }, "0085bd2b07bb4f8d928fb9a9ccf22a82": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "00a6ed43357a4c23a8f621174293544b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "00ad53b38026487ebd12803d4a51b95a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "00b4298d16924e0ea19bec808d6ad1c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "00c27fa952e74bc88b6cd6ca52ba4f19": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "00c8ea1283e34499a64c3926cdf2324b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "00d1800494fc45ff8014f3e8518ae741": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "00e0536ddd7d4ee9a50cd254b4ae16a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "00e513f826ea490c858cc97e96553f43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "00f14f39687045189226db9c539c112d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b3ba305e9fa44bc88ae0b981fc693fcf", "style": "IPY_MODEL_6655ef7602ce445b8c891d5a9fda1566" } }, "00f1c929b0a345478500b00150bee9dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "00f3d7e58c104c54b0338d39a6cb52a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "00f9e28d4cc24ac3af1c3c93c50f6db1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "00ff11522c674abb8d6ca312649ccb70": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "01020f3c66134a1b9711e09ae33430a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_19959711529f411da0848671b67a790c", "style": "IPY_MODEL_796b718cfcba44bb94f393ab5613af9b" } }, "01043baeef344b93b5ac513012806113": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "010f096df3134e0eb154bdfc43378aac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_31b5fe49131342ecb141d70a38d63e41", "IPY_MODEL_c8b9296968f4406b87728c8b768ea34e" ], "layout": "IPY_MODEL_c0ec11bccd334841a4f2c4ac8fb7f42f" } }, "011622a79d2343e180304d6c11c4f515": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0118e8e2ecb04d329ed7d8f617e00ec1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "01271fbc1828473a96e56c145682c60e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_6f17f01cfd504d6fa312e42d5a03d26f", "placeholder": "[]", "style": "IPY_MODEL_97256df8906544b8a749acd170bba1d9", "value": "False" } }, "012969b943d347b1bad3d901ba905446": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "013b4fab6b3d490da92a518fd86c490d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "013ca88119934dfba3cea74332fe1cc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0149050476974d2d8aec83905c0b1f6b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0159f21d1a8a4187a902b30e2ebabd29": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "015d9544e7844dcb98fb8760bb23065d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_4ad7aa8db2cf47618dcd34884d44ec3b", "style": "IPY_MODEL_493e9ba242184497a3431bacc9b8eef4" } }, "0161a64784be4d0e8050731ded3149d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8c7ed34574bc4a568e43462e84d1a632", "IPY_MODEL_30128ea2b9294a79afc6889a59a97fed", "IPY_MODEL_5a6d715566fe44898e346e838d00b529" ], "layout": "IPY_MODEL_dd80c77c73ca49769f828d9aa9f20713" } }, "01658f1b41b646ac9bee1d046e99f706": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "016822b2e6f74339b2865bd5e918ad29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_cde4880bc96447fd8b8553fffcf67ee5", "style": "IPY_MODEL_7682edfa07ee4e78906af61c64495f5a", "value": "Start with a new script" } }, "016dcfa21a2b4bd4ae158949be8d4c99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4229059e54544f178c406b8dde0b682e", "style": "IPY_MODEL_0ff42b4139764899b9c131611173b60b", "value": false } }, "016f72584d834ff0bddf3a3784d75f1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f320dc83c6084cd698b63497a0d53cac", "style": "IPY_MODEL_c5e619fd6c8142dc9a2a2ff03bf2da16", "value": "all input tokens: df" } }, "0171a2de4dea40609bc26aa8bec7b93a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_58ef64784f684a27866ca250bba511b1", "style": "IPY_MODEL_8c64a1a33ce34ee4948e04a6da2414ef" } }, "017fd69ac554436faa9da79b2e1cdca0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "01a698f20dfa4940ae53196723edaa35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fee2367e10514e27add8dbb763e4ce71", "style": "IPY_MODEL_fa829de14c5b4591a3f3ecbaf063da36", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "01bc4b9a83d74f9e9966993f65a55019": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "01bfa4e8255c41ba964cd251c16adffb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "01c7e38e9e2f40ceaa0af5530010c391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "01d2dea33ecd4e3cb015b8f5311a1c1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "01d730735a86429d977ea128f38e9736": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "01e8630c03634db7b7c3100b7f5eed9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_848e67c600514c139be65e51da21f6e6", "IPY_MODEL_507b8b98dc7745108a693553b83fd2b7" ], "layout": "IPY_MODEL_1f469908e2274055a65445eae1c459aa" } }, "01ec165069ab4dbe83d5ba18c7151ccc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "01ee15894a524688af7727a4653fcc8f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "020204a00a8e48469a257b69c224f5b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fea5935db0624e60a76b4262d4b6a652", "IPY_MODEL_ff254bbe28e748f998e8e9855cd97115", "IPY_MODEL_131be0e14e124ba88264deab8d6d28c5", "IPY_MODEL_61aab09ac43b4298a47638316edb79d3" ], "layout": "IPY_MODEL_09f6f101ba2d4340b365ec29471fc969" } }, "020506a2e823494bb70feab92b99e098": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "020bd13e9845469eafd23b1b946113ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0bc4d255f3a4402faf2cc45708e39b6a", "style": "IPY_MODEL_3e16a6942b4742559ad0bcf21f1b2947" } }, "0218b01195e042b6a34cc33298bb38c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_bbe2076caff34bdab2cc7ade8a4f3a77" ], "layout": "IPY_MODEL_a3efca4a1d89449fa27bed5d6bb8aeca" } }, "02266671a19a4aa48ee08db7f6cb848f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "0227e44f9cf643b9a5a516043f8a4a66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "022da14c77c84f30bdf48ff25271914f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "02306607b6b54ece87e024809046d9fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0234edbc30e44ea6a7f136967fdf8c55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "024109ca860c42048efa11f0a085492f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0256155a1f1c4856addcd356248c051e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_70b2be5bd71f4e8db31f9c547d0c8497", "style": "IPY_MODEL_9d4a81cad1844570888fc35f8a1163af" } }, "0259430f42b148b2b13055969ac60541": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "027f9acf55934bb99b502ac72fc7a624": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_6bef47df65d74c5d90976f8b97b1adfd", "style": "IPY_MODEL_1cdaff04872841509c85782301e15092", "tooltips": [] } }, "0281da0bbfa84b9db6e8ffcc1f210ab4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_afec679192ee4bfda9ce36c5b43c3ce9", "IPY_MODEL_d5da41329bfd47dab2ff409deb204571", "IPY_MODEL_fc11febb0ba74171b53ce1a55bd3dfeb", "IPY_MODEL_673c4b52e29b4f0f8abde1637b889845" ], "layout": "IPY_MODEL_30085600885a40eeadecd992156d7e49" } }, "02833674e6f74331804b5c76a2a8b426": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_574020e42f8449769b40c7e18f2277d1", "IPY_MODEL_bbd6b7e4c27b49c58b041eb6911385a0", "IPY_MODEL_e75110c5612b4cc38e9803ac0965e914" ], "layout": "IPY_MODEL_968d7dee1ad54be081bd9c008a50e1b8" } }, "0283f154ceec4285a7866206477ef5b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "02861beafcd04a5ea615178de9df38ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "029312925531483993dfb9232a6d0053": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "029c8dcfde464397862071fc8b674194": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "029d8a8efaa14c5790aea8890eaba193": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "029e51c75ecc4615b5fa2925de2798ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "029fc16b85344295940cf9c024a21520": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "02ab346ad6684246b38b5f36a05feaac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_a571e4cdba114d9d9291c2ea2c3a66fa", "style": "IPY_MODEL_bce5ce459ded4043818eb14a1ea26aa7" } }, "02b278d6a44144cca2485ee9856f02f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e8009d80da7044da90048ebf8209768c", "style": "IPY_MODEL_3246868525ad423fbff5e63e1a2ab4ca" } }, "02bdef15536b4286be5fa653416f3722": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "02e30010062c436ba9e194bef9204bac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "02e8e5a1172f4362a81185cbadff628c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f00cad5a7c38433b99cd88aa08f3e7c9", "style": "IPY_MODEL_4ffb1d9cb9284e41b8615e97adec94f9" } }, "02fa0eaa692547afa4cf2497310d1bc5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "03042500e6784bd48593a37dff5cc466": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_2877f121378243759cba9459e573abd9", "rows": 5, "style": "IPY_MODEL_48085814d4ed47beb5692e584a1509a4" } }, "03054de488ca459f90fc7b6d1f9d4065": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c5f44ae1f8c34d769f1d62a50164fa37" ], "layout": "IPY_MODEL_4b63cdc71dfa4058a9b5972106d8e528" } }, "030695b2a2954f968ee832f87b29216b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "0311d43944454548840076f86d5d7f03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "031200e273dd45d581068959f18cd2da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_4de2471f1d8f4e82a8c6fa4e7c4a29cc", "style": "IPY_MODEL_d182ca7f831f4f4b935bea339ddc2817" } }, "0312b86c4a554d90b3988fce330106d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_746c73cd565a41b0a9ea26228d797c25", "style": "IPY_MODEL_df953ef3ee4d4de28dc72bd18ddf2387" } }, "031c6b661b414d60817b61abaafaa49d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0329f33f48ae4bc5ac28bb3da09a32dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0330bbda51134da99f1cb6740b008987": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "0337b2dad97f4e48b7e6ffad378f5e07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "033a3a0adac04e849c953510523a1ae9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0344ae37ccc94aea93d06938d60426c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0345dabde6f04905b113a21324058fa3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_a53acfa2a3af492abdb0d54b87d4e38c", "style": "IPY_MODEL_1d59184d97f841d590adbdc32dbdd0ef", "tooltips": [] } }, "0345f081e3f84b8583d9118c6116d5d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_793212c5ddf4411d9bc5248526854cd4", "style": "IPY_MODEL_50057f46e90f4617b309e929d9d7aee0", "value": false } }, "034c587209d34fe2825b7c825d3318c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_2cefd9c31d334db4ac2079de26a68631", "placeholder": "[]", "style": "IPY_MODEL_9ce0655e12154c619040a45aca8ab775", "value": "None" } }, "035b9b65f1b74cb9840e9dbe7f1f68aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "036187bc976c4f3ab514b970da88dde0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0363729931a841269ce15ee7e842a20c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "036444ebf3fe477f8150d95e03653eca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "036fa90371fb4f59a3c263eda93976ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "037039f05c89462ab68189f019211bc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0370b75105b04b79ba2150e2ac491f2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "03740301e8364fb2966d7e2e1a4c52bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "037a131380ce495a9e2a95ab6b183c5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "037a4a51b80d4747954e1e92bda98282": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a45679e5e7504ee8846fb7230a575496", "style": "IPY_MODEL_a1658bf284a94239b0b6a390518ffbe5", "value": " Receive <<< " } }, "037aa71044014064903924735d96d762": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "037c95d57b664a6f9caf84f880fb2d56": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4c8f6d9f5a594457964ee0caed636acc" ], "layout": "IPY_MODEL_f9f3a3484855445fab25929517f8c2fd" } }, "037efc161e9c46338faed71a3a9ef8e6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0380e7e666a0432fa6925f91e14313ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "03829c3bcaa84cb5a6687694865ab8f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "039a94ad9caa40fb82085c72b0b42ad9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "039fbd1530274f00a9ef10851a05c6ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_7d8763a2aac14155b51e947294e06c97", "placeholder": "[]", "style": "IPY_MODEL_991e5e477c0c44b1bd73bfc106bf3f29", "value": "False" } }, "03b8ac15afff4eef8c0d1a1b60b7d1d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "03b92884a35242cab265f41f65856518": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a0c720fe96214a7495f9be271bfc07bb", "style": "IPY_MODEL_b8511c8c1ecd42cfbaa0d9d21dc9df51" } }, "03bc221628fb487daa6db21242525a3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c251ccb88dfd4518810f2412d05344c2", "IPY_MODEL_5cc56e0b92804fdca3b9ee8e64c0eaa9" ], "layout": "IPY_MODEL_f7a55c168a484304b427f716b41f634d" } }, "03bd36f2f10d498e84dae39403788e25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "03bf442b54364d199c9878d5ec147f67": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "03bf8d118d124a72be8288348e9e970d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "03c0b080700a42e1b29d314db9c815b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_d74b301771bc4754983904731a6c63e8", "style": "IPY_MODEL_2ca9ccf1992545b5929e59a5e795b6a3" } }, "03c3eeadf0f74163a3ea12efae55b8a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "03c836ae6b334b01a6b1bc7241b78afa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_82c2073dc79b4d37b72f4971b28b8b73", "IPY_MODEL_0f0eb119b4844e34b01683345a4779e1" ], "layout": "IPY_MODEL_2844d10f42634a2a95239c5be2d30cca" } }, "03d065391ee047a4866fced8f2d37496": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "03d2ec5d17a54c5b8f95b3a6cd95aea2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d879c4cbee254612b1ce44cc77808db8", "style": "IPY_MODEL_0af1fc50cda543a4ab584c37bbc42623", "value": " <<< " } }, "03df8cc9221d4b16b8faf7ceed925ad6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "03ef640bf0854c179ef4ac75428d1914": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_29a6e156c8644f5aa3b571f59dad7c99", "placeholder": "[]", "style": "IPY_MODEL_9c20f5703a6d4fceab8d763c9fda7ac0", "value": "None" } }, "03fe33fc77444058a2c0f6c737af8776": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d4e3e235bf094f61a7b414baa199b5a4" ], "layout": "IPY_MODEL_9e86c721982242f0b9ab6486571be194" } }, "03ffa5b30fe64b54b309e4bda65081ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "0405ae20141d4b80a9e41256bcc6cabc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "040deb07c50b40e4b9b9df2d1ace1653": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "040e987624b34c5f9c2a8f102601346f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_cc678387ed364e4aa00da0a106d8eaec", "style": "IPY_MODEL_f09be8883d4e437395bcda3bbd6578ee", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "0410f910dee94ff2a72aaf97a0982606": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "042c2133264f4e7b827b078d3a094549": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "042f00d074eb447d8a4b115a14f7a074": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5df2418663f74093b3012404ac10d301" ], "layout": "IPY_MODEL_26cba96198ed40ca80e6123aafd26d08" } }, "0442a75edb6f4cc0a5ae7409f8257ccc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0450305ba4a94f0f8ec715646386ad4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8c2f486103244422bfb83262b1e5de69", "style": "IPY_MODEL_3f18ed36bcbd4d548fc686af66c2739f" } }, "045af54b307b4e28bf0687c4c9b3bce6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_ae0bf53f51a24c51a53fceb8cb1778ad", "placeholder": "[]", "style": "IPY_MODEL_9ba0a0324e4f4bc5ad293323f41548e1", "value": "None" } }, "045c63ab7fbe481faa398469a525ae87": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "045d2c93d5d245e6a546b4a8f8db50cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0465636273604f1698990a30a9eff51f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "046a33b2584d46daa5ed1ee9f7d29c15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "046ff325ce484cd7a90184bdd00b854b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_477d211387bd4a9bb760a44077516247", "style": "IPY_MODEL_2bcdfacb9387458d835a7193b3f55b43", "value": false } }, "046ff61da60c493cbc010a550b6fab28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "048fee55eb664355be1a9ab33d4fc768": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "049072525c4a4958b324ca4657dfeb96": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "0493e34bfd4d4e45954e34ae01193b23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "04940727fa9642588e408c90abbbd1e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "04945621e7784f4d83da717179f67295": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_21e87d89d36947749bb8b8cede321bc3" ], "layout": "IPY_MODEL_637e79d1f1504d2690dcdcaedbd7b2f4" } }, "049496dc25a644f48dbf66a358dee4f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0494f947782d49d2a766d12206ed6db8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_18689f7ce1e34e1781689809837c68b4", "IPY_MODEL_0bfdff0a2b934af58335abf46628ee83", "IPY_MODEL_9840976cbcad40db8ce15165c32df40d", "IPY_MODEL_12fa486b6d134ce0a24b2d16ecad0aab", "IPY_MODEL_cdda67f82037482e91937ef489c0e59e" ], "layout": "IPY_MODEL_84246be7fa17478490a0eb32ecf33e38" } }, "04a9a12757b1453589aafc6d31fb81b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "04bd993ce87449c48eb0555ef167c82b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "04cc7376c8964008852079208a0c9ef3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_71c0e46299334c7cae07e0e71aeac8d1", "style": "IPY_MODEL_9e06469f531a49d8be596f13f8373d3d", "value": "Documentation: " } }, "04d2080fff5447e28c688617382399bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_18a77e8b5f45443083f7e34376e2c1b3", "style": "IPY_MODEL_5ce79b65b6fb463892557eaa4bb74536", "value": " Send >>> " } }, "04d81be43dd64c7fac1418a732c73fa4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_81ff01dc2fcc492ebc427a569ad288bd", "IPY_MODEL_095ee1395ec14e30bdef2226c15434f2", "IPY_MODEL_4a1cfa38b7694c32812e044ec078d61f" ], "layout": "IPY_MODEL_9a1eba8fad8a4c3b910f98da9858b939" } }, "04d971264aa7407086016c291f73c057": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_83770abed689478b982ec9604863f5b5", "placeholder": "[]", "style": "IPY_MODEL_a710686cce0449aca25685ae3a6a6f49", "value": "False" } }, "04e3af6cfe2449d9ab8184b3ceb85315": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "050207a0026f46b6bec10ab84d5f2581": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_de32324e4ad541c88b731b047591b597", "IPY_MODEL_e288367978c644298db695fb0f2a8be2", "IPY_MODEL_e48f8bee9be147b59a47b8f2d7940ca1", "IPY_MODEL_77f3fe6b37a24c59a0d62d7d8ca9b150", "IPY_MODEL_7eeee28a90fe4889b58f2512ac80e552", "IPY_MODEL_0b38dabb63c7487a97c7181f25644610" ], "layout": "IPY_MODEL_fdce38259253496a871247445a0eca01" } }, "05080d9e187a47b69f30309e9adedb01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0508ef6e7625431f943b41824e8c830c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0521899b79fa415d85b3fb517292c13b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0530ce84793e40619fb4faecbec20c55": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "053811823bdc45b1bda44de15fdb239c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "053c753cbdfc48e3b78b0b919017417b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a641a967ae2c42acb7bdf4bbdd7e1d78", "style": "IPY_MODEL_67f1bfc71c34404abfa74ad6d4b021fb", "value": " >>> " } }, "053cdb8b4b9249e58c436ecf1b83e289": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0545e4ce8f7040558fc9e8ec1c754dab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8bb456ec2a9a4cf09ed039b35e4d8276" ], "layout": "IPY_MODEL_1cb4083b502f43ae89894b3fc55038f6" } }, "05541cc750a947a5bdc2e59de2d96679": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_e48ea20efdd54fce877788e632383c74", "IPY_MODEL_403d2d90d8244588b65721fd4a7b8c4a" ], "layout": "IPY_MODEL_449774657340494c8833442fe6be9dad" } }, "05550c51b0874bb6b30e2ac14d158ec8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "05589eaabe1d4c0c8078fc92236894f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "056d0b298249438987c6c20d7bad219f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0570abfb443445ff99e5a30877b2899c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0573dd5d30be4b8a9b49189278f9066b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0576169b65364dbb96b3d41656694ed1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "05792c25e3a2468caea5ba7b7bfca778": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3d5487d96b4c49db873d32ff730b008b", "IPY_MODEL_6012fa4e8ca445bd94d4d1b6d7f523ae", "IPY_MODEL_a6e54341bf7941db803ff3d79c1d2f48" ], "layout": "IPY_MODEL_87e6e83d79084f9a8a3f2ae391e1c6e0" } }, "059acd9078984fd5a5aa7ff7e3e47633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_ad5b657fc08547599093885f4fb9f0cd", "style": "IPY_MODEL_62d1e4daabf04235be118a082c0c36ba" } }, "05a0c9a78eb94686bc44fd6799523ca5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "05a3f802bf8d415f9f279f9d63629c98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "05aef3ce71c640ef8aaa63b572f53ae7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3659037f114b4e319d1bd9de57c4745e", "IPY_MODEL_603a702c35b543f9b31a7d8f3de208a0", "IPY_MODEL_f18c62f995a54b4985e653f48fd7b006", "IPY_MODEL_83763aa0391e48d69518429ea0ca40f3", "IPY_MODEL_be9ed08b5fb74fd38c2d085a1e0e7268", "IPY_MODEL_3b05fcb01b2346dab4e02cc13d855c58", "IPY_MODEL_45ecfc80032b44638c8285c9429b2329" ], "layout": "IPY_MODEL_4421dbc104c84db3b7ac3e1fa7b837f4" } }, "05ba7e9c25a54b518a2ff1b3edf1ed78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "05c0ac1a4d094221bf3aa55534ba2479": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "05ce5f4b57f04d65a7ee3fe1b1020b75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "05d447cf79254d0ba962ff3e60095f6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "05d6d19146d44157b1b5ed780bbe6da6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "05d9eac6727745f8b1d24bc7ece451ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "05e1ba66a8684af4b63338604c6a547a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "05ea0a8b90f34f4699fd0ddc533e015c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "05f456a1c0284cc9be2d9b42fbe3abe7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0c36eebc935640cbb78b15334b3d6ced" ], "layout": "IPY_MODEL_b843d2ad1db3498589f2bafacba7b31e" } }, "060357d56033439eb19fa423dc69457e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "06048f61fb7a4d798501a53cbbaca466": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "060b47e0a3b145beb76bb3bf7fae1444": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "061188fbb275470c89bab30bac7301ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "06127f7650cd487bb2692bcdf3320964": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "061726ac110247dc92f4b5b880436407": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "061bce1404e84d41965f9629a2f089e8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "06248d2d407f4febbf11a6df58db7689": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "06255627526a4e8fa1b47affe833543c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_9724d46407444ae8a4bde5e579cf0b01", "style": "IPY_MODEL_85466f4c5ace42cab9927672a08e2abe" } }, "0625f9604d2042c4ad7d50c267dbda52": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "062995758b88491ca8bcc691052c63e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "062a1b0920a84f53ab045101e67cba97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0634aabc9971495290d8c2b2d69aac53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_5b16dc79ece54d2b9d9fd94b5464b8a6", "style": "IPY_MODEL_4d08f1adc0834061824f053edd5da9a1" } }, "063b30df49ea477888dda44ee9ead3c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_68c99acb7d6946e8922fcdf66d52a34e", "IPY_MODEL_5babfb3aa23240588be2b16b79b36684" ], "layout": "IPY_MODEL_7921ba0f59244cc18a84376ac56997df" } }, "064166e6ddc141d2951eb853a7f86f68": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "06466ee378fe4d37931757d4bb25c48f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "064ee13e2d29428f9318f3d05648fc26": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "0650f0f72dd54b6e9c3395830cf5a0b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e720b9dee6b64e248dbf80a1ed99ad34", "style": "IPY_MODEL_3189c15a6e994407bff032f5d583e0b7", "value": false } }, "065b0dba52c24fb8abacbc13e8a642f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0665065d1ba640d3a830f01480faa5fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_a80eec6a4dca4209bc02b5c5aa197295", "style": "IPY_MODEL_6e304b1722e64adf91b9ae8fc8a72379" } }, "0668108f216c4121bfaf2d6e89e39af6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0679f7c9efbb447a8c853d553009bd41": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "067dce2e93fa43269cf262e6015c81f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "06810a30377c4b6b90b57322133fa5dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "06862b55456a4e3fa53fa4c0c072ddec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "068658860b50481491644f3e4f19f408": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_415627dd7a074501b21e84a4f60ef443", "IPY_MODEL_6c0804e181cd4970a5697326c5ee792f" ], "layout": "IPY_MODEL_8255f6d285514fa298c54a40e57af027" } }, "06899e5480244b069469baf9596074ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "068c1fc91e8f4ea7814740a4ebc2b401": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "06956f3ebc8b44db8e94beabd1c9316c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "069a7d6523b0493f90196c14ce0d4689": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_d2415b4512d544a299756b708029aed2", "style": "IPY_MODEL_bc96b7e7e0de473385251d48bf414c45", "value": "Template 3: a complete machine learning workflow" } }, "06a0b9f5b4fd47fc9b77b9a2297ab238": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "06a1bf80d5f84407bdc8f019bfa51776": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_bcea574ef4aa492aad8c97e261101c33", "style": "IPY_MODEL_66cf5feb71824ba8bb2cd6256f2c9247" } }, "06a369ab9ae54e0fab00af8cbd45153d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "06aa0d2231bd4f7ea5b1d7e0b939639c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "06b68209a8e44a3c8ad1757a7f027a7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "06bcde883a834e08ac511616aa657038": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "06bf7a520c0e49f991a61903f206dd3c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "06c0e9bd69fa425fbd12927bc221a0c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_1aef9050fd974e47ada40822b20713ef", "placeholder": "[]", "style": "IPY_MODEL_e305799b874f4cc1a8e060a0d297cc22", "value": "False" } }, "06cb3beea58e49208d7193c992a2e53b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "06d3e7c58ca444828269dbf27d2a0d55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_8f0abc4ec97746549ab5bea1bea0df42", "style": "IPY_MODEL_5514f8ce5c9d448c918396362c4b69f6", "value": "Template 1: A simple machine learning model workflow" } }, "06d3f26670c0488f80e91f6599dbf61b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_dbe31b9e5d72490889a371714075ece5", "IPY_MODEL_09a876cc1060407cb536f5112807e9d5", "IPY_MODEL_6ea833ef51ed43419d17fca36665fd16", "IPY_MODEL_36c74a848e144b9c93aaf131e98753a0", "IPY_MODEL_8dd03a96ed59437da3382652d248404a", "IPY_MODEL_5c80e9cf82114fddb547125b55f9c90d" ], "layout": "IPY_MODEL_a8836e895f9846349cd76938658545f2" } }, "06d46b74b7ab44ec96bf0005b99d8ed4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_94c844caabc040d2a1ad23ae8c0271d2", "IPY_MODEL_5624241cba584d47a4ad79bfcad0f8bd", "IPY_MODEL_5ece1b0f18d0450f80874c3da01af7f6" ], "layout": "IPY_MODEL_ea45ea91bdf24fdba1766d10311a8fbb" } }, "06d7932aaf364f768d8018f77ef15752": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "06d9da7e439c49ed886013f6300eddee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "06e2e36bd0004e34ac1f68207f3b0899": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_ac9499f935bc417f92fd56288a9a05ec", "style": "IPY_MODEL_34eda8eac4aa4d43b7ed728c6786ff26" } }, "06e78276568b4aea853fc1782ca7bd88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "06e87e4dcca14e08837f9a7cdeea64fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "06f7da8b6a2b4e8eadf9f939248ee474": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "070407dd6c6741578ec38f08569c22a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0708c3831b4442918128e43f1f2b55c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "07098aa90634458495cab970646ca571": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_039a94ad9caa40fb82085c72b0b42ad9", "style": "IPY_MODEL_52b49d1bc23d4ac9bc79a9242ec09787" } }, "070b17e253a948039814e2fb8bb00408": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "071c789094ab421a846d7849a4b2c253": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fa99725e2787423fbc28ed173a493261", "style": "IPY_MODEL_8c8cbab53c554dc2928a149900faa066", "value": " Entering Custom Dataset from Excel: " } }, "0727370ff9284174a6dbe64e09b8643c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_427b235f777041b592ce40397ba724ae", "IPY_MODEL_69d5ca37f31b4e849e2396af35c784dd", "IPY_MODEL_3b4cfdb1f8514625a529415599cbdf98" ], "layout": "IPY_MODEL_529af92b80ea4e37bcddb72a09eef1b2" } }, "072e3f518b99466a9c231f28bded5259": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "073180a80158494699398272834177fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "0733081c4c4e42caa03cff02ad7d4196": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "07357be4241347ae87dff2e80eeb0311": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_26819f474cff4a7f84cbb443b1b2fe2e", "IPY_MODEL_914d10509a50476fbdb63c72f51e0b24", "IPY_MODEL_d11e5e75ba5a4b438e39a869cffe1827", "IPY_MODEL_314c5c8d85d54c8fa2afbe42a7832c73", "IPY_MODEL_2cb0896639cd476494f04e7250fdeb8c", "IPY_MODEL_a478aeabf02e407c9d9e49bd386aac91" ], "layout": "IPY_MODEL_b0c83d5cf4b34652a3e80e29f227c8e7" } }, "07397c9a6aa94886a50c4e558dc6d511": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_70f25ba6d8534ed4b81efd83896681a1", "style": "IPY_MODEL_fc6b0dcd565e46028aa1ef9e556d8ead", "tooltips": [] } }, "073da8a186544467ac7d3b89693f9310": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a3b6688a24da4c5caa942167422ac902", "IPY_MODEL_cd6d2b63066e4165b89ff6b9f0264fd6" ], "layout": "IPY_MODEL_f700977024fa4fad8ba81fca9c2bb4da" } }, "0743f47c00704fccb0ced42a4bbf4cd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0744e994592c434db1c588c84c79d67d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_c2e8a911d33e47469c3f77baee3c5a4d", "style": "IPY_MODEL_2801d0ddca1944b7b3c54d9aff72e59b" } }, "075c3902e1304d73b87683f670536412": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "075cc0e8929843d5baa7acd1aca2ee67": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "07619b90833a434ebd082eb08204747b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "077556c9fc70473384fe94469d1bda7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_20f3994a50834461b8c63a125e7f3438", "style": "IPY_MODEL_b4f81c632e734fd7a3d96c108504fce9", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "077c1a0fedf440caa4a4970e20cb9cf3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_d1d0563f70014686815ec01399e5a529", "style": "IPY_MODEL_9bf8cf269b55428ca9909db02e4cb956" } }, "077e81bff6504b84a57071af7a2c6639": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_854cd2b0d6174da4aa3b263e93fc0a6b", "IPY_MODEL_a09d61277ea34698b96fd170843650eb", "IPY_MODEL_c7590fb2f1f9488e8d1ceeebcbaf6535" ], "layout": "IPY_MODEL_53926c58264b45d19486cbcdd53bc595" } }, "0787d7a8c4e74394838dd44d1d9d4e38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e118c0aeaf884ed8a04d43c80e7e523a", "IPY_MODEL_650874993b324b06902ff628fc1b76ee", "IPY_MODEL_42038d37571d42a6aea4522c522d1acf" ], "layout": "IPY_MODEL_5cbd19176e5f42f1ab049e7e78edc0c4" } }, "079399a18cdb4351b6c3c30bac8c303e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_f0f8f3167ac24017a1cae72197a34dd2", "IPY_MODEL_9b19af2891d34df68d2f004be7fad1ed", "IPY_MODEL_340785b1452846bcaedd979da9ae2d76", "IPY_MODEL_7e95768c1f1b4803b15e928f7ef7f307", "IPY_MODEL_a1e9a45020a14f7fa7b90d7d9ed55424", "IPY_MODEL_84bd37da313149c6bdf82eda833a8a7f", "IPY_MODEL_19569e9b274a44b9a70d6dd593a7d2d8" ], "layout": "IPY_MODEL_a67a57111aaf4cae830039d2bdec19b9" } }, "07adba7aa06d4cfa8b7f2565f55ce2ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "07b641629e604bd7a4a78bcbc2546f94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "07b846ea734a41f19a6567c01736c4d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "07b8ec3db4f54fc9a667ecb563d4e8e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "07be207bed8c4a94b44f87f99a9f01fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "07c63a6f942e4eb5ac161d7591207d4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8077bc36ffdb4c999dbdb7b66bdaa096" ], "layout": "IPY_MODEL_8d2ab21c30284b2b90286dde61a030b7" } }, "07cd0f3ccfe4475f84e3475fb5b7bfc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_88aca0683b3d489b98f149abf410dbc8", "style": "IPY_MODEL_8ec7d8b4785b49adb057bfbf958d7c00", "value": true } }, "07d63bca4971480b837fd813a74fa844": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "07de916bb5574eb7871a98fc02766e7c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "07df0974cbbd422b84814625328804f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "07f6480fef784b4eb62dcc8d49083c15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "07fca21a6d1b4a978941f1e6abb7ab7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9d7cd787080d4de2bca226a3967a0241", "style": "IPY_MODEL_60a896dc06144481b5d4361fc2e2a767" } }, "08035b02dd1f41aab73e91124c37dbeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0809923e4a6448ca875b7ad704f5429a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_726ac55b44a6463399106f5808098ccc", "IPY_MODEL_d1c767e806d64525a7886b443a338786", "IPY_MODEL_4b202562d22440e3b8963ea049fbdb40" ], "layout": "IPY_MODEL_005756d4688f461cbe0ef9cc5bacd9f8" } }, "0819572eaff3459380c6d52536539834": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3f9d2406e7a5482cadf3f7783517e32d", "IPY_MODEL_ad0d6fc1c186458d8f02953bd4c08f9e", "IPY_MODEL_591c71d441424517af870f77ec8ce39a" ], "layout": "IPY_MODEL_ff949790662f4c2b8271d7feda676489" } }, "0820265f5e67486fa93fff90d0352c4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "082335fac7b14d93b75aa9adc346d76d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "082e6b3663aa439b9fc51cd7a3e535d6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "082ee3a752e64d5ebf0fc335200d957b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0844946b5ede4012b80bd16d168a0af5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1ce08dcd26c14559abb78ade7ff16c52", "IPY_MODEL_feb565be4ae84106b1312b23897eeeca", "IPY_MODEL_594fdaf9295f47a5aabd4e9e7807b67e" ], "layout": "IPY_MODEL_695dffbc422240529f545b83c5c0bda0" } }, "085ed6b8ca72433bae4873a73a27b1b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_840527e3c0344713b850027530c7d625", "style": "IPY_MODEL_d2c667e48d30454190066c4071e0e803", "value": "Function parameters:" } }, "08693b80403f49d4860bac049b7a3ddc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "086d381d6e0b46999c7a634c8ea49260": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_713515786c8441358f34ba1214403b5a", "style": "IPY_MODEL_fc035d2774c7419e9c84aa8759e3fb85", "value": true } }, "0874da3e694940a39f8754bcf1fc4caf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "0875eab8348f41c48006a26e054ee836": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_bc44e2165eec46a0ab3b116c3036c795", "placeholder": "[]", "style": "IPY_MODEL_f9cb3d661d6b4f91a146d920eae82bdc", "value": "[]" } }, "087bb11bd060436989393430ddcde3e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_cbfe518876324a319cef7780c47de7fa", "style": "IPY_MODEL_7b1193c2b5e642d2b2816f2ba963e9d6" } }, "08824147827140c5bbe078722150a053": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0886f767b4df4bd5a0327c62f253523a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_1421dd65fdb64e068f7b419a954fcc5e", "placeholder": "Type something", "style": "IPY_MODEL_a02ccc7c71cf4bba8a5f62b6d9fade51", "value": "CMLWrapper_out" } }, "0888404640344bfc944f0f9473a3a0de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d3e8198a703a45dba29e71b31e40c073" ], "layout": "IPY_MODEL_9bb8c24ba57d4fd9beec86d8c1fafe04" } }, "088c65921c6b4e8dbb1bb4c09eea3201": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_77e22f7f955f48f08ac76dfce42e8803", "style": "IPY_MODEL_0d615f80d4ac475986ca220ba7bf62ce" } }, "08917b74a7a640be8042627804edefb8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fcdc363d15c746069b131920a50bd405", "style": "IPY_MODEL_8afe635246744a4aacd48dcc0957b575", "value": " Send >>> " } }, "0899d0dba1a24e74bc6621c9671abacb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_12141445db4d40929a47b1ef88166a5e", "IPY_MODEL_5dafc3f6957048db853a0413faf5e0fa", "IPY_MODEL_14b1676676ff43778e96bf83fe6396fd" ], "layout": "IPY_MODEL_ada7dfd699064a52a1bda1e6baecf910" } }, "089bac013b6a48649c7c73112e02dc14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_28b8c96875c943109c420654aa657a27", "style": "IPY_MODEL_f271733a219f4c55bb1b5c2f92caeec8", "value": true } }, "08bc259557764bc3800cae155f5d7042": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "08c0c35e73b84db894abeef1149bd955": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "08c74ac57f284e31b4d0a4c9cf684338": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9914cabe7ba4458d9fa6387cff1395b8", "style": "IPY_MODEL_c61e7b9203d34592b1ada7e5c627d306" } }, "08cc1aeb3cad44f5858698cd7b19f846": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "08d43d3f63424b83a0e68eae6943160d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "08d580052d034e55a06f9c3f6246f87d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "08db5443302c4bc082d47785daf007cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4f61ea269ea4417088a3a1da3e58e49b" ], "layout": "IPY_MODEL_74235bea225a435eb49a031e63c1d5f9" } }, "08efcbbe45e64fea869908cbc6420bfa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "08f2c97a7e5a4f27aa22f8ff50692d84": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "08f6d6e8f00741a99283796d7cffc00c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "08f860acb6a04b6885c7a789030520bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "09027cbff95048839baed30968d4927c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0902e5c3c1dd4f7285638f71adcdedc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "090a4b8a79dd44c8b33a437321df7062": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "090f629b1d0e483eae0f45b88dc3b798": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e39b89bfb6ea40c7a949b59f0d79bf00", "style": "IPY_MODEL_f47797b3e6e942b0b40b2f2e6f4972c3", "value": " >>> " } }, "0915a446405a454685cb4a75fb72a41b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "09237f8a93f847f895a43f1bd0339259": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "09387ecd20d24666914d2d981edbc2ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "093c9c6db8a54b89a5a8af24a330864b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "093e9f5f05594a4dab37a7eddcb48df6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "09422579aaff4bf6a12b8b2afb2013cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "094588aeef424d46b1796b820309d280": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d3be7ddeb12e4a6ca75f470a969c78ce", "style": "IPY_MODEL_359b99a683774c67b214919e333dbbf4", "value": true } }, "094ba46aea7e4d969d1baa0a3cfa3dc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "095a7b2553f847c5a75cad74467d024a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "095ee1395ec14e30bdef2226c15434f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_085ed6b8ca72433bae4873a73a27b1b8", "IPY_MODEL_ac3e22d5cf554352a27ee1959c4193a9", "IPY_MODEL_e6dd0ac423ee4b27a71fc80960db187b", "IPY_MODEL_6cd04ce6da6b4845b4db1671abcd419a", "IPY_MODEL_76863f38e5294c8ca1591e2e4e10dd36", "IPY_MODEL_597d45f836b14913a70cb184d5ebc343", "IPY_MODEL_37771aaf22714afbbfe761386cb97537", "IPY_MODEL_2aa91fdcbefb4323bfaa7bc1d0cf1fc3", "IPY_MODEL_82f86b26ed384830970b80bb1543c8b8", "IPY_MODEL_fdca361739574efdbe98f4dca7659e50", "IPY_MODEL_1a09973ef2da44e49a3200ea30703516", "IPY_MODEL_b6b16abb402e4e08a54ff74d84d4d84f", "IPY_MODEL_efc66de9a1f74d16a99e493f7ab008f9", "IPY_MODEL_f5f95cc6f3ce4db2ac52d519eae3fdec", "IPY_MODEL_2372f880aa844140924ad85796cc276a", "IPY_MODEL_e93fb26210594b198d4b7028a8e01c67", "IPY_MODEL_c9e6b7a00ee04a25b4d8e5de8078fb08", "IPY_MODEL_8ac1fa3df82042f79c8073919195b02d", "IPY_MODEL_d76ea8c89a3c4ae9acddde7a0fc7479d", "IPY_MODEL_d88aa4649ac34b52a39cdae02376619e" ], "layout": "IPY_MODEL_2363b6c131b947188c1196dcde1cafe7" } }, "0965c21d3fdf4144a971a8ac70346fab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "097120cf807e45cfbee58584e7704758": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d98d2264467a4547b3901a420fe7fcec" ], "layout": "IPY_MODEL_ac1a7379b862467f87cce320876d48b3" } }, "09815af3463c4328ab1b309386e447ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e858bfc8d3324ca3933cd06f9b8060f1" ], "layout": "IPY_MODEL_10b157930ead4e0887a77aa1b5e47823" } }, "098c6273bb7c4f70be7fb4e9ef41e461": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "099134a7c5cc48e8885e981440c6b6fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e3accf92c3ed4067a701cafb3115a15a", "style": "IPY_MODEL_6b9adf08bd634c13a073a146ec82cb92", "value": false } }, "09a6f69c8e9b41338a0029220eda92b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "09a876cc1060407cb536f5112807e9d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_73884b1326f94a73ab1cffc5aa57fab4", "style": "IPY_MODEL_d4f34a73d1b84f1db290d257044b89bf" } }, "09b0be94ccf14b69bbfd2418f79990cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_eddaa1c314924660be57e946364c1c41" ], "layout": "IPY_MODEL_969cc51e58e64da7938179c8fba01e78" } }, "09b1814cad354d19b72cf2ddc0575ca9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_6fcf2efd76d146b5bca104a9d9985036", "style": "IPY_MODEL_47b7506696954bf6b2f5716a708a3986" } }, "09c329326ee446c0a5f3b2e28ce6404d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "09c76a24d550496cab1b40bcb7b6618b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "09cb39dce13149e69b0b7eb2d9a57e86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_12a4255c98244329b6dcd8473551e8ac", "IPY_MODEL_763af73fa9c34322b95bab0ab7515046", "IPY_MODEL_8dc7048e478242aeb5cd57698014ba40", "IPY_MODEL_fd9539af05d44d848588b8b0aa4f0804" ], "layout": "IPY_MODEL_37f097f0d6db47be911e4d52cb810680" } }, "09ce927c919c41cb91c1548aa19997b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "09de1013d3fe41efb6b0f701b7e31e06": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4dd29ee2fd094752a33d7807ed17bf63", "style": "IPY_MODEL_d17532b3ecb74b46862ae5585bd771ff" } }, "09e0a7d638924621a1a7155d1a329f1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_844c6ae4f11545299e053038dfbd0afb" ], "layout": "IPY_MODEL_c2d98b8c2ca74ca29670da59eba29fa4" } }, "09e22bcbed6f45dd8247d01e3a648be9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "09e36b003d9740e1b8d655fe06682df1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "09e39eef1d5a431f94579c963cf1dfa1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "09f6f101ba2d4340b365ec29471fc969": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "09f7ffc0deed4777a0ae15089b6cad30": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "0a17f843090e423b96d5f980162be77a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0a28a99d67b7407599299a7026fcbfa5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3a62e409b78f4ca499ab09df9534cf76", "IPY_MODEL_60a2bde552a646b5a9d7dad4e771634e" ], "layout": "IPY_MODEL_c2c2212c12944397a8efe6fa720ac5a7" } }, "0a2cec63cf544b33a863440213103bdf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "0a3bc483f68e4ae9ba79bffc59cd43cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0a3feb1564ac4ad88fc02590e806a638": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_2d0c9ccc02f74daf953328382c0bcb64", "style": "IPY_MODEL_ec05405d087a4b5784575d57365ee91e", "value": "Choose how to start:" } }, "0a50f3752d544cab8380ee05ebe7ddf3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0a5ccfc8e3d84451993e43525e344e89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0a7e334192ed4ffbbc16fe6ccfa8428f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5814cc31b73448f69c7372a13c3e9c1c", "style": "IPY_MODEL_80a293f947d2476998c3b0be65394c74", "value": false } }, "0a805fb471d944199f5e3953599b2a2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_0fd50980e2a94ec0adb8cc30d64ea4f9", "style": "IPY_MODEL_ad51e5aa758747d88d972d38b7c4663a" } }, "0a81af47970a402e8611912dd52f3d37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0a82f83e411544e6b6ae448c76452df8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_13e1e46ee4a545aba3aa950bd9a00a2e", "IPY_MODEL_3e67074393354cb196b282c20cca6845", "IPY_MODEL_fabc04b717cf441d973862eefc17dfc5", "IPY_MODEL_5a52fc53b5764a42b9fa6dccc0b7018e" ], "layout": "IPY_MODEL_37b0060fca2844b6a1d4dee0eafa2d42" } }, "0a8866a6ec174f7bb410b46e2acb569b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0a8dc356bc294adf8cf83e1de0b365eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0a904dcf041e4eb3ac86465f488ce536": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fa267a5f9a4443d1b533c1a0e429eb56", "style": "IPY_MODEL_c82aa940e3af40ac88602ceb86c62780", "value": "Template 2: model selection with grid search and cross validation" } }, "0a972df8173545d5802baa434ac8aeff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "0a987be7afea44c3937e867cd9614d98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "0a98ef6c93444052880829c98f0ade3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_a7d4d288dd29431c8cfe22d47fd768ef", "style": "IPY_MODEL_7afd327cd0e94f2295c9d513b46ac780" } }, "0a9abfe386ab418c9b231f9f5e1d2e2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c355e901f92044f288fe4abc6e4a1615", "IPY_MODEL_c660016fa1bf488787e7ececf6b8e040", "IPY_MODEL_3f00cb0abd1e4b698215aba0699fac4d" ], "layout": "IPY_MODEL_f9950a96d33144eebfa481e651ca3050" } }, "0a9b304259fc41f7bbb6ce87c7755c4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0a9c5034049e466395c597f8969a962f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d730c28eb42f4c5bafaf4726ed95a788", "style": "IPY_MODEL_16d942dcc6f141628079e127ce3597a9", "value": " >>> " } }, "0aad4fa3b84e4d228325e6e2b07cda3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "0abb025d87e54dd6b15329050add881f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0ac0c6a6ab01409d8534b18e818ca884": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "0ac89c5200aa4c1a869b5f5b16aaf27f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0ac8a81acb7649b6ac22759612be9da8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "0acf2c3fa9754f229e1e493989f5867d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "0acf7fa3255a49f6a11bd4396bc5ed12": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_120af0fb0cc947f796beff85d5dedfa3", "style": "IPY_MODEL_efae034df5714391825285edb43e83ae", "value": false } }, "0ad24789a04c4a8d97543982a4a5ad8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0ad93241c174417fb9737c7710cfcf0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "0adcb9f2802441b6a09f9354ab447159": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0af1fc50cda543a4ab584c37bbc42623": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0af4b0f4dc63489d97988535b2d94c7a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "0af98b8ebd694ac9953ed9c15d3d7a5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0b0989781a484300858c91ed8e9b650b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "0b16b86900634d1b9eab23711b97abc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0b1960745a094414b9078e5a54c53d98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0b2a59bb07b04d5aaf46ec00f12ed4f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0b2ac1ac2693499da774ec3cf20d4da2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0b3637054c2142efb4cd2ed0a08c8786": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_6d240499078a44d5a2fd570d206bcbab", "style": "IPY_MODEL_5bd2c4ffc02940cab8a498a16b7a1152", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "0b38dabb63c7487a97c7181f25644610": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9dd8d4bc76814e9d80ae83dc839858b4", "IPY_MODEL_6108c0ae80f2469ea014170ab4765e9e" ], "layout": "IPY_MODEL_9137e21e8af2437d90a70b474d3072ed" } }, "0b39e119fbe944759d2dc93b299c1396": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0b3e1bbec0a940d3beb8241f36fb5b68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_b1256d3de9414834b38a603fc3673aa3", "placeholder": "[]", "style": "IPY_MODEL_93bfd715ffcb4c7bb0c1f0e9e6501576", "value": "False" } }, "0b409d3056ba42a5adf29271f2081070": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_738159a8924d461ea6ba5c48092f5fa7", "style": "IPY_MODEL_4071b14b7dbd4045a7fc6159f01af56b", "value": false } }, "0b4d747509a94f7fb1a7b4e2cd1bbf94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0b515dc9e42147cbb99a7ca4c106d043": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "0b54cd3512d845dcae9a9da34e622333": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "0b5e14523bb64385b7d44ed08aeca0b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0b687b2f6a1d4fa09d343bc8eaa7b531": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0b68c6ae65db4555ac82765b530f33db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0b806a4d0371456cb9e9e14d8139abf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "0b84cb6d2eb24cf4a71b28e8af684f66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "0b89006fff6944a8b79daa000402826d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "0b8d91e4c2f4476c8eba5b85ae2baeb3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0b92dae1c1d84051b7c1361f30aa2b24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0b9c18c8ec3d45b88e11dced435698ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0b9e1ae3fcf2426bb614a4dbee6881ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "0ba64055ab4644e79d58ec7466e063b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "0bae5ea1993e494e811d0a7678c2e8c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0bb692fd64824851b375240d6af9e035": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6855eb00c0434a038aadbaa3a288edad" ], "layout": "IPY_MODEL_cdfebc9f6bf443a1ab996f3611a7af2d" } }, "0bb78d1c5c50460583f7cb7983b23f4b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0bc4d255f3a4402faf2cc45708e39b6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0bd4e3ce9cf445daa6f3132f38fcacc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b019ac4a4ea545b5b3565cf62f5cc2ff", "IPY_MODEL_abe2b47192d14ca19d7b37a9e139a53b", "IPY_MODEL_c912e667073f47309f9d30855b900060" ], "layout": "IPY_MODEL_8f676ab1b7fe4250ad474b23ab934ba0" } }, "0be099c584664fb8b2ee5e687198d40c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e85d833baf634b26902c0e04c7f82ff1", "IPY_MODEL_262c6ab1e7954274a18ff3f5bf3c23dc", "IPY_MODEL_ff4fee3ace6f4a1f9e839daa0ef2caaf" ], "layout": "IPY_MODEL_fdade6365f654ca5a05ad88f114b87c7" } }, "0be8fef6354143a4a02829825a44c147": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "0beb229a29c24f148ce517b34f741c5b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "0bf6a2ba41094114b27d2b6778643e66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0bf9763a67e84d3eb3da08c87a6a1386": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_78c5b4b6856e40d2a96f0a1278d87184" ], "layout": "IPY_MODEL_07b8ec3db4f54fc9a667ecb563d4e8e5" } }, "0bfc8aeef61349b19d031a32e687ce88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_47d93d3f9b5043c684f6293667c5ab66", "style": "IPY_MODEL_2df445c37ee7489c9f9e48891fe183a1", "value": " Data Mining: " } }, "0bfdff0a2b934af58335abf46628ee83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_10d5addf726a4f8b85577f8c6f572e63", "style": "IPY_MODEL_200d36c697934c9f86fdb1dd60fabf51", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "0c042346278541efa872b4f5503e97e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0c06c416eba14ec0963d2adc1ffe0077": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_8abab73b1fd744b5bc85bf92de6f742f", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_5ea73fa61b87445894d8fd8c2b4a905c" } }, "0c183e18c09f4d8cb2abbf600ab20f79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c211e2d35a140b1ac5a974022f3ca34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "0c27dd91e6824566be89b4b8b34c9061": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0c36eebc935640cbb78b15334b3d6ced": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_2c678ed50d7548d58df32ff65cca8a82", "placeholder": "[]", "style": "IPY_MODEL_08035b02dd1f41aab73e91124c37dbeb", "value": "None" } }, "0c38ba40e08040778b08334fca121e11": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c3ac07c56c5415b9b35c68f29a74df1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "0c41b6d4b1654826bcccf88880421c34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c4da19db4a649deac552531c5857c5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0c5227ff2c9e4bb2b4b90e8fa845fd35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0c5e307df5f6423f8251087efb591a1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_c197ddcc2c9142afbded5dc75a87b759", "style": "IPY_MODEL_f032ec4c79cb4621b0249db8af7df0b3" } }, "0c62f30a5608467abf9ee1ad1b43b12e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0c6597c0182245d2bac352c642618792": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c6ff1c5d39a487abfba6b476e9c127d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7fd7d0f32df849ef9620c9093a030d2a", "style": "IPY_MODEL_22885423d12f4026b43a3596791327a3", "value": " >>> " } }, "0c7467225c67435f9e504ab53debdc4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0c809d40dfbf4dd4b30ab84c5efe7c9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0c8841a1cf8b44679c27dc5bab2ec85c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0c88fdd4bc53494c8aae1c6452705343": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_54ee8e71f7ec40938955cacb3c5f57d9", "style": "IPY_MODEL_c333ff77921f460a99ca237087a62ec4", "value": true } }, "0c89f62918934701b4bcce181478cfdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ab9a3e7e3e31497eb5214eeec18b1fa5", "style": "IPY_MODEL_2cc39d9ca266467a9ad9d82491a6a197" } }, "0c8b095fa03440e2b54f94f3e4c41ce4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0c910865a96b457d87aef5f2d6519e66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c92933357934da88d701a240948b3f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0c9a09d6de2b453b8fd66d9051739c90": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_d786187d72b342d18cfbd6df91f3625e", "style": "IPY_MODEL_9b0393c60e1c4f6ea2faa5ff4620c60c" } }, "0ca421a5838c48baa8da70a2f6e95002": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0cb05c1480364dec9d35dd663021079e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0cb32e287bf946c8ac1ab057ef63dc41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0cb3db949b204beb84feab4e7e7de767": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0ccb92c92817492c9e73d4178d5aac03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0cd73a143a644ea7ab6d7cb62925cb03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0ce87400b10444b5b8780aa139005b8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b026ca75713d46a1a76c13210f691e9c", "style": "IPY_MODEL_c3e2d13da34e4d4ea4c8ff0afe56afe5", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "0cfa4c779b5a4e629d9e5ae3f112cade": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d0a70969cd44ca5a28ccf2e3e31c892": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d0c4952cb8e44dda2ea4d39b2268d9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0d264cc16e544cdcb24bc52fe6e1e541": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d37c764673348c19fc0b6bed326803a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0d37f067c0574d46a0ee3f02d23a2b62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0d3887d5feb84e1a9a55ee4722029a98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "0d3be52c95254c73858844458131b5bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_1628cf2efb3a4850a06c869395c75ff5", "style": "IPY_MODEL_31fa212c3db64a1db35558e25c085475", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "0d48d9ee900b4e2aa25a095d288a660f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0d50edf4797541f29783197b8fef6614": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "0d536efe14d745d0a5d227c65c9037e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a9f02d94ac6f4de787844f57a03ca585", "style": "IPY_MODEL_dac3bad715004cdd960731c54a8c93a3", "value": false } }, "0d5ef7ba068346869882921a7f29fee9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_499cce36347949018606188ffa8066cf", "IPY_MODEL_eff63a14022942b4bcb05f981780d56a", "IPY_MODEL_9056917760eb4cfc84b53eeb8b326411" ], "layout": "IPY_MODEL_9395239779c44263a0d2569b94cef87f" } }, "0d615f80d4ac475986ca220ba7bf62ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0d757cf81e4840298cff966daca2ad0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_67129f45df7745bcb3191c85c6cab454", "style": "IPY_MODEL_b95255c431684b5b8d3862db0b386132", "value": "Start with a new script" } }, "0d770a24ecfd4e66ae36bf30265acfbd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "0d857c5398ed4e89b143ee134ced103f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d8692b1d41f4e5399feb2f10aab74a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0d894d04d94d4dbfb680ad95c31fb42b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d9a39d76cba49f18636b0ee627694e8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0d9a7ebdaecb45adb26bd51a8b43c1b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0daaf75d027c40a9a25fda2d8743c296": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "0db7f786d8044afa92bf95d31917316a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0dbc50a105b841dfbabcefa48f729e56": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_0668108f216c4121bfaf2d6e89e39af6", "placeholder": "[]", "style": "IPY_MODEL_d8dd07fbf968414ab75b081f1c52031e", "value": "False" } }, "0dc1e02ac76d4223a576d74267903827": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_47c067f7e5f6439c9583d9a1d03d473e", "placeholder": "[]", "style": "IPY_MODEL_7a5c4617009244599837ec6bdc774069", "value": "True" } }, "0dd15fc7f2254d07b974bdb7319133f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_34d411dbaa85421f97d05e6f06b35d69", "placeholder": "[]", "style": "IPY_MODEL_c236d23cbd5d40d79d61c73e3350ee86", "value": "None" } }, "0ddb9fad0d7e4a18b4c44949f15d8233": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_bab02df965e946e3a95eca3a28c7e5af", "style": "IPY_MODEL_e621f3f41c5d49bfa229c95908f2ed74" } }, "0ddf12d3e2e94a6caf2a3472a4e873c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d049896879fd43c8a05d535fb03bb207", "IPY_MODEL_164ce02dba144a10881815d95b148f68", "IPY_MODEL_1f21487861704ed0b35e48f8ceedc693", "IPY_MODEL_96bfd2e196a446e6928e3416ef7b75a2" ], "layout": "IPY_MODEL_4c5cca448ef94ccb98c5892d458e9f05" } }, "0ded958c7eaf419a8ff799bf2fe3c196": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0df50148339b4dd8845677b27ce65c8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_c3330c67ef1c417383a9c591d21d777c", "style": "IPY_MODEL_64c148631b834dbd8b2427690fd4f0c8" } }, "0e01ffe0110c491cbeba498725a3c07a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0e198d0ad1e842908a9730dbd31bd701": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0e1b8325652d420f830548ffacfc8986": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_cb68bb2596cd4e5193e643ae19d8c249", "style": "IPY_MODEL_8d6b95f6b1444169af772331d3490750", "value": false } }, "0e223434b5bc4aa0942281d8a16d392e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "0e265b9b3784415bbca6ea3bf4d2fb33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0e2c3421a9804282832406346de6f1cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0e30abe971a84a839bb082df8ee0606b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "0e4e04e19e7542a6bf143064de7c8351": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d016c4ab8b2e4060912fc694a3613f85", "style": "IPY_MODEL_61f2259cb4444c968b4740ea860e77c1", "value": false } }, "0e4e655b0a7043799dba43579ad368ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_3e6fe0a964394ef38c6fbc7447f1724a", "IPY_MODEL_c5e77e6b838e49b18f78cc72a5de8781" ], "layout": "IPY_MODEL_182277adc4074a408dbc9cf4325e0f33" } }, "0e525775e927452b8e28748cfff31e9e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0e6de80e63a04e868fcce9027c58909f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0e85cedc327a487bb25ec2794681ec5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6d289d121f1045a9ad208607282d4446", "style": "IPY_MODEL_8fc42c784cbc4c8791bbd15602143893", "value": " >>> " } }, "0e8e9b21e54a4b2aa890a51eedf7dcf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4ab7c38db6da4dd9800641ff69e41a88", "IPY_MODEL_07cd0f3ccfe4475f84e3475fb5b7bfc6", "IPY_MODEL_29a68b3bdc3f4b9589c5596d40eaa736" ], "layout": "IPY_MODEL_d628b0cfde764bce8b4fb333ccc6601f" } }, "0e955f7434ea42cc9cb3e27e353a7313": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "0e9ef166d18c497cb32a866c5672a94c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_c19221436c5b4c75ba54ced634390685", "IPY_MODEL_74386a9577d94e6182cdb743e8db4a2b" ], "layout": "IPY_MODEL_68ae977fcb224dd2956e7edb1dd7c8ba" } }, "0eac8c78adb2428ebc0a5e42a9151073": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c40f3018265f489594db2f7d9af002b0", "style": "IPY_MODEL_caa5d82d2f9841c58424c3906097ab23", "value": "Documentation: " } }, "0eb3843a855740f1a38ee9df04545332": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0ec0df0e7b6e4915a5a60ba4b2b1721b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "0ec38d2fe6234795a43f37c9b8fad0e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c5f8b44839914fde81bf90bacba6c367" ], "layout": "IPY_MODEL_e256c6a0fa924c278e07000cdf869903" } }, "0ec7dbd554cc4cb3b41f69b2a48c014b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f25af8413bf146c182d6b2e290ee4c82" ], "layout": "IPY_MODEL_d37ccc0cd680466eb83970c24a6f8f11" } }, "0ecf98d370374648a4ad660ec3a153b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_15db7632a4894db29ef8eaefdeb7bf10", "style": "IPY_MODEL_ec9810e361034db7bf1dce247036ee0b" } }, "0ed7a7014ee74e028ebfd1be6cb28bf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0ef44bec15cf42a8bdd83fbb1af89529": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "0efe075b01ef4c508cca2c6109422639": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_dafc5db6895842d49b92c9bc4bc60c9d", "style": "IPY_MODEL_8be81a16c20e4d0795b5c0895c0206b2", "value": true } }, "0f08dcd2a24749b3b8af8e721aee200a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0f0eb119b4844e34b01683345a4779e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_ad22e44956944af88c8e6dd93fc6587a", "style": "IPY_MODEL_238318710f7d44d98e2745fbae82c656" } }, "0f18e5b75b6b4bdd86ca5719f338ec71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_98030d6f9f034b16b13ecc0d4f22e756", "style": "IPY_MODEL_f8683112c30244c0931b5af58bae924d" } }, "0f19b441d8b3422d833d73740277e72a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0f1cf538197a47b08d3c90cb7e45fab4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0f237b1132784106ad80b296349a52df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e0eaee836a754d85a91df821ccb17cac", "style": "IPY_MODEL_66c57d7f742e4261b0cec2c780e4631b", "value": "Start with a template workflow" } }, "0f2bde5062dc4af392b70ae970841afb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d86d3e06e464432c825fdb66fc4f0e0a", "style": "IPY_MODEL_0d37f067c0574d46a0ee3f02d23a2b62", "value": "Function parameters:" } }, "0f3cb782700e46909eba23e546e874a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0f41aad5ec5148df8f1853bd0bdf1ca4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "0f4fa18c25664f798e5e840d1df8dfa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_e974d294b8954d4fabcbfe53f82df4b9", "style": "IPY_MODEL_5667e7ae868740d296399f133c3140d3" } }, "0f5781a30dbb46dcbeab9ca2155daf5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "0f5cffbed4174d4496a2808598f0ea94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "0f68b1ba982f4782964e1f1eb4f2b9d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b8010a480c9642598520c40853edd1a8", "style": "IPY_MODEL_33d22c6e65474841973ffbeb81f30498", "value": "Wrapper parameters:" } }, "0f6eabb6edf149d2b69b731a69c53b23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0f7fcf6048fd4234b0632eb23236a1a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0f8508b9050c4b4f9ce82d641c1bbdfe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6ab8ba1d3574468c9f5244ba31aa288f", "IPY_MODEL_1eb55bef4187441286c0ce9fa4477938", "IPY_MODEL_92af26874fa34232a59f1b591476814f" ], "layout": "IPY_MODEL_07b641629e604bd7a4a78bcbc2546f94" } }, "0f85d7357f724242a28fa86f1322432e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0f9271b76afa42eb8457884db56d3641": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_79f75556192c4df1897012c954763d7d", "style": "IPY_MODEL_51b3efda797a436a9ebd58d2e7c1cd57" } }, "0f9b1274bda54e31a0486ce23071374f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_81492b0fd7f644b683d0e3eb4b969b99", "IPY_MODEL_c155ce3f7e8c45f9b4e414307b5de989", "IPY_MODEL_5a854150db4248d3b3cff21bbd38c6cf", "IPY_MODEL_d1967cd2e4774c25b3fb737579d461df", "IPY_MODEL_1268921ae28d4da2847954c154afe56b", "IPY_MODEL_176b7f4f3ba6457193e1e96ca1a2f017", "IPY_MODEL_5bd60885d8954e63a9d45d382d74fc54" ], "layout": "IPY_MODEL_d8eefd10da63415db3a7d3c6f4a06b24" } }, "0f9c6a10282d4ea1a2324cc87e3346c5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "0f9f979e4e52419aa9f6a64963f67d9f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0fb451896ab145c28b918c2abc9feb87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6ba4b18a099548c0ad2acd610197b153", "IPY_MODEL_e2ef92ddb7bd487a9a4550d574adfba3", "IPY_MODEL_e3dafaad02354ee8804c3e3a0087bc8d" ], "layout": "IPY_MODEL_c5b9b2eba418494f9387c395bafe8f43" } }, "0fbe355fbb60442cbc8f1a1043c9585f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0fc92afe657f4616a45b6d381812cdde": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0fd3201bc9af4d91abf6541dec04905a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ca1da9c1b28840cfa07be233fda853b6", "IPY_MODEL_08c74ac57f284e31b4d0a4c9cf684338" ], "layout": "IPY_MODEL_cfe404d2be9d4b0db0dbd30a6e6deac5" } }, "0fd50980e2a94ec0adb8cc30d64ea4f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "0fdb4a7ee7c34034b22e37f68310ccd9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "0fdc6c36901b44029ce57f5d002d61c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_450f781dde3d427aa8e8a49dc6579492", "style": "IPY_MODEL_e167ad82b96f4f79a823f3157a3d750f" } }, "0fdce88a93b4423c86549f30a516a38b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0fdff297bfde4649ab37e351aafb88a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0fe01f64fb4a4d3e97b71dfcb7af7ed3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "0fed9ed3cf0d4bd993186912fe717d47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "0ff42b4139764899b9c131611173b60b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "0ff8f72704e94894b96c55e06c97603a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "100512ea39b14cbfad05a8e307331575": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "101223b4d0c543d3b2638da5aed252b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "10125775b4e440e9b5269cc9be967b40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "10131f8f994c42cc9bcfd6566ffb76f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1014db463e9349cf86496bbc8b76f772": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d4ab280d500a4da7a2316e0461ddca60" ], "layout": "IPY_MODEL_05e1ba66a8684af4b63338604c6a547a" } }, "10151766e9fb47fa8579c2cdc73a25f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "101fded4914b4ba4993625650bf63ef5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "10270e483d3d46a8afa62f5baf2ecd93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "10314db57eab455a800181e57d57ebef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "103812d0299f4196a906fe527ea55f83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9048ebfbf0474ccbbb3e546f86fb1c8e", "style": "IPY_MODEL_cd86685a9c854ea1905ea928d48b04e1" } }, "103a50d227a240b8b5c8dd10d8e675c6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1042bc180f6947e6b006f8b75350d161": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_7db4243b529244feb5bd665f78ed98c3", "style": "IPY_MODEL_c5c47834d11c4b55b8443cef4fd87a61" } }, "10483d58a3a747be99b7e4a583d30101": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "104c8d920e6e458b857807f598e9979f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_cbe530dcd6eb42c3929a980572d21d7d" ], "layout": "IPY_MODEL_dd4b9212c1b9479895de54eb176282a2" } }, "105045bf7bdb48b287a9e274aa15457c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_60c9d9cd27944c65a9b300a71b983004", "style": "IPY_MODEL_74db1d6e7df847ed96bebd24970831d7" } }, "1056b30dd3fd4549a81f97d3b33d0b91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "1060e574da1c490ca354d94da7e7417a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "106caea9e2214334b3ecf41fcb700b52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_eef3154abfc041a1a29aa209464891a6", "style": "IPY_MODEL_0b16b86900634d1b9eab23711b97abc2", "value": " Send >>> " } }, "106dd0f05ccf435abe202a499d03994e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1081706a097b4d1e87a1d9364e00e1d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "108aecd1376d4af09f90ae09169317bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "10961f7fc8b74e7ea4b376deaa91b032": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0b0989781a484300858c91ed8e9b650b", "style": "IPY_MODEL_57878c8ff80040eaa779656063c88a37", "value": false } }, "109b88845231443ebebe220dafd1d47c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "10a310ab415645acaa9fc1955765ddf2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "10b157930ead4e0887a77aa1b5e47823": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "10b489a2319a4e96b4375d54dbbfc1c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "10b6f92e24564b2c8943c65615c713e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_169ca2faf4ae40379c975f57bdb142c8", "style": "IPY_MODEL_53913c33e7084f6c9d8209e9ddab8116", "value": true } }, "10c6fd6d343d4077bc4786a523399f1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7e9b1416a95d42ef8e63002aebb94722", "IPY_MODEL_992333f0d9a2418385b180a592a222d8", "IPY_MODEL_7b44623170db4266bddd156800b3440d", "IPY_MODEL_5db64a522ff3426792a5fb337a82676a" ], "layout": "IPY_MODEL_dd6d7b803fde49319f386127255eeb12" } }, "10d53f6914c9426b9b0da399e9126816": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2452954936f549bf974cd761ce2b4c3d", "IPY_MODEL_e816006b1af74b3e9eef4f517f6e05a7", "IPY_MODEL_655438ed9a0a4718b179a6f62fd037c8", "IPY_MODEL_b19e2cadbfd848e1ba0d9be600be76f9", "IPY_MODEL_fb4ee8f5fef74842a0183f17e9b17548" ], "layout": "IPY_MODEL_47af5ba4f6ad403aa9b5f2a47d513753" } }, "10d5addf726a4f8b85577f8c6f572e63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "10d642dc91214ba097fa296794a1294d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "10d8b226b9ef475aaef13412a2fa9158": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "10ebff6c3bf14b7b83f659aa8c18d8a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "10efab660c874de990d7ea264ba7fb9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "10f3f85bca4149c9a903b4b1901a89f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "110806b9caee417e83afc5f321ca8715": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c01a92bcc5e64bd9819d254b77fda9d0", "IPY_MODEL_7caf44b53b6d4d38bcb8caa7e53ed6db", "IPY_MODEL_7e077a34dcd44af19019747e61b3009c" ], "layout": "IPY_MODEL_1c1511463cea41c1bccb978967ee0c98" } }, "110cad9c16fe49debd0a59bf58a5aee2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1118ff2f95ea4d02abf6aeb2ca8641e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "111d6fea9bde480bb7767b7737021a92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_37c86e4fafdd43c3aef4711f5e4a1057", "IPY_MODEL_1b6d9603391a4fdcaad1e0001d829ddf" ], "layout": "IPY_MODEL_6ee8acea4edd46a3b5d354d7c96f9aac" } }, "1120b6b350ff4985a461500309fe9e7d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ffcc9e51683d4aee82b25e07ca634af4", "IPY_MODEL_bf08cd71a9d447558b49838edea86b99" ], "layout": "IPY_MODEL_f559072c3d3d4fc9b81ff5dc5737c628" } }, "1124e18a234d4d9795ee406a888645ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_d06ab70aca1c4be28258f48b4dce25e3", "placeholder": "[]", "style": "IPY_MODEL_9876da3d32c54ec98b7b7b3a2f78eb95", "value": "False" } }, "1126f47c7da04eb698d80d6fbff1f023": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "112887b0ab5a4f918db4710a7ea3da1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1987f02cfbcd47abb434854bcead67af", "IPY_MODEL_eca60508c16f4788a9c9393b7b091f5b" ], "layout": "IPY_MODEL_dbc63dda6d854794a223a76b69fe2e87" } }, "112b534bc61d48eabb8109afc562c6ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "112d16c52f304ec38a57c80153f4294c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1133c68f9ec24b5c9d95c57bfe864f76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_046ff61da60c493cbc010a550b6fab28", "style": "IPY_MODEL_576856bf2be141cdbdbbd4fb2be3ba52", "value": false } }, "11346e7c64aa4803ab193cc03f1b5d07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_4131e5cc644f4ce49976e2751a62412d", "rows": 5, "style": "IPY_MODEL_83e92b9d6ecd47f8b8d24e89e4acb760" } }, "113d99bee37941e5866728fcadc803ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "113f432bc00e4d3cb36502eecabd5cc2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "114f4ad72c024527883f59a0e74ef423": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "1160d027527d48c792322ecbeee81162": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8ebb6f4969684c66b7f3f3c432385ecf", "IPY_MODEL_ecaa6130226a41c19dd08c51211b5fe3" ], "layout": "IPY_MODEL_0fdff297bfde4649ab37e351aafb88a9" } }, "11614906f1544a0abea236af2a589058": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1162be94d9d54b1c8c0e28b01066403c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "116d469b9a484194aa07e34fe1c4e962": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "11717bef94e347eba8faffb45f0c9536": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3683f877c29b44b3b9e1f02cffd5f529", "IPY_MODEL_1ae01caa9a984f01b0d90bd3017a4828", "IPY_MODEL_238b4a4c8de5493796aaa837b554997f" ], "layout": "IPY_MODEL_b9b3d5ea56c848da9ba3a95c15df60a9" } }, "1171da470c344069ae67a87ec06fbf5d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "117f5fcfa490453fa7b481b46970a446": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4c8048d741204589964e28c73ef78415", "style": "IPY_MODEL_9d2d8caab41d4c40b8c85b5e355c481b", "value": "all input tokens: " } }, "1187c87936bc419da8d92e1973b7e45b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "118a1e8ccc2f47eb8f2efbb9f5adb517": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_2719a50bf35b44bf8d12f0e1e903addd", "style": "IPY_MODEL_a00329bcab4c4fd0b3ba4e7a2a6f1faa" } }, "119bec5f2c8846569624bd7d39285852": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "119d3d05d2c34fb1b798ca4d6b38f6c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "119ed986c5e147b98ea0c59dd62f17c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "11a1fb9efad74fc4a7649951dc73ec79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "11af2556be2e47c2a6254235ad0935fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "11b70128d096441ba457c1790eedce95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c45fe66d04444f16af9966c8112847cb" ], "layout": "IPY_MODEL_9ee91bf3ea7046239ba2f5dfb0da24f2" } }, "11c24bb084f64838909f3ac455fd2f0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "11d7c57aeb4b49acb72b682851619529": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_546ce807a14c4d9cafab144fa2490efc", "style": "IPY_MODEL_2d43480fcdfd497da080a609c81c7c58" } }, "11d85d89f793436b98249d1bb50eb3e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "11d88cfd76694a7faaff2b1071814cee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_626a8fa9aba4458f9db1ec8115383c9d", "IPY_MODEL_60dd8fa84ded406e9c677183029312a5", "IPY_MODEL_9441654fb5c446149437c2981212252e" ], "layout": "IPY_MODEL_aee32daeb63a4082ba8eeced7290cae0" } }, "11e56aa9c8224502aad9da3662d37558": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f1ee583879e0437aa0a2e92867083c74", "IPY_MODEL_0081b29c0c804c3f8aa586e78e6abe47", "IPY_MODEL_7d7c11a122f945a0ac40c2ab33a535d5", "IPY_MODEL_6082c1f9894d42728ee7aae0f6adbd08" ], "layout": "IPY_MODEL_4f5e353761b3451380260245e1737bca" } }, "11eb6fcbe18c4ebb8e6594484d1c4671": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "11ec390f55be478ba63e48aa31e68fa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e00a11b2088a4d438614c1613d9818bb", "style": "IPY_MODEL_ace829a2b73846b688f94a704ba70591", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "11effbb1aca941ba82cddda73953ef8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_b325470baebd49be9b4c5139b79f96d4", "style": "IPY_MODEL_5c03c9a38471475da4c3e6b67ca4ac9f" } }, "11f66a4ae628473d84350ff6f197d502": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_8aecb0f8a6e04eaf9e04ddbe99b36f54", "placeholder": "[]", "style": "IPY_MODEL_9431f68fe67540ad8f082828ea80fb4c", "value": "fingerprints" } }, "11f7ac7a3be54f18b56b272f45f8c4b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9aa082fd65ad4363b480083ca4f8ef5f" ], "layout": "IPY_MODEL_c442cc2d7b65472cb8291d6ee1b77a01" } }, "11ff41dfdb95449b9b438a2059538160": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "120af0fb0cc947f796beff85d5dedfa3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "120ca8a19edc4fa2912f42fc24d9a0da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_4bb5478010c74bf8b690c35198675aa3", "placeholder": "[]", "style": "IPY_MODEL_3775b5edf4e34d2db5ea9656709b00e7", "value": "False" } }, "1211ba90abfa4a5489c001da1599dfdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b0ca4adcb2b743f19871e7f2f2177eb3", "style": "IPY_MODEL_b5af672e19ef439682a0e12b4536fb42" } }, "12141445db4d40929a47b1ef88166a5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_a5fda2a6ecc54187841b61a1aef017a9", "style": "IPY_MODEL_fd1c126e5dd74d3ebd97bd8ec10b1587" } }, "122681db3a61488eaeda9fc28ac4fa3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_bd173ae00862424b900b8b23cdb644ce", "IPY_MODEL_0f9b1274bda54e31a0486ce23071374f" ], "layout": "IPY_MODEL_98c787a5093b442b85460ba2035e7e40" } }, "1226a855f98249b9a1f4e6eda2f50fb6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "122f6ee2aa6c458f9606eb55339d8188": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_340bc4a3878f4714a18f94f4647d01ef", "style": "IPY_MODEL_431121b37b3845b392e72a500b80058f", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "123f633b1fe94ff49beda08426120e5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "12530e1743a94c9fb51439526c7d1dd4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1255e420669947509f873f8d4d5ea345": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1267375ed5504c73be672b34854029da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_512eb9268cb34515925baff8f99decdb", "IPY_MODEL_10b6f92e24564b2c8943c65615c713e5", "IPY_MODEL_62b90a697a0e41aba0e2cf31b879008a" ], "layout": "IPY_MODEL_a674f3dff2a7499492665158408674d9" } }, "1267762a487041609308cf10416cbe21": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c2441d4c9846429fa9d25a6565a96ec6", "IPY_MODEL_9244d44fdeaa48b8bf00637a736b68ae", "IPY_MODEL_fdb5718c2efe492690e82f6961cdd979", "IPY_MODEL_5a25f1733cb34547969a882d5702cbff", "IPY_MODEL_47b370588bf542b7970be14f040723db", "IPY_MODEL_068658860b50481491644f3e4f19f408" ], "layout": "IPY_MODEL_74b2315a562e4893b9d3264225e56995" } }, "1268921ae28d4da2847954c154afe56b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f6fcf4737b334fad8dba5c7c0d008f3a", "style": "IPY_MODEL_86b0376ec94549d385ba9e6cc74bbc8e", "value": "all input tokens: " } }, "126f91dffe494753a3535f04de2e1ac4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "127374cd56294c61a7032d3d5cbc3ee8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_2ad76b074037470ebd5316f33d080122", "placeholder": "Type something", "style": "IPY_MODEL_75a0585672cb4a2eb6e7bc612ceb7dd8", "value": "CMLWrapper_out" } }, "127533c3b1e249a9900f9f2b29ca9385": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1287e76b75d840079ba73de67cf5758c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1289528af6ef45939d36059ddd429104": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_20d5513dacd44770a36768bffde9fc06", "IPY_MODEL_5e25b88e39c347858a67832f506a4cca" ], "layout": "IPY_MODEL_ffd11a9b91ae4bdfa2fa85a916f572a6" } }, "128ab28cf97e411a9250ad39e6ecb2f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "129578b213164f2faab34d05e831ebb0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "129768376c6a479bb077c6ce4765e0ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "12988e1f514943bbbfc0e9f58f8769ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "12997741cf924016b2723ea58de3862b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "129b730e7e7549c89932e4c98af06347": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "129c1921767e40628d3f632662d23657": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_08efcbbe45e64fea869908cbc6420bfa", "placeholder": "[]", "style": "IPY_MODEL_bdab747f500b4cec8eb80edb4dfd9126", "value": "None" } }, "129eacf472a34ae59bc4cec7132d74a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_210d9dc4a1b24f7da772a13c0131c93f", "style": "IPY_MODEL_b0dcd7fc5baa4e6f95e9159631bbcd4a" } }, "129ee596c9d34e1bb9932b7e4e83696b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "12a4255c98244329b6dcd8473551e8ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a78c805fbd104dfe92feda7e314892cb" ], "layout": "IPY_MODEL_d2fdb39450134b519195785b0ac6c1a3" } }, "12a43a5007c142caade91f8b804f4d3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "12b28c8c2f9a444898aed9abfda7de30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_ea16f9777c6342ceb2ca04a3f56ba69c", "IPY_MODEL_782f8b878e8541ae95949653598b3e76", "IPY_MODEL_ed9725016f5f4487a1ffbbba8e0514f9" ], "layout": "IPY_MODEL_bf31f3c555834c618fb0fb127580b6db", "selected_index": 2 } }, "12b71e3d8b544bbabd501625ab396a95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_97990db0444b44d9920a5d64d1aa0d20" ], "layout": "IPY_MODEL_d61d0c5d881c447fb7a8727c9783798a" } }, "12c086bf357a4ef9bd4c867ffc84f7d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_08d43d3f63424b83a0e68eae6943160d", "style": "IPY_MODEL_3bb840aa8c244932b5a4c27d2818fe28" } }, "12c4fdbd32384b03bf2d4ef28ab5bd5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "12d1810308904551820cee8972592e4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "12eebf4b6b2a4c14a174e154561316ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "12f837e9c14146d89f6f63834a196e1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "12fa486b6d134ce0a24b2d16ecad0aab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_ac932106a2b141028a5735211bc87cbf", "IPY_MODEL_c20c1080afdf41aca43b62f5e364b4db" ], "layout": "IPY_MODEL_09e22bcbed6f45dd8247d01e3a648be9" } }, "130f134266f6414081283cb951fd5a5e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1312f5ab2da04c02bb59c3ff171cc37b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_9127dd01196e48c3a9733d7a32056010", "style": "IPY_MODEL_8b7844b362134599bb94bc5eb146812b" } }, "131be0e14e124ba88264deab8d6d28c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_97687a0b53b44c3bb7f1367196dd8b46", "IPY_MODEL_d2a30062b20b41f68e6f919ed3d0a20d", "IPY_MODEL_36a0978e33f04f11b0a8845400ccdbc7" ], "layout": "IPY_MODEL_b7d755ceda27468784afe0b0340c0023" } }, "1333a904edcf4a1cb601000ecec14c86": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1335a8f7837c47b9bc254cb60fae4626": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "133965d3bddd4f19a9def4542f3ecd1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ce66c51f57fe4118abab3558aa7f7d17", "IPY_MODEL_ef82e2f4a89d4f089d349f6c2da71f23", "IPY_MODEL_b1b0ed32cc254d328a35233e375067bc" ], "layout": "IPY_MODEL_d9287fd07e7546a6a6206f3c23ff6dd6" } }, "134836e97cf6449d8ddb77339241c170": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "13604952541a468f891867f5a6fca305": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "13623034f0974fc28fd21d5ed05911b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "136686ed2afc4b5db22d2f4c0b75257f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "1367759d4424442b868cffa6e9ff8a4a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "136b4dae090e4c0d92aecddc13c04113": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "136d5171781b4d6e8d051e665d703943": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_8c03abb5af0e4ca18548bbb50b10730d", "rows": 5, "style": "IPY_MODEL_f6ac6845d6d04a1489531dceb11c7630" } }, "1371e0f632e14e73a34a8795becd58e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f5325eb271fe4459a1c679f1f41a735f", "IPY_MODEL_d7616b9d0d174251a33541c24a9a6719", "IPY_MODEL_cd4da30eb2c641bea1971c56c746ca32" ], "layout": "IPY_MODEL_4d6cd40764004ba0969ec4e8906c96d3" } }, "13844c45291f45bebda4330634289a83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_c9ab41fe643f451eae6f84b77bfd3b41", "placeholder": "[]", "style": "IPY_MODEL_10b489a2319a4e96b4375d54dbbfc1c2", "value": "False" } }, "138765fa112144dbaa84d9fb22336391": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "1388e8169ab24833991973f4ec1eba54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1390abb6d8c04eafa2ab335c35b971aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "13a31c58b1084805b48e6b791afa1c43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_68d5c6275552484a9fead440dab1d475", "style": "IPY_MODEL_e724c1a47730462a9b43a240168f4d9b", "value": " Send >>> " } }, "13a544ff72bb460387b4fdf5a70c0881": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "13a64c72bda24d0abe25263e0fae59d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_b17c18214eb34027b3429cee8044cb2d", "style": "IPY_MODEL_1a8ed358a4fd48ee996e96cdb24d5648" } }, "13abc5a44f3a4ae6989f84c36bfecf71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "13ad1f902268402aa7145f1aa36b55f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "13b2f3bed9274c60bd8ca07e0442e00e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c28c502c4a0c46b49913277a8bdfa3bb", "IPY_MODEL_89fc82447670439cad61916079b511a8", "IPY_MODEL_d5926de84a8b4ef8b56fe7f6849bca93" ], "layout": "IPY_MODEL_2b77774acf1b4c1f81cb4869b082063a" } }, "13bfde997aec49af9bd1ebfdcfde58f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1c4e53c1fdde49db87f9b9c20e0eeb84", "IPY_MODEL_5aca7ab6dbd64e02a1dd59586f9a9dd3", "IPY_MODEL_ca0a1154e64942119bfc2d8e2b09f7e3", "IPY_MODEL_5af646a26bd046ff815e08a6e739f43f" ], "layout": "IPY_MODEL_b4052e73574646088cdcd6b94d05e864" } }, "13c77ae11c6e4df3a4670ab4c46614df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bffc94e022b348cd83b7ba8504977a1c", "IPY_MODEL_8946957aff8f490cb59b33d2b7f6a95b", "IPY_MODEL_7726ec120f634541842a0f5f33d1b7fe" ], "layout": "IPY_MODEL_1be4136a8813444490ddf57159292daf" } }, "13c94943124d43e4816dce5731106f78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "13d5a1f6a25543819993ca5ac1655797": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "13d61ab984554cafbdd3d8d85152f8d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "13dc9ab07fb64649b7bc3b5244c20823": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "13e1e46ee4a545aba3aa950bd9a00a2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fd4143f9c0d44a46ae076e4e148e3658" ], "layout": "IPY_MODEL_6f17a57f3c6f46ccafaa26605fe8dafc" } }, "13e341e9f147401dabb99fa300eeba8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_6e3c185cfcdd42d49a87df0c003ef526", "style": "IPY_MODEL_d671bf88c26f49f192d8667dd930323a" } }, "13f02c7756034d8281094ce3ac2e824d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_84c4415a7db6492cb66da5255c4f1d3f", "IPY_MODEL_25624468e84d423fa53137a7ef0011d0" ], "layout": "IPY_MODEL_5dbc7e1f939c41f2ac3be9408b9f8fa7" } }, "13f068617388435d80ba8d72240a5781": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "13f62e4b6f7f43b683bc48b68e349623": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_68ebe7a678c74388852230d35752464f", "IPY_MODEL_b7068b46aa6d4a4394fea35e00793e46", "IPY_MODEL_48d48eea45c1463883d3644b68c4471b" ], "layout": "IPY_MODEL_3fa20fa9668546de972e3063f2c944a8", "selected_index": 2 } }, "13faa5b73d7043148def8cd7d5a6061b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_c8dbef56d7ce488e9d876a3ea08d622d", "style": "IPY_MODEL_ea0d6c6c5fdb4617b590ca9a44d44075" } }, "13fbf38b784a4e6384d2c80c3eb0752b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e9a5b61f333c4419af6d0a52e78603ae", "style": "IPY_MODEL_6aeb18a87970458e98dbd2a1024ecd80" } }, "13fbfec46ab24f519817056c05ff2c35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e62dc3c757784dd682e7423d4071f56d", "IPY_MODEL_c3e6cdadf7704dbc8ec3edf2f6b798b5", "IPY_MODEL_5b9d46fff66c4d0b80fd65e3c4ef39e7", "IPY_MODEL_ec97a873e8e942e4a930e45b5274292c", "IPY_MODEL_c17508ce60f047dc93e806e258e0c4d1", "IPY_MODEL_a5369692cc00430b99fb3dbe4ef61ea6", "IPY_MODEL_9faadb1c86a543239cadb328c0af6cc3" ], "layout": "IPY_MODEL_ffb3e8723601436880a32156e33da295" } }, "1404dec98750494eb01e20193f0b60ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "140d4a5de30d4c5fb7fa0601406bd502": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "140f973a59ad44ed8fee24cbcb3acc5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1413f9aa0d334a948e89bf82100ff198": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_913f9812c7f64c1fb943b84f57110f90", "style": "IPY_MODEL_2ca519d0221c4598a906fd8b6e6a2acd", "value": false } }, "1421dd65fdb64e068f7b419a954fcc5e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "14258f5e78f446fca71002fc81771c28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d30d004686754d538be03ace474f3a48", "style": "IPY_MODEL_7ef91d3e70fa46c3ba784de2e1167c88", "value": "Function parameters:" } }, "142b0f29e6be4aa99733bb88f8dbd17c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1450c0d7036f495685b35b9847d450b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "14524096142f4b82aeba8075e7b5fc30": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "145308634dcf4159ac7deb7fc241d290": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_4f5035ccb2594062af9faa415715bbeb", "IPY_MODEL_2a8eb0fa0b344489b1ee9164ce51453d", "IPY_MODEL_7ce906c2e3854e8381d0bae803337302", "IPY_MODEL_9816cb0c5cf947199c318f571ca67d45", "IPY_MODEL_b94c8129026e4fee8e1e44275285e10e", "IPY_MODEL_2662afa35cd44fba901feb4cb99dc587", "IPY_MODEL_11d88cfd76694a7faaff2b1071814cee" ], "layout": "IPY_MODEL_2502d88ed6a444b7b51701ea7a53abb9" } }, "14637fe62b51451aa02439362e605c81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1466a73270e54e24a1c92d9ab188188d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1481f7651e014f8dadea6224f5ec529b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "148d3d090a9f43518d035163bc68cae2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "14901ea1fe5f40b6bd5d8b6f5e7cd534": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "14929b840a434d708b0c6f4dc316124c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_795f5478beec42919de1ef156faa48ac", "placeholder": "[]", "style": "IPY_MODEL_4a6158d70eba48db8d1b40ffc06e06e3", "value": "None" } }, "14a2454fb6484a9fa2a27936a5182b32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "14a4e3fc5fad40cdb2c2d19162f8db24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "14b1075bb67d40e7bcfa7359d6312e3f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "14b1676676ff43778e96bf83fe6396fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6cde88b96ed946e792f5a2dbd6048b42", "style": "IPY_MODEL_a54561353042432f96a71771ad05fc00" } }, "14b59ad61a6f40218bd6c1a9afae478b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "14c7294f964f434ca8b307cfb8de99bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "14c9dede230647228772cbdb7601ebcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "14d6bb09cc0c4b7a87125613ecf92738": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "14e4e92acace4c6aae7d5b6732df4a35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "150064519dfc4dd08affbd9d424c5341": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_fb275ba939634b9689272d09d083c99d", "IPY_MODEL_3515ea1ef68f4aa496b63863ad254515", "IPY_MODEL_43b822315093420083da927ca3b42046", "IPY_MODEL_805527c9d9ca4916bda42e73cc0bb65c", "IPY_MODEL_742885907df64ab8a66cfa5f2506ad13", "IPY_MODEL_c69a29f11b354cc49c908a68a6e9de5d" ], "layout": "IPY_MODEL_a652f3d051604f51ac7690b7f578c04b" } }, "1501434a03c345c3aa67e1a6f0d8a816": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1507f786b12f4fbfbb844ca874730b6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_51adfff83296499f92863291c4bf0256", "style": "IPY_MODEL_1932ff41d0ad4b59b6ced38c276a238e" } }, "150aaa9308f444f6a2f2bacfd6e9bf99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "150e05050df24291b3332a19a8844c7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_27a551a459f24acc8288acdcb96c1707", "style": "IPY_MODEL_82c73f0fa3df4f1ea24b8bd9e305839a", "tooltips": [] } }, "154383e0be6643ae882b7b952c3fdc84": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "15446b91ae7c437e82467f98cdeb42fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fc2e212855f24b3ca30bc839eccea11b", "IPY_MODEL_bd2939b457224354823fc2a19ba87141" ], "layout": "IPY_MODEL_490416d3af764bc29eb272fd1e96a05d" } }, "154656cd7d944f9c843923841cd5065f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8feb355337b1473cb0c001f9a8e36de8", "IPY_MODEL_6c7eb7f673f74cf79efa68ebb2b7c973" ], "layout": "IPY_MODEL_a83c878ec56847d08664d52f1966bb4a" } }, "15478c4e261d40ad975028b39b404c55": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "154d3d5e1bd0424bbfa414e638005b91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "155acf28a2eb48cf9c1d4c3f4ad10734": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "156556ca49a047b4af14825c515f3e30": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "1565ce7453a94638b6ae672527cddcf0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "1565ecfd98cf42409cadbbc772a9e05c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "1572e4ebe52c4425995d6fe169d45303": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "157ae8e537174bc9be3880a2a574e298": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9b2431dcb0e34262b6eca347b55934fb", "IPY_MODEL_73c01dd14be84636bb7eff5c3c41920a", "IPY_MODEL_7eca202944104e0b8c5de4486f85792d", "IPY_MODEL_97f67bebedba4c90aa91c461c438d628", "IPY_MODEL_6228be792f0647379d69cf4560073a6a" ], "layout": "IPY_MODEL_e5e0a13590c5444fa7975b44e59b7d25" } }, "158871c8032b48889cc61a534346cded": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_94136f303844478583affa25d666d36a", "IPY_MODEL_7a69e1bd612749b9a41f1a51285a6c6b", "IPY_MODEL_95e766b5974c4488ade088c59d7d7d15", "IPY_MODEL_6b3ccdb628884a798c6fea81cdc49bda" ], "layout": "IPY_MODEL_e204d9e8075e4cc0ab9c84750a0c3941" } }, "1589a99714ba4fb48c69a922184c5fa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_30bd46233f564ceebd6b991a712f6acd", "placeholder": "[]", "style": "IPY_MODEL_2721ce0fbbcb40f6a97967ab5624603e", "value": "2" } }, "158b3167b7074da2b0b928766bc4f6c6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1597d81795f74041a231a324eaf05737": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_55299b1223904857bef698ec5dc8eead", "IPY_MODEL_9ca71c97393d4c5a911d943c88412340", "IPY_MODEL_7bce3899c0564896ab30c1f34bc8141b", "IPY_MODEL_e7b9201565024288a4626116faa002ac", "IPY_MODEL_8b8a5df56a5a4be89d0e4f78d4c10c11", "IPY_MODEL_5a084ff8d93040e08728c5d382e3842b", "IPY_MODEL_6fe1d9e3dfb14d7eb134747151faacb4", "IPY_MODEL_1a98f04e45b54cb286803383e78c8340", "IPY_MODEL_ef3eb6c93e4642ba979ccdea41a7bd9e" ], "layout": "IPY_MODEL_549a59f57a0b4190960a24dc40c0fe8d" } }, "15a99c6516eb433eaa61458fb0f3d620": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_493f9e5ff3eb4a15868dd9035c18b1df", "style": "IPY_MODEL_653c5ecfb6374821bd20914c0a73fe39" } }, "15ac885bb6d34a1f945dd98139fdf7c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_ebdcd8fabc8e49409a7233879954fdba", "placeholder": "[]", "style": "IPY_MODEL_762a80534bca4b3cad3af330b2eed842", "value": "bit" } }, "15b0e1def2cf451a85203f03272a20a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "15b0ed99f8e54a55a2d89428b9a211e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_efef6671742e4d959c9aca3bfe31cc91", "IPY_MODEL_23c40080f9e3422eb6ddf98a528dab23", "IPY_MODEL_ddfb5cf4d201446f9d8003a59640a189", "IPY_MODEL_1ba5701c02924c589093a9119542c774", "IPY_MODEL_9f7791e9ba1145b0ba732ff2224e6aaa" ], "layout": "IPY_MODEL_774f4b47f1354dcbaaed171abc082681" } }, "15bf1c338d254ad6a53b1bfdc75dbbb5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_88172e72bc3a430b8e1ed9c9a8273775", "style": "IPY_MODEL_867b8e16e77742ecb3c2b91b75dea104" } }, "15ca5c50882644a289df0db8e4081a2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_52fb2cd49d634125a7eeba3a1027fc45", "style": "IPY_MODEL_576cba82d88d493f8119f390f87199aa", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "15cb225e04fe4a8f9a144937dadc82dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_44bc5cf14e3b40b4bc34af8a944693bc" ], "layout": "IPY_MODEL_1335a8f7837c47b9bc254cb60fae4626" } }, "15db7632a4894db29ef8eaefdeb7bf10": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "15e57bfdd68843ae9278875de8c9e353": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "15ed62a31fe3426cbd71200d8c1578c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_8c2a1cc276334a1e8def188682dad46e", "placeholder": "[]", "style": "IPY_MODEL_343be60d00bb4f3db1c724ecba001753", "value": "None" } }, "15eef73cd38c4d589067471aaf229787": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_2b7195642dab4ee8b885cc7c087d7245", "style": "IPY_MODEL_b94b1a9525be4be4b9ba605db9e2d6b6" } }, "15f63a9be63140a6a375132dc14484b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "15f8d23c150d4dc7808f345467576bc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_5777bd58d68e4a9eb45806c6a881bd5f", "style": "IPY_MODEL_4dab7bb7dae7436e912a3c75ef7ced61" } }, "161004354f184e19a3ff9967f4a5e01d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1612f8e284b34ffd8e2e411c9362b7fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "162391910ffe47258fc3786473a17e13": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "1628cf2efb3a4850a06c869395c75ff5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1629c6f7ca1546a8b5fe572ba39a0d94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_50a12d4c872440a292ac83304935f87a", "style": "IPY_MODEL_e8c935a17dcf4af1b2cd897844a4e77e" } }, "162a1d1ba01c4a74b24cd7c75af3b14d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "163232fabb844e6b97e36b0c6e088429": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dd5e3549dbac41d29ea5257d10805b8f", "IPY_MODEL_5d69e8de201d417f96400a25eb54deb4" ], "layout": "IPY_MODEL_13f068617388435d80ba8d72240a5781" } }, "16360b1997da41e6aace8b831416128d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "163d370fbfcc4f0ebe7282d3b3aeefdf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "164ce02dba144a10881815d95b148f68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_130f134266f6414081283cb951fd5a5e", "style": "IPY_MODEL_7455a9b92e5a4e418cc9b6374a4e4abb", "value": " >>> " } }, "164d73a1565041feae8447f33673172a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "165394820d854eb9b62a96c26d422899": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "165488e50b5940abbeb0298808f03130": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_beab61c0dca1448697f499197644b455", "IPY_MODEL_13a64c72bda24d0abe25263e0fae59d8" ], "layout": "IPY_MODEL_ef21ced9f61e454e9f13c58a016f5a17" } }, "1659dcce5fa846cebcf2524149486214": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "165f878d931e4c259d48efad0ee3d375": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "16617799892a450b88ee53571c227cee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1665fdb5af454743bad00b688802389d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "167125e54b5b471c9cfbd304662bee71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1673600c7f134c7197a10d44950c922d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "167406db5bb045058d2f17e24a52ce2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "16830299c37f4930be65b0400b27ee76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "168403d6a38c42a68fbe1eb6a6013067": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c0996091a4ae4fd3a0577c00ac68d7cb", "style": "IPY_MODEL_a23694f767bd4664a429f1fbfdb9c737" } }, "16851453b5824101ab160dabe8cae724": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3c5b2ebc73c14b5eb00237bfd111a5ad" ], "layout": "IPY_MODEL_9bd109025a5342baa77031ccf80dcd68" } }, "168b4cab628e4b67b44116eb06e45a99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "169089a0f371425d87afbf4ab9fad295": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "169a4eb885dd4c4d88fe0533ffcd2118": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2b2a115e799e4d2990d0c44e1121cc4d", "IPY_MODEL_fc29baec039547ac94b2ab69b9469f51", "IPY_MODEL_fc6c3c2ff0754ae8b12f46d69e5aee0c" ], "layout": "IPY_MODEL_bd64e4420a7540658cf084057b0bb66e" } }, "169ca2faf4ae40379c975f57bdb142c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "16a5b05bf8444735a0df8510463fd6cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "16af0457061d4fe89573a9bcd836a751": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "16b7ca24390d41409d31b1c15f266dcd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e3f49ce5ec0442a2a6860955fb5c394b", "IPY_MODEL_374a47f1351e4db88f3895682e237bc0" ], "layout": "IPY_MODEL_2868826e4d374543aaa2df83466f7034" } }, "16ba6b4c746a46cf836be8bf1c1e784d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "16bc2bbb252840f383c2bf6a6fd50223": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "16bef20ec74342b6ab17fa9e94fa65fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "16c491db909c42388d0788bc45e5898b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_f2902c8655e545a1a6b6f5640fb99b1a", "placeholder": "[]", "style": "IPY_MODEL_da9d29ca595b45eca13e0d7ff240b16d", "value": "[]" } }, "16c7c0fed7624e5597d49d4b94b12a8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4c3b1b3c3a944bc58895f14013698dc8", "style": "IPY_MODEL_4a704ddf21454184908887eb0ee19b68", "value": false } }, "16c95a13baba40d88076f35b094d2f9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_0fb451896ab145c28b918c2abc9feb87", "IPY_MODEL_b24e9e7a08534b0784a5c10600336d45" ], "layout": "IPY_MODEL_c7dda2b4e6d74c7591e738446f8e7bd8" } }, "16cb568962f0449dac559f4fa43788c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "16d0cfcbccea48dc89a794311c1e0d2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0ec0df0e7b6e4915a5a60ba4b2b1721b", "style": "IPY_MODEL_d2a8b34da02d41c48154ff0a49e331db", "value": " Send >>> " } }, "16d329d662eb4aaa88bd0877b0ea353f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "16d942dcc6f141628079e127ce3597a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "16e1ceb417b74b12b4a6c214ae3b030e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_d1ca2e6a536348459f82f98ee0908796", "placeholder": "[]", "style": "IPY_MODEL_cd571ca3733b40a7848f0dd881d21ffa", "value": "False" } }, "16e6ade9d41b4a9e9b472725dd1a5c65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "16e82e7002884d6eaf5f8a3bbbe28272": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_b12be3df0e7244c1938eb3b8c9378d51", "placeholder": "[]", "style": "IPY_MODEL_c545933e4eae4b50ae844987bd881875", "value": "None" } }, "16e8b173d2b546ed9e66666b879add0c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "16f4c6f0c6f34a96b59db3312b09027f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "1707f22d23374b7e9043c90c7887ae77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b3fb410cce104d3dbc23c3de01c84707", "style": "IPY_MODEL_63eabd4d56e84911bc0e7dedc3658f17", "value": true } }, "1708e2857b95409cba85e58ceacde3d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "171be5ae21ba492a974032b657e6c0e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1ecaf805909a4833bfa4aeb8cd223d50", "style": "IPY_MODEL_9679aacadbfc4ef483b06ec7996b30fe", "value": false } }, "1723565e61d74cba9b8af02a2a10ca2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1723878f5a7b41cface75fa0dc57d1f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "172787da4053479b9cea7c640b57040f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1727918fd9e8413981302945595f51b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "17286f0bbbfd4da9aeca66a5eac1740d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "174328b0e5ee4d2089458cae54ad6525": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "17491530cfc64f659cd9fb522051b780": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9866372b081c496bb250db88b2bd009b", "style": "IPY_MODEL_f3e4f5d5d769443b8bb040812581633b" } }, "17573cfc3e3645488ea6df351e6c6fe6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "175b2f2ad9cc404ba117bc45a875870b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_abecb219165d4471b00bd343e3d21414", "style": "IPY_MODEL_174328b0e5ee4d2089458cae54ad6525", "value": "Function parameters:" } }, "1763138dfa1d4f25a153b343402f0e6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1767427fb2334df1adfe4d69de75b2d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_17573cfc3e3645488ea6df351e6c6fe6", "style": "IPY_MODEL_ea3e47c8664643b5916caf7ffb92d230", "value": false } }, "1769d7b7ad6549efb170a88ef0ed661a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1e856828690f4ee9b642ef8ecd092e30", "IPY_MODEL_85116809adbc41beb1750af767f4450f", "IPY_MODEL_47b0f2e741534b298fab2d6965b13df6" ], "layout": "IPY_MODEL_42e247d2bfa64945b4980db7d11b0417" } }, "176b7f4f3ba6457193e1e96ca1a2f017": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6fa75a4fe83547d791b922d521a63ba6", "IPY_MODEL_1b762187e41b42fd9c87f311c993cead", "IPY_MODEL_aa94d1b1402346f48fb64620eb861ee8", "IPY_MODEL_02ab346ad6684246b38b5f36a05feaac" ], "layout": "IPY_MODEL_c71196752e7343ef8a94f8c0d0e49d32" } }, "176c851fb3f1466cbd3e2639bb014502": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1776c9fdd1474e2fb90ce351837371a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_ffb1fc63ca4a43fc9c226b9afd719fcc", "placeholder": "[]", "style": "IPY_MODEL_91476358153e459dba07f1ff292818df", "value": "csv" } }, "177c1273c4a64e9582b9d2608fdcd348": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "177c6b3fc83649f69ef7979c8d30a7e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_21d26bbcb6f5458980142e98481efdf0", "style": "IPY_MODEL_b1f70db9fcc54ba79085e44c4ac83092", "value": false } }, "177db58e184647249500526edb71956f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "178eac8cac2842f4948b3bfddd23bd28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "17999e05acc24666a2dca596c8b1eb6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_355f0f27c3f14af8a87a120b03c6992d", "IPY_MODEL_cbcf4ef8c04347ef85560094a40aab32", "IPY_MODEL_c0660458b9fc4ea6a3620b8a81636fea" ], "layout": "IPY_MODEL_ab937cce52c049c9b9d3300025ce8e89" } }, "17a953bbbffe4d269e5719308459b057": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "17af154445c94c8b9a169a6825ed5a6d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "17c6905351294766a5d1ccb8d9101b24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "17d45ab83a4b48c2bf1f61ea5bb6cff6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "17ece1e486454b3db5cb381f25a312c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "17f16e23cfaf4750a472d804f4c28c25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_ad89137b27d34275a73f4551b0fb9abe", "style": "IPY_MODEL_5da208217458428db61489b961645710" } }, "17f655be8bc2413faa37aee00fa858dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7a348167f0014c0d8991f24ba4f1323c", "IPY_MODEL_c0ec4444b1044398858de3f038192e1d", "IPY_MODEL_57bb87a7501c4b20bee05d99ff1b0215" ], "layout": "IPY_MODEL_3ba1ee53159e476187db4dce15dbf369" } }, "17fb4150bd2443108938edc8ef5ad3be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7bdd1f4f24d1499e8b5fa7032b53fb39" ], "layout": "IPY_MODEL_b7255e8a1bbb487eaf1a30fc46abb30c" } }, "18004972c3f34506baca9063c01d6d1b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_09b0be94ccf14b69bbfd2418f79990cf", "IPY_MODEL_9a59d5be9a9c43f68f26dffd38e41453", "IPY_MODEL_b7a543e971454f0693fca357db7215c3" ], "layout": "IPY_MODEL_64bc497cc1444a068ad06e6e38b82ef5" } }, "18112f62f7574e6ca21b577bef3a4bc8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_18bae6454f8f4320a37ed1ab1bdbd280", "placeholder": "[]", "style": "IPY_MODEL_af75a13791c04e6e8cc42ef06291971d", "value": "smi" } }, "18155536793a46a194919c58d10bd155": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_36ec5265097448c6a188933c8eb9e990", "style": "IPY_MODEL_da95c9b576e04b7a8566952fda04d80e", "value": " Datasets Overview: " } }, "182277adc4074a408dbc9cf4325e0f33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "182d0625989b476680c640f7a0ec8e2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "182f376dd5e94f3aa3643c0d3807729a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5f3bc104be7345ae8175f8b117827b4e", "IPY_MODEL_053c753cbdfc48e3b78b0b919017417b", "IPY_MODEL_e22510c761534c5bb47173f8615d50f7", "IPY_MODEL_99dedfa9767e4257946b8cee5489e11f" ], "layout": "IPY_MODEL_55281db79b284365bd20f725431f5757" } }, "183212c7ffca413e80dd9bd2a360198f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_af406142e8014ec8be8a67176c2d0e45", "style": "IPY_MODEL_029d8a8efaa14c5790aea8890eaba193", "value": "Template 2: model selection with grid search and cross validation" } }, "183676d933364aec9bc90d87902ca278": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "183dc56cffe442e18819d5c1fd56013d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1851153982a94a6aa8f391b013155eae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1851c37a1f244c1488ead3a600000bd7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1867ac5c6d1641f1ac06abfb331217fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "18689f7ce1e34e1781689809837c68b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_8968e1bd4c574fed9e479552860d313a", "style": "IPY_MODEL_8418a1f384f04dba903a4dea46d770f1", "tooltips": [] } }, "186bc786f8ce4007ae4c0fbd1332a8df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "187824cc4af34f0ea95ec9f7b745d8f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "189049051ccc4bdaae598fb32396e0c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "189a44ba19544e68935fcd96ff2f12c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "189c398980f74d25adb1d51a6f98df89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d1b74e5a7f28480e8f4921b4ce8dc5e9", "IPY_MODEL_3a56580770f343a1b2898de02c027b5b" ], "layout": "IPY_MODEL_431a4457794d4541b2b53776ac4f3670" } }, "18a1f553d1b4444bbeda5a03e15efbdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b8685a35c0ca4fc897b5226da8b334e7", "style": "IPY_MODEL_8a08006ac0d84936aa18434ba05328da", "value": false } }, "18a5c36438084b7c828d34d2f8f48faf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "18a6c5b4ac3c4fb58edcd88847e4b09a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "18a77e8b5f45443083f7e34376e2c1b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "18b21708615d482391b64e65394f6330": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "18b696e34e524f4f9225d5d42ea4b146": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "18bae6454f8f4320a37ed1ab1bdbd280": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "18be8af8c5e44802a5b82691fb960b71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "18c69bab7a6941fa8f87332e05f21d08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a02e047861474517a6bedfe686559566", "IPY_MODEL_91dcad2a6d254ba7a79b05753831fbf8" ], "layout": "IPY_MODEL_5f600cbc93484ac6a7037026cf1c79ad" } }, "18cd9da73f604f2abcc3da5d2c9f839d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "18d15aeb63304d0e8528697964d1ef7c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "18d714200e4f4a31a3ab083193ca885c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_77c85f2bcab44d4ba418941d64084550", "style": "IPY_MODEL_d8cf30617c3a4538b932d6e79d1f765f", "value": false } }, "18dde886d36d45b7814df994ffe36ea4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_07d63bca4971480b837fd813a74fa844", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_fc183e25fc7f4da289758c4edaf60f29" } }, "18e5cae8b7eb4bcfab8c2ec5d80fe71e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "18ffa88e6948448d8cb2307bda836544": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_136d5171781b4d6e8d051e665d703943", "IPY_MODEL_c6de2c3a850e4031b5473ecc164bf141" ], "layout": "IPY_MODEL_17ece1e486454b3db5cb381f25a312c1" } }, "19033b155e8c40f6a34ed614b3df9987": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "19066f102ffc4bba8c056e350877f2bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d449c136d2fa44b28b0dadf513fb2cca", "style": "IPY_MODEL_b06387f554c14509aef107517f428377", "value": "all input tokens: df" } }, "1921ad4415db4f1aa11590fc82e362a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "192a1cb504dd49969f90ead3c6190694": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "192d0a17fafc4704a2cfe8b76ec7dc28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1932ff41d0ad4b59b6ced38c276a238e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1935f49a2a81447693dfe9322bd52252": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "193674138ebf4486a35e9c90d6ee9216": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "1937124d821548d0aef831e1164ce200": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "193f677386654c6dba7818dca3a12401": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "193f81176fef407ab2b9ee08a96283b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "19440082082e46f4b316aebd05a97695": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1947b85c74b34c2c8bcf77f1960a44c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_842fd64b47714081890ac811a606bc6d", "style": "IPY_MODEL_f1a07a45795f4bcb9f7a84c084f6fdaa", "value": " <<< " } }, "194f4173a4a34e33a93397a3251d60c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_c35b53fe0441483498d062087f6ea936", "style": "IPY_MODEL_cd9e150d4d65405f902d3c91b1d6851f" } }, "19526ff8f4314dc9a182ee2f9a306bdb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_56104513fa75489eabbc92c873b5d404", "style": "IPY_MODEL_705885e1609748799c22b9c42999183d", "value": false } }, "19569e9b274a44b9a70d6dd593a7d2d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_83a409852b8c45b2b758a4d50fd9ecfe", "IPY_MODEL_9af2a150ef574a4a9bb0628c8c305bec", "IPY_MODEL_83d20c395b724e908a8bcc09bafd24da" ], "layout": "IPY_MODEL_d020de53e9a34b27aa1d649c1fce0f18" } }, "195904422e334c97a872ffd222b2a7cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "195b1414b8664b1086342729181e5afb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "196ab41a5bad4a1a91a4b72c63d7170c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0d757cf81e4840298cff966daca2ad0b", "IPY_MODEL_127374cd56294c61a7032d3d5cbc3ee8", "IPY_MODEL_059acd9078984fd5a5aa7ff7e3e47633" ], "layout": "IPY_MODEL_e4da4674929544508b412bf2cf3cca2d" } }, "197065f601644f8dbb039ed478ea372e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "19789fcfd95345de9d498197d783186c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "197b386dabd440e081fd59bf3411e6e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "197b97f2dcf841158d78e4032b3bec92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_f09d71c04cb344f795b0b0d6da8baff2", "IPY_MODEL_04d2080fff5447e28c688617382399bf", "IPY_MODEL_182f376dd5e94f3aa3643c0d3807729a", "IPY_MODEL_1ae6feb17be24af990ba06d2f1ea61be", "IPY_MODEL_bbdeff604a1a4c938c7fcc909a8d5042", "IPY_MODEL_020204a00a8e48469a257b69c224f5b4", "IPY_MODEL_9c87236656ac4446968505bd9283884d" ], "layout": "IPY_MODEL_5275c2604b394f18bd766ce9ba801417" } }, "197f5ab0e443422eb09b3e29c3421b44": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0085bd2b07bb4f8d928fb9a9ccf22a82", "style": "IPY_MODEL_71655623520a47068e17e8085cede6f8", "value": "Wrapper parameters:" } }, "1980b216e7674dfc9f1ac722c19127ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1983d647b90d441088994ddc17bb9bd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_4110b1b87c0843d9a426acd80f705cfc" ], "layout": "IPY_MODEL_86b02c3954a04fa5bc87057993f7ecdc" } }, "1987f02cfbcd47abb434854bcead67af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_9ea3f20624704aa5a8ed691d79cc70ed", "rows": 5, "style": "IPY_MODEL_205219d5ab1745b9b30c151619ee751d" } }, "19959711529f411da0848671b67a790c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "199f5d6b978144729ac30aa61e5b65ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "19a044095df44a08a57fca4e896891ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c8d09d17bb3848808d934cfb8b5fb166", "style": "IPY_MODEL_72c4399e2e0d44afa4a367b002494729", "value": false } }, "19ab62ebf5504b2fa7086a2fedeeb271": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_46c6a13431bc4c88997cce5007af02ff", "placeholder": "[]", "style": "IPY_MODEL_abac6c07d7db4a39b3efa201f1c49f5f", "value": "smiles" } }, "19b32ac6b228471e844ace29c2905a43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "19be6b5e6439468e860e8468d5e8854f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "19cc7f84ff044cba98e72c8ff59a7043": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "19cf0303e9104a2d870cf4e9a852fd46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e20894c83e9e4fcd90ada497aee00d6f", "IPY_MODEL_a59fead3b90041f98829b7c2af260547" ], "layout": "IPY_MODEL_eb3b7ff4ba3547a99da21e95795eda5e" } }, "19d0d8c87ef94c4f869566c7952632cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a372a19244aa43b69ff573e722259eb7", "style": "IPY_MODEL_863373f1d2e549dbb55f32ec8e39dbc7", "value": "Function parameters:" } }, "19d7add0d2d24c3584e27a17f98a065b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "19dbedc048f44585a0468105c99b8584": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "19df37cadc5a46049559d9981474ff20": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "19f403fd4ee8423ebc5bab9cb6ca9c91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_727ca8a537ac467fab04cfe2e430eccd", "placeholder": "[]", "style": "IPY_MODEL_8dccbae393254e599816155c4e25fa32", "value": "Morgan" } }, "19f51a0b89e247309efd12fe27f836fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "19fb3ccee3ec42c7bed3169fa1e490ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2d767cbd7889408192cb0f7095f894b1", "style": "IPY_MODEL_8d0059ab04fd47fe8e48bfff6c34d553", "value": " <<< " } }, "1a02bfab24cd483988525c01abd3b297": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "1a0882ea2a114b98b0340f96ea7b4fcb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_bb2967ca8e1349acac8e346597a87fe0", "placeholder": "[]", "style": "IPY_MODEL_c46c9b3569da470c9a3a90f92c6a9597", "value": "None" } }, "1a09973ef2da44e49a3200ea30703516": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0ec38d2fe6234795a43f37c9b8fad0e8", "IPY_MODEL_384cfc5d29cc4692a5f95859eb53b571", "IPY_MODEL_105045bf7bdb48b287a9e274aa15457c" ], "layout": "IPY_MODEL_f3c5045cbd7f4181ba547b8959b2059e" } }, "1a0df441cf5748848b569723f4e370a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_501ba791763c41339ab7a43fcdf244f7" ], "layout": "IPY_MODEL_ad1e1cbe08684b4da587e92e11e7ffb6" } }, "1a11b58eb8b9422c9961e789b0f51cb9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_587b63c00af74518bea45568afdf6d35", "style": "IPY_MODEL_a3c819f92b194367a804e95def781fac" } }, "1a12ac9238a14576bedc860b1a00e020": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1a2a832df63944d492b708009c04a099": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1a357e924379442b9ab6083b2131d909": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1a3d58d672f8467888a505af3f7023f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1a4111caacc24bb0815142531f55b26c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_036444ebf3fe477f8150d95e03653eca", "style": "IPY_MODEL_2cd63299e69743068bd4cf4bbb1f9400" } }, "1a4cd2856b8d45518baafcba87c86155": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_270dae9193034a87ab8923a5755be92b", "style": "IPY_MODEL_ad9e333fbb5640e18e7b993db760853c" } }, "1a54b60da71f47f99442bf0a690a97a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "1a63cf92e9c34baebcd580264ba3a178": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1a7f8ddc38a54422824c98484be0d859": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_976adc054460475fb01dbe8a67e99b0f" ], "layout": "IPY_MODEL_a454136b19214b6e9189d6c8dfaa768b" } }, "1a8eb40fa9db4ad09f29c3b9faf20d6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_4a6fcc90c9444bebb9304ff5b9861e72", "rows": 5, "style": "IPY_MODEL_1f92056f4cdb4128bf6431aabb6dead1" } }, "1a8ed358a4fd48ee996e96cdb24d5648": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1a9627ba85834d3cbf0a7243f98a9087": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7855ed3336e04a8684b0279b8a20e493" ], "layout": "IPY_MODEL_b32b4272ee6a43f5bcf242d2441dd1da" } }, "1a98f04e45b54cb286803383e78c8340": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4743e1e9c74a4c7e94a34c22ac84222b", "IPY_MODEL_90ea4daf1dfa441ba142a1868ad5fa1a", "IPY_MODEL_8331b92b96634a97bdeeb87c25168a29" ], "layout": "IPY_MODEL_b2a97bfe388e4ee38567f3a84190944d" } }, "1aa03e3551e64076be4aceab8119a04b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1aa1680a0a0146f8a7c79a5f4d9c63f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1aa529be1d6a45fdb434c915585c06f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "1aafae97073c477793366432f3346c03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_aa1f80827feb4f2997d2375a284db7ae", "style": "IPY_MODEL_0cb32e287bf946c8ac1ab057ef63dc41" } }, "1ab5b0e629ed4e89a50ca159b9039b2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_9b6c49129ed64e3489d5a0fb7466d9b6", "style": "IPY_MODEL_3786e043f1fb4d5cb83428ad92b127a4" } }, "1abd210755cf4fcf921d2ff918d3a6cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1acb1e7e94464f1aa7815ff676e38e95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_709fe7c229f847448d498416f16b563f", "style": "IPY_MODEL_d489e03ac5f344dc9a6df09cea5685ee" } }, "1ad8674bd40b47b58181bc88c587e8a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "1adf94f810324bf1a25860184a912ee8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "1ae01caa9a984f01b0d90bd3017a4828": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7acd2bfd331745578420231dc023c0ea", "style": "IPY_MODEL_dc72db23ab544fe3ae44ffcdf7e4dc7f", "value": false } }, "1ae0b95494f640ffa82bc925ee21892c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1ae2cae08b324605bb8270b7831f40e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1ae6feb17be24af990ba06d2f1ea61be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0c211e2d35a140b1ac5a974022f3ca34", "style": "IPY_MODEL_c092e1bd94c4469f82a4915c675fa8c1", "value": " Receive <<< " } }, "1aef9050fd974e47ada40822b20713ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1b00c80fe8444659909f0fc372aa2cd1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_7188cd0d339e4ff8a5347b25732d49e7", "style": "IPY_MODEL_bb7a22963c254c37a85196e58aedc50f" } }, "1b07df9563ed4c2580420f53c91be50c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1b17a00f444547d7979942100f1f153d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ff9f2e7e00a14f33a56b07af0b214391", "style": "IPY_MODEL_bb2b89bdc4204e3b83e8d5a8ec9048a8", "value": " <<< " } }, "1b1cc563f53b457f9e3fa5b05a6be2f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_baba37277b584df4b284a4849bfe27fa", "IPY_MODEL_099134a7c5cc48e8885e981440c6b6fd", "IPY_MODEL_6d0abdfc87a54d7d9c5c1e833fd60317" ], "layout": "IPY_MODEL_8878f75c48224b0088d4e407234d1fc1" } }, "1b2634ef86d44d3ba866e9ba396b544e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1b26cc3b79204dc4b092d0ac515b2d25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1b2c07c507a74b82bfb4e41c36ae809f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "1b3a65724a414ef6acad7b1031b3b006": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1b3ea744ecd04b5ea80846352000a469": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "1b4b57c17ae240ab870765764f413afb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "1b4e12d618d842b9a9d945f44324331e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "1b4e5b6ceb794a65913f14b0cac9ee83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_8f95bf0ebd0b4dcb849ff23bcf35ef97" ], "layout": "IPY_MODEL_4946d0c5fe1546eda5df2cdae7ffaca0" } }, "1b5723c29ec74f719665e90a38d01d76": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "1b606eb258f5442188ca8cf1cd8ce27a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1b63ee078c794931b70f076a38b64191": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_6878c8e945074d07a9dd29548aabd1e4", "placeholder": "[]", "style": "IPY_MODEL_1ea16cb3a01e43d09e5846975094c2de", "value": "2" } }, "1b6abd01e3ea44a19858f38a6e384446": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_880e63c43a1745fc95c1164c5354960e" ], "layout": "IPY_MODEL_eca7a35f6999487eb3da1396970f3f8c" } }, "1b6d9603391a4fdcaad1e0001d829ddf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_666903e0c16c45aa993daa81f74980ba", "style": "IPY_MODEL_918efb0630fe43fc807e499c15c6aff2" } }, "1b70971341894e39880b8b40af42bff2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ba22b6039e8b4bec9aa79e2021c182b5", "IPY_MODEL_07fca21a6d1b4a978941f1e6abb7ab7e" ], "layout": "IPY_MODEL_8bdd42736b174861a66eda1b3d3dd9a4" } }, "1b71a2c7ddda42269ba5f7799bcf6ca5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1b762187e41b42fd9c87f311c993cead": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a35e7ffc8b1e424aa2d6488f12fb9a88", "style": "IPY_MODEL_b87e8ff0e673442f99d2a6bf7e8d3681", "value": " <<< " } }, "1b76c9be7ace43b6926ef978b9c73a29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_e8fa6357b00f44fdb8d7c66ef1e7d139", "placeholder": "[]", "style": "IPY_MODEL_588b28f9856641ef80aac5f06df573b0", "value": "False" } }, "1b83601a610e4f209a80231386c52b6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5103d0eadcec43b982a99b8a360d071e", "IPY_MODEL_622c73950d3a4bda8ed76e98ffd5c7d4" ], "layout": "IPY_MODEL_a79de7b4dcaa4ebe890fae10cd279bd8" } }, "1b877cfa9ef14691bf6fba02ccc76e96": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1b8d861601bb4c7085ad84322694c8d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5f002295dae946038113473e603f0dc5", "style": "IPY_MODEL_a5279ffc08cb4cca90737f4d12f49507" } }, "1b9a108e8ab5422b98519cf56be7fdab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1ba109d8e1b34803bde2636c2c328807": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1ba37aaa10584fbd8f07e6a5be006a02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_c284c49dbfe0420b99bfaff3ebb42e66", "placeholder": "[]", "style": "IPY_MODEL_e7879f3cb8ca48ab8eb8faf4dce90a00", "value": "False" } }, "1ba5701c02924c589093a9119542c774": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_f617571c7d6847d29e0cd9209aa31a1d", "IPY_MODEL_7be0333cf0774acb9dc0a734c8b14831" ], "layout": "IPY_MODEL_88d57d4fdd384c1eaf4d74f6f34c4f3c" } }, "1bae0b467daa46d5bee5ce7fe068f82e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1bb7682089224965967ddaf89fc143fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1bbb9a822dc9469d88f26cf9b3d87851": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6fbf928c99634abca24714e4ba856dd1", "style": "IPY_MODEL_123f633b1fe94ff49beda08426120e5e", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "1bc301f501794f6c8701274f60861619": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1bca497324c04c128681de6f4ae43564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e213a73398534f8da43354d063a6e15e" ], "layout": "IPY_MODEL_a8ed51fbf790474cbefba9c46e25168b" } }, "1bcd9da3423640f0a76d490510e6d895": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f13a44cff83e4297813d8d23b53e2902", "style": "IPY_MODEL_7bdfd28a5b654453843afc8cc8071c88", "value": "Load an existing script" } }, "1bcef7048d38496f9a79829b8e43f7b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_bc3d751299ca4d10a5664a64e56ca798", "style": "IPY_MODEL_140d4a5de30d4c5fb7fa0601406bd502", "value": " Receive <<< " } }, "1bcf16954b8d43c08ec13de114868db7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_22f21e200b95448d9f8de77e9283332f", "placeholder": "[]", "style": "IPY_MODEL_b0bd70de4a7c4396aaec8a85842826e4", "value": "None" } }, "1bdd8b571453463b8c5be169865463e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1be4136a8813444490ddf57159292daf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c018237fa3e4770b76b4fe885500889": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9d65e24502034691972f3c01f2edc59d", "style": "IPY_MODEL_ca79ed961bee4ab7888022579cbbc825" } }, "1c1511463cea41c1bccb978967ee0c98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c273d747eb1468bbb9895c09e2242aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1c2d59416bae49b2a67f6746c13a36d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "1c31e0a88f02485d98d46df8c66e26b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1c3a21d41215464ab04820e1ea1750d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1c3dc138512a4af59eee318586073b90": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1c42299a94bc43d18565b7d833b90935": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c430e2b7c85400faf05ec342e12908a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c480099ca7747489f620cd8414ef7ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1c4c5bf2a6784ce0a0755f2b77ed7633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1c4e53c1fdde49db87f9b9c20e0eeb84": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_697c632ec8eb49b7b002bd70995dae3f" ], "layout": "IPY_MODEL_1adf94f810324bf1a25860184a912ee8" } }, "1c65f2220961448e817fc0fcbb372205": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c6d8f8e7c4c4e75b03ff532de174329": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1c7ae51fd9fb471baa8c5159750e24e0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_48f28709196844c9ba0b092bb9c893ef", "style": "IPY_MODEL_62dcdb96d9974ffb8561995a370b15ce", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "1c81168abcaa48a49c15365b5f845782": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1c89e815d7064c1dbefd386d576c1ba3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_843978ec9e75445cbf0f3d2c80835b32", "style": "IPY_MODEL_a7291efe90f945f392b12b31b9248c62" } }, "1c9a313c8a804708a3e82aed0b6abe8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1ca005d7eb7545b797406fdadd1d82fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_caaea3768a964f30827487a58d13ceb4", "style": "IPY_MODEL_b642ab18f2024a0bb78454728c557ea0", "value": " Entering Custom Dataset from Excel " } }, "1cb0edee2f6f4dfcbfe56c791d62692c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1cb4083b502f43ae89894b3fc55038f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1cc3ca6be7cb44e2a7b06afb66c77c5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "1cceade90a564d32ad41d7f9d57b87c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1ccfeb413eaa4c0397e584e0caaba8d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1cd0b337cae04807a5ec538aa0993b10": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "1cdaff04872841509c85782301e15092": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "1cdb0dc0821841b38591e6047a771457": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_59c43b6a6ef441c4bc64c2adf2fed3a2", "style": "IPY_MODEL_bf18d3a2447c4f1d93df6af986cf9eeb" } }, "1cdef6533ea64d659e7fa2314c960ad8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1ce08dcd26c14559abb78ade7ff16c52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7b78cd1c20ad488ea68b58fe30beea93" ], "layout": "IPY_MODEL_45af5198c2bf4c47aa2bd9dbfad7dd4b" } }, "1ce8afeb3ec241d1bab691306c90e9a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f3c8ec92b52843b6bd8665d9c3dc21a2", "IPY_MODEL_f29d8eebc13c4aaa857e3d46068e2e15", "IPY_MODEL_6ebd540050bd444eaff24830d779958e" ], "layout": "IPY_MODEL_bd1aa5a1fe2b4e1dadb06779226fa27a" } }, "1cf1f15a234b40e7a903df13a2d9517c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_294f4829458a4afe9f03aa999beae4a8", "IPY_MODEL_ddf1564cd5b84840b1c179934898c3bb", "IPY_MODEL_a0df286117894abb9252ecb006799b65" ], "layout": "IPY_MODEL_02306607b6b54ece87e024809046d9fd" } }, "1cf2a88f7d874483a1c725445e131c1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dbb82de120b04f3dbe20989da3ce1275", "IPY_MODEL_1767427fb2334df1adfe4d69de75b2d6", "IPY_MODEL_b443c3ced0624ee68bd2d7a70d61f232" ], "layout": "IPY_MODEL_6c181db966734732bf50c57f18a3badb" } }, "1cfcdc6e8238468988740803e6367904": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "1d004a97928b4557baf86b62e9728f4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1d0b26ff57f74c71bfe77301be07260d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_cd917bee1de14e09ba49ceb50b95f0af", "style": "IPY_MODEL_c8f13a2f7829475593cf4c47c892f2ad" } }, "1d0b4d8adc144027aa6adc91fe4ef394": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "1d128b78117b4cd9a95e80ae3fb94d54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "1d14abaff53f480cabaf195982733f9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1d16a2f8752b47baa64fcff161a41045": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d8fe0de0a6d143d8afaed0a299432cce", "style": "IPY_MODEL_8d64e7b39ac44f9bb8e33b4ced1f8e02", "value": " Send >>> " } }, "1d18967687a94fbd96298ba5fd009f32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_42d68839a5ba447281c4823627056d9e", "style": "IPY_MODEL_bddeb6e6874b43eca55e928e8fca4e76" } }, "1d1f3767c3094f368e33fb872a8840b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1d2244bd698242518fcfbb8be7efcf46": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1d32e7e844df4f84b5b82ac2b9c40b81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_eb35fd4fa0c243d997d6b43c175aac6e", "style": "IPY_MODEL_80bddfae61094ebaac9f8dfde0a1b3a5" } }, "1d33085a63e44db19e08311f646820f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_c2f683bfda6c4ef294edf19581bdc24d", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_29533e2059f044b9ae0d839da64fdf2e", "value": "chemML_config.txt" } }, "1d470c7175d2490ca24e6cb3adc6ef4b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e85e113a0f0747b48ad9bcd0fdebbd17", "IPY_MODEL_69523d83f75f40e998bbcd9e3e1ea3f3", "IPY_MODEL_4dbade9943874bf5b90cf9052cb13075", "IPY_MODEL_b28438f02967410a810fac5d6319739f", "IPY_MODEL_407ce63e636b4548821e33f255478ce1", "IPY_MODEL_63f0a2a1b6354571b3904adbfed72216", "IPY_MODEL_0f8508b9050c4b4f9ce82d641c1bbdfe" ], "layout": "IPY_MODEL_03b8ac15afff4eef8c0d1a1b60b7d1d1" } }, "1d59184d97f841d590adbdc32dbdd0ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "1d6b1e45df0a4d4f9465ce4d8002250d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1d6d5e995fa44363907c57c8fbaf8a51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1d6dd3f60d6e4236abc926d604da1de1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f7cdc2c22ef941948fad3c488587f1a3", "style": "IPY_MODEL_c2ad2a8b51564d7b88047a61228dcfd3", "value": "Choose how to start:" } }, "1d7472dc452a4f339172a08fe0c2ed3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1d74b6b456ce4354b42970494f94c4fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1d7db470b2b74601b9e747c6ea774151": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9389bb4de5bb4becb6ba29cf83f250da", "style": "IPY_MODEL_ba49628e05a5406599957daeba7590f5", "value": " Send >>> " } }, "1d8bf5e728a149cdbc95924ca748f657": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1d8f126aa4314e95917ae7eb4691d0e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ead1584762f64a38afed1030700db482" ], "layout": "IPY_MODEL_e7846a7599d840f9a54d78803b741560" } }, "1d91e7a0ac864c87876ca406f38d01af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "1da2f1babe3044bcb16d1d9cbb4988af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_2368b1dd0aae4584bf26fb7eff66234e", "style": "IPY_MODEL_cbe83cb3d2584ccf8cbeafd44d58298a" } }, "1da4bd8030b0427982c0a2e057073490": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "1da9519cd09c4834be88d16bb9a62d2a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "1dd5f03750c4474a974b2668050e54e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "1de884befa4c4c2eaf6e4493f72cea8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1dea453d424543d4acfbef9580f3ad37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1e2948d15ed541fba160563c2d02dcf6", "style": "IPY_MODEL_72e42f4577ba4e7baa2e485c018810b9", "value": "all input tokens: molfile" } }, "1deb8853cf284b3ab346b66807d6ca72": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1def59d013764f3697719da5758d9edf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1df57574e56849dba7806fdcee222e3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e012fdeee1e4c998a3fef76eedfff6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1e029c5866b54f42a1f4a6b8416e22ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1e07917d27af419ba636fd6f82ef72bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e08fef1ae2e46d2bd6dde818568b2fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e154595638b4820b90a926515f7ea62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e15c48ece344bdaa06a781fa9db190c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_53f41b18fb084f868257eea845e7f905", "style": "IPY_MODEL_d8a2f281bba4410bbc5dbf344580d1c5", "value": false } }, "1e19a79c11404cf393ea5e6b528dd6d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e1f60cf6a1f4567bbddee1c185be365": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_cbcee553e9a341aea737f1fa115afeec", "style": "IPY_MODEL_8e0443f7ca864e189aaf3920cb7d4584", "value": false } }, "1e25f69fe5ac4f2eb826f28bc8fbc016": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e2948d15ed541fba160563c2d02dcf6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "1e2a0588778d4934a38c64d1e6c7803e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e2dcb10a3564e07ba61026304db35e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "1e321c8056294d98b9bdf990a4f53562": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e339881eef4409a8f5c01d08c725a73": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "1e3faf1691ca46a4b7fa2f2a379aedb1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e490bc60031428c8103821cfaffdef1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1e4cb69f8d6b4b5e972d3abb2d62c5ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_11614906f1544a0abea236af2a589058", "style": "IPY_MODEL_6fcded7eda3f47cf8ce1f61d2446f006" } }, "1e58afd5a4e34fa198e5ad2973353434": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "1e58b62901d84e16b61ea0b2fbf8b4e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1e5e2200e0cc444b8ad537f9d21c6a4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4cf2cd1771ed41168fa9e07572fc7ef1", "style": "IPY_MODEL_bc506bb69ed44f5eb5c2f79cbee21a6d" } }, "1e63e8dd47134db5a9fbd218b9f8f3ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1e6b9231108746e09fd0358a52c81d9b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1e776140482a4f0ebf77f62bb2cd5762": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "1e7e036307874e9c95cbbbca0be6919c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e814d690a7b4f77b51e42ba2283c9bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1e856828690f4ee9b642ef8ecd092e30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_454f39b972d24051ab06460904ac87ea" ], "layout": "IPY_MODEL_591bf12230e34ad6aa4cf9ed18ef39af" } }, "1ea16cb3a01e43d09e5846975094c2de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1ea28665a64845f8bd2f84d14e78a25a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1eace0d2691e4ca1b6b7abcfccbdd9f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "1eb55bef4187441286c0ce9fa4477938": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e039e1db7b2c43358cdf377e5694c115", "style": "IPY_MODEL_43e3cfa583b84e03b30d45aad0420f03", "value": false } }, "1ebe4d478dab4f42a6a18857d14c771d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1ec0b852707044ca8f7f2118f809f63b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "1ec6b1c9d6a441de812a34ea06b318bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1ecaf805909a4833bfa4aeb8cd223d50": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1ee64f7652e54b1aaf75acb4393425bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_292173a62b5642f18bbdf76de67eb48e", "style": "IPY_MODEL_602c5d50b2c942cfabd5d5060cb40d15", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "1eede63059724282859881f223b6be7e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "1ef3d42505564657b350177bce9c99e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "1f033fd820974ad3ae85052669c2ee9e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "1f08519fd80441cc8ae746b45f430be0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f0cdb4dfedc4e2ead44cd4e327670a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "1f144dda53f84c5f9d8655901ad5639e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "1f21487861704ed0b35e48f8ceedc693": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4dab603c2b5743b886a0e4092e2204dc", "IPY_MODEL_c68e09b21bb549e191c57534c2143c5f", "IPY_MODEL_b02b9a25c01f4b7d887df9971e165217" ], "layout": "IPY_MODEL_2d8fa249ff3647269bcb89c2aaf545fb" } }, "1f214b0fe5fe401682bc5942059e2dc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f215099dcf444edb0ef38c5f336b527": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_46445e0ec6154d9fb4c10007801788b0" ], "layout": "IPY_MODEL_59228f641a044c169451f656f8569434" } }, "1f32560e692f45aa937c92ab419f92ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_bf4cd7bf736941c0b95fb5ae621c65df", "style": "IPY_MODEL_3ecfd6094a85460ab65fdf44437ed917", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "1f3598e7c7e545ab93649a9387ed4e91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f3af19b4d0642a8b0f5143854d2619f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0744e994592c434db1c588c84c79d67d", "IPY_MODEL_f15f100e5f7e425bb13604a1d6e8aa18" ], "layout": "IPY_MODEL_78c88d3b422b4893be96227bfd05f2fa" } }, "1f425aefa6db4b028573d01ec05f1dc5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "1f469908e2274055a65445eae1c459aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1f4a04827ca849e18d642036226b4e0d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "1f51d6d8b6be4169891e4ddefba166d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f5a56d3fe6b417eae5c40238e8554d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_51b1b7e2454a4966ad3e9709248815bd", "style": "IPY_MODEL_9b2c964b06bb40408426d51c7642a536" } }, "1f5e7a26a87f477cbfd58a7d4b86818b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f6d815784664e7bb4ee4ccd5d111642": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8f97f9d3ef824afd9319fa7900c465da", "IPY_MODEL_d196134d7d6d4f3987a118182cbe8f5d", "IPY_MODEL_fc39dd1049054fe589f6294ab924c7d8" ], "layout": "IPY_MODEL_c6e71e7cd5a04a2c86c2ed47ee2a580e" } }, "1f7dfa665ef74d25bd1c1d2c58bd0229": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1f8106cd70c74a54b7ea44bc249081a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_82996596edb14359a0dc54b5956728ec", "style": "IPY_MODEL_ebb652b76d7147a89d1afe4a7077bcbe" } }, "1f86b1a887594757a61b0bd037001a9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_bbfb025af7024935a740ee4f37648022", "IPY_MODEL_6b46a8836ef74852a5fe6a8e9137b74a" ], "layout": "IPY_MODEL_957f63dfb3b84b70ae658599e61fb11e" } }, "1f8b9bca260d4458853a6efa7bf04fa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_2758d15dadda43c6ac365127350f3f74" } }, "1f8f8f483c1d45c4aba01183478c52dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_36d5c54e52b64ccfa4502b6111c1ace1", "style": "IPY_MODEL_dd6606cfa79742a1915f8b91136c8573", "value": false } }, "1f92056f4cdb4128bf6431aabb6dead1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1fa0845824a842a88bf99482fb00c7c7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "1fa592259f0f4bf699193c8c4551da23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1fae4b197e4a46e28967bca8629d87be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "1fbc8c95f7fb4f7ebc1ee584d7a59717": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_626fe32cc5da401586ac03b2aac048db", "IPY_MODEL_c6097f38513c40d0950eb90860d86368" ], "layout": "IPY_MODEL_93d35b595e8a44f994cc78df4f8ef16c" } }, "1fcf9e9856f140318bfc99ae82e58c26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_09e0a7d638924621a1a7155d1a329f1d", "IPY_MODEL_58f060c6e0b24cc4b39f9e7675122a29", "IPY_MODEL_3f6eef2fbd64473199abd9ea44caebb8" ], "layout": "IPY_MODEL_5a346a8a9d414d4e8a6a0dcb5caee024" } }, "1fd37f74ea3746c181c23c532c349196": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1fd58ccd0f7c448091e146c82882a4d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_9af33b8cd3334050bcaed4d340492aad", "placeholder": "[]", "style": "IPY_MODEL_4c5f7466a53f477eb271be9d05df2cb8", "value": "True" } }, "1fd9c90a61bd4252b81b2592d6342899": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "1ff84b3986ab4688b538122c695444da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "1ffea275124a4a49be8abe8f7d50dcb6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "200d36c697934c9f86fdb1dd60fabf51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "202271ab9c77443ea43a5005f21d8613": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2023ab350aa9423b899b16b4e4bf5380": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "202935ca8748492f8f7f93e3cd1739fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_616378e829e5463989de156347455445", "IPY_MODEL_add6b8f555e949a9a927628ee18df671", "IPY_MODEL_4052057303364ca6990e316e6ca50cac" ], "layout": "IPY_MODEL_fcc4efb88ea349bc8c2ffd4073bf7614" } }, "2033ddc5089842c5b140baa4d0e29b9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ddf4defefcb74c1bbacbbce776146cd0", "IPY_MODEL_2b8dc637b65b4e43bb7188bd39ac3d53" ], "layout": "IPY_MODEL_035b9b65f1b74cb9840e9dbe7f1f68aa" } }, "2035153ca06649e097edfd55f74d9c0c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "20380a92494f452c9041b7ff13c4dea8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "203cde155e2149aea194016d58a5c67a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "20423301d99b426a85dd4e1193873aec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3cb21d29c9aa4b7ab9eeb885ef6e05df", "style": "IPY_MODEL_dda6f4d647704de1ada20eb51e7560d2", "value": " <<< " } }, "204fd208a7c246feb8def19d249db68e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "205219d5ab1745b9b30c151619ee751d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2053542a35974e6bacbb070ef6c71c8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e121df583986430d8a8c434ba07edfd8" ], "layout": "IPY_MODEL_f9cbab856e41484ba629917580c6d4bf" } }, "20638a2cae304d729afc372d5960164d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f6b587b2935d460ca4dcf89a7760a30e" ], "layout": "IPY_MODEL_f350a4d51db143ebbe0b937da667e596" } }, "206ad77a8dda4d9abf2eea5005869ef6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "207139ce6e6e4c51ada90cf947cf87a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3729f8bf42a0486d824ceb079ed4453e", "style": "IPY_MODEL_0d8692b1d41f4e5399feb2f10aab74a0", "value": false } }, "207a6716c4014bf58d0bcc975f6a9dd6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2084b7f7bae44552bdd831a654058ea8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_5cccd46996f14e52a62becbbc52efe90", "rows": 5, "style": "IPY_MODEL_106dd0f05ccf435abe202a499d03994e" } }, "20945c3e463945a6952f667f9535c191": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_de870951bf684ee0af9b75c28e72d9c1", "style": "IPY_MODEL_d0b01e3de9dc4da39dcd1dc615beb718" } }, "2099924bcf1e46d9a980d34ac3d23631": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "209ba1bcdbab431faa8f1ac4d52b20f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "20a85ef699fc40ae8d4ce8b324a884db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "20a895a2242649b0b43120ceb1947cfc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "20b4743c57fc4a07b47742442d9a2ac9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_38479d4d5b2e4c9fab7126955fc3f793", "IPY_MODEL_d7768d7f2a634817ae9b3a42bb478f42", "IPY_MODEL_71590bc7132a4bb68e3c6dcf0462f36f" ], "layout": "IPY_MODEL_a315a2d00c87408ea94fca47c8058731" } }, "20c36e07ef8a460f8596b2dc7f8fcaf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "20d5160f427c4a4e8aeae5f6d3bc9579": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "20d5513dacd44770a36768bffde9fc06": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f1c61ef3c7754ac6a2fa8c032a4fcc3f", "style": "IPY_MODEL_0405ae20141d4b80a9e41256bcc6cabc", "value": "Template 2: model selection with grid search and cross validation" } }, "20db3c40d9ac4ef9b2605aeae46ee21c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "20e524b1e9f2439bb8141298dbc3b590": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "20ea6026ddb24438971a5605b7fbe2f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "20f0daabb4b4448aa644994d5ed10064": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "20f3994a50834461b8c63a125e7f3438": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "20f40ca98bbc456d923d24bcbbff1adf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "210d9dc4a1b24f7da772a13c0131c93f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "21126fb582f04a0cb03c83e83470595f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "212af9c8a67d4b87bc6967874b0a119d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0f2bde5062dc4af392b70ae970841afb", "IPY_MODEL_babedb942b934095b377f5df20d1949b", "IPY_MODEL_a2c7570174814033aad0ea0ccb903dc6", "IPY_MODEL_29e7fee81cb7434e8514d50bda552caf", "IPY_MODEL_7b8024e7094f4fe184f16951e19d7bd5", "IPY_MODEL_5caba7b904dd4af6a017c798c4bb77fc", "IPY_MODEL_420117ade1d141989adb2943057217ea", "IPY_MODEL_fd10719d07e54e68b5b83b7745a3d041", "IPY_MODEL_27a7c068f1204b808796adea5096bef6" ], "layout": "IPY_MODEL_f0469f8aa6984e38b65231e4d4eb480e" } }, "21307e72cf824bfbafae13ca1616262c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2136580abc2149dd8d8c67fcca8c78c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "213b93f2e20248918e70aa999a6ca85d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_71b8f5c708e440cbab939d689c3251ce", "style": "IPY_MODEL_fb1853dee0734fd6ad1d087744538ea7" } }, "2140a624ced5427fa0bef99375ffaa64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_da7cb9990396476d9b8257a606a94e30", "style": "IPY_MODEL_0329f33f48ae4bc5ac28bb3da09a32dc", "value": false } }, "21639c2697be40e78982e23286313fdb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "216f9f23d98c48aebd8fad9777c249a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4f1a1ef3e12c4a43a53cfbaf719f3e54" ], "layout": "IPY_MODEL_0f19b441d8b3422d833d73740277e72a" } }, "2183aeda564d46aab19ea08c4745aaa4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "2183d236a9f1449b919fba56ebf959a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_c247c7edf6904536b34aff09eb78a8c3", "IPY_MODEL_61636f3f63bd45bb90c179ee1809e0f3", "IPY_MODEL_34f80b83410a4ad9a81a09c88022662f" ], "layout": "IPY_MODEL_7e3017367bb74de0a2e8ba6e1b6b6be2", "selected_index": 2 } }, "219675abcd6441a8aeb86e8ac8e7b7aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2198533672a64a96be312fded4fb2b73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5c315fe82fe9420489018024b3651308" ], "layout": "IPY_MODEL_2e55ab52cdd040bc8352da71e938c87c" } }, "21ac0dd6372842be9b8b3944c3afb3cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3c6e22ac50e641b682fc9685f0596276" ], "layout": "IPY_MODEL_731c049faae549fd948744d46bb969cd" } }, "21ae93f8d1ff456d83b0ecf46c9119ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "21b53747f5c54f5d8da85535bfd5f4b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "21c5e5f11e0545dca29291afa1574b02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_3cc3838b57f74997815c7dc8c610ec61", "style": "IPY_MODEL_b311c9f64d78459c8baab4476f9e340f" } }, "21c6e640802c4d4f9ecead881fb86b60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4a75511168c2408cb823f5221801d264", "style": "IPY_MODEL_84d9cb88e1394582a6344eb17317a51e", "value": "Wrapper parameters:" } }, "21ca7c8f89ea48729f9274d04e14c0eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7e38e1a714fe43d0a78fd5d301dcf588", "style": "IPY_MODEL_226be7c430a54ae5b55bbafcd5defc1f" } }, "21cb428af2dc498d801b4f85b90fcf78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "21d26bbcb6f5458980142e98481efdf0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "21e87d89d36947749bb8b8cede321bc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_3bab5159f4cc4524978765ded66577f3", "placeholder": "[]", "style": "IPY_MODEL_0a9b304259fc41f7bbb6ce87c7755c4a", "value": "pi_smiles.xlsx" } }, "21ed07663d044f7985152d3af21db227": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "21ee476b174046539bbf875362d15118": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "21f15e046a2f47b8be90ff842c65aabb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "21f8c724290a4271a78a29f2f5a16c7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "21fbbf402dfa46a994a3a8215af33cf7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_ee31e4ebab0f4411aae62ccbf5830284", "style": "IPY_MODEL_ab8e6e2f214049469f2207a038192c2a" } }, "2204d5abb6a84f8bbc92a771208536a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2207e667d8b94b93915f8b457758d245": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "220b77e9a5a2400bb4a04147b6a8e6b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "220d3c9d969d4f18a5ff540649b583a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "220f35018bcc47c88a5112ab8118a428": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "22102b33f73b4758a4d2e8fcd03b7388": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2236a32d6517407ebcdf2e4b1cfaf128": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2250d1bb64e8417e9461c76c37cf496d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2253535c5cba4738b6efe75b131e47f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4cc8e4f3f2ee484182afeaae89f0bc69" ], "layout": "IPY_MODEL_c03c946d76c34f08b9f8bc9b24db3c02" } }, "22657fc10f2b499ab622dfa3b12db242": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_0ed7a7014ee74e028ebfd1be6cb28bf8", "placeholder": "[]", "style": "IPY_MODEL_add607a7ae704fd3a0bbbd68b6b450d8", "value": "None" } }, "2266a9ff018d427c808d85994f734450": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ee8440b45e3b466b885b7c21b82b13ab", "style": "IPY_MODEL_94e982f75f044b1485871f50d33e2f8a", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "226be7c430a54ae5b55bbafcd5defc1f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "22759a9c3dd542249f6136e30483fd9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "22784b6ec8a24444acbaaf9cea52ce6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "227ee5046f1f4cb590c084bccb585202": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7110dcf3a3f24dbd8b3992a554db8b2c", "IPY_MODEL_ba89bac7c5944f93a3740aa662bbc172" ], "layout": "IPY_MODEL_81909e18da1e45d6b36f31ce523f671d" } }, "228785521cb945839ace744932103eb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_74c9630dffe144f6bdeea62ce49b50ee", "style": "IPY_MODEL_1e25f69fe5ac4f2eb826f28bc8fbc016" } }, "22885423d12f4026b43a3596791327a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "229a16161a7843679a7ae49f8dce6534": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d2d76dad62fe4b369d189b5102b8c5c2", "style": "IPY_MODEL_c5b1061bbc464f6eaf786d51f9cdf2a1" } }, "229c35db5a674c7c9a4a1ab8631e6f72": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "229f7a8c90194099b846e3ca42589473": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f4d916e6a317490584586fd3142a990d", "style": "IPY_MODEL_aa16ef541c4a4cb299e9a34e3d0e0ab6", "value": " Molecular Descriptors: " } }, "22ab23f862f941139a7c3a87e57901b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "22c8555037ca450e9c82b4a57ec8a086": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "22c9764e1c224fa3a4c83952ef4b11c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d0985f58134d4f878895f968155c1bb0", "style": "IPY_MODEL_b10f5e844e0c41cb9c5bc42c933bbae2", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "22cfe4746fa347faa0907affb7376215": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "22d59c2b6a6f4092a13cd2ff0f20c56d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "22d6aa1d05a44e918549b3cec3f8ce8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "22dde7920efc4140b9020ed83c86af64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "22e97d3c6ae1480284218ebbfd79588c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "22ec3b0543e243f78020192d71db6148": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_35bdb807034741e0804e94804f32bb4e", "style": "IPY_MODEL_abaac2e1e80645d6b762b423bc0e61e7" } }, "22ec8c855a8246b689b2c4a6d0652b17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "22ec93bbdbbe4034b9d567816fc7250c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "22f048e87648447db8736678041c00e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e5cd4a13d26b447ea0980c58f2f3918a" ], "layout": "IPY_MODEL_0b9e1ae3fcf2426bb614a4dbee6881ae" } }, "22f21e200b95448d9f8de77e9283332f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "22f7d6b8bf0f4f0b95efc0c51050824e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23082029fdd8466d8cbddabd48f435fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_726681093d3b4ac9b818c429a8450f42", "IPY_MODEL_92d5e9a0edd94509914e05e7cf6106ce", "IPY_MODEL_653109d65630496881c1a9fdbb2791a7" ], "layout": "IPY_MODEL_4a18e2cdc24c463d905c5942fcec55b2" } }, "230b7c6846274f6e8f284e0b14c0fd28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1b6abd01e3ea44a19858f38a6e384446", "IPY_MODEL_e1c8a5f721ae4e8a86b30503747fb298", "IPY_MODEL_5dff7c0b5dac4bcca9183594aa284373" ], "layout": "IPY_MODEL_de81558a8e5a4f408d6e6c7865f08d34" } }, "230d7f14af6e4b6a84c13dc85b3a9625": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "230e54a230d6404bbe2671c78d3bb533": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_5be5b002d78b4043b0253ab222df0cfa", "style": "IPY_MODEL_b40769b1f6f349ac895a099a094b7dcd" } }, "23147c79af6349d6bb261a0d3952977f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "231d621329434048b66b41d06e7fafec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2327d8f4fe564ef6b611628cd453a343": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "232b1d3d58754a27a528a84abeb74893": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "232d11d151b14ece8cd7cec4e9dd0897": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9bc37a8772344356be14561c05eee832", "IPY_MODEL_f77b196d5aff4120a52dddf68dcdef93", "IPY_MODEL_4bdbc89a7f824476bbad69357a05b758" ], "layout": "IPY_MODEL_c18ecb35c9dd46bcb719569d0852a366" } }, "233a217c6d0b47ea953aa6146c717d6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "23454e27d47147abb6ac5fe767900249": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2345a6521fba45488d7ea5ecad1780c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "235bfca6788747d4b1ccfcd52bbba526": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2363b6c131b947188c1196dcde1cafe7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "236691ac88554151bf79d1dfe165207a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2368b1dd0aae4584bf26fb7eff66234e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "236a9bffba8d4a539a07cb0305d0e2d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2372733467974fbba2ee3f750d79e39f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_376fe096138e445892a90d2c16876613", "style": "IPY_MODEL_31b7faa803e54c9180219348484a8e6d" } }, "2372f880aa844140924ad85796cc276a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a78a69b8aa80452a8c808840f01253aa", "IPY_MODEL_00444a60428e423f8bb871531f586259", "IPY_MODEL_768387ee38514c04b20752f9d46afcca" ], "layout": "IPY_MODEL_a2039fb22fe14cbeab6341d8bebb7aa4" } }, "238318710f7d44d98e2745fbae82c656": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "238b4a4c8de5493796aaa837b554997f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_17af154445c94c8b9a169a6825ed5a6d", "style": "IPY_MODEL_c03ae228eca544a79c2269d4c18de32e" } }, "238b76527ee24310a288b62782802b05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "238d84a3395f4940897d2e65b1ca77dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "23986a5006754f78b118c00d2ed7d83f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "23aaac8d49dd43d4a0b333c41b8e402a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "23b80896687148daba181d721cf14f7d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23bc58bd700c496bbda831eaef85057a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "23bf03643fb7408b94f3e1305eac4840": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e23995a7beef46a39dad62da7da6ff81", "style": "IPY_MODEL_5545bc46eb064ad99df15f98aaa97b84", "value": "Template 2: model selection with grid search and cross validation" } }, "23c0147dca884af88572fd15c0ce6b24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "23c1a6cabcb1415d93eb46bbad81150b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c58db314ca6940e6bb9e2572acbd69ba", "style": "IPY_MODEL_ae57beb9f1074d78a7cd9ffa5721ad35", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "23c40080f9e3422eb6ddf98a528dab23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_abffdfee19954e69832ae58abad78b31", "style": "IPY_MODEL_f0b39361027d48c48adc1c16c2b20ba4", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "23c87df23e744c9c85899bb9e74c7755": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23ca3a8c0d444249975c01121d86fb93": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23cd4532dfe144a8847b3c79ef8d83ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23d4482a1e014d58b1b6e13a56e27860": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_20d5160f427c4a4e8aeae5f6d3bc9579", "placeholder": "[]", "style": "IPY_MODEL_29e1fe1e98fb4cd7b5decddfa92542a0", "value": "None" } }, "23d5ba084ca04b0e85e41d8e7ea8ea74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "23df92f8336c483289191d6db2a83796": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "23e7a96755d64dc8885e12f2659fb149": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_fd9e6c1a728e4f059387c24becf7ea89", "style": "IPY_MODEL_dcc569b9933a4ead88d871e334342856" } }, "242f7ecba14f442eafabcd812093fc1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "243ad7f2947e4dfd8ea0af0d17f0c3b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "2452954936f549bf974cd761ce2b4c3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_db788721c119488cb54df24738012efe", "style": "IPY_MODEL_ae94da58bcd544399a104ca5a5e867c2", "tooltips": [] } }, "245d705c06614367ab3e15f9eed50158": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2472055014894bd49fd96e1481589487": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ec82be49f48d48a68f600bbb32dc8b45", "IPY_MODEL_ef43a84853a543338237191036d9934a" ], "layout": "IPY_MODEL_82473461fc584273aaf7451fb368b7ed" } }, "247713761ce94652ac361108e152ae0a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d0acba749e1247fea753fda5217e9c18", "IPY_MODEL_4d3644013f164ad6a6f9b433e4ddf436", "IPY_MODEL_e7cb2cb904bf476993ca2d829b52b223", "IPY_MODEL_f3b70c5572de408b96c2ad51a20c2dd8", "IPY_MODEL_36edf9fadb44440e94201ad43f9fee89", "IPY_MODEL_2ef23dc32043483883a636fb3d492654", "IPY_MODEL_ec8e9954f77b4d07b52416a052a31440", "IPY_MODEL_06d46b74b7ab44ec96bf0005b99d8ed4", "IPY_MODEL_0819572eaff3459380c6d52536539834" ], "layout": "IPY_MODEL_9f980cb080004ea3a3ba319d59007b3d" } }, "247e9a2f802143bea45988b921710594": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8d451234e9c54dcc84b9403a5a22dc9a" ], "layout": "IPY_MODEL_31e7a58160f7459280c637b446897343" } }, "24829c7e9ef043af8bd3fbd632911344": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_353967baf2be475a9c2724e38b772a2b", "style": "IPY_MODEL_9dad0bb77cff41208f16b994d255f633" } }, "248c37a4e74643bea6bae7a63b0a0100": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5b22797225364a6f9cb319b5cc46e020", "IPY_MODEL_754c42a80a364ff8a95c41915a8822e4", "IPY_MODEL_36408cb4e0814aafb87d7f68da1e6439", "IPY_MODEL_2ccebd11f1fb4f25b7640fc9705948a4", "IPY_MODEL_a597fd45f0474116a957cf0918bab30f", "IPY_MODEL_78a92156b25448d387a0840a95076a20", "IPY_MODEL_65312d5caea14584bf68215d749038c8" ], "layout": "IPY_MODEL_30850ca85b8a466780e927207eab7ef5" } }, "24a2b44e0ebb4375878800a20f93c6e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "24a347eb1d094445a86e129fd291d4f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_11ff41dfdb95449b9b438a2059538160", "style": "IPY_MODEL_4c2548dbae89434fbfe2a370641210ee", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "24a3fb52aa6c43d99982624d7432a3b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "24a8a2c7e1b547488e30c5136bd0c96e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "24bc884e71204910897f676aae194827": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "24c25e49bf794998b9b563e51e6c3e25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "24c33d765df24816a5e7ae6cd1de67c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "24ca0044c1eb409f9f541c38aad8d597": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4a3bbdfbe46c4ce099473957ea12c4a8", "IPY_MODEL_3b7b77feaf0545229dcea44d4031405c" ], "layout": "IPY_MODEL_08f860acb6a04b6885c7a789030520bf" } }, "24cadba7ad194293ac28655c067908ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "24ce8cd0955646e68b9613818db610b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_d914e4d94d1f4c50bfbd49958cf3713c", "style": "IPY_MODEL_63b61e3791904ed59fb21ebff9f9d526" } }, "24dc9c7423ec4754b891832c93fc0ba9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c8bc3280af8e430fb14c9d6a38f44bdf", "IPY_MODEL_fa3e0d7c7e1a4c71883539c6ada95ea2" ], "layout": "IPY_MODEL_60d86b87ea7d439ea3e296591da6e561" } }, "24de1513d366475caa4ebc498cd0b7eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "24e3e5761da942eeb9dd8ec95d891ef0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "24ed7cb9608241fcabdc026851aeafc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_99864635a5d44c87bd4490275ce32538", "style": "IPY_MODEL_3a53a0419cdb436787c8bbf28084894b", "value": " >>> " } }, "24eda3b9bc25490985f0514a28c45896": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "24f11d4c9030437f975b4055584eba9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a778534471134ce997c5f70dd1465d02", "style": "IPY_MODEL_a00c9436db174701be2f6abb18a7657a", "value": false } }, "2502d88ed6a444b7b51701ea7a53abb9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2507fc9201044e5daac93d58b156bd4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1d8f126aa4314e95917ae7eb4691d0e8", "IPY_MODEL_b0b763e4787b4c4584d05865cadbc71a", "IPY_MODEL_f60c3d42ed79486d9126b8587af3989e", "IPY_MODEL_d8047d0253ca4d98b615585ab20538f3" ], "layout": "IPY_MODEL_5c284daa22374b27b9b38d3906761a33" } }, "25102e5b2f2640e2aca79512b05db1e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "2511dcb0a339491cb5d8e4c7ac019daa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_a52c0fcbdc624cb9a51d7e3181f07830", "placeholder": "[]", "style": "IPY_MODEL_48a0fd0368fb4cd48ef220aa5c824c7d", "value": "0" } }, "2519bf486b3a4f34932790cb6a80b400": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2532643332c1444594a1f9789590b501": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "25519a2175e9425e8dc1cad18f16e393": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2559d29dd7db4b0fb914427bafa2a952": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "255ea5de5bcb499eb36b8a249d27ba43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "256058c72dd84067b328022f6a46500d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "25624468e84d423fa53137a7ef0011d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9c10bfa0b0ca4eb88a0b88294b9ca8d8", "style": "IPY_MODEL_9ebab6b5edca4ad09a4c37224043ae18" } }, "256297e74b934ad4acc942fd695a3619": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "256450e7ff8a4d0fae90c31495657aad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "256893951f47458aa42bfebf1bf13df1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "25785908c2604e8197a20041a0b0b79d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "257d575635da45ad9c3f8a5a40130980": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "258bd73201874792a1814edd723210e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8d34dd8441cd4d4b9513ad6e663d93e9" ], "layout": "IPY_MODEL_ff05fbb4f5a9433cb23eaef8a4dcb930" } }, "258edb6b366349989dcc85e14739e884": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "258fe0492bfd4deb9556e6be0267e39b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_dd3e6db4cbe44b649f6ef8db4d1efd62" ], "layout": "IPY_MODEL_8eac42089dcb431c8dc3e0891463b785" } }, "25909bcd1724425a8a65167a84cb3968": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4e4adc5e46c34f22a74878e014c72612" ], "layout": "IPY_MODEL_4bd2d64c0f3a4df48155376fa50b4533" } }, "25938988eecb411186a1867d486c94c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2593aa193c3741eeb961fd1bee835734": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d585b48a57ee433383409d32effd6cc2", "style": "IPY_MODEL_406bc0c93576464aaedbce209077e839" } }, "25a3bd7821b844f9812305b35c02b429": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "25a52341ef12492dbd4a69d0cf481aa1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1ebe4d478dab4f42a6a18857d14c771d", "style": "IPY_MODEL_fbcbd963ee174535823049bc38f67fda", "value": false } }, "25a71b6ae6594ca0b5524115e8d01ae6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_6179d8b0f92545e69474fa28949d895c", "placeholder": "[]", "style": "IPY_MODEL_9b55ab7fb6c64e1596e2dbe07a0f8b46", "value": "pi_smiles.xlsx" } }, "25aac65f66984f229b1a24db6ec4730d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "25af401138394f97b26524dec786a69d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "25b27c7d29a34da9873ef31e826ead85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "25b5ff91d3b94310ab175f7ac77a479b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3070055109954fd792c835f1420cc64d" ], "layout": "IPY_MODEL_3e4c9967a3fe4aabbf694f38fee4cb73" } }, "25c4835613e94c60b9b14c37f6b8b526": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "25c68ba5c8f1493fb6b22d103464a5b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "25d15830b8a44b4db83754d3a00f6bef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "25d753b967a0430c8e314a2fc7e2765b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "25ebd76a57b948ff836da614e7f7cd54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_590b10d260fa42e7a05c77d17804fcc8", "style": "IPY_MODEL_9daf1dc407ed45268dc820a493e9c905" } }, "25f53dd44bef4255815bbe486ac26851": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d27805be661c43c5a814cd29a56ff19d", "style": "IPY_MODEL_3e6977cf70a8463f8d924f28dca712e8", "value": false } }, "2601083f8c954273914fbf83ab5864b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_6e79972365d74cefb24ad171a275c426", "placeholder": "[]", "style": "IPY_MODEL_762b8b9133914e4cb3ecf1c32c5fe2d8", "value": "True" } }, "260ff124ca57470c9ae453d749a8a1df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2611049991de42bbafe3cd08857a03d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26129d74fdc24301accc76d0928daede": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "261479ece6224c89907b68b71f93c6ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26149aecd4d947a5a4ba3b4a59197c23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26149b11005f4268a7181c37a0243f8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_16e8b173d2b546ed9e66666b879add0c", "style": "IPY_MODEL_00e513f826ea490c858cc97e96553f43" } }, "261ba73e270945858736e0d7eafb4f09": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "261c1bb599db467abcf00653a3e4e82f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "262c6ab1e7954274a18ff3f5bf3c23dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2c2ec3f88e1e472aa992a6cb2fce1da8", "style": "IPY_MODEL_1f3598e7c7e545ab93649a9387ed4e91", "value": false } }, "26372d15d23d48b2ae4003f1e6c6f202": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_96f2b005cab54e3d91c3b9bd6b21ad2b", "style": "IPY_MODEL_9cc4e0b4c00e4c0ebcbe0c1649c4f826" } }, "264e653efd5d43ac9c6d2a141f3ee3e6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "265119bd51c74e128713e2a6ab758ae3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2fcebb45d98047db82d58b4044774c58", "IPY_MODEL_484fe11acf4a472eaf71f59ae078ce75", "IPY_MODEL_a2d5b3c898a6434a92c61835cc370e46", "IPY_MODEL_05541cc750a947a5bdc2e59de2d96679", "IPY_MODEL_70c05d6fa5ab438ba7098fb500b78086" ], "layout": "IPY_MODEL_0493e34bfd4d4e45954e34ae01193b23" } }, "2651c2ee67574b2d88b7300ed34945ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2662afa35cd44fba901feb4cb99dc587": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4b3294ef62f74b6fb28ddcd2d10544fc", "IPY_MODEL_3a2760e9457542b38645c5fccb127003", "IPY_MODEL_c57e9df1f9b547518a06260ff7d285a0" ], "layout": "IPY_MODEL_46fd09acb405491bb5e0d62fc3f6c3f7" } }, "26653b9c599944568ff8e96bdadb02f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2666d33a8aab478389533fb6f6e5d41c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "266856ad15364872b85f607678a5eff3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "266af102cc564887a26295a053698587": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "26702e5e939141a79ae41c3bb5928335": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_376e5fe28de54ab9b20ccdff42c25589", "IPY_MODEL_d24df416c1ce429fa290b8d0fd069a54", "IPY_MODEL_3d989a9866e44fb298193be8399ff07f" ], "layout": "IPY_MODEL_155acf28a2eb48cf9c1d4c3f4ad10734" } }, "267728a1b855447f9623859411e9a2f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "267c400ade3b40b2aafffaf942d0aea9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_930580dc31c7445db6fd727747af4e6b", "style": "IPY_MODEL_5bf491dba7534ed4b0381779f045269e" } }, "26819f474cff4a7f84cbb443b1b2fe2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_ea883b3cd3154b50921c5bfe94efdd82", "IPY_MODEL_12b28c8c2f9a444898aed9abfda7de30", "IPY_MODEL_f9a876e5fb68453dbd7d5db53ee35c26", "IPY_MODEL_2266a9ff018d427c808d85994f734450", "IPY_MODEL_227ee5046f1f4cb590c084bccb585202", "IPY_MODEL_50a7565f3d3b4cbc8ae94620a0edc3d0" ], "layout": "IPY_MODEL_b7caf773b68f43a8b95985a5a66a0ae0" } }, "268311bc5e2848aa88705c2211437156": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2689a9f5f07e4fa9a77c4eec734dcfbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_f14aa5819c5e492ca8f6cb40387ae454", "style": "IPY_MODEL_6a6085c0d2794449ada5d51b88c84841" } }, "2695ba7dda1f4eeb8ae89c69f6bc2ba5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "269b3a68927441f9b0631ba8c70606d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26a25947f60c470eb9ca3e21703f39ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_46dbe50784894783897317b72684b733" ], "layout": "IPY_MODEL_951f0025bde34b659d506c378e96cdcb" } }, "26a6abac4e20479d94f08c00dc431f9b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "26ba81efc537495995c79b43d22d5978": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26c02e9b7e5e49d38dff6549d19e41c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "26c858c1d7674441b54f963216968000": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "26cba96198ed40ca80e6123aafd26d08": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "26cd92eb6a2b4fd68422048c6f5c5667": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26d8a5f89bde4e0baf5b910367638b26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_4595ce5b07ce43288337f1f91249ce33", "placeholder": "[]", "style": "IPY_MODEL_d014b1c919314f5780fd28717ee7f77d", "value": "1024" } }, "26e37754b796466aa7ff616eb893f324": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "26e7656fcf1c43a48960dd2c5ecd4875": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7d8b9166547945de83d0cabd45cb41c0", "style": "IPY_MODEL_644727a69b914a9d87e692d166c6050a", "value": " Datasets Overview: " } }, "26e8d6dc1cd247d38a335c5d9d1b2671": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_2fd662d6e02b4f679e6d33d1ee1746de", "style": "IPY_MODEL_1f5e7a26a87f477cbfd58a7d4b86818b" } }, "26f73325f1e341e18b01fc5193c52aaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "26fcd8088e0e44488a325d2901982307": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "26ffb9cbd038444ab42779c966912765": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27041f77a19346b0813044944835445a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "270b358fef224e1893b3b44a798e5e8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_162391910ffe47258fc3786473a17e13", "style": "IPY_MODEL_9d45a8f9a5834595bcefacb80b8cde13" } }, "270dae9193034a87ab8923a5755be92b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "270f5a8ad28b4af8b4de97f010b8fdc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_7e03ebfb2c8f43eab592c260c910bdb9", "style": "IPY_MODEL_5d9af30827eb4c488f9137e018880c8b" } }, "2710fdf628c24122a0d50c9cd3ea243a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "271680fcd73147579ab41e936bf1a4f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2719a50bf35b44bf8d12f0e1e903addd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "2721ce0fbbcb40f6a97967ab5624603e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "27265ce4522e483e99de2e5e36aa6db1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "2727309c128b4b5c9fa991bd464427f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "27321ca6e4da4090b0c1dc881692b771": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27354cdeb3e54ba0a53e3bbfd3cf2652": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2736129d72c04766b13566407c361ef9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27480ffd057840bb9055277810e59405": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "274ac37850ad4547845ff9433af9f4af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "2751d9108ca84df58c061e69c2a7d99c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e25215276db14074ac387814456ab2fb", "IPY_MODEL_28c237b73f8440dca53b88c48563de65", "IPY_MODEL_84702c2fbfe942d6990058ee6df98af9", "IPY_MODEL_3c27019da7254ab1bf971f7595d0c817" ], "layout": "IPY_MODEL_9cb3c4be1cc84d10a5d84c8d434a0808" } }, "2758d15dadda43c6ac365127350f3f74": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "275b113b2d614376a4b8599b504133ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "27658973dcfa4c938f61a824d1c80411": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "27770ebb6b334312b24c999a9f68ab52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2777295baf694ad7b400049bb1d6ef09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27805776e2d2432ab972982e743b5834": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "27889ee39b414432a5589d03dc8b4caf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "2790465f2a7f4423ba2760ea4f545815": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "279cc560a0aa4b51bd13ec72fe5151b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_6d33009536104622a469e802c1a82b5e", "style": "IPY_MODEL_af7bdec55589494f8637a2932d5412b7" } }, "27a2bcd83c354b6da47e362db941ae27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9d2aad9b434b46208e647226907f576b", "IPY_MODEL_e0b95a83a58a4a2fa16a7ecdb8b4e47f" ], "layout": "IPY_MODEL_710608ed72d045508b14a7d8519ed89e" } }, "27a4de9751a14a32be3bb6d25bdb7dee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f6bc8e8ee2dc4b47944b7c682c1b2e6e", "IPY_MODEL_bf63d6d10ef7455e921b0a091d3453d9", "IPY_MODEL_c8972ab8c16c4d94b627081647402829" ], "layout": "IPY_MODEL_bce6ba769bcc47259e7779a3748bcb43" } }, "27a551a459f24acc8288acdcb96c1707": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "27a55c110cdc48e180b12ce169a5d179": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "27a59d026575427f8f686475df0666e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_30f3625936604de7afdbd36b9aa17abd", "style": "IPY_MODEL_76a779f895364177ba090b9cd7c5c531" } }, "27a7c068f1204b808796adea5096bef6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_428af8211db74cbbbb007b0f66da9a21", "IPY_MODEL_fa8e310491664039b3919d1f50cdb24c", "IPY_MODEL_e2c2428a317f49b69760e2ad6e14190c" ], "layout": "IPY_MODEL_219675abcd6441a8aeb86e8ac8e7b7aa" } }, "27adb753864649dc85ad149444fa723d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9967113bd4594f83a3501ce8e9f704d1", "style": "IPY_MODEL_5a9899f01d0b4319aa67a40688f72fa2", "value": false } }, "27b00f2f921448328647cee6612c3cb3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "27b12f57c3a9475c9db8c1e9d83b85a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27bd98975cfa4d0f9ff48546381ba167": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "27c71d4fc5fe4af188e8a206a4cbacb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "27c9671cc2a44110900123ce023d956a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0f68b1ba982f4782964e1f1eb4f2b9d4" ], "layout": "IPY_MODEL_0b4d747509a94f7fb1a7b4e2cd1bbf94" } }, "27e558cc166c4b07914a350ff2e0f906": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "27ea0e0243364c09a2d3140649cc5428": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "27ebaeff481d4104b707ba3cf302ea81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_09e36b003d9740e1b8d655fe06682df1", "style": "IPY_MODEL_ce1b6382e7974b778a897da59f0fb280", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "27f26d949d2a46b399a332f400fb220b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3ec826ba37bd48a492cec8dd6211fd7f", "style": "IPY_MODEL_a5f587fbdc744c498a6ac43b9a76901f", "value": " Send >>> " } }, "2801d0ddca1944b7b3c54d9aff72e59b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "280282db64074814977c43ad29f40390": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_18b21708615d482391b64e65394f6330", "style": "IPY_MODEL_162a1d1ba01c4a74b24cd7c75af3b14d", "value": false } }, "2809131acd77462aacfe238675efc0ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_053cdb8b4b9249e58c436ecf1b83e289", "style": "IPY_MODEL_0ded958c7eaf419a8ff799bf2fe3c196" } }, "280b0b1ab24f49c8b35205d2303c5d70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c1155b62e1e044108bee7104d81344a7", "style": "IPY_MODEL_b269c2a9554c4376b121418263665fb7" } }, "2821f09f5b8b4418a34e5df4c17caef4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_aceb8ecabdc84c4295831d1ccad27f42", "IPY_MODEL_79af280245744ae2a13152e42e4e6271" ], "layout": "IPY_MODEL_ca9424618ba84bdfa194186ce74c9686" } }, "2824e37345c94b3db61dfa55a8e330f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b531ecf12f3645f9b7521d40f8f497fd", "IPY_MODEL_207139ce6e6e4c51ada90cf947cf87a2", "IPY_MODEL_87e0a6d9e3d544f28a50734f1c70a45a" ], "layout": "IPY_MODEL_2f52f6f83e76474187674751644346be" } }, "2828c11a945d4c329dd0b40c5968e5b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "282ddb992dd6473282eecfd33deff01b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2844d10f42634a2a95239c5be2d30cca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "2848529c680a4a64af448ac124b435f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_af377330e4e14bbea017d5b0cdd10b05", "style": "IPY_MODEL_fecddb9b901e4d53bbdc75e831e1675b", "value": " Send >>> " } }, "285d34a937bf419b9ce312663ad741e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "285d381a2a4d42448e4483d9ffb067af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2862006cf40b4093adae2ad18eb3b0af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_920d8be9fdc64fa2bc474653464890ff" ], "layout": "IPY_MODEL_85b342c7022f48b6ae9ddc1cad3d0508" } }, "2868826e4d374543aaa2df83466f7034": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "2877f121378243759cba9459e573abd9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "28873d3697b647c2bb690d8b140c9db9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "288c70f32ecf464bbea07352f02a8c55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2898a0248246428c8d2dec63fd89cf5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_389477bb0a0b4f1388f28311fe7d6151", "style": "IPY_MODEL_34711ca068464983a77fdbd5f22cb2ce", "value": "all input tokens: df" } }, "289938a8414e4c08950901a04af846fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "28a04e04e6924e428d9c3b66e9aa53d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "28a3e5f0250f4e0ea6adc25723e081a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "28a93ffceae64688901ac366c19c3aa7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "28b8c96875c943109c420654aa657a27": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "28c237b73f8440dca53b88c48563de65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e14c76dcbc464ee9b2110241be4d7489", "style": "IPY_MODEL_8ec2868ca55e4692aa3f5b1c5e698041", "value": " >>> " } }, "28e0c5e2c0b24e51980358d0a545153a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "290996d7d36c47e5b6155e8998f1e094": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "29193cd9b0d74a23914de9a38829d7ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "292173a62b5642f18bbdf76de67eb48e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "292f0cf71d6a4b21a5a5445f36d04203": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "29383c458c6740b08cc743661ae52225": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "293ba2161c38483ea853e0fdbfc5b5ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "293c198ef73f43898200625c577e89d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ff6381018d484c77b13ae0fc78c33eb0", "IPY_MODEL_62e3efa3aed6469293fd36b72c02e3a9", "IPY_MODEL_d49828da1aed4514b6a882fb1d067f80" ], "layout": "IPY_MODEL_0573dd5d30be4b8a9b49189278f9066b" } }, "293d7e5039f445af899daaaa891ee5ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_126f91dffe494753a3535f04de2e1ac4", "style": "IPY_MODEL_91d041ae207d4f24b0a06f73007c381b" } }, "29445573ef9345b4a6f9778eb3745ee4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "29451660f63340f69c74055d4cfe0bdb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "294e62b5a9fb4814b21aaf2603f3b45c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "294f4829458a4afe9f03aa999beae4a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ff5feda1b2934f4ab424227e4c0d2d2a" ], "layout": "IPY_MODEL_9796004edb9044ab83c956b0b7629aec" } }, "2950e56b15e143dfb2b12dfd6ffdb5eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bdf5a11dc4844d08b9e77f4b66cbd63c" ], "layout": "IPY_MODEL_2b437cd25e594630a5afb0bcfcfd823e" } }, "29533e2059f044b9ae0d839da64fdf2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2956804f9f0b47dca72e9f3fe8ffb455": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "295784f378474a718de16923d17dac59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_67cbf26ac2ce47168faea0c44d3db06f", "style": "IPY_MODEL_b20dac21fef8406597caa5ea0684d76f" } }, "295d035876884a64aeebf779566d753d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "295e4548c36e4efaa70d3120a1c2710e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "2967b7f5047d4ff3a577efd6e221cc07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0d3be52c95254c73858844458131b5bb", "IPY_MODEL_9122988dcdfc4904a6fd7eaabace3368" ], "layout": "IPY_MODEL_8df1481df8584de887d0c43fffbe8469" } }, "29697caf14e744199e2df14132cfd916": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b902a9b8baf8469e8cc2705ffdb4a20f", "IPY_MODEL_a9dd904af71e4f9992bcf84f39007ce6", "IPY_MODEL_60288d157c2842efaa0ba86af04e61c5" ], "layout": "IPY_MODEL_7f72f87b32bf469c9530e3c6fd780cee" } }, "2970849b59644b30bde49b5fbcc287b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "29853e38f8cc4d7987f997d3f508713e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "298d24e2cc544d7397bf53114dbb9d16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "29908a8040e647cba813beb05480dd79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "299ba72562a24d61a918829d2e7ebb39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_311ed285b29544478c39e4f03dc5ebad", "IPY_MODEL_543c6d43d5944759ab16fcb961969a79", "IPY_MODEL_e971e2abe2194aac86c8e1fe97a4af1d" ], "layout": "IPY_MODEL_481d1d529e074d07803f436b83e5ff6c" } }, "299ce3da107d44e9ad0e504a61a1fd41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6ed46bf3f7c445ca9bbd718012650a81", "IPY_MODEL_6b70fd2bc10b4492916405b36f0dadb7", "IPY_MODEL_168403d6a38c42a68fbe1eb6a6013067" ], "layout": "IPY_MODEL_00c8ea1283e34499a64c3926cdf2324b" } }, "29a64cfe4f864570bdd97dadfb5e2be5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "29a68b3bdc3f4b9589c5596d40eaa736": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_128ab28cf97e411a9250ad39e6ecb2f6", "style": "IPY_MODEL_7ea84b177f48493aa0e5f9d3622acf13" } }, "29a6aa35f1f043249ae6de0e214fae99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "29a6e156c8644f5aa3b571f59dad7c99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "29a95b1b0bed45dbb2e77e96defd2f86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ea3349e222bf4fa2af2d2c5694d84bf4", "IPY_MODEL_a860c35033b140fa86ccd1bd59432aa1", "IPY_MODEL_d913a5f50c794b1ca19f48e1bee2cf46" ], "layout": "IPY_MODEL_053811823bdc45b1bda44de15fdb239c" } }, "29accc1735224b0f9c4f303b8cff4897": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a39eebcf1122438c9180a22befbf7512", "IPY_MODEL_2bea0f76cab448a4974f8052bee6e542", "IPY_MODEL_7a415832b55d4ad89de6794d84c71a59" ], "layout": "IPY_MODEL_cb5758fe988b41dea6f06bd86e120e26" } }, "29c2f55d20ab4748a2eac8e8e9f73224": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "29d62c58dde540559558e72b009137d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "29db7e6a0718400cb818beb68db7a222": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "29e00716ae6e43b4a8445301ee306a30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "29e1fe1e98fb4cd7b5decddfa92542a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "29e7fee81cb7434e8514d50bda552caf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c7d5ff80b1bd4b1cb6083278618dbeeb", "IPY_MODEL_ff9f93d505cf41fd958fca573a3b7e44", "IPY_MODEL_267c400ade3b40b2aafffaf942d0aea9" ], "layout": "IPY_MODEL_78a4d73ced0942729e1c3c39d3f52c4c" } }, "29e8b62b58d345f48a6e3f0ba5e62969": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_313cc7edfe2c4cfaa2e4cd0aae24b50d", "style": "IPY_MODEL_24c33d765df24816a5e7ae6cd1de67c9" } }, "29e932cd34e745b7997c5925307e312f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_26a25947f60c470eb9ca3e21703f39ce", "IPY_MODEL_cb2b90f55a914024bf6307746f0cfd65", "IPY_MODEL_c5ebb3d164334ede8bf3934dac9dfb5e" ], "layout": "IPY_MODEL_71bb9c962e3b4753bc8c6627a2e9cd61" } }, "29eac527851943978b85021e4affd460": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7d54c08325794be7af14a3bd8f8bb1f7", "style": "IPY_MODEL_65382b34d0c549a6b74aca81435a0d83" } }, "29eeb90ec27e4587b9632b8f0be2dc13": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "29fff2483da04223b830e920f87bddcf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_387dab01033c4e878c77005ab2ff0881", "style": "IPY_MODEL_c524c4f9b5004a0d93068f3187841736" } }, "2a174e096f1f4457a1a2f8240d049ce4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2a1d45d1e5f2487fa6ef9355d622435d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2a224c22d0474991bc5f8e477fa2c2a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_8f44e8b10f1643bda0adccd0de57d958", "style": "IPY_MODEL_e66b375b3ef444539888038350118695", "tooltips": [] } }, "2a2a09b4c6b1466a8ba8f4581ad2d621": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2a3f1c153c074d6aa8795bfed5d6fa44": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "2a516211aee64346a93b8421f1a467d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2a67526a6be2448787ac67f93b409531": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2a76f89d9376450a81818aaae616f14b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2a7b6c7edf0345acaa934de13971b4ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "2a8eb0fa0b344489b1ee9164ce51453d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5d572f9bd87d42bfb65aade73ae12b7c", "IPY_MODEL_b820d27143c34ca7933f4f0594120fa6", "IPY_MODEL_d1e8a129ee79489fa451af144d073c22" ], "layout": "IPY_MODEL_5072b42266ca40b092e451ecde18f93b" } }, "2a956c10e01a41c9b9d6d5b26634ee35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2a9698941b5f4816ac7466533412ad97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2aa91fdcbefb4323bfaa7bc1d0cf1fc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5d24bea12347457b9213502c7a055d84", "IPY_MODEL_1133c68f9ec24b5c9d95c57bfe864f76", "IPY_MODEL_b460ea55ff6a48b9b75d399e1eb1f37a" ], "layout": "IPY_MODEL_bbd4d786848e409b8f386623f6fa3ec9" } }, "2ab225402f6b4a98b4629d2ca7c50280": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "2abc11791e104980b9f53034048a62e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2accb171aa9e41eab7b7e2d05ef4e187": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b0a2cad266a842fab405e37eaea356bc" ], "layout": "IPY_MODEL_bbb274433c454d1ab2d48a635cc146f1" } }, "2ad76b074037470ebd5316f33d080122": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "2ad8262b1ea24a3492f7e3e85805d496": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2ad8a4bb521c4988bc028abaade0c80e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_983dbc852db940659960e06cd6214507", "style": "IPY_MODEL_9c5014aa2564413ea4d10c9d88651dbd" } }, "2adc96129c6748d6b6ae38782c3122e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_7e013b3560544d9880196861ef826a85", "placeholder": "[]", "style": "IPY_MODEL_691a71201d974628be57e63b127cf48a", "value": "." } }, "2ae2dd026b5c4e0f9e3f8fd181270748": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_cb521fcc09ca448cbc5bf237438c91e2", "placeholder": "[]", "style": "IPY_MODEL_6fd12456433a480c9fbe04a8694be39c", "value": "None" } }, "2afabaf1ce834731b58a4350969b98d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2b0d46b2774e4fbea0530c1e4f96048b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_1b4e12d618d842b9a9d945f44324331e", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_bac75676d4de4d4da13f26857f4d3f01" } }, "2b1877fe9ca14e4aacc6b0698059a53a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ffa2ccaa6601479f93355c93778d685a" ], "layout": "IPY_MODEL_f7850aea0a57432db875f3e7e57ba02a" } }, "2b2a115e799e4d2990d0c44e1121cc4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3addb0f3315a42b284a0c4a60be32d31" ], "layout": "IPY_MODEL_5bad2ccffb954694adc0b3bbf6844c15" } }, "2b2cb72192754d2abb4d01c8c7cc8c92": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2b334553fceb45a08ff20c4c0fde125d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2b35607f5fdb4939a0bb7a16921e6cac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_81f0ce8e2aa7482e8a1a67e3a676220e" ], "layout": "IPY_MODEL_7980860ab0254ef59767b50d74f8defe" } }, "2b3614f9819441dcb40238143e0f01d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2b391a38d3e6487986af664766d03f55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_14258f5e78f446fca71002fc81771c28", "IPY_MODEL_d82fe3eae1cf485eb5786add6596a260", "IPY_MODEL_3d1f1dae27514ace8a9567c4f2c75708", "IPY_MODEL_3cb9c51aa38b430ba99a17be17c5ea3d", "IPY_MODEL_299ba72562a24d61a918829d2e7ebb39", "IPY_MODEL_1267375ed5504c73be672b34854029da", "IPY_MODEL_b993f0a0a4e644f9b760c426d95144f7" ], "layout": "IPY_MODEL_1937124d821548d0aef831e1164ce200" } }, "2b40096b3cbb473fb8404a485c57d733": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2b4100289cc74d4f8409d1c4ecca5abf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d7a7730921584ebf9201ab90ba2a74a5", "style": "IPY_MODEL_bbcdc89fe6f143b3ba05c35a2693c050" } }, "2b41363ef56e48a19a1f4fe78b4b0b4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2b437cd25e594630a5afb0bcfcfd823e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "2b45bb59b6dc4596bd8b44365d54d61a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_ad7123ad30c64280b40b9af7b5e5cc09" ], "layout": "IPY_MODEL_0b92dae1c1d84051b7c1361f30aa2b24" } }, "2b4632b7e80b4511aa9bb5962a711d64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2b4da2f7af884324b23ecff1f899a022": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_dcc7b7c399ba48399d42412ec9411d20", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_b86a5796a70847a1ae2563d59b18621d" } }, "2b4e448b21fc4e2596ce108e38a143d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2b4f429646264b398a7fc8ba21fdd829": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2b664b4f8a934b46b3f398f77f1ab303": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2b7195642dab4ee8b885cc7c087d7245": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2b77774acf1b4c1f81cb4869b082063a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2b8016ec2cee444fa8d81207843ef480": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2b85eab1317549a7bc35474771324a1b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_ddb8344b403c49bd986943e576122f15", "style": "IPY_MODEL_c444e408faa7437c9a3be58c8284ff85" } }, "2b86c4ce68204d919ed799b2c00f8a24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_8a7b54cc07ac4ef09bc60aaeffb090a0", "style": "IPY_MODEL_999e768b0ef446ecbbd5ac76e7ba3f49", "value": false } }, "2b8dc637b65b4e43bb7188bd39ac3d53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_96c68fd403634fc88de54c90343196b0", "style": "IPY_MODEL_21307e72cf824bfbafae13ca1616262c" } }, "2b8e5555a0124f1b8b2b0e5afe399267": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2ba9dda762ee49858fc66cbf0be6f34a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2baa053ac99249afa2d028ea85517128": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2bb1f1f64efa4991bb91429869f36812": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_fb08337ca9ec40dc84ccb0320773e1d9", "style": "IPY_MODEL_23c0147dca884af88572fd15c0ce6b24" } }, "2bbf3391de8144cfbc8b99673268ac4f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2bc75e7951fd47d19a6331e047c4970d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "2bcc9628788b4688a5938ab53c47012b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_91f7f31cbb7c435f87d9f5a3a46b8768", "IPY_MODEL_3c892baaba0c4937abd8b2d45afce6a9", "IPY_MODEL_020bd13e9845469eafd23b1b946113ff" ], "layout": "IPY_MODEL_04e3af6cfe2449d9ab8184b3ceb85315" } }, "2bcdfacb9387458d835a7193b3f55b43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2bd840d6ed734eef871942c7f2338472": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "2bd98e9ff9cf40058e8315332a0df981": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_683a4b3da7d3412089aeab3b88784599", "style": "IPY_MODEL_a97aa0524eac4fd794d3ac8198d03d9c", "value": false } }, "2be333eac93945378b332f36880d8dc0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_f2de6f29ff2b4b9cbf02102a8e0c5ec0", "placeholder": "[]", "style": "IPY_MODEL_90b2516aea674bf4ba3d6c5f07d97304", "value": "False" } }, "2bea0f76cab448a4974f8052bee6e542": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a985aef751cb44848ddb02b37b8a92f1", "style": "IPY_MODEL_b10e428e22404c5298f3896dcea1d5d3", "value": true } }, "2bec7b8d9a814853b59738b124c6a79b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a61216a0365944f7bfacd3004a3ca6fc", "style": "IPY_MODEL_f4838b41182c4b03b8ee9811b073dc3f", "value": "all input tokens: df" } }, "2bfadc20f0d449ba8df5876d0bb67ac2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "2c000cc0a2ae46d9bb868eedf9c7e293": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c0a2fb5a5464679b57298f1655a1367": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_717d0993844748118c89c10f03a7fed6" ], "layout": "IPY_MODEL_01bfa4e8255c41ba964cd251c16adffb" } }, "2c23b5ab75a046cf835702992bc9ee19": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c2ec3f88e1e472aa992a6cb2fce1da8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2c37f973b10a47d4a307d4ff44c45958": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0508ef6e7625431f943b41824e8c830c", "style": "IPY_MODEL_1fd9c90a61bd4252b81b2592d6342899", "value": " <<< " } }, "2c3d39c0fcd9496b9cf31b2403c8b428": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c4ae05d3e444fef9b4f0fb8e0bbbe7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2c4de814b269499198a10f4837f7fe2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2c54daf0ad034e7cb3ac99d437e237c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "2c5a0356a2ce4e51a71715f7bba7d27e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a3d93d2c0151452ca2c8b760e83eff9a", "style": "IPY_MODEL_e35688929e364850bbe1151ee71aefa3", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "2c5bbc460bf5436d976e4f9b6d57d87b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "2c5c1428fb0c4b2ca0c2b3cf21b2f8f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_7144c7389b7a42ad9b8e9ab24fe9608e", "style": "IPY_MODEL_dac626c8f12044829529f59b206e0297" } }, "2c605261937f44f2ad3b7f645421e426": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7b0a7a5250ad4e16857a3aeab8f99b01" ], "layout": "IPY_MODEL_0c92933357934da88d701a240948b3f2" } }, "2c65fd5c6115439bbd77482928e59a53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0875eab8348f41c48006a26e054ee836" ], "layout": "IPY_MODEL_8d80d7979a3e49f5836dc8ea68cc9dfc" } }, "2c678ed50d7548d58df32ff65cca8a82": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c6bebb549b94b76974b053b7f1980e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_05a3f802bf8d415f9f279f9d63629c98", "style": "IPY_MODEL_27b12f57c3a9475c9db8c1e9d83b85a7", "value": true } }, "2c6d51ca45bb46059e2b1d7b100af816": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c78889e74654ae58f64d2917f276418": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2c884b53705b46d8b4ae979227046d69": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2c8dfe0f168245f78985c3eff8f043f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2c8ea6bdea33485492b124ad97a9f3ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ae3dc31f9de74874a227a8c9286e977b", "IPY_MODEL_86074095a5444ca6bc94c54eb4f49f87", "IPY_MODEL_689fd3c755a94c8fa45f59fa973ab799" ], "layout": "IPY_MODEL_d53719c17da54fab9f3b0fb47a35f0e5" } }, "2c979325a9f34dc4936a3987c7662c3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2c98484f606349f7bc8b7f976e8042cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_36fadab4e44c4adf9b26e3c99dd285cd", "style": "IPY_MODEL_ca28ae167a284d5c82366763b62eabca" } }, "2c9deb4ad46545a8b12e09f5a5ae5e79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_caed121d4ef94ef2b49b25830aad4761", "style": "IPY_MODEL_e6e84c48f0824be7abf99b11b8fc3612", "value": false } }, "2ca2236ab2cb4f4d91fddc450a53414a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_76b3763f735548f2bc022e397510f0ac", "IPY_MODEL_f91de41fac984eacbb1853661ab7dc1d", "IPY_MODEL_6dd60aab1a2c48c98db90471f3ad052e" ], "layout": "IPY_MODEL_62515fd792f2429980c5fd78ca136baa" } }, "2ca519d0221c4598a906fd8b6e6a2acd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2ca82d2e2feb463cb28bbc0658899300": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_feee5f17955e43ab877c1e7be053d6e1", "style": "IPY_MODEL_5477908051dc4823b477c7aa072a82ff", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "2ca9ccf1992545b5929e59a5e795b6a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2caa62501d3a42e384415e0f820f904c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2caf97333bab4493956e8fa8ec185e69": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2cb0896639cd476494f04e7250fdeb8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_52e94d420cb5472eb1fa5aa02020e18b", "IPY_MODEL_ef03ff7b16714d99b17f00dba4f14470", "IPY_MODEL_89a473222a7c44438dadb6829efd5ec2", "IPY_MODEL_61cc2f087565485787294d66a07f836e", "IPY_MODEL_9b52eee8f4924923b0f38e749b3a9d9f" ], "layout": "IPY_MODEL_69b26a59d7634693aa35d2a0789e4df1" } }, "2cb1883fc9e14dfea32d388427a82e25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2cb2023dde2545108b8686f5e8fd5eab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9f9618eda88a46eb9defb689fdd04015", "style": "IPY_MODEL_18be8af8c5e44802a5b82691fb960b71" } }, "2cbc3118cf324b78b1dcf4cab79e1afb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2cbc6f638a504fa087d51a8218e8eb43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2cc39d9ca266467a9ad9d82491a6a197": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2ccebd11f1fb4f25b7640fc9705948a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2b1877fe9ca14e4aacc6b0698059a53a", "IPY_MODEL_dae596aece9543d28d216cd7a82ff3b0", "IPY_MODEL_ad5b21fca5ca4ee8940ecdf1b196c49e" ], "layout": "IPY_MODEL_21f15e046a2f47b8be90ff842c65aabb" } }, "2cd63299e69743068bd4cf4bbb1f9400": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2cd64a29419846af8ddc0cc1c8d0b2f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_bdb4049caee64dbca0075d6f8f682558", "style": "IPY_MODEL_e854df751c2441b2a080c537175c8a25" } }, "2cd8bcf93ab7472280dcceba4d705a70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2cda25f680d241acba8063fdf2e07834": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b445fe31249f40d7bd81ec76e12795f4", "IPY_MODEL_bbc8e45a2ac5404b9418407c9e664bd8" ], "layout": "IPY_MODEL_be01602874de4b5bac8996f234b36224" } }, "2cdb4d8f7d4a4b759bd1c21f06790935": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2cdf2e589e454427b064478753929fe5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_7afebf0c18b947dbb007be5003583c35", "placeholder": "[]", "style": "IPY_MODEL_90db6bdd30d24b1cb53bf6edbf0d5ac8", "value": "." } }, "2ce94b6d80fb4bda8b37c4bc2c3296ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2ced505c2cd74f27a93b86a3fa5da04a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a96b373d0e2649d299608ae69562824b", "style": "IPY_MODEL_b6329c5eac00453abe6d4302df42ceea", "value": "Choose how to start:" } }, "2cedf989847844d69c855fb805dec7e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2cefd9c31d334db4ac2079de26a68631": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2cfca5a4646e4464b0682ea07bd6bae3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "2cfd6ab69d4d488d82c5adba61112224": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "2cff7371c0da42de91e50c7a448db0bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ca85a408319a4f34929f6ebbd2b43e8b", "style": "IPY_MODEL_193f677386654c6dba7818dca3a12401" } }, "2d05bc3174c340b69f37791e7ffa3b3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_43274d2c190b4895b68f6d504cb891ad", "IPY_MODEL_bb4a3c45a83c478387d70945392d1a8d", "IPY_MODEL_eb2527649c6d4e7d8968ccfcd47ac950" ], "layout": "IPY_MODEL_e2bb5b656e59446d98ed5207b2609475" } }, "2d0c9ccc02f74daf953328382c0bcb64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "2d119e5ee299465d80d70811ee7435e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_b7c4bad4931a44ee99993b5018cb1268", "rows": 5, "style": "IPY_MODEL_3bb84af134544566a51495e490d229aa" } }, "2d187b06adaf4e2fa3618be352957032": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2d1b4ccdfdf840d9974a8aeecd67f5da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2d1c83247f374b93b97e788ba7c752ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2d223c63220141c6839594b281a9ba04": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2d29c0491e5e43b9a1eec7a0f79ec380": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_604833077a3e42a3b845dad1d2c882a4", "style": "IPY_MODEL_d08a707246c54084b1866ae6788838ed", "value": false } }, "2d2ca35423fa42b681098870021ad58e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2d37a8524cea41abb2e50c08a90cb221": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e03cb81edeb64168b34af4788fd5315c", "style": "IPY_MODEL_295d035876884a64aeebf779566d753d", "value": false } }, "2d43480fcdfd497da080a609c81c7c58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2d4b258a0da0443a911a76ac23c67383": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_427dc17081bb4c61bb01c8ed421fc1c1", "IPY_MODEL_dca99dfdc760444aa65fa08bed8fc33d", "IPY_MODEL_1b8d861601bb4c7085ad84322694c8d5" ], "layout": "IPY_MODEL_ea8b6f10701f473eb74198f0dfeb8ca7" } }, "2d4eccf7650f4dffb26fbafac83caf14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_6fafe3b157384ff4bfb50dda93c76cfd", "style": "IPY_MODEL_6acc562ce848469c9ec29e28ba4125d6" } }, "2d60c1f3e6a741d7beda0fbbb2da5ea6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2d639a2f341b4d78bd6558999db99b8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_6cd9c30275424103956935d4cbc86ae2", "style": "IPY_MODEL_9317e79eec744baa9f6c43be4e5b543e", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "2d6effdf83b84897b5bbe7a4b560aeac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2d767cbd7889408192cb0f7095f894b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2d7fce6ac1d04084ba4fba0a1fecad02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2d89c344a4ff4f23904cf2b3193d3629": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_be553084594144ed87ba595b4e28203e", "IPY_MODEL_37041dd7737642a592f5a3bd329402c1", "IPY_MODEL_5371b20238ae4727a2a2b70ac61ab89e" ], "layout": "IPY_MODEL_44bdf51134474aaebe622bc0343c4e04" } }, "2d8fa249ff3647269bcb89c2aaf545fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "2d93df6c2b12422fbd10efa98f9b0210": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "2da2ea191dda4d2ab6c503319ca52ad7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2da824a9dac24f31bf92d0ac45f25be3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_94336055cdc7420b84116839fbf3ae80", "IPY_MODEL_ac793336877e4683a52823ed654fa391", "IPY_MODEL_a2f24d9f79d44fed81f4be1dbbd1d55d" ], "layout": "IPY_MODEL_f6e4ee7794754d2d82503afe2f702a9b" } }, "2db1df2c33714d949f79327b2da15e7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2dd39dcaa71e452da75b6f43d5c65965": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2ddd245919054dd688d436b1b7cf8ce8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_e5f772d1c1074697891f56cd93bb7664", "placeholder": "[]", "style": "IPY_MODEL_236691ac88554151bf79d1dfe165207a", "value": "0" } }, "2dee8be0b6b74db5bf04b7cb444341ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2df445c37ee7489c9f9e48891fe183a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2df8c90f48054d4f8fc241422f68345b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "2e0d7c82c47e4663a7ccf62b0e915428": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "2e162de75ca74912ac2409d51108ade4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2e2278e4c27c48bc89f3208a8a6e0f12": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cef63b035f8e4fe6a0a49a953d27de97", "IPY_MODEL_b82e03dd5a744b778896a854fba600bd", "IPY_MODEL_00f14f39687045189226db9c539c112d" ], "layout": "IPY_MODEL_b6321105bfd64ee4be78f900355a5d67" } }, "2e3d9fba40d44733b8e88321543edbbf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e4eaee62fd274f05a2f6239c1bb52302", "IPY_MODEL_fa1e66076876469997a008e31a070870", "IPY_MODEL_88099a8d9a6f495aa283db94e40357e3", "IPY_MODEL_985fd9483e21470babf91400fa95071f", "IPY_MODEL_440879d4b5b04bcb960ec09779801f64", "IPY_MODEL_5774130e93064f57aff5cd9bb1e65dc4", "IPY_MODEL_2033ddc5089842c5b140baa4d0e29b9a", "IPY_MODEL_063b30df49ea477888dda44ee9ead3c2", "IPY_MODEL_d389816a00c34b54820cf529314d967f", "IPY_MODEL_2967b7f5047d4ff3a577efd6e221cc07", "IPY_MODEL_6d7df1ee54e04b408e6e356e9ae2d312", "IPY_MODEL_569a67b9a7d84d25a2b2843f97d778c9", "IPY_MODEL_f3393cc9b051493497e94916ee40db25", "IPY_MODEL_3437bfd4b29342319cd830df0e0535f0", "IPY_MODEL_50026e1085c545a6999015f3c46f0296", "IPY_MODEL_52993889d6f44965aef50188985a296c", "IPY_MODEL_165488e50b5940abbeb0298808f03130", "IPY_MODEL_6cb157e3c8e341e688043622d1331cc9", "IPY_MODEL_57e4e5a7d7844ac8acd90717ec56805d" ], "layout": "IPY_MODEL_f1bed3977c224ebaae3b660ba6ece118" } }, "2e3de0f277cd4cdb8b5735f086308fd8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2e41c47192684f85b19e8d85dcc2a3be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "2e452b5ab3e44684b9af6707ae4a2933": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2e453a94f7374ad292c5c127a6127ac9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2e4d208bcd904a9793c4894c0d2cab3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_8fb240170c5e4cda8179bf2aa9932f17", "style": "IPY_MODEL_d57b00b730564e799234a6491ea3fbd9", "value": "Choose a method:" } }, "2e4f7f6ee59b408c89a89998e7b38d8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2e55ab52cdd040bc8352da71e938c87c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2e5fd2b9f31148488eb32da8d436746c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fe5ec3da7ca8433dba2b31c214bf58a9", "IPY_MODEL_72788a77f84a44109978efaf3ca59bca" ], "layout": "IPY_MODEL_7138555220cc409d98283c38f3d1e430" } }, "2e70a98ad3054ca1881985456d16233c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "2e76da700bad42e4be18f1e19c95ba9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2e7e869eeef649a8a537af499c69bf52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2e7fed2495eb494d86f007482f40ebe5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2e898c9aadd24d899ca558aa1b3cd1fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ee8e370364634101ac920e3b809b00fb", "style": "IPY_MODEL_0adcb9f2802441b6a09f9354ab447159", "value": " >>> " } }, "2e8eb32777aa4bb9bc6412f61554a522": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2e9183a531f74ecc96c2d754d8da0765": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2e959b3619ae4882b39e89db01f0ed4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "2e96ef6a30cb4690b08fbf6f838423f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2e9f06e39f6c4f9aab4d4cc95adb34d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2ea95040f3bf41e0b046b00299c13745": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_ae7d9748086b4f339727630dd087c863", "value": {} } }, "2ea9db9e45844e7f9cd27484f38cef17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2eb13b643edf4f079038458748af9012": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "2eb68187c96945078f90442e2fbdd793": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2ec7a73707e74a208d5239a7009ae21c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_23454e27d47147abb6ac5fe767900249", "style": "IPY_MODEL_29a6aa35f1f043249ae6de0e214fae99" } }, "2ed0a1ca2fd04793beb1cbab66c5f820": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_ce022bb1b80c46ef8efeeeb38731c733", "IPY_MODEL_ed6ce22de2f64e9d8abfbdf921d157a0" ], "layout": "IPY_MODEL_274ac37850ad4547845ff9433af9f4af" } }, "2ed92e79ac274fd28b19e256a3c24652": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_ca2cf1650b5c4b4ebc8b01bb42264a11", "style": "IPY_MODEL_91bcf0d991944da3aaaa955440242903" } }, "2eeec62aeabc4c40a598d235d0eb75dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2ef23dc32043483883a636fb3d492654": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4c710d5ab0d0414193649418c604d516", "IPY_MODEL_67938cd196534715aafae78152b9edcc", "IPY_MODEL_bbfb8535a75f400f8a5e7ad5cda27ac9" ], "layout": "IPY_MODEL_c3f9fbe1f0d7440981022a4ccaadb94f" } }, "2ef43f1a1ee840c0afd7085c44342ea0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2efb4dd1bdd4451085ac73505ceecf5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2efe94e1d4864025a0b559846b1381ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f71622bc5ace4bceb37fa2c951f9fd8a", "IPY_MODEL_2d37a8524cea41abb2e50c08a90cb221", "IPY_MODEL_976b0f38ddd5481d8b0b529e206c59c5" ], "layout": "IPY_MODEL_d23671edfa4e48cfb274d248282bab6b" } }, "2f0b06af10f3417ca9857c96536d5ebb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_062995758b88491ca8bcc691052c63e0", "style": "IPY_MODEL_2c78889e74654ae58f64d2917f276418" } }, "2f0f0bcfeb4a47bc96c07bc99f8c9393": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2f280a22605a41e4b0fe547dda716d1b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8c87544700734eb793b22636b66346fe" ], "layout": "IPY_MODEL_b038df6f72714b748b00aea9b980c4b2" } }, "2f2f40d1ae8f4d7cb6890185866ee1c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2f371829199e40f1a6005934a1f16f70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7f3289596ba942809cbc38cb57fd890f" ], "layout": "IPY_MODEL_4c5491279d5c4930a57fb7c41c61630b" } }, "2f37cdbd4746417a8eb4a005991cf6ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c2742cec144f45c59da2f52dae503304", "IPY_MODEL_37ce5322a87249a58a1058218f56b7c8", "IPY_MODEL_2ed92e79ac274fd28b19e256a3c24652" ], "layout": "IPY_MODEL_4333c29fef67487683b33b58b94c5c82" } }, "2f3b41093ddd4729a65605230803edf4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2f51b06e8c074763b46859f0c60d4033": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2f52f6f83e76474187674751644346be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2f547936bf4f4967af6c93d8a430da8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e49479bc42df4d18bd839068c44ebada", "style": "IPY_MODEL_b7e68eab98be4f488c3f03cf5f38432c", "value": false } }, "2f5f3c38619f40e79ce35fdec2f2da27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2f627be3351541939e40e3621f9d307a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2f65bb7d10a1457f994bea966b6c8613": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2f6d0582ad0641f5a66290628eeccab9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2f72b6f6eeb740aa897fb4c60dc86a42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2f746848d64649e3a9634c3f26217b02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_fdd127600b2b4938b87604b6392501be", "style": "IPY_MODEL_56d5b871b55b4746a6d1551f1276ac09" } }, "2f7b92e2465148309420e06a612e1a7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_0ba64055ab4644e79d58ec7466e063b7", "style": "IPY_MODEL_9ff5e02a241a48ccb559368480e0f058", "value": "Start with a template workflow" } }, "2f8009c65a76470c9b56147f44fb00ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "2f940be05c3d4e3d923a7bbe1094dfaa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "2f9763c7cb3449b68bed3b73278f3dac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2fa095cc9ac34eb09ddf5565d49b2b2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b7f6ca21a98848a0b411dd6180ec53c9", "style": "IPY_MODEL_6c02173e39494239be60343370eeb85b", "value": "Function parameters:" } }, "2fa1cb19b0d04d088cc229dafc8b85fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d0cda0431250424499a077cb8c8e8ee3", "IPY_MODEL_ec081183b5aa4d78b4e0588d64c8de32" ], "layout": "IPY_MODEL_eeee4c5815ed415b85aaa44718274940" } }, "2fa8cb90dd5b4884b53f56054f89d5df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "2fa8d6eb21504bf787d3cff377a7bf64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "2fb81a41cfcb47498ceffa583b7f44ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2fbfa4efee224d05aa0aad86e5af5de8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "2fc03aa5e906472787a98a9edc86900c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "2fc043e59d584f36bde500fb19760f3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1f215099dcf444edb0ef38c5f336b527", "IPY_MODEL_20423301d99b426a85dd4e1193873aec", "IPY_MODEL_473dc59cba164ef8aefd3611afcb5699", "IPY_MODEL_d9398899029547469660dca94767e7c2" ], "layout": "IPY_MODEL_5ebedef6a1ff48f9847a79f830c426c2" } }, "2fcebb45d98047db82d58b4044774c58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_2a7b6c7edf0345acaa934de13971b4ea", "style": "IPY_MODEL_62b955af3dee45f9a677677fe290b375", "tooltips": [] } }, "2fd662d6e02b4f679e6d33d1ee1746de": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "2fe3aa214d364cebb2ac91ab1fa720e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ba42273f5ad640709e1f0ff62ff7597f", "IPY_MODEL_ba4833923f2e4610984dc109116370c9", "IPY_MODEL_e103b64de2c948758ee119845d211fe6" ], "layout": "IPY_MODEL_5325afcc19ba45b98f2b4dc1a40de5b6" } }, "2fe831a96bbc4a27ad85d130b230e128": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_3fcdb1cdb7834642aecbc2b642424b02", "style": "IPY_MODEL_dc93133982f44c1b9364a2606485a441", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "2feb734c9ea9494c836207c40fccc2ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "2ff5e99206364fb7bba3c3045f7959d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_c8ed254b2278418f8b38766c8038ec15", "placeholder": "[]", "style": "IPY_MODEL_ab4be7ab972a4c47a031c73405c0accf", "value": "Morgan" } }, "300461af3330493c868d49a0b729521b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_f4e89cebdf214c68bf34e04792d9103d", "style": "IPY_MODEL_5f6069a845004be58ba702e0987e387f" } }, "3007298718484bd78647e63011fc634a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ff7e876a1cb54db8bb590873a3f082f6", "style": "IPY_MODEL_230d7f14af6e4b6a84c13dc85b3a9625" } }, "30085600885a40eeadecd992156d7e49": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "30128ea2b9294a79afc6889a59a97fed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_197b386dabd440e081fd59bf3411e6e7", "style": "IPY_MODEL_35c09ceed59f42888dc6d5681d99c870", "value": false } }, "3026f30c25e042f8a246a5f3a14c20a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b9aaa157c96d4caabedf1cdf1c492058", "style": "IPY_MODEL_f2e6bd7cf0ec4aebb0c9b38e324f0e36" } }, "303310f8c48a4643a6ae4b0fd2d19465": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e3d9870363e14fb9a6bf2523af178804", "IPY_MODEL_5438895c30594760853d6099c0736b03", "IPY_MODEL_d18ea4945f104735a3aa45e45e62cef9" ], "layout": "IPY_MODEL_6e88e982e3a04a758efd010da709d26e" } }, "3056aa65b61c43c0bc65f81023a1da26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bbd18f6880d14f418798d531c1ddbac8", "IPY_MODEL_492a385f451b433dad788cffd9787dcc", "IPY_MODEL_8be504eb63b64631b17fc5444f19b36b" ], "layout": "IPY_MODEL_e0f6be014ab84b18a80be600b883fd1a" } }, "3057dbf79b5f4a5d916211fe732e04d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "305a2d0a82a04841bf08160899d5b851": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_bb65cbd9e7ad48e9b4578a695782fbad", "style": "IPY_MODEL_8767d0518b5f4e01bf146b7242959905" } }, "30672a13e5254261b48b7ca45208074a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3070055109954fd792c835f1420cc64d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_d1cde8b5f33344888b770f7fd9b41741", "placeholder": "[]", "style": "IPY_MODEL_5f818bf4c82e437898590b22fd85c34e", "value": "None" } }, "307e0d9824e24da3850ec866d8bbebd0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "30850ca85b8a466780e927207eab7ef5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3093795e0d3e4d5794c4c69763079ce1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "309769d289504bc8ad1d8230346bd8d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9b23592804554aa2af3adf68745d0a03", "style": "IPY_MODEL_abbbf32a73fc4e83813a185419d11eb0", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "309a94402e4f4e87b7e2e70eb340d3e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_fc495e493a7449ac94a8ec86553f8e22", "placeholder": "[]", "style": "IPY_MODEL_fa588f344b10474ab2db9944d4ffb7bc", "value": "None" } }, "30bd46233f564ceebd6b991a712f6acd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "30c3851c184a4dc6ab3a57eb5c08cc42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "30ccd381160c4d6794d6f52bb991d35f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "30d21cea94a64f0db363c8499c2cd77c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_db3fd63804bd442b935ace3620c3b43a", "style": "IPY_MODEL_67684c9168b149479ab577c82dec3a5f", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "30d37fed21c844dc970c08fd16f61dad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "30d6d81932924b9d99a7a461104fc0c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "30e19b26b2ea43b8a8a61819ad5c78d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "30ea05561fde43c2990f4ebb3a3a7baf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bf48069a5a464e969b8fac5122518873", "style": "IPY_MODEL_3d46bc59ec554315ae086da142ba0e57" } }, "30eb10f5feea436382121b15eb3994ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_78b1a7049af046a9b0f68bde67332066", "style": "IPY_MODEL_e1b2c27e3c344ae69f801834e0d49e33", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "30f230bb4b764cc7ac4f0f14ab699a3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "30f3625936604de7afdbd36b9aa17abd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "310711304fe44446aefa531c0b331e7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d8b2f99481664fbba463b6c1ed0fb5c8", "style": "IPY_MODEL_3c586e6729dc4b4ab74adf607c2699d8", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "310df1bbfd864e87832fd0fafbfbbc95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3113d2881de34e47b7ba8a8c090698ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "311c0066b7e74cde92972a84639cb8d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1fa0845824a842a88bf99482fb00c7c7", "style": "IPY_MODEL_dcebeafd3eff46368640205abc7183a0", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "311ed285b29544478c39e4f03dc5ebad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a404824d9c0848908f2a90cdb4f9ceb0" ], "layout": "IPY_MODEL_55d9a41b19954349be220d84a65b642a" } }, "311edbd63ffa43baa2f733be3d6638b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_65fa544dbd58476db8d6dd044cb16658", "style": "IPY_MODEL_2da2ea191dda4d2ab6c503319ca52ad7", "value": " Receive <<< " } }, "3120bd0d83974e0fb8c5034d75910e13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7d34749b37f6422b8a3c6d63f93f5ea3", "IPY_MODEL_0345f081e3f84b8583d9118c6116d5d3", "IPY_MODEL_6f05df6b12bc4ceda65a5d59345fd609" ], "layout": "IPY_MODEL_5b3d850a4e364afaa4f4912a96e953c8" } }, "312326c72ee14c969dcfff8b31aa43c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "312c789c123c42828eca0b19929b10da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3133828a66764bd0ab96ae20885327f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "31339b608f4542a492f600376dada54b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "313cc7edfe2c4cfaa2e4cd0aae24b50d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "313dc441302a461bb6a581b43a452dd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "313e9e6fbf4641859154469c5a70b425": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3143295f67ec4bc2a255f4206da3aa9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "314c5c8d85d54c8fa2afbe42a7832c73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2a224c22d0474991bc5f8e477fa2c2a1", "IPY_MODEL_309769d289504bc8ad1d8230346bd8d2", "IPY_MODEL_0eac8c78adb2428ebc0a5e42a9151073", "IPY_MODEL_37ee917bb3c443bcb78424872867a6ea", "IPY_MODEL_57564c8e9655447bad18967acebb4373" ], "layout": "IPY_MODEL_5b8fe2630afc4074b69c162e6a9a5fe0" } }, "314d85b085aa49e5a6245015f39f8efe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "315288b1d52547bfb358dd1cb76d22ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "316adea238f64f69b6e42f7dcf03985c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3189c15a6e994407bff032f5d583e0b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3194027192b846c481b58ace43283cbf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_c56ac72a837f4b9998e5995b06d5c5cb", "style": "IPY_MODEL_c7904569b4ad4714a3967701d5de8b36", "tooltips": [] } }, "31b5fe49131342ecb141d70a38d63e41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_83ba5e872e364f4796a7486257140cd6", "IPY_MODEL_5c9d8d64d58e49f7ba49afbda833849f", "IPY_MODEL_ea0db70fba564e819a9487302be441a8" ], "layout": "IPY_MODEL_8c37715cdc8e4ab88d3c77dafd08a30e" } }, "31b7faa803e54c9180219348484a8e6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "31ba1da8584245c9ad22f3ca479e8015": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "31c375248e0f4780a5d768bcd3d583f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ee870e8c3a8b4accb6017b3da750553b", "style": "IPY_MODEL_7c37bf32bf1049a2a09758dad5bc7815", "value": "all input tokens: molfile" } }, "31c75329fdfe4797831d3c82d0e4e41e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_55c203f6697243809fb95b4df0a552a4", "style": "IPY_MODEL_9ea74878c94040f28994e125edd8a17e" } }, "31c7dc06f1a542df8648f2ae49ae14b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "31d39efef17d42afaa2812bb8a693520": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "31d3b2dd998f43fd918a9a0cbc528fea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_81194e495bb74de5818cdc5c001cec8e", "style": "IPY_MODEL_2cbc3118cf324b78b1dcf4cab79e1afb", "value": false } }, "31d3df39c1ff4beb949cfe94f0b03b1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_59588b4dbc4e46b2a645385b3f18e38a", "style": "IPY_MODEL_da39411f6594449a94b7b54cad0c7a5d" } }, "31e5e6bd78b14786a67bebadf022cb77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_300461af3330493c868d49a0b729521b", "IPY_MODEL_89528fb6bb4d451cb5183dba645a4637", "IPY_MODEL_81adc327fc4f4bd093b6f7272275e5ea" ], "layout": "IPY_MODEL_c5e4d6af8db341ea95b287d9d7a0ce87" } }, "31e7a58160f7459280c637b446897343": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "31eee759320c49148a28f9a0ac984c3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "31fa212c3db64a1db35558e25c085475": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3206c45534384124ae42f680f098637b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "320a99deee6c474ca3fedefec53414f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0a5ccfc8e3d84451993e43525e344e89", "style": "IPY_MODEL_136b4dae090e4c0d92aecddc13c04113" } }, "322e23d902284350b91bdf33f7ad4fe9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3236f9578a0348349a178b7a689217fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "323cb8a272ec42f3b41750afb78efa70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "323e2eb1e0f34d61a6c9115b04189559": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3246868525ad423fbff5e63e1a2ab4ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "32563439dfb84fbdbf49f200721a8f05": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "32619997ab88455d9a63742ac72c8db8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5c3c7a49d4d24fdeb37a6edc1d433554" ], "layout": "IPY_MODEL_98bbc205aec440d391ad57966857fcd2" } }, "3271da77d48e46309b9e6c797235f986": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "32a403885ada485cab14032a25f70804": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_667487f8eea740d28340e061ee9332ad", "IPY_MODEL_de9405c911e34c7d8c7b872f851fcb05", "IPY_MODEL_be6c03de83bd4bc0af38f1792d3b5f94", "IPY_MODEL_cdd140d31de6488d920d1d70888ab849", "IPY_MODEL_0312b86c4a554d90b3988fce330106d8", "IPY_MODEL_4be638a72e2a4a9584b3e8ce661f3424" ], "layout": "IPY_MODEL_b6419f42461c49e7b48b548db73bd00e" } }, "32abfdc6fe72405793cb24e5ca7918b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "32c2073bb53d4e6c96c30eb01ce121d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "32ca93e9ab5244648e04b6bd46791796": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "32cf6bf022ff4a818fc2b51dc22a2b4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "32cfd9d0689f4cd8b13963097b9a3679": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "32db864f69bb4155b88f364241cb068c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6bff0d7e0bff4547b63775966d96a6c9", "style": "IPY_MODEL_70416a7405594f3da723ddae775cbb2e", "value": false } }, "32dc6a3d50be4e1e82aef4204ebbf8d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a9f973c25c484142a7853ccfbdbff90e" ], "layout": "IPY_MODEL_b2b58f2f86d0409d94b51e60603268ab" } }, "32e2e1935eee40bc90231a52d89f402a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "32ec6e29909d47dd88c285e768c4f6c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9eac057146aa410683860c1544879b89", "IPY_MODEL_a6f88afd9817498982e8ce51cf98d91e" ], "layout": "IPY_MODEL_6815105095ba4344a7d8844a9eb1e03c" } }, "32fb10e7f65b4b61947f9cde34e167de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "33015126b31f4950ac73f353c9dda39f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "330a55c57e274fc4ba8cbe83c0b22c31": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3719fcdda9184be9898859d1b4ff94ad", "IPY_MODEL_abec0b46b1b447388efe27b9493609a0", "IPY_MODEL_339d9db44ede4a518ae1c3fb78168b8b" ], "layout": "IPY_MODEL_fe50a58050af49b0bb86ad402a4eda24" } }, "330ecd0746df4990a0586c32a1ce65b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "33123e5e31184b498fb694f5229b41ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_88fbc41d440c4c7b86dc8c19f978d164", "style": "IPY_MODEL_e18a81aadc464062bf645d92f17c1b40", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "33136994cc1545efa439aed063584807": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "33182fb0c00f4369be22682da30ae82e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "331d9face811479f8ad3cdec2cc97a0f": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_c115ad0c99574d038aa778801e41124d", "value": {} } }, "331f2b27145341deba92e3d910ad6633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "333038226dba4052a2f3d83794dcfdfb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_77f3cb44b9da40b1a7acf64aa7e7f9c7", "style": "IPY_MODEL_4001f39374414f20bdd2e6efd384d670", "value": true } }, "334447d54a5c4d83acd93d66210efda5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "334d399121534ce19da599318e0aa85b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_df5d81c068b0433db76f96d6735fbf68", "IPY_MODEL_3056aa65b61c43c0bc65f81023a1da26", "IPY_MODEL_cb449eeebac54749a0d29271e68ef3d9", "IPY_MODEL_cb0abdd44c3f4bedb0ab53828a353e62", "IPY_MODEL_6f01047e4d7341d3a6a9f7f126c0d510", "IPY_MODEL_1cf1f15a234b40e7a903df13a2d9517c", "IPY_MODEL_82eb8c1c1a6b488dbefc6d81cefb9ae1" ], "layout": "IPY_MODEL_6007ceabf8b7477186af79dcfa1410d3" } }, "335697ed3e2c49dd890c7876ae291f07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "3362365a197146a79e23045f72a74fcd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "33783f9370a44f4e85d5826f898ee1fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "3379e4fb26d44a2d85a0d86c30ee4970": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "337f28821dcc4897977c540c388b229c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "338d62c6f1244cf2a3f57447f422dccd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "339d9db44ede4a518ae1c3fb78168b8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a051ce078c4e4e5ba77aab7a0351d476", "style": "IPY_MODEL_6df0ab5bc3a04a39bb45ffb26e30759f" } }, "339f82a7a00a4dc4b303ba436caf0f02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5b4a1de8e9e9473eab73443ce7859137" ], "layout": "IPY_MODEL_40cbeb4bd2ba433d8c77e743497cc3a7" } }, "33a66c808eb64dc68afce4999f89bd07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "33b316c238c1455bbe1ef6a8b0d30d39": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "33b90d85bced46f89815150334c8805a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "33ba230290604ee59218a148f7b7ec44": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "33d22c6e65474841973ffbeb81f30498": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "33d2de06a0fa4b7bbedd9c5b0fc4f370": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "33e12f121b1b464696b5b53a7de78727": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_5f97a6b8614b46808e9691ee80b38074", "placeholder": "[]", "style": "IPY_MODEL_97dd5e0f98e7462e9f7c44f4bb9bed33", "value": "False" } }, "33eae74f5ed24acea776533d6a7962fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "340785b1452846bcaedd979da9ae2d76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6421803284934d37bfb1fc613fbe375d", "IPY_MODEL_e9f0fa848f804870998b292d3c25b785", "IPY_MODEL_94b9af7028e44dc694387da028d4b36d" ], "layout": "IPY_MODEL_ea7725548eaf488bb78fe29cd8479152" } }, "340bc4a3878f4714a18f94f4647d01ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "340f9278f89e4fcd81d36dcf67e296bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "3410dd7ece8c4a808790ecc8c44e37cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "341b38ba2f884ca69610817e05b7070a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "341ec28ed8954dbb8e2653d9bb1a615f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b73c10881bb542d09059c78296db2c4f", "IPY_MODEL_b68335ca0b514eb4b7fa4d370d418559", "IPY_MODEL_f100d6cd347c4876962a0557bcc3fb40", "IPY_MODEL_613f4048c0aa4fbd8c7610be9564c901" ], "layout": "IPY_MODEL_c104064d2bcc4e47a092a6921011afed" } }, "342111b816a447968699c59190a1310b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_5e33e20c96da4aafb9fcc17b1da56f3c", "style": "IPY_MODEL_717df35fed08473d986326bd21088461" } }, "34251a2f4e6c4a219cb8463904ed925d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2e76da700bad42e4be18f1e19c95ba9d", "style": "IPY_MODEL_0ccb92c92817492c9e73d4178d5aac03", "value": false } }, "3430a13200fd4187a4bced106d993ce1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2c5a0356a2ce4e51a71715f7bba7d27e", "IPY_MODEL_58c4c58a781a4b25b1ddafdba28b9f9f" ], "layout": "IPY_MODEL_01d730735a86429d977ea128f38e9736" } }, "34355ec86dcf40dcb566ee649d675ff0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "3436e4a5e09c46dc91849db4ae312a1d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "3437bfd4b29342319cd830df0e0535f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_073180a80158494699398272834177fe", "style": "IPY_MODEL_15b0e1def2cf451a85203f03272a20a3", "value": " Entering Custom Dataset from Excel: " } }, "34392a097a474918b2e4817e747d6dc7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "343be60d00bb4f3db1c724ecba001753": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "343d287fd3c44a4e8d8d29b9c4c7c8e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_4efaa853d4674c8bb491b66690afac0e", "placeholder": "[]", "style": "IPY_MODEL_f13fd98bd85246feb16da6ade6b53864", "value": "False" } }, "3445b23ea0da45c08631d14fb8fb3c7c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_435fb24146014f949c915bb690371d57", "placeholder": "[]", "style": "IPY_MODEL_f3cb00f72da6486e81a10cee39da27f3", "value": "2" } }, "3449bff7fe2a42a79328bf3ccd716226": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "3449dfe80d244954be2418ecf0f4eaaa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f5234f9718764638bce89c1d853694cb", "style": "IPY_MODEL_1cceade90a564d32ad41d7f9d57b87c9", "value": false } }, "345245b67151483c9d94c33670dd5baa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "345551c3770d4d459e983e862ffbd038": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_64bd618421e94148b47d0fc87635ec14", "style": "IPY_MODEL_1c3a21d41215464ab04820e1ea1750d4" } }, "3455a05000bc49c8b48fb5d20cc5362e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "3456877bc00f42d4919569478acd4313": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "34623aa1b3c144d0aad5e92098cf4c15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "346399cc1fef416ba67954789d9ce44a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3463dfda2e5740a2a61fbb2ce9290d98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "346e58274cda4dc6b90e4077369ebe42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d8e1fb0dd3fa4c21b52ac3424dc843aa" ], "layout": "IPY_MODEL_c3b0efc4d0844f1a92e6380f3815c7b9" } }, "34708284463945e3a28aeae2e893b969": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e2a662744dc54ba6a355b25b75708af8", "IPY_MODEL_55c9a6501295406b819800f91da599e1", "IPY_MODEL_4e76d7ef322f4e2d88a74b61404d4ae6" ], "layout": "IPY_MODEL_5a6f5d77c72c4af8bc7f0c2b5ec68f1c" } }, "3470ac219ed94efdac05d5bb1df73297": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "34711ca068464983a77fdbd5f22cb2ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "34888cd48fb04e4eb9247e84ee31805b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "34987259d53041438b45817bf2e34498": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "34a06eca9cc84853845bd7ad8299e087": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "34a1c269cf04491496d50021a7437e24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_1ef3d42505564657b350177bce9c99e1", "style": "IPY_MODEL_64224750a5ef426f8eaa5f9b5a8b4f74" } }, "34a784029a7f455ca8bacc3c744afe01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "34b03ece16bf4f2d9141d1f1b4c98ba3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_979e7f0c45db4c79996147d1455c20ca", "placeholder": "[]", "style": "IPY_MODEL_f80db5d434ab483297e5e76bb31852c7", "value": "None" } }, "34b3e563a8d0436b80d071e83ad58f38": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "34bccdafec6a40bf8489bed1582ad22f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "34bf1f4fe9cc45a28d4fbb3d8838d42b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "34c27880fc9744a5995e099b5c9b71e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "34d411dbaa85421f97d05e6f06b35d69": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "34e584d911e7426fac992bc5a73516ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e3771b56bb3443c193c5bd90e060a158", "IPY_MODEL_a3105cc7522a41d79019d029859a4a02", "IPY_MODEL_0256155a1f1c4856addcd356248c051e" ], "layout": "IPY_MODEL_832fbf64f2514f658c4b63db5600d7dd" } }, "34e9cb716628446aa1d553c02a84033f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "34eb28780baf43b88733d1f9b0ce8d55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1ba37aaa10584fbd8f07e6a5be006a02" ], "layout": "IPY_MODEL_140f973a59ad44ed8fee24cbcb3acc5c" } }, "34eda8eac4aa4d43b7ed728c6786ff26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "34f0c2903e194dab90ff06cff57f1b39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "34f80b83410a4ad9a81a09c88022662f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2f7b92e2465148309420e06a612e1a7b", "IPY_MODEL_ce372302a9ec4f63abaf158139f5d937", "IPY_MODEL_569013a164604b9c9180da01d2b2f7c5", "IPY_MODEL_55bf06ea7a5344ddacfbe2d6ca9d36b2", "IPY_MODEL_6b1154f659ab491fb30e8c7f1c2cd33e", "IPY_MODEL_fe22b8e6f08245faade64b9ecfa5c4fe", "IPY_MODEL_5553d65689ed4555b59438a6be12d819", "IPY_MODEL_a7df25e4a61e44ed9be6c0227570af04", "IPY_MODEL_13f02c7756034d8281094ce3ac2e824d", "IPY_MODEL_1fbc8c95f7fb4f7ebc1ee584d7a59717", "IPY_MODEL_a9c8f3a61a9644dfb576de3e8bb53d48", "IPY_MODEL_4a0598abe7054593b2c6dc52e75017da", "IPY_MODEL_941a394864874f2f99deccf17b1dc5e4", "IPY_MODEL_071c789094ab421a846d7849a4b2c253", "IPY_MODEL_e6330700598d486ba0561c08bdee27fd", "IPY_MODEL_5281daacac704730a83054d4347c52cc", "IPY_MODEL_dbf4d2ac69b147649f67257705bbf192", "IPY_MODEL_87b04b501548409d9d77a2d18ffbd8fa", "IPY_MODEL_7412a022dbe745abb08fcfbd0300bf75" ], "layout": "IPY_MODEL_d065935985d549148af688a1378db813" } }, "34f8b0c16ab04fd78d6d994bdf8cfd3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_976252f520bb419f8a4444850b665f86", "IPY_MODEL_3b6f8f1702244f9894c71255d86c641f", "IPY_MODEL_88852526a38c4791bc6873b51eaaf08b" ], "layout": "IPY_MODEL_d4a308fe9e504779baf752f580cd4e90" } }, "3515ea1ef68f4aa496b63863ad254515": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_fd742761f481457e842a60802ecd85d9", "IPY_MODEL_ab25e8590032490099e4104df4fa0b61", "IPY_MODEL_b2a695597311491686687f6cea3ef058", "IPY_MODEL_f71d9d80587c48b7b2925eb86c77c375", "IPY_MODEL_4e99f250170f42008b2bd7cc50e79c38", "IPY_MODEL_4ed0c1a973164eb889c199201173b243" ], "layout": "IPY_MODEL_8f8e049881544b2a9f294260851a6eba" } }, "3527c0600bdf4c0ea246d433bc1ec428": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "35300a580f48491a89253ae14a71fb61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "353967baf2be475a9c2724e38b772a2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3546778bb9d647a886c4dd290aa3d46f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "355876bcebf84c51aa826d3467cc3216": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_9cd3aff20aa046359ea867913e647d06", "placeholder": "[]", "style": "IPY_MODEL_4f24ab3ee5e745b883dc2f9b2c9e9952", "value": "smi" } }, "355f0f27c3f14af8a87a120b03c6992d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_60d2f18cb011469e82190b6490cd4e5d" ], "layout": "IPY_MODEL_cda387779c184049a3900b4ce04cf16c" } }, "35741e65cd0d45c0b8c4e7d3f379a8c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8f038f436aa54f3ea1c759f96ad98e20", "style": "IPY_MODEL_58f902f11b5941ad8c716d2c853ecbc6", "value": " Receive <<< " } }, "35761f0866e443fcb5f71d2afc225b3c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "3588392e4b6740f0ad25bbe4b326bcc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_dcfd0c70dc02401f878e6262445c860c", "placeholder": "[]", "style": "IPY_MODEL_e590815b859348208836554000217d5a", "value": "smi" } }, "35942a5c871b43bd91d6841a5813c666": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_76598c442cd24f018895136eaa6e0163", "IPY_MODEL_b68ef03d402f4e80942cfd02c001bb46", "IPY_MODEL_c22f1292280541739ed0f4ba5058f23a" ], "layout": "IPY_MODEL_f7f9020e7573430b8863b2ac7b119970" } }, "3596ac0365bb4bfbb3a3258267f2ebb2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_b155b25003c6404bbf179c91e3b2dd60", "placeholder": "[]", "style": "IPY_MODEL_da32cd41f133439ebe84e498cda6b7f1", "value": "smi" } }, "359b99a683774c67b214919e333dbbf4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "35b381550ada42f3bfb1e4caaa8cc0db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bf4d2035ce7b49778558d8424fcdee22", "style": "IPY_MODEL_4a53e90b8e5440e2a92e31a44324611b" } }, "35b9aad983e94c3b92f56cfacc900772": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_034c587209d34fe2825b7c825d3318c9" ], "layout": "IPY_MODEL_17a953bbbffe4d269e5719308459b057" } }, "35bdb807034741e0804e94804f32bb4e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "35c09ceed59f42888dc6d5681d99c870": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "35c1b9fcf1814c758904192a5ce801a5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "35ce4d029fe641678b8c995bcc20e665": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ae6df3927b804fbea0f12744e1771b73" ], "layout": "IPY_MODEL_f90ea8b38bb546558f9324f442f4f193" } }, "35d61a5833054f07b4783871bcf61c5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "35e57e77ee4a4fd196aa6267febddf7b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "35e7c45ec126431eab3ed1760040cb83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "35ea2517700b42768e1a78f495e626dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "35f14a06901b488cb9603308b8f74b8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "35f44f91161140459471613be2f5968f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_07b846ea734a41f19a6567c01736c4d4", "style": "IPY_MODEL_4a32c1a721334d64bbcc624bf1cd5a9b" } }, "35fba21206f84a4c865c082557b012cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3600e15ff3f74726af3c2ddb56511bfa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "36054a14ec884e19aac6b3e9ff69894b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_91869d526d2e4e079418e7a3d579e587", "IPY_MODEL_2e898c9aadd24d899ca558aa1b3cd1fc", "IPY_MODEL_1371e0f632e14e73a34a8795becd58e2", "IPY_MODEL_6b05919d8268489983905c913b572459" ], "layout": "IPY_MODEL_ba8ff736ae564ece9700d78eecf34eff" } }, "3605a619e4e84812bc72656ef0b2af5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_7970225eae6742708ea565ee92a674ee", "placeholder": "[]", "style": "IPY_MODEL_28a04e04e6924e428d9c3b66e9aa53d3", "value": "." } }, "36064886afa5430182ff649198b92c8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "36084a141a1148feab141d27b3002b9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "36160802998b4a5da5d5553481220742": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a35cc34b2f3f4cc89dbbb410122dd177", "style": "IPY_MODEL_97e1fbbdfd06477b919e086059148fe3", "value": "Documentation: " } }, "361fb0e7554d4cbab185d7d21be598ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_55beaa571d6d49748fc5da94ffce4882", "style": "IPY_MODEL_fc7d3431057b420e840df77c517526ed" } }, "36265692739c4e26afdaae698e06f8d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "362d357f29004ce885560c77f62e33f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "363cfd774fc4450785069d02bcc4b339": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_19cc7f84ff044cba98e72c8ff59a7043", "placeholder": "[]", "style": "IPY_MODEL_ad44cf1695f24c318f47f501f7e9fb63", "value": "None" } }, "36408cb4e0814aafb87d7f68da1e6439": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3d37052d06b44c7ca7fe60588979e439", "IPY_MODEL_c8f9b45d3b3d49028db1c57d91ef8992", "IPY_MODEL_320a99deee6c474ca3fedefec53414f6" ], "layout": "IPY_MODEL_438d3ce904b84cf9bdb337b84c8bc537" } }, "36492d0866504e9098c35703092a1732": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3654a72c47b24612862835228c5f03ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3659037f114b4e319d1bd9de57c4745e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6d0fe03fa10f47f1baca6299d45b613e", "style": "IPY_MODEL_35e7c45ec126431eab3ed1760040cb83", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "365fb6dc92164c33b650f6363403c6e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_104c8d920e6e458b857807f598e9979f", "IPY_MODEL_1707f22d23374b7e9043c90c7887ae77", "IPY_MODEL_15a99c6516eb433eaa61458fb0f3d620" ], "layout": "IPY_MODEL_54d16e2dedf64ae3a922d762c0f6ee6b" } }, "36617cea44844b2295a5b16bb424e143": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "36643580c203432b903e742d731f7f8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "367651a20067464aa5dd3f19162fba58": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "36778b070eca4bc7a8fe3a29891abc7e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "367e8a1c5e794edbb45ad5b54ff1442c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_589163ade0124efcb899f4940581f9d2", "style": "IPY_MODEL_4f0b23b03e2d4f74adcafd55dcf23cf5", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "367ec5921a0141578ae418f8c2d66c77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_8e3612a4ed814299b1dffd6549ae4610", "style": "IPY_MODEL_cf7de43c923a4064a3d080ffb7cab5c5" } }, "3683f877c29b44b3b9e1f02cffd5f529": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_01271fbc1828473a96e56c145682c60e" ], "layout": "IPY_MODEL_b74dba1c263f4efaab4a1204f4eb375b" } }, "3685d7ddb5354f9ca1695d3dc1ae933f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3688b5b78fcb47cfb4695633e7d8fd60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "368e4cc1e55c4aff8ea144d1c131530c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b7719dc0f5ed4816946664df29389697", "style": "IPY_MODEL_76af20bdd8ff41f8b3fd86958a75ee58", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "3694eab3213841a0bbca97c594de3cf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "3696047de4c045078099867550d4570d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_337f28821dcc4897977c540c388b229c", "style": "IPY_MODEL_27805776e2d2432ab972982e743b5834" } }, "36a0978e33f04f11b0a8845400ccdbc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_414ea518fe7342889a65adc1d71ad40b", "style": "IPY_MODEL_db00ceda9bac48f48420a01cc1109b50" } }, "36adae60765e4cf7a99babcfd11e7fb5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "36b10075eac24db6bab15106cbf9037a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "36ba1fb205fb478f95eef8b8df0cfe8f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "36c0132113e84e19a6caf741fd94cf3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "36c3267d02124002b97c2022a807795b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "36c74a848e144b9c93aaf131e98753a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_e06fb1c937e740aea20ab22febc9c61b", "style": "IPY_MODEL_55f29af82fe548a3badeb7778f381b60" } }, "36d3cfffd7864a4a87da3ff4a678613c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_154383e0be6643ae882b7b952c3fdc84", "placeholder": "[]", "style": "IPY_MODEL_b0963aa8bbab429aaacbed2f403fd8f8", "value": "0" } }, "36d5c54e52b64ccfa4502b6111c1ace1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "36d891bc8e334127a688c355b4696819": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "36dd8451880e4bcdb54b85f508866c65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "36de9389587d4dc0801bc9b94effe865": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7324a65e01b44816841e3c644845dc4f", "style": "IPY_MODEL_76a6f42d5b3f491b99df5e040426e441", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "36e24ec877644fa6903b55e0eaeaec95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d86b996d714349cba90eed31113800ac", "IPY_MODEL_5d0448b36e964c13bb96b5a6d61bb851", "IPY_MODEL_614e7599563247989b027099d31b5bf6" ], "layout": "IPY_MODEL_0bf6a2ba41094114b27d2b6778643e66" } }, "36e7fe0205f44b319140e21d6028adae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a8e979f2a7a74b8b810ba2b7a1851132", "style": "IPY_MODEL_2b334553fceb45a08ff20c4c0fde125d", "value": false } }, "36ec5265097448c6a188933c8eb9e990": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "36edf9fadb44440e94201ad43f9fee89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d07db7c3de924d22a5fb4eff9f5136fa", "IPY_MODEL_775ac17dc57047f894064fe703b9f3b9", "IPY_MODEL_02b278d6a44144cca2485ee9856f02f1" ], "layout": "IPY_MODEL_ea9a26cffa5748a1b118d992ddd296b2" } }, "36fadab4e44c4adf9b26e3c99dd285cd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "37041dd7737642a592f5a3bd329402c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4f34dd1a0b82410aab984b0965ae5b25", "style": "IPY_MODEL_77aa59ade04f4d19bf195a4a9395c25b", "value": false } }, "3707cd19b7d2461bb5a190786da385db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "370af9092f28473cb35b47ed72e13e1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d5d5ff5fa982423992e49e8e7c58311b", "IPY_MODEL_4f35cff27dc54b528b367d41899874f1", "IPY_MODEL_c0f1354a4822420098c63e40e4dcf400" ], "layout": "IPY_MODEL_5722e63a21484f3e853a1e77fe589e78" } }, "3719fcdda9184be9898859d1b4ff94ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_643627decd884c7791be9012c6329ce7" ], "layout": "IPY_MODEL_02861beafcd04a5ea615178de9df38ca" } }, "371ca5da3d8046c6b217863fdb62ebf9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "37234d0bb2af42aa91ba9109a6fd6817": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "3724f65643564ebeb311408dbc57a87f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b37126b4f48c4971bc7793a5449a8b61", "IPY_MODEL_dd69258e43d44e0eb6f8f158a10a1eab", "IPY_MODEL_2ca2236ab2cb4f4d91fddc450a53414a", "IPY_MODEL_4c08f28f02cd44be9d3561ae3a22c463", "IPY_MODEL_e1e6bf0877c242af9acf5621ef74a1c6", "IPY_MODEL_29accc1735224b0f9c4f303b8cff4897", "IPY_MODEL_133965d3bddd4f19a9def4542f3ecd1a", "IPY_MODEL_6129d1da820d46808d55ae3fec08382d", "IPY_MODEL_50d085099bd84a8fac5e11d69923e87a", "IPY_MODEL_365fb6dc92164c33b650f6363403c6e3", "IPY_MODEL_496b4c65d58c4ea7a3972c3f2f40f170", "IPY_MODEL_5200148aac514f06b8ea78564f1542f9", "IPY_MODEL_d67144b7f16f49f4a2dab2cb43b595d5", "IPY_MODEL_f1a6375e4daf4ec0891c70499e0a4418", "IPY_MODEL_44df11cdb0d6409087f0d594969bb8df", "IPY_MODEL_e41a7eff2e4f4a888186c4388c6eb7b8", "IPY_MODEL_bd4f8fed077b4ac8abfe4b40ca83a06e", "IPY_MODEL_0161a64784be4d0e8050731ded3149d1", "IPY_MODEL_51db66ab032240dab17be1451d1a6564", "IPY_MODEL_780df7ee9b1b4adfbb574597d903be60" ], "layout": "IPY_MODEL_a7b239f5aab642cb843c271de437b91d" } }, "3725840e431c48deaa82df2adf404b80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3729f8bf42a0486d824ceb079ed4453e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3744cffef6384e11999e07bd66ce1e10": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "374a47f1351e4db88f3895682e237bc0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_0bb78d1c5c50460583f7cb7983b23f4b", "style": "IPY_MODEL_bd372102b70041418bcedc96440918b7" } }, "374c2cdf57f54a149cdec6f7447c852f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "374d8f1385ef4c60a80f4a143ef72e02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7f64e33d7845444aab7ec2769f6d601c", "style": "IPY_MODEL_61256bc0c1714d40b1f845c5136bde70" } }, "376e5fe28de54ab9b20ccdff42c25589": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_04d971264aa7407086016c291f73c057" ], "layout": "IPY_MODEL_21b53747f5c54f5d8da85535bfd5f4b3" } }, "376f8c22350d4176bf5a2f97610e245d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "376fe096138e445892a90d2c16876613": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3770d7dad56843718304064aff116bb9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "377154cb17c949eab6882e9a4da87235": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3775b5edf4e34d2db5ea9656709b00e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "37771aaf22714afbbfe761386cb97537": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b22170592dbc4447bd513caff21dd4af", "IPY_MODEL_d8676b73b0ff4a8a9fd9231809845cde", "IPY_MODEL_49fb430ac68f46919b64205006018c04" ], "layout": "IPY_MODEL_b87fdb79de40456f990008593642e7dd" } }, "377b95f180124119a9af42a716b6215c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "377bdf62dc044e1198b79770bef38b4e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "377e5e28d10c4e88a1376c65ae367830": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_60423fc4899742b9967e0ff47d99739c", "style": "IPY_MODEL_310df1bbfd864e87832fd0fafbfbbc95", "value": " Datasets Overview: " } }, "3783b013898249cbaabbd4bd2b8c1056": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_94883b4180d446769d8081d4f43dd62d", "style": "IPY_MODEL_e3fd20bab73842d6acfa3725d0065f34", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "3786e043f1fb4d5cb83428ad92b127a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3796af7dc10f4016a4d394c97ee97976": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_05589eaabe1d4c0c8078fc92236894f0", "style": "IPY_MODEL_6cde5350177b490890d9e573154dc38c" } }, "37a76222f4d54d69a9a823f4f73703d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "37b0060fca2844b6a1d4dee0eafa2d42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "37b07c3b5db44d9e98ffa66ad61500b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "37bc7bc05df74867b6d0f075d433b9e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "37c26b41dc73494bbb2bc0bdc1f934e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "37c52f988209413792e3fc083c896a30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7abc5c43f4eb402688625b16992e875d", "IPY_MODEL_694cf38b04bd48e5884d6bc47aae8cde", "IPY_MODEL_a33649de29ae4ee39bb3ffebc225985a" ], "layout": "IPY_MODEL_4e31b2aec8ea47629c658ec8055f554e" } }, "37c86e4fafdd43c3aef4711f5e4a1057": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_3600e15ff3f74726af3c2ddb56511bfa", "rows": 5, "style": "IPY_MODEL_b17250186ebd4e37ac8c865c450bdadd" } }, "37ce5322a87249a58a1058218f56b7c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_afa408dd4ee34cbebf86181ae2a4a022", "style": "IPY_MODEL_06d7932aaf364f768d8018f77ef15752" } }, "37d0cc14d8c5496ea3f3446a19e08b51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_99c5af5b0dfd4e739bd8a17df49ec5cf", "style": "IPY_MODEL_0363729931a841269ce15ee7e842a20c", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "37dbf0d4bae24ee0baf136ddb892f73d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_db150d5dded44a0e88bf123c20571878" ], "layout": "IPY_MODEL_cc1dcf57236746e2814067520612dfb2" } }, "37ee917bb3c443bcb78424872867a6ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_525ab254ba634c949c2343374e2ecdf6", "IPY_MODEL_97fe5ffca7394ca6ba3be82b3aff9402" ], "layout": "IPY_MODEL_01ee15894a524688af7727a4653fcc8f" } }, "37f097f0d6db47be911e4d52cb810680": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "37f67caeb37644a6ba6be18215b306f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "37fa4949728b4c4cb557a1effd51321e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "37fb2789e72944b8bb4c059795bc7c04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_bfe326b89ae44015adcd9b3b380129d5", "style": "IPY_MODEL_8399836c3e0d43059c2b99e415b0e765" } }, "37fdc542b8b84ccb9bbcddc73e2aaa1f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2fa095cc9ac34eb09ddf5565d49b2b2f", "IPY_MODEL_b4e5747851c24f40bd1f7293bf1adf52", "IPY_MODEL_e2fc4638c71e4fc7a16bf8f9aa03fe47", "IPY_MODEL_f003940310dd4beda24f1b1fb2d70885", "IPY_MODEL_b7042cbecc164595aeef49ff4152d4f5", "IPY_MODEL_901dfed5fcb1490e8779d7e8d6942353", "IPY_MODEL_4c3b752d51c54f9fab4d1509cff2bf38" ], "layout": "IPY_MODEL_2c3d39c0fcd9496b9cf31b2403c8b428" } }, "380a91abf9114bc9ab0a6ee78607037a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_8784f9d6dab84b3383c703b3cf88d5fb", "placeholder": "[]", "style": "IPY_MODEL_ef9f7ebe9add43aba64b6b713a216fcc", "value": "False" } }, "380ae23260244946b42d18b47cc3dcbe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "381601ea75cf488ab7ccd3ffe54de8f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "382392a9a0e545539c1361387e6cf585": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "38295ff30401446ab20e75dbba71ec5a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "382a8f560bd94d02af1cd1216133d4e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_9efb6164b8404be0bd248d68041015de", "style": "IPY_MODEL_554625648a5e48e1928a1d8df96b5ee3" } }, "383a0bdeaebc4f6684e3ea2b18497832": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_708613c0593247d295c1c5c7e1598618", "placeholder": "[]", "style": "IPY_MODEL_97c359efb6be41bb945c3f25cde501d4", "value": "0" } }, "3846621f10974bf4ab8a59ca9cd4aa85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_3e38ebd89652403987fd638bf2fa59fb", "style": "IPY_MODEL_59045c207bd049dbb8c2814e0bf3e194", "tooltips": [] } }, "3846717c136c4d1db10b61e72c0b612f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_5a9323cedb9c49319b10cadbf43a118e", "style": "IPY_MODEL_4bab582590b94b51b3d27b3aea3cb40b", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "38479d4d5b2e4c9fab7126955fc3f793": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_e227064e03b246b89561bbd0707ed8bb", "style": "IPY_MODEL_e8fcc13c2dff4468863416b155dda2ad" } }, "384cfc5d29cc4692a5f95859eb53b571": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_aef4d89ceee64e68ad7ab079c1d2352a", "style": "IPY_MODEL_cd674ccf5d274907bebe49a3ca2bf6e8", "value": false } }, "384dc7383032463d9c5ee3e7adec802c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "386f96d3cd6441e790c1ec5c927f157d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_1267762a487041609308cf10416cbe21", "IPY_MODEL_c05d0e8964954ab7ac16e05c2bf78a49", "IPY_MODEL_b6e28a2eedcb4c849d96964c4644501b", "IPY_MODEL_9b54bf39d63044be9a754c327ab3183b", "IPY_MODEL_cbea220f158041e382b6b2a9c568d583", "IPY_MODEL_15b0ed99f8e54a55a2d89428b9a211e9" ], "layout": "IPY_MODEL_330ecd0746df4990a0586c32a1ce65b1" } }, "3870847991fb4f5b90755646f5a4a65d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "387dab01033c4e878c77005ab2ff0881": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "38924aac4a794ca1bd3dedeff445ffe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1aa1680a0a0146f8a7c79a5f4d9c63f3", "style": "IPY_MODEL_d77ed942dca7456b85143acdb9a65e7e", "value": false } }, "389477bb0a0b4f1388f28311fe7d6151": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "389af2194b824744a26f058314e03d2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "389e62f28cb6448eb50cd78b1ae14b25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "38a51bea389640d69c0a708b3a150b50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a2e907f0c2ba4ef78e8f5bdaa209eb5b", "style": "IPY_MODEL_b28b2349a6c64a00b78cda04772705ee" } }, "38a74144df464936ad905408814e04c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_63726df0ab7b456cb2b60108a1855f0b", "style": "IPY_MODEL_09027cbff95048839baed30968d4927c", "value": false } }, "38bada1e7c3a43ec9d08e07a28e35a4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8a08429fbc2e4a69b19534a6808d54de", "style": "IPY_MODEL_dc2faf0de98d4711a4d28371ab713214", "value": "Wrapper parameters:" } }, "38cc5bc4b669452d90c0f97c290fb502": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "38cc9c7afbfa4e88b2c8f28ed2779445": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "38de66ea3c504d31a86552fe8a7689ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "392036bc95b74fdb9cffba4a6d3b9a60": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "3926e2bbf2c3449991aa42d453dcd6e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "392cd7be171d4d728e6959be23fcdb78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "392f5e8d248e4ab59bebcfa43d9fc01f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3930e592fc2e4509b7ebf674a3cf03f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_b2d12f7a26564043b53dbccb176c123d", "placeholder": "[]", "style": "IPY_MODEL_f239caa921b940a2acc63b20aa3caecf", "value": "fingerprints" } }, "3931db4f85bd49a5b99988c91d2060fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_6563389af68b4da586913a4df494b8e3", "style": "IPY_MODEL_60c99aee00444673a07816d1784d7d26" } }, "3939445d2aae41c4ad2a19d50612c02f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "39434653ce094a649cd2f7e9fb490d67": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "394adfe6eeda43f49b3e4461070e4435": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "394f85b36fe440dea38ca997ba485f64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_37a76222f4d54d69a9a823f4f73703d0", "style": "IPY_MODEL_8486191e176245ec967183ae2ba32913" } }, "3958ea7d8ebe4310885e7e643a16d148": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "395b1968a0084a1d819b00c152253f0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "396d7d6658d141eca84ee78c493c0ef5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "396e8739a9f14370ac6aefd22e71b993": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "39711e4f723c4179bcafffc0261af311": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "397e131761604d5aae6e5922c8e4bd79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "397fa4ab139d41e6b63c21eee3f1b24c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3998c51ce5bd46669a68081f1bb2e862": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "39a65920a0d04cecab8001744dadcdbc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3ee9dc3ec5ca45b2b174d3c7f9e08e3e", "style": "IPY_MODEL_cef16b0ed0644564a0054e827274041b", "value": " Receive <<< " } }, "39aeef84480f45f8a71b0d00e9f6718d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "3", "4", "5" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_0beb229a29c24f148ce517b34f741c5b", "style": "IPY_MODEL_5707b38145d3401fa509af8fd2d87cc8" } }, "39b366d13b6c4affbecd8063c0074c67": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "39cba6432d5e40a493d8c5253feed328": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "39ced043f41d42ae84d0b5cd0b950329": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "39d17f3ef7e444b690d31d332ef65fe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d314808f693d43c68ea4fc973f4024c4" ], "layout": "IPY_MODEL_0d264cc16e544cdcb24bc52fe6e1e541" } }, "39d8a7afe89745989c4cd31330e2f65d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "39e28121b77947b5be0813a020c57a35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_b9f6dd5919294531a8db0daa194a2181", "style": "IPY_MODEL_ee4512426f0d46b3affe121074029d73" } }, "39e37e7c33724daeac3395c170f051f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "39ecde50b5934fd8b5f101587062b946": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "39f51ab38bbd4704b3050698550ac86c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_700f7c9961bd4c5799fd237d867e2f09", "style": "IPY_MODEL_857e70701476419a80f06608bc11f701", "value": "Function parameters:" } }, "39fe2b9b352b44078596e96fcfcc8796": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "3a0dfac40c9f40009e5f5e85ebcac791": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_17fb4150bd2443108938edc8ef5ad3be", "IPY_MODEL_d78f465dd14c45f6a060d0cc37f859f7", "IPY_MODEL_ac0ea7da43f94fdd9047f5cce395fd33" ], "layout": "IPY_MODEL_8c37d9a55c864703ba29479158f60e22" } }, "3a0fd686fcf442d58ecc507789c942a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "3a1075dfc767460dbc0a935ccad0a519": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "3a10ae9a177b477da0bebe44e54e8041": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "3a17cd3144434bfb9d5b8021698ff960": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fb27deb6fa6443b4bc227bd289a0e4d4", "style": "IPY_MODEL_27321ca6e4da4090b0c1dc881692b771", "value": " >>> " } }, "3a17dd5000714354b10fad6b72221d02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d0a55fd4fa1b4149b2d1c6ce06622436", "IPY_MODEL_8771032485df45169dd66bfc8bc6e125", "IPY_MODEL_509aac98cbce435985de1a6c8a6bae09" ], "layout": "IPY_MODEL_6a7efb047201481ea863b0f53eaf47be" } }, "3a1dc581564640c98dbf78786cda7d4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3a258e47636b4c8c84b95c2d23725379": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3a2760e9457542b38645c5fccb127003": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a4e2efb628ea4d1dbf7e2237153ee569", "style": "IPY_MODEL_b238d59cbbf245b1bba954dc65da2fd0", "value": false } }, "3a2abee2673d4460948cef6a50d7a6ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f8a3dba36964450ba0c78ef0bee17b0b", "IPY_MODEL_c663a330a7d34218aefa1165f87700fc" ], "layout": "IPY_MODEL_7e6571860b7041c7a22474c32c9021da" } }, "3a2fe617ecbc48eebad4384d1f8f09db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "3a3244d27b6448fbb44495aa26fb7010": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3a3b09a5c86f424bae3499558d236cea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_a4964e75ccde4dec859fdd921cf950aa", "placeholder": "[]", "style": "IPY_MODEL_e26cbec781ca4fa69cfe0c2beb71063a", "value": "0" } }, "3a45758a4ab84a44b66a9927d52683ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6ae84f2d017e47e881d218ddb4533300", "style": "IPY_MODEL_dc4fbc2183b54d759145834156752ace", "value": "Documentation: " } }, "3a4d82a9f10b426886b6779daa7e5114": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3a4f6fc9ff144acbb6117fe2e50e77bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3a53a0419cdb436787c8bbf28084894b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3a556349d4c04eea9ba2d6fe65be1687": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "3a56580770f343a1b2898de02c027b5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_a7127e88797446478b927e364b669f76", "style": "IPY_MODEL_977a900ea5b54e74a12e726ae11b46cd" } }, "3a5a3e698f3d4feb94bd8ae883d5d22e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_178eac8cac2842f4948b3bfddd23bd28", "style": "IPY_MODEL_e19c69d380de4bada47b76e0eef0cb06" } }, "3a5d4c5e5e3f461485b54d982d56fe41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1da9519cd09c4834be88d16bb9a62d2a", "style": "IPY_MODEL_d8cafc340a0b439c8ed21ba5b97a7c14", "value": " Data Mining: " } }, "3a62e409b78f4ca499ab09df9534cf76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_d3db132f61ae4282a14895f08de6b05b", "style": "IPY_MODEL_3ce9899819d14f91aefde8bc7f2d70ff", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "3a71283949134ccf84ed97e5d9d69958": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6a28b2b2f70245a4a7b5c05b87d9c258", "style": "IPY_MODEL_1ccfeb413eaa4c0397e584e0caaba8d2" } }, "3a78b7085f884f3aa750cebb7dc73e53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_26fcd8088e0e44488a325d2901982307", "style": "IPY_MODEL_f1b0db4312634f5191df160e25a4b09f" } }, "3a7a2133ca09400f9fc7380b29eeb0a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_efbadd34a9754e169b778a56075a9921", "style": "IPY_MODEL_b5ba2e9491d14bbaac0239046dc9ac3f", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "3a815f5a510b4e709f0d1c11f0d51753": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_1851c37a1f244c1488ead3a600000bd7", "placeholder": "[]", "style": "IPY_MODEL_be064c9a173c4ed5ba3431a66438c930", "value": "None" } }, "3a91f41ea7b446fbb5891deb84df47b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "3a9bcf516d1e48179d75a30af5323f5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3aa3d0399a064626bc0bf18d3f544c32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3aa97d3ba7a8419fa5445a1a755b9841": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3aaac75c5cfc4400b90029906e37c983": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ab095e4d3a544d38a3c8fcffa328ba9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "3abc29415dfc4b4aa3eb684e44c35c00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e39ffdf014644875a3adbf3e6b47fe9a", "style": "IPY_MODEL_12f837e9c14146d89f6f63834a196e1a" } }, "3abd09c1d0bb48fba3f6cdbf4f9e2f68": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ad429e5806c472788e0374d463e1f0a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "3adbf4a009354e469d96c8decbc7601e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_32619997ab88455d9a63742ac72c8db8", "IPY_MODEL_aa2ad96faee142e28579c35e9f3da906", "IPY_MODEL_83569c0fc7e54f10a9db835fc619ef5d", "IPY_MODEL_077c1a0fedf440caa4a4970e20cb9cf3" ], "layout": "IPY_MODEL_73e5934465f7424bbbcac885f63ae451" } }, "3adc326162cc48d48292d67cf736ba38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_10d642dc91214ba097fa296794a1294d", "style": "IPY_MODEL_1ba109d8e1b34803bde2636c2c328807", "value": " Send >>> " } }, "3add3a382241486a909a728a6545f408": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3addb0f3315a42b284a0c4a60be32d31": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_0d894d04d94d4dbfb680ad95c31fb42b", "placeholder": "[]", "style": "IPY_MODEL_101fded4914b4ba4993625650bf63ef5", "value": "smiles" } }, "3ae2573e46154c38bab81105fe76e1ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ae55a2a5bfd4d21855cd7b2995d7ba0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3afe1c22ff674ea08129f55f71222b36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_31d39efef17d42afaa2812bb8a693520", "style": "IPY_MODEL_08f2c97a7e5a4f27aa22f8ff50692d84" } }, "3afe4290418b4553820a030cdec6612f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3b05fcb01b2346dab4e02cc13d855c58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_042f00d074eb447d8a4b115a14f7a074", "IPY_MODEL_19fb3ccee3ec42c7bed3169fa1e490ff", "IPY_MODEL_43ed8812df0549b78d61bb3006617a28", "IPY_MODEL_95037da4bb2e45839ac6d9db7babe860" ], "layout": "IPY_MODEL_7792a6101ef74b1fba465098119a6ec8" } }, "3b05fffa46a74f7484059f1322ec9428": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3b0d6fe284524c06a2986e517ab7433e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "3b16869f0a40416ba852c277130a0dc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_fc195cba3ff947edbfe8ec6470dbbc5a", "style": "IPY_MODEL_070b17e253a948039814e2fb8bb00408" } }, "3b1831dc730840b1b97b8ea9a654ed11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3b184912f250406384c1f12934e4d9cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e607475bf65941538bb1d1012c537ecf", "IPY_MODEL_a9ba59868d4c415584d677836b279206", "IPY_MODEL_5f05455f17254d228f0e4532de783f87" ], "layout": "IPY_MODEL_bb8cbb1a184f444eaccb46c8c385fd01" } }, "3b20c75eff5044db93fea4f4e0ccc360": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3b21e4384c7b43f3a0876365f3d93b60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "3b23dd9f8f014a2dbe21e7f2e13675f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_20638a2cae304d729afc372d5960164d", "IPY_MODEL_a8ea4f49b274484da6d2c13c0270897f", "IPY_MODEL_ebe1708b65ad44e78bf0fe7b3106bd66" ], "layout": "IPY_MODEL_55e181696c3140058eb6d9ec35055911" } }, "3b2929e22d334ecc93bd23ab01979267": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_77f7cfa332114f5ab101dd9a0239dc95", "style": "IPY_MODEL_5e7aeef6d49749f4957cca43ad07da28" } }, "3b3123923b104ce48f87d8dc14c3026e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3b3bd1976b154773b9c97db07fc6c40d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "3b47a64f92194ed49f9784235a78bf6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3b4cfdb1f8514625a529415599cbdf98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_45b6989f279d4c06b9cfd83646003328", "style": "IPY_MODEL_be962bb789594027ac6fa4066ef9a1e2" } }, "3b6064259b1b46e5893671cd3489b9df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3b63de3c33794ec68cc84f963e162777": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_187824cc4af34f0ea95ec9f7b745d8f4", "style": "IPY_MODEL_28a3e5f0250f4e0ea6adc25723e081a7" } }, "3b67e66d78fb4863aa6885d929252225": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_18d15aeb63304d0e8528697964d1ef7c", "style": "IPY_MODEL_aa273991b8c84613b3b9d5f440bb8a80" } }, "3b6f8f1702244f9894c71255d86c641f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_86a0529a3c3748399de5d7fd7416c49c", "style": "IPY_MODEL_65055334d3374326bb731a2e40b87219", "value": false } }, "3b70d68dca184cf6af0e4b5b84ac08d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3b71e4cbb3d840bdab015713e187e9a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_c0145ba1782e45d3bb18dc4baab2d0bc", "placeholder": "[]", "style": "IPY_MODEL_161004354f184e19a3ff9967f4a5e01d", "value": "0" } }, "3b777ad01d454a139f5c0cab1f5397b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3b7b77feaf0545229dcea44d4031405c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_a72bcdabbf984304bfac93a3b970af72", "style": "IPY_MODEL_c5a902aea0d84ffe9ab8a5d513f72060" } }, "3b7c07d3608247699cae9116d9ef0fd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d439f4aca092421eac191cbf3abc3f00" ], "layout": "IPY_MODEL_c27a1a084c3c47fa8ba09fb6f09d27f5" } }, "3b82968591c244ceb64764296de66a06": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3b849fe55ab14a8580a9031b5483056e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c7b5bffab9914d32854bf124319eaaca", "style": "IPY_MODEL_48f14a37c5b74d0bab9bbef012ba1786", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "3b9c470b6ba54b62a572dd8542480b47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ba09c42bf294f7dac6d334783f7238f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_56d4b52b8abe499fad9989e9cd63cfcb", "style": "IPY_MODEL_1e7e036307874e9c95cbbbca0be6919c", "value": "Function parameters:" } }, "3ba1ee53159e476187db4dce15dbf369": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ba3768c8bad41ca838a9269bf1f75e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ba58ddd8602443d84c165712a32f443": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3bab5159f4cc4524978765ded66577f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3bafa11631da40b7ad0022084bb8df53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_31c75329fdfe4797831d3c82d0e4e41e", "IPY_MODEL_2b0d46b2774e4fbea0530c1e4f96048b" ], "layout": "IPY_MODEL_a2ea184ebad7494096b54f23f2b5e178" } }, "3bb840aa8c244932b5a4c27d2818fe28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3bb84af134544566a51495e490d229aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3bbcaaf746784958a7ab720049aa2813": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3bbd6be9b37a43589a1531ded32f0b90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3bc10f098bfa41e0bd7c7b356438c100": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_ff5568cacc1d4e17a3c010a1f8c9cbb7", "placeholder": "[]", "style": "IPY_MODEL_4c7d683e4b4e4c6da26797dcc8ab47a0", "value": "False" } }, "3bc209ab108b461298f21350ce4053ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "3bc80553533a49059b8b6a4bbf4e5698": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_361fb0e7554d4cbab185d7d21be598ff", "IPY_MODEL_6a2d93c90ed148d293ff167866d0e555", "IPY_MODEL_194f4173a4a34e33a93397a3251d60c0" ], "layout": "IPY_MODEL_bf018604473c4ddfada0f2f7c7af8f16" } }, "3bc945e4d16c49d290fad51881ba1fc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3c15e24b8c214209bdc9a50019b0ea27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3c1cb0dc61a24dc78b9a0a190b2d4142": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_96bf810601e7468eb86334df4c5ae4a7", "style": "IPY_MODEL_1a12ac9238a14576bedc860b1a00e020", "value": true } }, "3c1d5c0179594d29adf1f91643c50139": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "3c2249cd65f54035893479a01b49c2e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3c27019da7254ab1bf971f7595d0c817": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_a76782fbd3b44e87b827cb0a100b255f", "style": "IPY_MODEL_6448f8feb1d44183a05bbaa7e5316ce9" } }, "3c2e20d8165a46a6a7ce005dca17d6c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1b5723c29ec74f719665e90a38d01d76", "style": "IPY_MODEL_83f9be9a8c6b40d5872cc3544c0965c2", "value": "all input tokens: " } }, "3c396913b2264c90bc1b7e68e089b791": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "3c39aa5962714211a57ab295040913d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3c478974ee7d48d3b661806d2b3cfde9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3c4b792453ac467abc7689df036429a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_66c4d6d669fe42b094f48eeca707adf0", "IPY_MODEL_8c9fa64fb47e4d2aa03d80f354a65375", "IPY_MODEL_dc931a66952349049bcd728eafbc003d" ], "layout": "IPY_MODEL_f57e2b2e97704052b6efce7a8306a003" } }, "3c535ea43e21416b9fcc8282c67192ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5a4f9434c44a47f99bbd988950446613", "style": "IPY_MODEL_229c35db5a674c7c9a4a1ab8631e6f72", "value": false } }, "3c55fad321154f8498ce453c55240a40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3c586e6729dc4b4ab74adf607c2699d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3c5989d219a34972af0aacf9e340d51b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3c5b2ebc73c14b5eb00237bfd111a5ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_f63c7b7948bc4b07aac7bb48f3e88ca9", "placeholder": "[]", "style": "IPY_MODEL_1e029c5866b54f42a1f4a6b8416e22ef", "value": "openpyxl" } }, "3c5c736175d04cf497e26391afd96213": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "3c5ee08801324c7cb0890e00deedf328": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3c68208658864f278f24c66f13e9d766": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "3c6b3d521ba54f29be264c6e1260301d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3c6e22ac50e641b682fc9685f0596276": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_5bbab0f6408541c381d4b9bd1c97509b", "placeholder": "[]", "style": "IPY_MODEL_4006abf3aaa648baa95424f021260972", "value": "0" } }, "3c6e378804e14b039084c684690dcc7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d2245df957c14acab5ea5ff61753cd5c", "IPY_MODEL_d51ca92a128345d78f9a892afe8284b5" ], "layout": "IPY_MODEL_e0def135f07843029463f19315a3fabd" } }, "3c6ed06e37a14ce78aa57a9d47124491": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_e3ae37ee54424fb28207821cfc1de580", "style": "IPY_MODEL_b89bdba1043f4a6faeca781b02090ca7" } }, "3c84b1367b8b43728dafdb0b0ce0e0be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "3c892baaba0c4937abd8b2d45afce6a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_96359a8bd373439f8eb903a5eec698dc", "style": "IPY_MODEL_4a87a0e3256343c9833cbd31f14b6144", "value": false } }, "3c923576318b4c0b9d39b784be06369f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3c9280262a994a50b087798e7ed7f30c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3ca1223b213b49db94beb4da658446d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "3cac2c8c681146e5a9de28e6d5cb31fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3cb21d29c9aa4b7ab9eeb885ef6e05df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3cb4b721bd414d44ae29fded0006dfa4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3cb9c51aa38b430ba99a17be17c5ea3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6c8dfb41d4c84f559b841a489bf48b3a", "IPY_MODEL_333038226dba4052a2f3d83794dcfdfb", "IPY_MODEL_66b9cb2639b04180b3e6b7b3d83e3879" ], "layout": "IPY_MODEL_fb655dbe3ba041d68829ac98426a56e5" } }, "3cb9fe643b124f2fbd8634c32b905176": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3cc3838b57f74997815c7dc8c610ec61": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ce9899819d14f91aefde8bc7f2d70ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3cf2c4bba8a14dcda8c6572edc96d263": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "3cf698d211e540218095a866bb4702ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_df2b253298524aa18184c68d38a66cd0", "style": "IPY_MODEL_c9b0c5437a144838aa9efcd2454ae61b", "value": false } }, "3cfe3f68b02a498eaab1ce4578dd3043": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3cfeab289f294249bcab508b962b0b0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_92a5004cf3d5448f80b2328f566de14d" ], "layout": "IPY_MODEL_f2790ccfde0b4fca9c917285b7a40d40" } }, "3d01592a76fd40a7a02ddd0a14042c08": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d0189faeccb43d3895a732d83a0923d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3d027dc5c66e4f168129bcb2983a9f89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_704bd5bcbe054934be03c80d0d9d7572", "IPY_MODEL_e17344e19faa4e608beebf72ddfc4111" ], "layout": "IPY_MODEL_8a45d805565b40778cff654d5ba9b592" } }, "3d07278d00334d7ab28487619fe7ca94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d134e94ac534150a4596e4a6cc00769": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3d16516dddb94efcb2c39f815dbe732a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d1ce76eb7e8480ca7146414ce55e5da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d1f1dae27514ace8a9567c4f2c75708": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ad34adab4a3044e7ac056925081b4b3a", "IPY_MODEL_b83a183301774f37a0be3735a9d13647", "IPY_MODEL_5f468e2a1cf04f1f84f9bba551812cbd" ], "layout": "IPY_MODEL_ae72dc0302d042169ff3976f0073711c" } }, "3d2028e30e924c23aa84159ae549c8af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3d23ede84c324514854a05813bddfc97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2c0a2fb5a5464679b57298f1655a1367", "IPY_MODEL_61ed8e89d1b94905a7f12392d786c362", "IPY_MODEL_46c43eb46ded40f4abd440511e9ca3c0" ], "layout": "IPY_MODEL_9aedb69ebacf4655a66142fb4e870c51" } }, "3d2814239b3246ef8aaf0d3f410e2f89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "3d2aef5e15e3434c991a0cc82223ac42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d2c7402fb9b4eb6ba4a1c34f3d67f85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "3d31a79f4dc74bbeaf5d52829054fab0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_d7289293e4a14f4b8004919a70798d01", "placeholder": "[]", "style": "IPY_MODEL_d98763048797474099d417b58a85c2fb", "value": "None" } }, "3d37052d06b44c7ca7fe60588979e439": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3596ac0365bb4bfbb3a3258267f2ebb2" ], "layout": "IPY_MODEL_323e2eb1e0f34d61a6c9115b04189559" } }, "3d3930ad9fe44f2c81be5dcb22a4cbe0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ce2b78ceea874cf09d7806c958ad6ecd" ], "layout": "IPY_MODEL_1980b216e7674dfc9f1ac722c19127ad" } }, "3d4165a89c544db188c70b9bc303ed1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "3d44970e3c1a4ee8a5dc8502f985d5bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3d46bc59ec554315ae086da142ba0e57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3d5487d96b4c49db873d32ff730b008b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_020506a2e823494bb70feab92b99e098", "style": "IPY_MODEL_69894ac618504968a7f5851502107183" } }, "3d65ab0c4f1f465fa61e455eb805dce3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3d78922fcc114c6f9deef14960ad517a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_d049350d870a4ee59e10dcb1a3278cc6", "placeholder": "[]", "style": "IPY_MODEL_5d2eb48ac27b4bb3bf2eab9072c86548", "value": "True" } }, "3d7d193eb1fe4420827600f71028fc5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3d82cdf3622b4e83ac6d787bf1e020dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_c2ef0382ab164e94b590076b45fc3836", "style": "IPY_MODEL_3db80cbc969f43f78ddfb68a5a8c7650" } }, "3d8bb3a986ea45b0bb2990cf9496d633": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "3d8c0e6966204ce1a1507749fa5c22b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_aa9c419428be44349d32e8f2f65a2b81", "style": "IPY_MODEL_b2789eeed5c94befbf6a0c181ca75cc4", "value": false } }, "3d93ca40608145179b69c1bda67f881d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3d954d1c493549da9e00be55d9d6d44e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_dba8bc8b7ac54cd4ac93705b8af76626", "style": "IPY_MODEL_a2e8eed2084a4991be5932f0796a8daf" } }, "3d989a9866e44fb298193be8399ff07f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e5d9bb53120244028cfb10c64972a6dd", "style": "IPY_MODEL_8230251824444f2391a904c72c3bf97c" } }, "3da1be899ecc4f84b07d047707118e82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3da6667a92084775ba3abb94a9f82573": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "3dae34393379419d80e806f3260d128c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3db80cbc969f43f78ddfb68a5a8c7650": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "3db9feb9265441978036b4a88f9530a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a040a85b0cae40a28cd4e9cf985f4039", "style": "IPY_MODEL_e556a95d51994ef4a33482e2b3de1e93", "value": " Receive <<< " } }, "3dba1e28b14440b5b898c7631efe1329": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3dd8958b1afe44caa23f012563948898": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2d223c63220141c6839594b281a9ba04", "style": "IPY_MODEL_7fd17bfeda6f4b0aaf7a58eba4ee527d", "value": false } }, "3ddddb7e4def498bbcb46244886106a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3de23b02437e4ea597705fce66a3d4c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3de5f56e3aed4d8f8c4987d3a39cbaf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3dfbe371f7b24d868476684d9df172a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8544e2d61e574e1f94569bf86b8fb347", "style": "IPY_MODEL_381601ea75cf488ab7ccd3ffe54de8f6", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "3e155a30397542dfac85b820d466396f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_371ca5da3d8046c6b217863fdb62ebf9", "placeholder": "[]", "style": "IPY_MODEL_67c6ef80e4e8495baf5d3619ed0b9bbe", "value": "True" } }, "3e16a6942b4742559ad0bcf21f1b2947": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e1b69227f854f0887deb13a436b27a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e1f22280af0456a90d4d84f783e355a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3e1fad5a35094ca289d0687f39528511": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_ee50532e090745ea9f303820b86d33b1", "style": "IPY_MODEL_854710bba8544066ae9b6dfdd861809c" } }, "3e235d0e44674e1b91b9298168672ad3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_90cf2137c5e2478199ae8597e3c5d3b8", "style": "IPY_MODEL_22cfe4746fa347faa0907affb7376215", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "3e2b9022da94425c91171b6d781688b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e2cf9137b164026a587c284d0e9e510": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "3e331abe9e174d39b9c36ddd09210a04": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3e34d738336343d59bf6e7afff9e7821": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e36ef2d0c84490f91ad71fa3839f4ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3e38ebd89652403987fd638bf2fa59fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "3e3f7543223446a1b7d00f819c3f4868": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7ea923d4f49f4ca0a8f9590b9c4222c1", "style": "IPY_MODEL_942c48967f6249e89cc07be0a09eefc7" } }, "3e4081716f254d739f845729a677cd49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3e4c9967a3fe4aabbf694f38fee4cb73": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3e4e61e53f204eea9456f146d34b7664": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e59d1c12ac04163bced9929c0409473": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e5ea60187164c07b543fe9137056f20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e67074393354cb196b282c20cca6845": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7ac89de237cf4f83ab5879c0ee178349", "style": "IPY_MODEL_c34f818570624a04925f03d77c63bfad", "value": " >>> " } }, "3e68000dd6de4ebd968633753103f470": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "3e6977cf70a8463f8d924f28dca712e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3e6fe0a964394ef38c6fbc7447f1724a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9d2f132126794f89bc06812983198515", "IPY_MODEL_6cc19c1a91b14430a19b8288093dc686", "IPY_MODEL_a5fdcc9f02d6400d85fdca17215ca59f" ], "layout": "IPY_MODEL_1da4bd8030b0427982c0a2e057073490" } }, "3e74b7201fb343c89eca7e2ca3869c64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_7869694f03f74ae9a0a2a484a650fc26", "placeholder": "[]", "style": "IPY_MODEL_e58b3c10aa8d4d64aff09781d3c62d99", "value": "True" } }, "3e7783c0ab18456e948f3f61bf707d36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0a972df8173545d5802baa434ac8aeff", "style": "IPY_MODEL_7255877c84694fcfabaf5bc7d996484e", "value": true } }, "3e82070cd3b34def8b22e2ab8240d1f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_7d968de0758d4e318113c6e7e852d56d", "style": "IPY_MODEL_897d55ccea7640248a6b203a7d5ee5b9" } }, "3e8c6930db2d4ff49a8b5aec71ca471b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "3e8e8cda19dd4d008386afedd99159fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ea08ac2eaba4ede9f45e2bd87135a8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0874da3e694940a39f8754bcf1fc4caf", "style": "IPY_MODEL_e7481dc488b54f2db091ebb7c4055294", "value": " Receive <<< " } }, "3ea2da746f554ee8960eec0028d49a1f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "3ea56dff75cf4a27a216ea8fc5cfbe74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ea62f4f0a344262900c427af8f168f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3eb445bbfe344f96a1dcfa56cc4b4ed3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "3eb614d09bf0418ba33a50c6a7b06ef7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a6074a171634435c90993d9905ff1635" ], "layout": "IPY_MODEL_bf09fecc6d5641b7acd2c1f36ef3c81e" } }, "3eb729bc6939490c8fbed74c37a0b497": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ebefb74eb2d4f4284e8e548ac9f3d26": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3ec0971f43014524ac56c6593945e423": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "3ec2559816f94144b1033de7ec4394e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ec778503eb944ab8cd4f5d1bfc2e724": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3ec826ba37bd48a492cec8dd6211fd7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "3ecfd6094a85460ab65fdf44437ed917": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ee38c4e9ba4457bbcf2b4b752b04adf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_bb60aa82d9404b5aad49b237b375837f", "style": "IPY_MODEL_34623aa1b3c144d0aad5e92098cf4c15", "value": "Template 1: A simple machine learning model workflow" } }, "3ee9dc3ec5ca45b2b174d3c7f9e08e3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "3f00cb0abd1e4b698215aba0699fac4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_9a8c3383e4fc4e248b92ac6d9c419703", "style": "IPY_MODEL_b0130523fddf41b6ba4ffb945c4f8c0b" } }, "3f18ed36bcbd4d548fc686af66c2739f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3f1cbfc306134097a58679cc580caacc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_e23c86d16593405f92688ffb695692cb", "style": "IPY_MODEL_46aeaf1966bf45fbb3a2f5f17b88b7ce" } }, "3f24108743284823a9be179036f44ed7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "3f345da9c9fd47278f033acd531f1f70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4bc252dc15ce406abe2d79cf748db7b9" ], "layout": "IPY_MODEL_c42cda6669ce4e1cbbdd1bf790a20356" } }, "3f3ab387926245efae2efbc1c492196e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1c42299a94bc43d18565b7d833b90935", "style": "IPY_MODEL_6add4b6bce2b40c7b9ee73ce2224a28f", "value": " >>> " } }, "3f637088b33649cba00521c88e68369e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_cef446767a14446498b398a4dab738b5", "placeholder": "[]", "style": "IPY_MODEL_ed2545a29f4048a2a8e06b128af6beb0", "value": "None" } }, "3f6eef2fbd64473199abd9ea44caebb8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8c3db4ecc7ad4a15893712dfacb9fe36", "style": "IPY_MODEL_0fbe355fbb60442cbc8f1a1043c9585f" } }, "3f83804a83504c14b4986c5491fd9038": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5da117347d5d4aa98dfd87fa2a3e8627" ], "layout": "IPY_MODEL_1867ac5c6d1641f1ac06abfb331217fa" } }, "3f9d2406e7a5482cadf3f7783517e32d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c5903d803b224f4abc3b3872a0103491" ], "layout": "IPY_MODEL_3ea62f4f0a344262900c427af8f168f1" } }, "3fa20fa9668546de972e3063f2c944a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3fa38ef138fd42e5a6d78d03c83fc852": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_44f4772ae2d24118bdd49e176f15f953", "style": "IPY_MODEL_2efb4dd1bdd4451085ac73505ceecf5f" } }, "3fa6e6c55c0346349454a897c2a3e2e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_de7c0a741e904d3b82b3b18e3b6c9fc8", "IPY_MODEL_b80473b4fabe43879f9cbf73f0d83a10", "IPY_MODEL_def6df3643c148aca162cd355cede3e1" ], "layout": "IPY_MODEL_41496ed17b044b659bfab956959b8a02" } }, "3faf8c69f41645b1a5c90793d3ecbcb0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3fc39a0e1fb94649a1daef755c392ad1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "3fc5e017ca64412c8a7d3f3b9acfcf43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_cab4b480630446bbb0c5edc263f282e0", "style": "IPY_MODEL_508819994e8d4e37b2c92a3453035c4b", "value": false } }, "3fcdb1cdb7834642aecbc2b642424b02": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "3fced101a0ea4b52b941f39f56c0b49b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "3fd05c25b233484f93259e1e5fc62a0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3fdc4613cb7f4b988bcfc14307af246a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3fe6af0524c54558911cb9c4863a21db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "3ff2947e55494950a53e5d62c930d848": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_c5d6a4376d354df983ae47e245e3b025", "placeholder": "[]", "style": "IPY_MODEL_47192734655c4d8b93fd02fdc74136ed", "value": "None" } }, "3ff4efb708bf4c0588ce882ad78b0695": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "3ff7b40666c24a4f888c87a686140a15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e38015f7f7ff44bf9965236ae796601a" ], "layout": "IPY_MODEL_9742f0c3548e4df184bde806b165d050" } }, "400073cb0f764b8e987cc962a13af2de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4001f39374414f20bdd2e6efd384d670": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4006abf3aaa648baa95424f021260972": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "400fd396661d4885a42ff24d130c5ceb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "401522662fa4421d99e091e9d6b099fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2cd64a29419846af8ddc0cc1c8d0b2f9", "IPY_MODEL_382a8f560bd94d02af1cd1216133d4e4", "IPY_MODEL_a712c810d6434a74ab79211ad405cf03" ], "layout": "IPY_MODEL_5ff415ed338f476a9b23fef936c01c0f" } }, "4016598ad26743cc9681f747e346f623": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "40178967071543a6b440b54ff0bc46a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "40191f852ce9449f8174964a435f57e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "402062a3da924638a924b8b9eb9fb3a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "402a14e870cc42a1884a416f065782c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9cd86ab1e14b4d85b319b18aab606347", "style": "IPY_MODEL_3e59d1c12ac04163bced9929c0409473", "value": "Function parameters:" } }, "403d2d90d8244588b65721fd4a7b8c4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_53a8e3e5dad747088f81ae5331247557", "IPY_MODEL_b1d81128a3f3434a9e5062799d3e6bc3", "IPY_MODEL_efc77a9b252a4d94b68f10485e2685d3", "IPY_MODEL_311edbd63ffa43baa2f733be3d6638b2", "IPY_MODEL_e718a469204b495ea053dcc99661fc75", "IPY_MODEL_677481f389844ed8ab74879c4b723e86", "IPY_MODEL_d9168a6d6ae648fc87988be97899af3c" ], "layout": "IPY_MODEL_d92374f18acd4170a7ba9ed3eca6c7c0" } }, "40519d33a7734a0d8982779da5f759ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_a631884aa9d74faeafb035678cda0fca", "style": "IPY_MODEL_a4d081a3b04b4284bcc43da2de6cd094" } }, "4052057303364ca6990e316e6ca50cac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_db44b31f98d149fa9e8f20dd290a9915", "style": "IPY_MODEL_645adb5272654ee7bc9f2650c76353ac" } }, "40540f026c7044df93964da840c9dde1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "405517b6139149b491665122c3eaa1cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "405d20aa4a8344978864d2b237b21a7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d487d967b7ce451484da28fcb71fa9f5", "style": "IPY_MODEL_ed4637a1c02f404096ac25ffea167732", "value": false } }, "40602274379741768ef7d98dc52e8312": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "406bc0c93576464aaedbce209077e839": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4070c42dbb724a4da32c2800f0990aa1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4071b14b7dbd4045a7fc6159f01af56b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "407ce63e636b4548821e33f255478ce1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_489dca1dd0b345a589f3ada1245b92c4", "IPY_MODEL_fa1cf968278c419b916d3c1c3cd6678e", "IPY_MODEL_63a09e4ff753403c88fa5a34279eb715" ], "layout": "IPY_MODEL_0576169b65364dbb96b3d41656694ed1" } }, "407e7656f9e642e5a9a3936f80d9bf94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "407f3425c30b4e83943986c457266ef3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e452fef36f4a46b0b738f981f9811c7d", "style": "IPY_MODEL_5b11425717fb41a68019cc7fb0c3cecf", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "40872a15c8694c0182655f0550c36fd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_62815f0dd422403ba7b054cc140cb3dc", "style": "IPY_MODEL_9dd3fc7cbf83459597b035c9c0ec2e6c", "value": "Wrapper parameters:" } }, "40977de570014cf39951913cc99376d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "40993c43618041b5b23b914faa234fd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_c09aabaeffcb43f589d02956802a9480", "style": "IPY_MODEL_92805a360cf74a2e9adb3fdbffb8c188", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "40a21b1c276948adbbb8a61cb79e2064": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "40a345fa8bc545c48d05b9dcae3366e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "40ac704cf50d417582f78c49ddeb8a32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_5c174d7c7f664879988ee5fb8c0942fc", "style": "IPY_MODEL_061726ac110247dc92f4b5b880436407" } }, "40b18132bbd047f58a4f8580bb209835": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "40b55147f46d4fb8a78012b6638ae2ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "40befbaac34e403a8e87f0efc618e4aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "40cbeb4bd2ba433d8c77e743497cc3a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "40d2ede334934e25b49f57e0944b89c5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "40ef456912b0402583612a4563f751dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "410711c0fb344efeb95ee72bcb20d261": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_311c0066b7e74cde92972a84639cb8d3", "IPY_MODEL_baaf4c73a8d141a4a282a5a7379a98e3", "IPY_MODEL_7285d823ed6348729aa15fb8ecfc90dc", "IPY_MODEL_6da7b7dbf2e948b9b5a93d13f14999ca", "IPY_MODEL_c30fad158a664ffeb7e756588bf4f411", "IPY_MODEL_bb6b2883cc3f464f89a7b1cf8d6c47ef", "IPY_MODEL_83eb1bfb0010449a9e102ca9bb3465b9" ], "layout": "IPY_MODEL_3e331abe9e174d39b9c36ddd09210a04" } }, "410880011c2246b8b821abf881ddc728": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "410a220628aa4ff68444e29a2d760b61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_4ad4c3ba648c41e38b2797d608f9ad50", "placeholder": "[]", "style": "IPY_MODEL_5393025e12d5439fade2ce0e9c43d3fb", "value": "[]" } }, "410c065d928a42a3be90e8b8521d821c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4110b1b87c0843d9a426acd80f705cfc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0acf2c3fa9754f229e1e493989f5867d", "style": "IPY_MODEL_a6de0c7a869f47e08e59001446d913e7", "value": "Wrapper parameters:" } }, "411abccb6eb640db84a24755d052285c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c2837270d25d4b1db6a2941d076a716b", "style": "IPY_MODEL_6c5e338f97dc4b1b8ce17e933b53bc9c", "value": false } }, "411b340100fc4d7897d22562306cff43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "412eff660d674d10ab28619a2df8c873": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_be1b82adba1446968d368b3bce6367c2", "IPY_MODEL_d41865a6d8e94020ba72eda88e12d3b7", "IPY_MODEL_e65c770289074fb99ee16fcfa688dcc0", "IPY_MODEL_07098aa90634458495cab970646ca571" ], "layout": "IPY_MODEL_a25f655b580848e290724161f4510d1c" } }, "412f64c931104602a72d8fc140d8149f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4131e5cc644f4ce49976e2751a62412d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "41385ed760894dafa6fbf6d1ccd5caf6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "413ebc9cdbf747a3979e1f5b6d86a261": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_d7bf3207ba6e4d1ea96694111c46c541", "style": "IPY_MODEL_03bf442b54364d199c9878d5ec147f67" } }, "414049e6d7284791ba459261d1113fcf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3e235d0e44674e1b91b9298168672ad3", "IPY_MODEL_d65d6ca81c74479ab75c11cbf789d74f" ], "layout": "IPY_MODEL_27b00f2f921448328647cee6612c3cb3" } }, "4140ae2c20db413aba8b99fed363d1cd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "41496ed17b044b659bfab956959b8a02": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "414ea518fe7342889a65adc1d71ad40b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "415627dd7a074501b21e84a4f60ef443": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_b8381d3993a04714b8beb17da0afb899", "style": "IPY_MODEL_c434c12d4cea44658203a3e7bba3df66" } }, "415f1552ab0d43cba5885b4ab2c93b79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_c4441934d7944e6dbe51df6206130674", "placeholder": "[]", "style": "IPY_MODEL_caf4e92170e24c65b76e2a8e1efc3ffa", "value": "None" } }, "4168e4fce2cd4eea89bc91780d97f3a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "417d18d2a8bc433f9e2dc959e83b5cd3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "41a31c170f094cc183417773842ff530": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "41a8e53ed005439faac10b47a551591f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "41d7d14c0c9643c69b2f7fbc63e11cfb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7f7786f051b54fe2bda705cb1de1235b", "style": "IPY_MODEL_ab60b3524cd14a999fbf922d6dad3ccd", "value": " Molecular Descriptors: " } }, "41e0b482dcb7451faa9e893a8b0121df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ea8c6d2e2eae48a9bd41eef3edb636b1" ], "layout": "IPY_MODEL_604182bf227542919d4da1178984b1f0" } }, "41e2f01eae0f407581a5a5b9f8410725": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "41e988820f72495a909a58cf9ddd50a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "41f0efd4077842079332ab687cbf2b78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "420117ade1d141989adb2943057217ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4932cf257c9d47c4b9c99d15cfbea894", "IPY_MODEL_f2406e61177a4b67bdb12841580fe997", "IPY_MODEL_0450305ba4a94f0f8ec715646386ad4c" ], "layout": "IPY_MODEL_3a1dc581564640c98dbf78786cda7d4d" } }, "42038d37571d42a6aea4522c522d1acf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_01043baeef344b93b5ac513012806113", "style": "IPY_MODEL_b69e7e95769a439a9c48f3bc6aa5dc9e" } }, "420a7ed08e314df08f2450549e98b48d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_dbf6f2d781c04948af671f796eb9a77e", "IPY_MODEL_248c37a4e74643bea6bae7a63b0a0100", "IPY_MODEL_42350b2d820f4aaea10687b9428cc56e" ], "layout": "IPY_MODEL_62e330de74ab434395ddccd1a027f9c9" } }, "4227b238833549f6a401bfbe8ff1fd0a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6c98e814d3034d4d9bc699d6d7bf42bc", "style": "IPY_MODEL_a0e007b8106846b2b6e8a8abca912e37", "value": " <<< " } }, "4229059e54544f178c406b8dde0b682e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "42350b2d820f4aaea10687b9428cc56e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_44746489ed5a4cce8a4cc9cdc7f5277d", "style": "IPY_MODEL_4f88e062f8d7434a9b3f62fca2f22896" } }, "423f31f0637e468f8e02c91b9bb5ba6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4246c32eb2cf4e6b9cda948e1f568ce9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_16360b1997da41e6aace8b831416128d", "placeholder": "[]", "style": "IPY_MODEL_312c789c123c42828eca0b19929b10da", "value": "fingerprints" } }, "424c7ac729394c05a5f608f440e24e54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_afd9de3a9a8d4c3baa0709d8bb34dac0", "IPY_MODEL_2f547936bf4f4967af6c93d8a430da8f", "IPY_MODEL_bdd784370cba4fae9aa46fb97e56ec22" ], "layout": "IPY_MODEL_38de66ea3c504d31a86552fe8a7689ca" } }, "42517a5131a4489db55d316ae568da3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_a4a316e2b6184e8c89099261bf0c090c", "style": "IPY_MODEL_4770a79d046c486c9344b5862432a49e" } }, "425542175e76434f9af0597b1ebed83f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4a4035fee1364e59b4ab614fb92bf676", "IPY_MODEL_4e78dffd72424bde986fb6a30215d7fd", "IPY_MODEL_aced049848ae4704983fa26ddf092ef0" ], "layout": "IPY_MODEL_8e23042914da4a349478348c6aff655e" } }, "4260f41995af4b7d9189e3678f076e91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c0e8c6e3be094e5fb5f2c2c931ace1ff", "style": "IPY_MODEL_847118395813466390dd4c738977869b", "value": "Function parameters:" } }, "42613decbee045c8ba9f5fcc262a6514": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_76c1a595d34a43d29e4d9669403b7103", "style": "IPY_MODEL_6f0429f297cf408a8e4b77a13efe5e55", "value": "Start with a new script" } }, "4268e4c6c2a5466d92c035129d21103e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_11af2556be2e47c2a6254235ad0935fb", "style": "IPY_MODEL_112d16c52f304ec38a57c80153f4294c" } }, "42736818bf84459b92b807849e5fb94f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "4278767dc2f64df7a3c3fe2b8c316af6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "427b235f777041b592ce40397ba724ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_76206a18b614443d9cb70c6a7e43c31d" ], "layout": "IPY_MODEL_65281d24417d4263a9735edae23f0bcd" } }, "427d6c126e1544c4947aafe08f27f25d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "427dc17081bb4c61bb01c8ed421fc1c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f0b51c05f00143c2a02ea8f5769774ca" ], "layout": "IPY_MODEL_5d949f7f5f364bed8d6ce06ef1d37e2c" } }, "428af8211db74cbbbb007b0f66da9a21": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_70142b6411254f9aaf3a36d5baccb0f8" ], "layout": "IPY_MODEL_2666d33a8aab478389533fb6f6e5d41c" } }, "428cc58bfe2e4fd0b331d3d94fa9858f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "4291b39e0f0e40f0afa3a6b96f74d561": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_7ad83a859770410986b49bb7fe153534", "style": "IPY_MODEL_5f26370c5e894d62b87338ba33c4bca6" } }, "4294c7cb3cca4ae1aae5df9a283cf5f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_69289f83f149442ab984b5f2a5d0fd98", "style": "IPY_MODEL_7d8b851911b14ca6969f7d66522cde0e" } }, "4297751f201e48048798a798fe7a7bba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_27480ffd057840bb9055277810e59405", "placeholder": "[]", "style": "IPY_MODEL_8192e2dcfa1c46d9ab42255a08a343be", "value": "smiles" } }, "42a3ab239d1a47caadde69bb8e20f023": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "42a4b3cae92a451298b3eb3b2a88bdec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "42aa524e562b451bb995e268c3393df9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "42aa57a339754c959c21a90d8f931c60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f8935aa40ba74767a45bb5499676eeb3", "style": "IPY_MODEL_25785908c2604e8197a20041a0b0b79d", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "42c1baa2f02b49709638369db50ec4dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8a97a602e73e4906b0806d9a9ca08632", "style": "IPY_MODEL_397fa4ab139d41e6b63c21eee3f1b24c", "value": "Documentation: " } }, "42c44727deaf49bf9d2b8abd9db0a1a5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "42c4d9607e834161bb85d0c6f0150f8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "42d13f570ac14d198d67276d38aa3dba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4f19ab694ecd4c7e9c62640ca57f7924", "style": "IPY_MODEL_9b8b8103e777471d86ca42c5e313ec22", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "42d68839a5ba447281c4823627056d9e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "42dcefc7b203455d9545683f9d727fe0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "42df2f08374346c2aae22ce41e3e38d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_9d8bc5988eb94deb83e74eab074adc20", "placeholder": "[]", "style": "IPY_MODEL_834d2c7ab0b549e4afa3aaa14f0892d8", "value": "None" } }, "42e247d2bfa64945b4980db7d11b0417": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "42ec5fc9f8724219b91aea4752b20eb2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "42ece36b6e0c4574abb41230939d4a9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_ab2b0980747540c1aa0d84c7db509694", "style": "IPY_MODEL_a7726882696a419c86bf89276a9bdbc5" } }, "42f680464fbe4677bd03fd11b491c71d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "42f92b0d28aa496c8da939a1a6b5481a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_9f953bffa97544ac9b14a93d2303f84c", "placeholder": "[]", "style": "IPY_MODEL_c01363b1d099432cac20cd4aef7f0c09", "value": "None" } }, "430d2753c34a4078bf41a5901c5ce7eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "431121b37b3845b392e72a500b80058f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "431803f4cbcc46cfa42353cc446ef5f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_54bcc6a0f9d54bde9b1d581794c72ceb" ], "layout": "IPY_MODEL_aef3180771cf49b381b763f5b9810f7e" } }, "431a4457794d4541b2b53776ac4f3670": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "43251716a4b24669a692459cdca0dbdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5d5e6572e0154a0a90887da58de1bb53", "style": "IPY_MODEL_68a735b134ea4402b51c5042a9f491f4" } }, "43274d2c190b4895b68f6d504cb891ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ddbed5e0f103428ab0a0d51a61fe4123" ], "layout": "IPY_MODEL_588fd578748a4fcebe39a2e003758def" } }, "432e1b5002e143ec85de0721199c2266": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4333c29fef67487683b33b58b94c5c82": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "433f5136619f4f1fa5a29c64822e9fd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_3939445d2aae41c4ad2a19d50612c02f", "style": "IPY_MODEL_fa1dfdb2af1a4c44b9d1959ab6a392fb" } }, "4351124f8c9746f2b3a4ca4a4ebbc8f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_51ae447c86ce40e28ff69991d189138f", "style": "IPY_MODEL_855aa4c6b1fb44aebe48ab5549c6eb92", "value": "Documentation: " } }, "43546a4487144d15ab7af2d4f44bb422": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e47046eafdd0493fbe0a60d2b59e500f", "style": "IPY_MODEL_96dd661b949848f593f9fabbfd86705b" } }, "43555278600a4e989c7c574141d42132": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "435fb24146014f949c915bb690371d57": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4377b68189ac4c13a19ae575b2ad34e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "437cc27231904f698c485b30f5de55b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "437ef10c8aef4af982e6146d2388afc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_ca1a1c59e02c43d9984487093a14eec5", "placeholder": "[]", "style": "IPY_MODEL_4fe4f02a107b4b98bbeddf8c2e9c69cf", "value": "False" } }, "4385fdc6fe414bfc9898230f1314a5ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_b409f62ce0384fc68c9fd0e77ec94421", "style": "IPY_MODEL_0a3bc483f68e4ae9ba79bffc59cd43cd" } }, "438d3ce904b84cf9bdb337b84c8bc537": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "43965b8b8e904dbcb943f2bf1413c26c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "439901dded34442e875098d34b4b4cbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9760cd824ff64deb9c36251e6591ddfa", "IPY_MODEL_405d20aa4a8344978864d2b237b21a7e", "IPY_MODEL_7c5e87d9fe154be08924169c0f8ec341" ], "layout": "IPY_MODEL_be56e5d82f294a2b88bb7b4d75b11ea5" } }, "439cb390ffe246b6bb5a6ee70c88397d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "439dd9115a764cb39690dc44a6afbb8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4676edefa1e3479f8d310ebf4b4942a2", "style": "IPY_MODEL_917029dfd431458abeba93b37c4c00f9", "value": false } }, "43a087d72da94147a80422a18bbd8e3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_461c2c4e92c44bfd97a8228970ec91b4", "style": "IPY_MODEL_6b52eba1c8cc4141bc857f3259bb070f" } }, "43b1f68701af4f23aa0a5ba7e5aa7fd1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "43b3830d552e4d0b849d22d04fc86eb2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "43b822315093420083da927ca3b42046": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6ac79b461dcf469ea77154bfc924145c", "IPY_MODEL_a0192f56a5424bafb9eba34544462644", "IPY_MODEL_30eb10f5feea436382121b15eb3994ba", "IPY_MODEL_6d46eae059dd4fa4af6fecf1f638bd4b", "IPY_MODEL_b1e4df4fd323450f88a816bbc472ea02" ], "layout": "IPY_MODEL_cf028766bc9649429a40990aa40d57e1" } }, "43bc783dd09d40d7880e806cedc6ed13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "43e3cfa583b84e03b30d45aad0420f03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "43ed8812df0549b78d61bb3006617a28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9438481d7f7e43c5abbbbbc11ccadc2d", "IPY_MODEL_ffff6074a36c446f87744f33e44440ba", "IPY_MODEL_94dad0ea870e4451a99cb798d5092bcc" ], "layout": "IPY_MODEL_05ea0a8b90f34f4699fd0ddc533e015c" } }, "43f4e3a9c3cb4233a31fdc127ac016fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4401ba6188cd4a65a71527233a6b2812": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "440879d4b5b04bcb960ec09779801f64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a4171f768ac74f489e64e93675a2f424", "IPY_MODEL_803cf05a10864c3280766698de11cde1" ], "layout": "IPY_MODEL_d763179dfded4b72a2572d89ab7ca5cc" } }, "440af9aeec6e4df190dd5a606162463d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "440d9804f5e34ab698985b82583eaf08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_58a764ccc7fa46f39a00a51c25023fc8", "placeholder": "[]", "style": "IPY_MODEL_c0cb4c96c69b4db59ef3ee23a540fa9c", "value": "False" } }, "4412d617f3ba47b38a098feddc2c9780": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "44167f4b31714e03995611fd05ee2302": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_405517b6139149b491665122c3eaa1cf", "style": "IPY_MODEL_6f8303d8fa204d488cd11ddfbca29ba0" } }, "441a257c1cee4a6c82d727d3211705b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "441cfcd5323f45b389d7a63098d9414f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4421b6b0d35f4eedb6a74e9684dc9306": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4421dbc104c84db3b7ac3e1fa7b837f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "442494199d804e278a994aa2fcf900b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_c2868407f1cd4576972244467c691fd6", "style": "IPY_MODEL_e4ecec0f13034c2fb46d0017fbfd79de" } }, "4432242b900a48c4aa1d11248e2c55db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "444914c4125c4920a8b68c916dc70224": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "444a95c5961d4239ae1b241dc77c6cd8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "445067e12c264276a70dd66b2201e9f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "44595dc687584953b6c532f37825ebf7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5336cecbd3fc45529c574985523312af", "IPY_MODEL_2848529c680a4a64af448ac124b435f9", "IPY_MODEL_d452cccca37c42f681edacc2f671fbbc", "IPY_MODEL_e7669eacedb94e30acffe431dd53822e", "IPY_MODEL_563525ca5e5d493dafbc854c357a5dbb", "IPY_MODEL_ef7f7bb5de2f480e91cdf83f3834d7d3", "IPY_MODEL_2472055014894bd49fd96e1481589487" ], "layout": "IPY_MODEL_e86e6c75137843b597f36b54a039ea95" } }, "445cac6284cb43ca85bb2e463643509e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4468562ac1104021b0ca6bffdf764dbe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "4473a18934714a7ab3bbf16ca8721bbc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "44746489ed5a4cce8a4cc9cdc7f5277d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "448b5899ce0c4908b5fd3736dd1b39ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4490aee44b764cb2a676f419e79db0bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f7ee218f96e049d0b02e084a4969d2d4", "IPY_MODEL_411abccb6eb640db84a24755d052285c", "IPY_MODEL_cedac47395cf4731bf681666856c3098" ], "layout": "IPY_MODEL_4fe3022685ae416e96417150e3599b9b" } }, "449774657340494c8833442fe6be9dad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "4499cc8ac5d54a32ba931dc63e2e0f98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "449ba29672cb4815aa4a5a38789a45b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "449cee231aa14cdfbeedb8ff5f013664": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_25102e5b2f2640e2aca79512b05db1e3", "style": "IPY_MODEL_46f65435b5804856b7a1aeae466f405e", "value": " Receive <<< " } }, "44a7acdca4da4163b55bd5df07ed33d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "44b2df019b25424cbafa2234cf62b83b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_9876a9c6562a4fd594a8ee036cf41b83", "style": "IPY_MODEL_ff4773a307f14355ab465900da79a298" } }, "44bc5cf14e3b40b4bc34af8a944693bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_40b18132bbd047f58a4f8580bb209835", "placeholder": "[]", "style": "IPY_MODEL_ff6a780e04b14f4f8b9caf2a0e2483ba", "value": "None" } }, "44bdf51134474aaebe622bc0343c4e04": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "44c7b19fc3e14344beb2b7a02c00e977": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "44c9b2bc04664d6c814be0189ce8c055": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "44d0f3b939f44842a43c47b521326484": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "44df11cdb0d6409087f0d594969bb8df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4b2feddb7e1d4e508e8010e5bad2196f", "IPY_MODEL_2c9deb4ad46545a8b12e09f5a5ae5e79", "IPY_MODEL_e76aab2bf94642da9d4198920afd9d01" ], "layout": "IPY_MODEL_8102b32caa1c45d0b4cdeb8aded61814" } }, "44e76f59002341b5b5f8649ad126dda8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "44e7f45605314d66b9e1120d0148541a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "44f4772ae2d24118bdd49e176f15f953": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "44f674f7ccd7498b908a6b4ab5753b2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4501755c6a6141bca0b503236d641351": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "450f781dde3d427aa8e8a49dc6579492": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "451b26ad1f34418398811941d5578b3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_4670bd77a90f4714874a667d1430ea7e", "style": "IPY_MODEL_fd9ef121353846a4afb256ddbe457c6c" } }, "4526e70e56484d6f80dd0d8ba4151541": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4527bda956684b058d5c468133d4661f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "452e6682a44a46b1aee8240b9b3c9f03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "45311b2fc561465e83de3959488d509d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "45344132b3d54ce788f92084b6001f7b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4547f5e9dee24833bcebd7824f0c5a86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_80a1c26bd27d4a7aa11912d9962d4370", "style": "IPY_MODEL_448b5899ce0c4908b5fd3736dd1b39ba" } }, "454f39b972d24051ab06460904ac87ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_dfdcd84d88114631aea2c3d0ef869628", "style": "IPY_MODEL_5741430b857749b18455c4f902d9f3b8", "value": "Wrapper parameters:" } }, "4551c0d873934f0b9ee006ce9b730148": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "455514af78ae413f937783ecf9948bc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "45692c8e7e9d4dae8f1ab2d54452793e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_258fe0492bfd4deb9556e6be0267e39b", "IPY_MODEL_7ab6eeeca12b40c2b2031609935de03a", "IPY_MODEL_fa148cf4a3724d2e973244f66e7fff11" ], "layout": "IPY_MODEL_8d348221b2d14c44b9c7debd36d43d2e" } }, "456cdb261b664541b366b1e170e01d69": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "456fcb33783e418bb52e95fe01f29db8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "457000ea66c04c92bd47a96329427d33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1a9627ba85834d3cbf0a7243f98a9087", "IPY_MODEL_525a37d1998c4c29af881f8e4ffdf23f", "IPY_MODEL_13fbf38b784a4e6384d2c80c3eb0752b" ], "layout": "IPY_MODEL_8851832ae6c54b2d9722f35841238721" } }, "4579d9ce89494bde8f6eb852c9bc8ec4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "457d140c5650427fab449684d23c7f3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_b55a71196d4943c4ba0fb2b8dcbc24cb", "placeholder": "[]", "style": "IPY_MODEL_6e80aba7bc4b417f8db3ecb2ec4a23e1", "value": "None" } }, "45848fbbb9ca466dabce3dfb3dbffc6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_88c49e39e48c4b7b976c597da5dd6bb9", "style": "IPY_MODEL_1b2634ef86d44d3ba866e9ba396b544e", "value": false } }, "458afa0dbdb54768b00534435bfe143f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_eaef25a55b8c40a0aea783bb8a5c4bb5", "style": "IPY_MODEL_902f61e01b3b48b1aecbeeab62f13706" } }, "458eee178739442e8f5b18372da535ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0f5cffbed4174d4496a2808598f0ea94", "style": "IPY_MODEL_27770ebb6b334312b24c999a9f68ab52", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "45923a8831034876b5864a6989cd1ea2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4592e904be214a529c217e7959df545f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4595ce5b07ce43288337f1f91249ce33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "459ad845166f42e4ad71e900c11ec8a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "45a66ae7d1c3437196149731c098f2e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "45af5198c2bf4c47aa2bd9dbfad7dd4b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "45b6989f279d4c06b9cfd83646003328": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "45be2ecf533a41d194b5a5c46633401b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_0118e8e2ecb04d329ed7d8f617e00ec1", "placeholder": "[]", "style": "IPY_MODEL_b826211b55054227ba222d760c5987ef", "value": "None" } }, "45bf6671004d40dab430dd96ab7b354c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "45c6701127bf44dfb11a7c8d44124f51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_7b26b8f6e0c3456aac0cc90f857a3d24", "style": "IPY_MODEL_1c3dc138512a4af59eee318586073b90" } }, "45c889611eba4853a5b97e164e305ad3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3a556349d4c04eea9ba2d6fe65be1687", "style": "IPY_MODEL_e4204246974349f9917a871962139fcd", "value": "Function parameters:" } }, "45cec2a2f7074d5babe09d0e9f3d816b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "45d5f5105ff54de6a2555c8deb4ea61b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "45e7ffafeff14b3293d0ba064434f5a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "45ecfc80032b44638c8285c9429b2329": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a024d75f7695402080154f14ed4f316c", "IPY_MODEL_4927b1244357468d870b175dafdde75c" ], "layout": "IPY_MODEL_9045ee7a4cac422b8f226cbc78a18353" } }, "45fbb4236d744c43a598fbe580a7c9b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_0b806a4d0371456cb9e9e14d8139abf8", "style": "IPY_MODEL_baf30a275e3e49798e43254b0a36cb88" } }, "4600e3c27e514630aede7b8f341bdd9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "46014b9f2892448e908af746e010f5c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_1e6b9231108746e09fd0358a52c81d9b", "style": "IPY_MODEL_55f4b7a6fc1a43dc821e2ebc68b636cc" } }, "46089c5db415489f8e29274bf28d3c59": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "460f35c9d6994c34969c4966916cfc53": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "461c2c4e92c44bfd97a8228970ec91b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "462378cf60e645e9bbf90cdc19292685": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_34b03ece16bf4f2d9141d1f1b4c98ba3" ], "layout": "IPY_MODEL_75fa3653afed4e87af05aaaee42d6c2b" } }, "462d7c81dfbf4309aaa904aa2cac5047": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "462ffaa65978425989f21c2140947285": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9688ef645c7e4dc7abf4b57221b1b551" ], "layout": "IPY_MODEL_39434653ce094a649cd2f7e9fb490d67" } }, "4630aa9090684885ba725a64cc09c17b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_9ac32b9303784391923352cf6167fff0", "style": "IPY_MODEL_6cc3225c6e814c3e862204c099862a4c" } }, "463c10d7566344fa9b05923cc1cf6aa4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_00ad53b38026487ebd12803d4a51b95a", "style": "IPY_MODEL_5adbddf3062640dc842c93ae6dd465a5" } }, "46445e0ec6154d9fb4c10007801788b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_cd108a2e52434c618b882cd94864081a", "style": "IPY_MODEL_89784591191447c1b3e53b10fa9c759f" } }, "464534fee7624bd78d02823bd151120b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "465549f9b41444049a59f8ceb30df35e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_eb128ccfaa2d4c01aaf6e756005db29a", "style": "IPY_MODEL_13a544ff72bb460387b4fdf5a70c0881" } }, "466f425bcc1b41fe9bc9b848cb696bbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7009e719a53049fca58ebf1c1c02c119" ], "layout": "IPY_MODEL_af3fefd7a6844101b21f8a632d09732d" } }, "4670bd77a90f4714874a667d1430ea7e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "4672ab4d841546289f9339e492c633e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "4676edefa1e3479f8d310ebf4b4942a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "46797c730b2843698c514e8a52b5ee2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "467d235ff6dd41d0967cc917f5c07591": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4692fc9638944741aa7831b84b09697b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_165394820d854eb9b62a96c26d422899", "style": "IPY_MODEL_4ba7f7ea3c14442992a840b375b6d6a4" } }, "46a096e5d642421a986946a0b0d743d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "46a5c5fce99447d08efe4232dd28b9fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fd6e91ad8eac4ea989db7673137bb98b", "style": "IPY_MODEL_c700a2acc7fb4442853e952ebd47fea1", "value": "all input tokens: df" } }, "46a758ffe27e4ed29d89da4f7135c3b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "46aeaf1966bf45fbb3a2f5f17b88b7ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "46c43eb46ded40f4abd440511e9ca3c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_563425c2c39c4c5c9385dab30325c619", "style": "IPY_MODEL_cf98c2dd16da458a9405766cba9d061d" } }, "46c6a13431bc4c88997cce5007af02ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "46d4d638430944c89733aa214c1cadca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_c655cc38741f4753b8963a4189bccc62", "placeholder": "[]", "style": "IPY_MODEL_a1d2aa13c407483390a176952079004f", "value": "1024" } }, "46dbe50784894783897317b72684b733": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_2bbf3391de8144cfbc8b99673268ac4f", "placeholder": "[]", "style": "IPY_MODEL_2ea9db9e45844e7f9cd27484f38cef17", "value": "False" } }, "46e48cdb8cfc44caa2174929a05d4149": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "46f65435b5804856b7a1aeae466f405e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "46fd09acb405491bb5e0d62fc3f6c3f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "46fd50a619b640929ed4d9d57db9ef73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_068c1fc91e8f4ea7814740a4ebc2b401", "style": "IPY_MODEL_70c6faed31f04e62b3b770b5fbe63c5a", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "470c7faa54c9400e9ad836db659b9926": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4714b515b806444eb24e4a484df3df3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "4715ceede77b4f1d877286e0dd7067a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_0a987be7afea44c3937e867cd9614d98", "style": "IPY_MODEL_afc3860feb3b4d0283e6e93da4470123" } }, "47192734655c4d8b93fd02fdc74136ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "471b48a7a96a480a86851c8619de6729": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "471cf8d5cd9648b0a6d707c0df827547": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "472850119287460cb87b3ac9ae68a1f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "472dde9387df42cb8fb1969c42da2704": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "473dc59cba164ef8aefd3611afcb5699": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5243b0b585eb4ba4ad92e468d7d3900d", "IPY_MODEL_808fdee860444af59d71238df6bf027c", "IPY_MODEL_3a5a3e698f3d4feb94bd8ae883d5d22e" ], "layout": "IPY_MODEL_3ea2da746f554ee8960eec0028d49a1f" } }, "4743e1e9c74a4c7e94a34c22ac84222b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9ba4295beee445319bc23c7625943c27" ], "layout": "IPY_MODEL_192a1cb504dd49969f90ead3c6190694" } }, "4756b7dad4974313b7d00598d4371336": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "475c8922e4da4c5989260b2d323a3540": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "475d1cb64a38461b93e00df4782debb9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4762d5dda621411092430ffa94e321d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b67b23fcae0041ef9e9198e5c662b08a" ], "layout": "IPY_MODEL_dc83acf6f6034e2a8289e6d92576bd6c" } }, "476ea6208f0a4e95af0bcddb713841ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_753fa5c2e5bd453aa676051f7f8129c4", "style": "IPY_MODEL_30e19b26b2ea43b8a8a61819ad5c78d7" } }, "4770a79d046c486c9344b5862432a49e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "477d211387bd4a9bb760a44077516247": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "47857c77696541789bf793a6b15cdd94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "47876a73eff34e79b4ae753f16874eb5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "478aca028125413385976af8ae14ebb1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "479ee4fb36e042f0a3c68f1401252b78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_e99c042bd3334b0ca311a7a242c7e966", "style": "IPY_MODEL_9e792d6414ec49f9baf7b289f6895bba" } }, "47af5ba4f6ad403aa9b5f2a47d513753": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "47b0f2e741534b298fab2d6965b13df6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_ba4151fea0d341598907035181e0f4f6", "style": "IPY_MODEL_095a7b2553f847c5a75cad74467d024a" } }, "47b370588bf542b7970be14f040723db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bfaa11b7086b41dcbefdd221076b21f3", "IPY_MODEL_18dde886d36d45b7814df994ffe36ea4" ], "layout": "IPY_MODEL_59c0ee12f5eb415ba4ca4aa949a2fb52" } }, "47b7506696954bf6b2f5716a708a3986": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "47bcde5274644691a079ed7f4e4ff7f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_1cb0edee2f6f4dfcbfe56c791d62692c", "placeholder": "[]", "style": "IPY_MODEL_0bae5ea1993e494e811d0a7678c2e8c7", "value": "False" } }, "47c067f7e5f6439c9583d9a1d03d473e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "47d93d3f9b5043c684f6293667c5ab66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "47e6651f91ee48a7a60b19b3fbf47fc5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "47f841e57c78469b845b82f82f28ddbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_591a7d658dc5434fa801fa51e12b6f28", "IPY_MODEL_c8289651e2ad43caa01e97f6d49f297c" ], "layout": "IPY_MODEL_837bdfece9844631abf699292fac7fbc" } }, "48085814d4ed47beb5692e584a1509a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "481d1d529e074d07803f436b83e5ff6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4829eb738f3040009e43611d578fdcad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "484fe11acf4a472eaf71f59ae078ce75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0ad93241c174417fb9737c7710cfcf0b", "style": "IPY_MODEL_a3f5b9f939124c188dec36ae38d455e9", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "486f9b7ed0b34427b14ea21655408cda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_5dec70a41d9b462d9596901a9bd4d7a9", "placeholder": "[]", "style": "IPY_MODEL_2e7e869eeef649a8a537af499c69bf52", "value": "True" } }, "487263db917d4518a4c02a04f03cc77e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "488de960df6c4de8b320ffb905ea0347": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_14929b840a434d708b0c6f4dc316124c" ], "layout": "IPY_MODEL_2c23b5ab75a046cf835702992bc9ee19" } }, "4890d97de3a741598d3479ca7bdd04dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "489762670cb34a23bbaa724db159458b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "489dca1dd0b345a589f3ada1245b92c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_97bfe7b40b6f42829a7522234fdbce42" ], "layout": "IPY_MODEL_77fa0e53fe1e4b56b5a2de7e1a33b664" } }, "48a0fd0368fb4cd48ef220aa5c824c7d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "48a33003d8e449448fb1ab5ed063fef8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "48b40b492fe247d193eae42faedd369d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "48b5d4b45f0946a5b9ac323a3b41bbc1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "48d48eea45c1463883d3644b68c4471b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9187f0ef40b3416caa83f06a9e86cf70", "IPY_MODEL_18155536793a46a194919c58d10bd155", "IPY_MODEL_3430a13200fd4187a4bced106d993ce1", "IPY_MODEL_0a28a99d67b7407599299a7026fcbfa5", "IPY_MODEL_6169eac69e714ee4b2b344285f004627", "IPY_MODEL_f662f75e6b18458881c91a367cf9138b", "IPY_MODEL_634a85c753264f9f81040a1c32ad5f66", "IPY_MODEL_16b7ca24390d41409d31b1c15f266dcd", "IPY_MODEL_a3e2e819e3334f8eb57f8d4ed1af5ed2", "IPY_MODEL_490b80d394734902bb03078a4d3c9aba", "IPY_MODEL_af55b5a5e13d4522a741041549957333", "IPY_MODEL_a863b2d017594f29a33fa9f5ad528951", "IPY_MODEL_4930b5057686450c9092dc00bea9458d", "IPY_MODEL_c4b52f43efaf413e988743274564fc73", "IPY_MODEL_7a2cdf2fa6ab4f60a8cefbb8758597a7", "IPY_MODEL_0bfc8aeef61349b19d031a32e687ce88", "IPY_MODEL_24dc9c7423ec4754b891832c93fc0ba9", "IPY_MODEL_e812c27985ec4359822614f0aeba813b", "IPY_MODEL_7455a7bf74ea4bce989fe8f9542f45ad" ], "layout": "IPY_MODEL_ea839960707243ca9f1610d3605a4b36" } }, "48da792fc4864e4289cb35248144c7d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "48ec058bd62047578734ce8eae2b6671": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_59750a62701e44ddb2302568fe822f75", "style": "IPY_MODEL_96951fcd4d1648088c60c68ec1ef4793", "value": false } }, "48f14a37c5b74d0bab9bbef012ba1786": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "48f28709196844c9ba0b092bb9c893ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "48ff32966c6c46fe825d37abc91e2202": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "490416d3af764bc29eb272fd1e96a05d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "4904a58a8db34757b456b153e29860bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "490b80d394734902bb03078a4d3c9aba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_407f3425c30b4e83943986c457266ef3", "IPY_MODEL_dea212abf70944debe7d9b5a334c76f1" ], "layout": "IPY_MODEL_07f6480fef784b4eb62dcc8d49083c15" } }, "4912a57f418a46179a4c604632e2acd0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4927b1244357468d870b175dafdde75c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_6de4def438ab4010bba8c105e8eb32eb", "style": "IPY_MODEL_63c89edf569143939a29192b1fafe391" } }, "492a385f451b433dad788cffd9787dcc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e6738042908c4ddc9f5eec94cb5e40bb", "style": "IPY_MODEL_907a3af4f8094f938cb57376258e5871", "value": true } }, "4930b5057686450c9092dc00bea9458d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5211bc958b0b468296d01e93e3ffe964", "IPY_MODEL_6a2550e839e24f54abec59baf7ec2798" ], "layout": "IPY_MODEL_99b8e62a560c45f2a6d6e3c6fdf9ef8d" } }, "4932cf257c9d47c4b9c99d15cfbea894": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8a1b10c81a09466e8855babd52fbcf15" ], "layout": "IPY_MODEL_683406e6e5d045f7b4c69f0b17d7d982" } }, "4936dffa11dc423a941966acd5478c9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4939b4494ddb49678e66fa4f9d927339": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_db7a0c747eb24663828ef3b32c15b3a1", "placeholder": "[]", "style": "IPY_MODEL_d79952491f0549e2b926cf052a606cee", "value": "True" } }, "493e9ba242184497a3431bacc9b8eef4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "493f9e5ff3eb4a15868dd9035c18b1df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "49400fb4f103480e83467449a4a3c525": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3143295f67ec4bc2a255f4206da3aa9c", "style": "IPY_MODEL_732bae48f0e544d08ce13329d041f50d", "value": false } }, "4940447d12d5416eac8df62054f97f8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4946d0c5fe1546eda5df2cdae7ffaca0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "494b82d4781a490dbfbdf3c00b2c3c04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_87681d26326f4467ae862723d8ddbed8" ], "layout": "IPY_MODEL_9320db95efd34e1e9cb7800a6f35e70a" } }, "49591a53bd1644af84299bed2da0aa48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "496b4c65d58c4ea7a3972c3f2f40f170": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5d1262193a3e4b08bb0741a602df66c0", "IPY_MODEL_f77867e18ceb409a87eb2f98f4bdf240", "IPY_MODEL_af34b5d6046e4defa22b8ebb01b9d444" ], "layout": "IPY_MODEL_392f5e8d248e4ab59bebcfa43d9fc01f" } }, "496e34c704464fb38d56145b9b7712c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4978d1959434442bbabce9cde060b23a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "49845a19fc3a451b91f54d8a231b26fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b323055eba2d4100a20b02ae21c4dc97" ], "layout": "IPY_MODEL_7fa5c7625bc24e1195ee74932528e0f1" } }, "498f248868f94d61bc4cbeb1f11a1a7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ec4c3c42b46f403da8c090292c22419b" ], "layout": "IPY_MODEL_0570abfb443445ff99e5a30877b2899c" } }, "498fa4e041eb45e1bdb8827b18ed972c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b36bb39057ae4c829734cca059123b3b" ], "layout": "IPY_MODEL_dc2df1043d964373a563a9bf0d38b8bd" } }, "4990e991e7ca487f8e43d540e63f906e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "499cce36347949018606188ffa8066cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9a331775abb841c295e096e38bd16ed5" ], "layout": "IPY_MODEL_3add3a382241486a909a728a6545f408" } }, "49fb430ac68f46919b64205006018c04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5b166d009be9474e8b1eb17e0d30775a", "style": "IPY_MODEL_a15a87d1b8374078bdc990dc0e7e795f" } }, "49fc96de0c6640248e7155817eb7c1c4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4a0598abe7054593b2c6dc52e75017da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bf58efbd41604f198cc78559dd74a6df", "IPY_MODEL_b4ecfbc4419f41be8a5ac63504d99aa3" ], "layout": "IPY_MODEL_5200867fb3bf448d95fac9b78ba004ed" } }, "4a173ffc38cb4f429242a39f0b9297b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4a18e2cdc24c463d905c5942fcec55b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "4a1cfa38b7694c32812e044ec078d61f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_10ebff6c3bf14b7b83f659aa8c18d8a9", "style": "IPY_MODEL_da2879bd707f451793f500aa5514bb7d" } }, "4a245e0558024a7aadf64be0e20dad32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a253226e5c8412d885db672df5fba8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a32c1a721334d64bbcc624bf1cd5a9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a3bbdfbe46c4ce099473957ea12c4a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_24e3e5761da942eeb9dd8ec95d891ef0", "style": "IPY_MODEL_dba9814b7d934c4da411d5f3a89dab32", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "4a4035fee1364e59b4ab614fb92bf676": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_80e3e6af6afd4c7cbbec18664e51ca6f" ], "layout": "IPY_MODEL_3cb9fe643b124f2fbd8634c32b905176" } }, "4a482df5b9e94c8096e78411ce959d78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4a53e90b8e5440e2a92e31a44324611b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a6158d70eba48db8d1b40ffc06e06e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4a6fcc90c9444bebb9304ff5b9861e72": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "4a704ddf21454184908887eb0ee19b68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a75511168c2408cb823f5221801d264": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "4a75bc2334ef4156a19278e56faacc53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4a82a95780a547bf98e63a20f76d500d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a87a0e3256343c9833cbd31f14b6144": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4a8984ca842744dbbf5edd3800cc97b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4aaad067e2814ad2ab506024cd194f9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_54f7485b797f4961b3f84a7c897a29c2", "style": "IPY_MODEL_100512ea39b14cbfad05a8e307331575" } }, "4ab378f8dbc94dbfbb2573966401ad46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4ab7c38db6da4dd9800641ff69e41a88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3588392e4b6740f0ad25bbe4b326bcc4" ], "layout": "IPY_MODEL_b5771d8fa00b42158478a5638dc7c54b" } }, "4acf25f4e03b40f28d2633fdb7424651": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "4ad4c3ba648c41e38b2797d608f9ad50": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4ad7aa8db2cf47618dcd34884d44ec3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4adbc287d2d34a97995a791064ddca29": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "4adf5638ba854769882334b9b8fa7aa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_2f0f0bcfeb4a47bc96c07bc99f8c9393", "style": "IPY_MODEL_3b6064259b1b46e5893671cd3489b9df", "value": "Template 2: model selection with grid search and cross validation" } }, "4ae7ca6501f94be6ab26de99fb508156": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4ae9588a02f4410583dd14da721baed4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_94a64116bb07413bad2f2fe18a46bf9b", "IPY_MODEL_e485713de2864412917c7247ae9b5b36", "IPY_MODEL_27ebaeff481d4104b707ba3cf302ea81", "IPY_MODEL_f4a01006316a4ac6979ff1c2a206589c", "IPY_MODEL_89506d39697b4818a1a7feb66dbda0e3" ], "layout": "IPY_MODEL_769d99eb583f4b559f8d2f8aee335bc9" } }, "4b1666aaba6a477c80370e8de09bd8b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_e10f5f83c938453396afbc786a2f86f0", "style": "IPY_MODEL_255ea5de5bcb499eb36b8a249d27ba43" } }, "4b1ad376203e4880b52bac988b8f36ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4b1eb829cc6346aca2be2bb27cc9d1cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_ecfa3441d21944ee8e9ee0a9d0c054c7", "placeholder": "[]", "style": "IPY_MODEL_eb32dce1484d42cb9b61bcbe5110604e", "value": "2" } }, "4b202562d22440e3b8963ea049fbdb40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_064166e6ddc141d2951eb853a7f86f68", "style": "IPY_MODEL_b58bc9c666264f788670755f591a9a33" } }, "4b2478a2d5344496acf78a0abaabe302": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b9b994f7f4df4261a66df85679dbda81", "style": "IPY_MODEL_cce5f81168754106920d450205f7d3b6", "value": false } }, "4b2feddb7e1d4e508e8010e5bad2196f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f2a99db00227446a87fb322d5799059f" ], "layout": "IPY_MODEL_605128d968084b7a8c9c19b45aea33b1" } }, "4b3294ef62f74b6fb28ddcd2d10544fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_eb4bfa90107c4ae99c1c9d7b01d841ba" ], "layout": "IPY_MODEL_874d8145390d47459fadbe66f0681626" } }, "4b34e72db5cc449a88cc2075ac3cde56": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4b3fdb5542b84ad19ab1924c0214ec36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4b44dbc9a0f04a12be1eccac5ee39bd7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a8adcc31a74d4086b11659441b2e98af", "style": "IPY_MODEL_e0fc263ef7634865ba387d0d72d3d0c5", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "4b4856393bea423699d1bff9f85f5df1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4b4da552e07a41bfb85b19870b10bfb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "4b4ea4a4a7364ef3a6be4fa02e18abdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_945afb09dd144229bad2a01e3109490a", "style": "IPY_MODEL_73902f8d73bf48b8846c26f798a562d7" } }, "4b5530bd93244253b85c5ad0d8a6a7bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4b58086846714e32ab6509615a67fd28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4b63cdc71dfa4058a9b5972106d8e528": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4b7db87918ae4298a0d1c5f7b6ebd3c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ea8fad2fd8954485a4e9c86c4630e8c2", "style": "IPY_MODEL_66fcc2961ef749638ad7d32583855630" } }, "4b7e2b4d69ef47c7901d37885302fd41": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4b82ef19b49a4ec89f960e1a654dccf5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4b85e2ba00db46c296a528a034825666": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4b9ae411c5124c52ab830db31b9c70b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "4ba523479d3444c88967a09ae7583fc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4ba7f7ea3c14442992a840b375b6d6a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4bab582590b94b51b3d27b3aea3cb40b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4bb5478010c74bf8b690c35198675aa3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4bb80be92ee142109942471020db83d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4bbf5266e88a4ac9bcb406f21720b259": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4bc252dc15ce406abe2d79cf748db7b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_be701d5a12934528879256cae0a6e857", "style": "IPY_MODEL_36492d0866504e9098c35703092a1732" } }, "4bc2adb014b647e392f52d15141ef704": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4bc86ac0a65f40a781fa10ea153843eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_baea60dd9aad4dbbad6da06b7f88ff18", "rows": 5, "style": "IPY_MODEL_fc031a49643f4b2482df1e72c0ee2a3a" } }, "4bd2d64c0f3a4df48155376fa50b4533": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4bd4edff3509458abfa8c5eb96b1a2bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_cf3cd42b3cdc414fa704aec394dd707e", "style": "IPY_MODEL_f6cc5bd41e764f2b9e122dc71b9acedc" } }, "4bdbc89a7f824476bbad69357a05b758": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e3779d0dbccd4110875b81a1046eb780", "style": "IPY_MODEL_747875aa08a0473abda74ecac710ae60" } }, "4be638a72e2a4a9584b3e8ce661f3424": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_86dbfd5adac1452b9633b4b6926ccecc", "style": "IPY_MODEL_4579d9ce89494bde8f6eb852c9bc8ec4" } }, "4bf332c622f54a26b913fcb8914bfecd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7f7d740f17ad4c13a4774d81ea8b799a", "style": "IPY_MODEL_5e08187e1d2c457f96b8d0d0e941cee3", "value": false } }, "4bf834b8d9db44f8a2757a1121048d7e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4bf8db6dab7646ed868de609732d7ef1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_506640955b3248b393ddf2517a56f275", "style": "IPY_MODEL_a744ac2e00314d6a87dc9f890d9ae211", "value": false } }, "4bfbb0179e97497fb650806680a73f87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f41cf897ea5d48e7a136fec1bea2a88d", "IPY_MODEL_0ddb9fad0d7e4a18b4c44949f15d8233" ], "layout": "IPY_MODEL_686e28bb6e3c44d89b766e2117aab37a" } }, "4bfd94edb7354f14a2253ed09de8b22d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b0bd23218f8c4510a166aeb3de0c4efd", "style": "IPY_MODEL_599142be2f564bcc83228bb92eb4ec66" } }, "4c078e9097304d55ab4c55443589b1c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4c08f28f02cd44be9d3561ae3a22c463": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8c401b887bb948da9981c0580c43706a", "IPY_MODEL_dc1692fdea894bb98bc4e4acb3e4c944", "IPY_MODEL_6ed7b99ec1884ca896761cdeaa7dcf5e" ], "layout": "IPY_MODEL_4f305ed415ce41fe8a08f706f7679d2d" } }, "4c20a04de4cd4639824090ff5d69c5b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_44f674f7ccd7498b908a6b4ab5753b2d", "placeholder": "[]", "style": "IPY_MODEL_9bcd2c5e66fa4952b71e8799b2081009", "value": "None" } }, "4c2548dbae89434fbfe2a370641210ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4c2821afd0614e8eb22fef5243fc19a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f2bdab6b694d4de18757d11a9ef75cc4", "IPY_MODEL_0efe075b01ef4c508cca2c6109422639", "IPY_MODEL_5ef9911fa608452faf617245e1cffd43" ], "layout": "IPY_MODEL_26ba81efc537495995c79b43d22d5978" } }, "4c3b1b3c3a944bc58895f14013698dc8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4c3b752d51c54f9fab4d1509cff2bf38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b851e2fe173840518a10eb6c68490043", "IPY_MODEL_634c93b8ce394833a84af311d73c8ad2", "IPY_MODEL_5a7198b5cb1349c39d409974cbf5c0ec" ], "layout": "IPY_MODEL_30d37fed21c844dc970c08fd16f61dad" } }, "4c4860b5a4674bfabb7012c4339f736a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7ce2eaa3e84948249d8cd3eff6d9800b", "style": "IPY_MODEL_6f8d5fa01a57488d8528aaec891bf43d", "value": false } }, "4c4c0a0ba319410aabdd3f38e3e57856": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_36778b070eca4bc7a8fe3a29891abc7e", "style": "IPY_MODEL_261c1bb599db467abcf00653a3e4e82f", "value": "Function parameters:" } }, "4c4e9f9e1e6d4704b99820a8ed02d86a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4c5491279d5c4930a57fb7c41c61630b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4c5a4e4a4a7343b4b97f851facc2f15a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_aa9b2cc8fd5f406dabd64b7ecde8eec5", "IPY_MODEL_e40e93263a0648159827d459a0004a34", "IPY_MODEL_dca83d00f52c4a85a9c696734515c58a", "IPY_MODEL_22c9764e1c224fa3a4c83952ef4b11c1", "IPY_MODEL_3bafa11631da40b7ad0022084bb8df53", "IPY_MODEL_9dae75c009dd4787984f3872105804c1" ], "layout": "IPY_MODEL_c4a7c6ed07fa45a38c2c8c552ec95d53" } }, "4c5cca448ef94ccb98c5892d458e9f05": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "4c5f7466a53f477eb271be9d05df2cb8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4c710d5ab0d0414193649418c604d516": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1bcf16954b8d43c08ec13de114868db7" ], "layout": "IPY_MODEL_46089c5db415489f8e29274bf28d3c59" } }, "4c78cf5ca71f45fe806ba2fcdbb97fe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_462378cf60e645e9bbf90cdc19292685", "IPY_MODEL_4c4860b5a4674bfabb7012c4339f736a", "IPY_MODEL_c2e3286407b64170bbd9e48434150113" ], "layout": "IPY_MODEL_84d08c8536c64c4587eeb0485db4cfad" } }, "4c7d683e4b4e4c6da26797dcc8ab47a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4c8048d741204589964e28c73ef78415": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "4c8f6d9f5a594457964ee0caed636acc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_0f7fcf6048fd4234b0632eb23236a1a0", "placeholder": "[]", "style": "IPY_MODEL_0af98b8ebd694ac9953ed9c15d3d7a5f", "value": "False" } }, "4c8f7bcb8fbd42f2a9f00b20dabc697b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4c9da544fd074e9681576907c215f725": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e9771100812f46adb50801c1fcd2893b", "IPY_MODEL_0df50148339b4dd8845677b27ce65c8f" ], "layout": "IPY_MODEL_b8021fe797e74263be0db20962e14920" } }, "4ca4bf0b1ee54a3bbab0614ec8bd7802": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1e4cb69f8d6b4b5e972d3abb2d62c5ee" ], "layout": "IPY_MODEL_08f6d6e8f00741a99283796d7cffc00c" } }, "4ca8b6bc97b74199b6de08df132ed013": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4cb45a9480634cb7af69c1f524ff9f42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4cb6159338f44a3da24a252da580801f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_df679b20b60943e0bf88b365ab598687", "IPY_MODEL_95e547bb6bd945b1b6911bacfef67a64", "IPY_MODEL_26149b11005f4268a7181c37a0243f8f" ], "layout": "IPY_MODEL_037039f05c89462ab68189f019211bc3" } }, "4cc8e4f3f2ee484182afeaae89f0bc69": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_09422579aaff4bf6a12b8b2afb2013cc", "placeholder": "[]", "style": "IPY_MODEL_e421dc281a554f859dfad7289de651e6", "value": "None" } }, "4cccd614ac9e4782a3008b9fe91a104b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4cd2c8ddd33f4ef3b0cf6570a3e1288b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4cd429ab634c4d339e6026769cedcdf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_0e6de80e63a04e868fcce9027c58909f", "style": "IPY_MODEL_78978bbbfbbf4a06969a11e78d5023dd" } }, "4cdc5456b9494a298b5c3283c9b9a224": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4cdd842b23f642fc866323bc95145379": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9220b97e3aa845b0bdea01e838dbe204", "style": "IPY_MODEL_a5d5e446c89c4059aef82123ce4eed1e" } }, "4cdfd245822d4658b8998fdd65665860": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4cf0cc849ff1401c8cf3fd6104c5c36a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "4cf240e683a946be9474ce333fad365c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4cf2cd1771ed41168fa9e07572fc7ef1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4cf3d2bf7e2c46338f1bb851cd769497": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4cf8878028364b30a9411f8007a25cf9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4cfeb3413e87403b96255106a510f219": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4d08f1adc0834061824f053edd5da9a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4d0f73b6de8e4a53b7ea6be6d0798fe3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4d1669c6d81e4173a997586734564ca8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4d1c9de26be945d0aa229a4851434c50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_92c674b9abf44c239ac0899e329a7974" ], "layout": "IPY_MODEL_c4d9175ca09f4052a4c313f28903ec39" } }, "4d22b98ff22746f7b85c2b1b6ad3920f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2ff5e99206364fb7bba3c3045f7959d4" ], "layout": "IPY_MODEL_a8394d54ee8046b2b711f9f407f3cff2" } }, "4d2dacb0906d4811b1ad69358178c5e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_54ef1664920d40219163d9e53ce43ebf", "style": "IPY_MODEL_4432242b900a48c4aa1d11248e2c55db", "value": " Receive <<< " } }, "4d2e4df663244e9db9a65d8bea8e22c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f9c36bfe56a44a2fb7f8beb8d44f7501", "style": "IPY_MODEL_4ba523479d3444c88967a09ae7583fc2", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "4d300f2f162448e68e5e13754167fc50": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4d3644013f164ad6a6f9b433e4ddf436": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3f83804a83504c14b4986c5491fd9038", "IPY_MODEL_ab88a07d91a840f58fd22eda79f4a26d", "IPY_MODEL_229a16161a7843679a7ae49f8dce6534" ], "layout": "IPY_MODEL_4dabd45242794e6c82a5008604827130" } }, "4d41a23fe6984533bd77914b40aa2791": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4d4528e3563947fcb05feb604a4fe137": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4d45685282714ca6a2993af59cff0b5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4d502b243f3d4fbd80bda2bcdb8375c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4d5de251346c49fab00d682971ce6160": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4d6a10077e134ab7a5c46fc7ced3293c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4d6cd40764004ba0969ec4e8906c96d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "4d77a939b97648bf9112ba004bc5db27": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4d7a336627d740e9ab430413db72a601": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0ec7dbd554cc4cb3b41f69b2a48c014b", "IPY_MODEL_f2b6da8e1ad041bcbfab9a760a454692", "IPY_MODEL_dd7e12587d2b4ebea7622bd9288596c3" ], "layout": "IPY_MODEL_d6ba4d8a91b34c5ab23df25fc36c73d8" } }, "4d9261b735094de980d911a473acf96a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4d9caaf2538948f3948464a047e5a4c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4da266b4ca344a3a8891ef4d446c107e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4da64f4b85cc40eb9785d720f7fe8dad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_92a04911eb764bcc941d66c456fd7872", "IPY_MODEL_add394b7ce254220b04e5595d41a2ed3", "IPY_MODEL_1f8b9bca260d4458853a6efa7bf04fa0", "IPY_MODEL_ac426a99b73743fe86d49c6b70f9f449", "IPY_MODEL_1f3af19b4d0642a8b0f5143854d2619f", "IPY_MODEL_7722eadb84c94cb4b766d6d3228c023f" ], "layout": "IPY_MODEL_46797c730b2843698c514e8a52b5ee2e" } }, "4dab603c2b5743b886a0e4092e2204dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_5a69bd147080477fa3b4db6264b65ea1", "style": "IPY_MODEL_83886641b67c4391b82df394d2396682" } }, "4dab7bb7dae7436e912a3c75ef7ced61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4dabd45242794e6c82a5008604827130": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4db115339b05499b8a34fd3446dbc51f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4dbac2a244e34753aaaf8214dd76efae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4dbade9943874bf5b90cf9052cb13075": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9baa3308f40f41a98b351315bbac2f68", "IPY_MODEL_18a1f553d1b4444bbeda5a03e15efbdf", "IPY_MODEL_2ad8a4bb521c4988bc028abaade0c80e" ], "layout": "IPY_MODEL_d78eff3b140345039e79c214f696964a" } }, "4dbb8a4b51a34411bfec146fa3fb0e0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e529a1c165074c6daa353f457f4993a0", "style": "IPY_MODEL_70007326a77b4c64a0cea1987bd20179", "value": " >>> " } }, "4dca15b350924675ae819cf9e7388868": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_428cc58bfe2e4fd0b331d3d94fa9858f", "style": "IPY_MODEL_ae18a073bc904f8b8659dd9b53b87742", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "4dcc29d18069460293ee06218f2c9727": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4dd29ee2fd094752a33d7807ed17bf63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4dda676124b84d7c86f4919bfe5f23f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4de2471f1d8f4e82a8c6fa4e7c4a29cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4de2e51566a5470bb2a51f17c1fb8bdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4df9afb16b034df1b12778ac4a4515f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4e06d6c6781641bfb19560d38f564af1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "4e1845713c8444ff822b45d4b08e1d24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4e1a489e609149e1aa8fcb29894b1ae9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4e21f186b0d24368845cd8a18052c52d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_007a7668388d4b598fe8f791eb0e859c", "placeholder": "[]", "style": "IPY_MODEL_5cfd7ba5a0b64d2baf44ce43f9d293f6", "value": "True" } }, "4e31b2aec8ea47629c658ec8055f554e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4e3bdabbe47d4b64ba23092e3e01d53a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "4e450b443f924087944fe7dd6033261e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4e4adc5e46c34f22a74878e014c72612": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_bdefee6bc34849ca9fcc0f06f367d95f", "placeholder": "[]", "style": "IPY_MODEL_ac9cb9aeaa3e406594d5467a265af247", "value": "None" } }, "4e5448f84da2440d9aea528e2dfd7e3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_d7c716f09cd04a93830c01fc3d3489d2", "style": "IPY_MODEL_531eb780184f4ce293c0bed4ddab41e3" } }, "4e6f3ca02c0643e784774e376e8810c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_5c4194e270ce4013adcbb1d295d14707", "style": "IPY_MODEL_5b5503874e794da4a6df572dc7fd06ab" } }, "4e76d7ef322f4e2d88a74b61404d4ae6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f05c33e4f4704389a59686bc2c9add6a", "style": "IPY_MODEL_df98f4db96fb46e3969ca26065bf195f" } }, "4e78dffd72424bde986fb6a30215d7fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_fe4bd9c06aee49e5a2340d870d9c3e8d", "style": "IPY_MODEL_d7c0271989ce4044a857ef5c96d44e5b", "value": false } }, "4e913d123e5041b697da1dcb245487ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f7c6b3ba1a314b53b42cae7cb7241f60", "style": "IPY_MODEL_40178967071543a6b440b54ff0bc46a0", "value": true } }, "4e9285f5aeac40838a41370621d28e4f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4e99f250170f42008b2bd7cc50e79c38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_f54a176b7b5c4a92afc3d601c0363930", "style": "IPY_MODEL_e82b45ba3e37461ead573ed0a46e0868" } }, "4e9a125aafe14b9c81de7f5ec8c2764b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4e9ec82aa89c4a1db2651e8aba1867fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4e9fc87b3bcc4f90bdb6458ce158505b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4eaa57693dcf4b99b2a00b730281ee56": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4eac825ebf5c4ce199582f637d25f13b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1a7f8ddc38a54422824c98484be0d859", "IPY_MODEL_6d0a4c8a8d3a4f3a980e0dd140d0b93c", "IPY_MODEL_dcad09fc15104d9aa8f2c87427b7c963" ], "layout": "IPY_MODEL_e55cb916b35d4a729b3280bf1443039d" } }, "4eae46a9ca574bb4af3bfeaa15fdc6f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4eae94315f0245a78246fc9cf87c3c66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_961fa55427d64d9fb805e1759e671ea3", "IPY_MODEL_98e0fcb05aab4317996fecd80114ecc8", "IPY_MODEL_86ae2cbc69e5435da3f81ca1dc0b278c" ], "layout": "IPY_MODEL_86a4dc75aaef445d8ff36343f7bdbbcf" } }, "4eb1732712a748cc9c8a3027d9355bb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0218b01195e042b6a34cc33298bb38c3", "IPY_MODEL_eb22bb13d6224441a220c2ec1789960b", "IPY_MODEL_0ecf98d370374648a4ad660ec3a153b0" ], "layout": "IPY_MODEL_c097baedadc3414096f8517ee21f3aa6" } }, "4eb5f69f57fa46f1b9c7e3b7de24d500": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_031200e273dd45d581068959f18cd2da" ], "layout": "IPY_MODEL_708117322a0241db954e60320e69760e" } }, "4eb88980a57e49a4a7d4bd8f15d7b4c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_68c51041badd41c09e6c4c7149b99202", "style": "IPY_MODEL_f8dda35c8ade49e084ef9ca6aa099638", "value": true } }, "4ec239df94044f40b38362d599e34337": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4ec9449b7139473da1cea9839a5b525e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "4ed0c1a973164eb889c199201173b243": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_7fa5cd497a69431b94cc586e38b73e30", "style": "IPY_MODEL_167406db5bb045058d2f17e24a52ce2e" } }, "4ed289c49af74b0898d6242974642a86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_723c374f98134e3d9b375b7eae157034", "style": "IPY_MODEL_568a2cd13eb240c1aed1d0928454706f", "value": " >>> " } }, "4ed6b003213341ce8d1a032464073f76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_7242a7184cde45d58cb633aeb482d287", "style": "IPY_MODEL_b5cf60b3ed2b43c0adbd7dc5b9426804" } }, "4ee5da8816be440d8e1b81af6499eab5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "4ee89f92cb794d9f917f96f1c8a9fc21": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_deccd4d32e1448b8b2026644f2ab92ac" ], "layout": "IPY_MODEL_b9d0efd89bab4b40a6871961e988da8e" } }, "4eef895ddc7f4b3faf0353cae3d05f39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4efaa853d4674c8bb491b66690afac0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4efd31af0db34aa3a666084c98f6430e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "4efffcc737074e6c9ad5b9c9b0720585": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4f0213c945984396a4c9f0dae48f3dbf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4f029df8ac944512baed68492df801c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4f03aade571f4e02af7e7da3b3442dac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4f091f8f228642e6b39501726159dfb1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_42613decbee045c8ba9f5fcc262a6514", "IPY_MODEL_5d3369b950e14469abafe56275b92109", "IPY_MODEL_a29c252c449545c5992b53014fd1bde5" ], "layout": "IPY_MODEL_e6a8af528008456f9ad36d5e2fe3f1d0" } }, "4f0b23b03e2d4f74adcafd55dcf23cf5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4f19ab694ecd4c7e9c62640ca57f7924": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4f1a1ef3e12c4a43a53cfbaf719f3e54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_94d80513fcd84fbcb1359bf177261db2", "placeholder": "[]", "style": "IPY_MODEL_1d1f3767c3094f368e33fb872a8840b2", "value": "required_required" } }, "4f1ad992dcb3485d8a0ded12ffe811b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4f1ec1ec44f042e4980db6830fb123af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ebcef26f2602486f886753a84f2a271c" ], "layout": "IPY_MODEL_970c26fdc1334099b60b17e81e4e9a4d" } }, "4f24ab3ee5e745b883dc2f9b2c9e9952": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4f305ed415ce41fe8a08f706f7679d2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4f34bb5fdc994a6da45b02581fd4005b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4e9a125aafe14b9c81de7f5ec8c2764b", "style": "IPY_MODEL_e1f9db25c07f40159af78d8cafe156e5", "value": false } }, "4f34dd1a0b82410aab984b0965ae5b25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "4f35cff27dc54b528b367d41899874f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9317f643b5b142319e84e108c5e1c62e", "style": "IPY_MODEL_8e36df54de3644f392084f1bcb1540c0", "value": true } }, "4f48c7c5629f4bc69edd2db1e0990c5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4f5035ccb2594062af9faa415715bbeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_aa3e4ea0872941f3acd67b39adcd4443", "style": "IPY_MODEL_a38e8dd7831c48b4be8ea41820053f0d", "value": "Function parameters:" } }, "4f52b80258ab43afb200ac059f7dc37d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "4f54883d260247edbd9cd51dc082da43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4f5834eaa3b443419a6f3ac77a7afd25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_76dc6c1d7cc04679ac3af4c21ee20bf3", "style": "IPY_MODEL_efba7b6d5f044be7987e471a019c9fe1", "value": false } }, "4f5e353761b3451380260245e1737bca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "4f5e52cff01a431f84b405d8f0e0d04f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b8173447bcae489ca2204ecc1ee343f3", "style": "IPY_MODEL_bc6a1e445f7443ae89fe71923942622f" } }, "4f61ea269ea4417088a3a1da3e58e49b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_b78232af52114e1d979257db7283ee06", "placeholder": "[]", "style": "IPY_MODEL_c5bf9bd60a5d45a0a085c78cc783148e", "value": "None" } }, "4f62723aeb3b41b7afa1958fe90f54d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4f657fc323bb4a32b6e5a867935a776f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_25b5ff91d3b94310ab175f7ac77a479b", "IPY_MODEL_7c351729e5e545749e5400648d79df77", "IPY_MODEL_945256c68db944f2912f71bbd7e9af57" ], "layout": "IPY_MODEL_64f374b13bd6419e879d89d5088781eb" } }, "4f88e062f8d7434a9b3f62fca2f22896": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "4f964a17a49449cb92c8dc7ea1a1786c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4f977e2c888041fba1ac9181a0378fc0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "4f99dfab2db94ed7b16161a4ffafaf20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4fa3a4e63202429181eb4e24edb012c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4fb51413bc2c441aa26bc7282ac905e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4fb946b2beb3499e819848d0e727bef0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "4fbaf28d3dc040878572d83bbb871b17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1b877cfa9ef14691bf6fba02ccc76e96", "style": "IPY_MODEL_03df8cc9221d4b16b8faf7ceed925ad6", "value": true } }, "4fbff39573244ed88ceff6ff14fb9dff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c654b565ee3241c0a9e8884ffd310118", "style": "IPY_MODEL_e54860ed99d4472790378a4da518f5a8" } }, "4fc83841aa684a85854c978b0efe4338": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f62a1bfac2ee443398f2033412e22d0b", "style": "IPY_MODEL_110cad9c16fe49debd0a59bf58a5aee2", "value": " >>> " } }, "4fce43c9a2504b1aac9825e13a01c432": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4fd34da5a2de4e0fa0250e9ca6df6b2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6f40305f44294e859c7add54512da7da", "style": "IPY_MODEL_119ed986c5e147b98ea0c59dd62f17c3" } }, "4fd66bca1c034de5bf4213913df0f793": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4bb80be92ee142109942471020db83d9", "style": "IPY_MODEL_432e1b5002e143ec85de0721199c2266", "value": false } }, "4fe16ea33f4d495da8bca982e6596689": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4fe3022685ae416e96417150e3599b9b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4fe4b7f97d7d4f6d99cc488ecce94cd6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4fe4ca43f41c4f948e44a4ae879137bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "4fe4f02a107b4b98bbeddf8c2e9c69cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "4fe54144fcb84b52bfb88c540cfe0591": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4ff3ff89a22f4a68a6bb140369d24b13": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "4ffb1d9cb9284e41b8615e97adec94f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "50026e1085c545a6999015f3c46f0296": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0b3637054c2142efb4cd2ed0a08c8786", "IPY_MODEL_433f5136619f4f1fa5a29c64822e9fd0" ], "layout": "IPY_MODEL_8120f2ad602c4459af12be8f9a23dbfc" } }, "50057f46e90f4617b309e929d9d7aee0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5008c8cc85884394afa33eed7aaaa00f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "500f375c1a8840228335483113564d9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ee66e5bc927249dc907305680e01e6dc", "style": "IPY_MODEL_bfffdfe2d3494919a72cc826322e723e", "value": false } }, "501ba791763c41339ab7a43fcdf244f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_423f31f0637e468f8e02c91b9bb5ba6a", "placeholder": "[]", "style": "IPY_MODEL_b4d2a0bed5a943baa017e044f71be162", "value": "[]" } }, "5031c1c874aa466cadd5c8d91a7610f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_56fc9ca2552c44e29f6e0dee0bbffd4d", "IPY_MODEL_602025339a534907997c0dbaa1202827", "IPY_MODEL_a6b57cc7686d4c64b9fa56930294bf0c", "IPY_MODEL_e74d795fbc7e40558de140add167aaf2" ], "layout": "IPY_MODEL_73d56b428d714d52841d2e02748bbe0a" } }, "504320ec7c494f81a5948c39764dc366": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "5051133ce91240ecb479845d64bf0d63": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_581beaf24ddc41888f3c02e0958464dc" ], "layout": "IPY_MODEL_17d45ab83a4b48c2bf1f61ea5bb6cff6" } }, "50638ad435c84f488076cae093a380f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "506640955b3248b393ddf2517a56f275": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "506c429c8f09422d98311c395fa6a78c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "5072b42266ca40b092e451ecde18f93b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "507b8b98dc7745108a693553b83fd2b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_724c500ec0cb4b8b9232dab83318da89", "style": "IPY_MODEL_71aca40690e441a6abb61159b52b691b" } }, "5081bc3850bd47eab4103feb52e58391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5ea1b59592874f029847ccbd5f39ea9f", "IPY_MODEL_9318e492ee36401190c6301a0d2fb9fb", "IPY_MODEL_fc89bcc33c1646e3a624e5bccc0890c8" ], "layout": "IPY_MODEL_b3051b396de34f6d8ccf6dc2f83388af" } }, "5082244092d749deb3002e2e361fd351": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "508819994e8d4e37b2c92a3453035c4b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "50966fa6d4024cbe81b67d19000440e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_c64bf0bee6ce48bc945b56082bf99d54", "style": "IPY_MODEL_6ac4f730e7ec4eecbf2de2669753d91f" } }, "509aac98cbce435985de1a6c8a6bae09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_980b9a051a9048e7ba855eac9c984f31", "style": "IPY_MODEL_3a4f6fc9ff144acbb6117fe2e50e77bc" } }, "509ba96ff21e4b2aa6be53cbed711942": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "50a12d4c872440a292ac83304935f87a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "50a7565f3d3b4cbc8ae94620a0edc3d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c7650021d0b14750a8c4db3563cf3f3f", "IPY_MODEL_1d33085a63e44db19e08311f646820f3" ], "layout": "IPY_MODEL_6bae348451c844acb3085a1ec583af9a" } }, "50be9e497d214525af4dc2f68fab7626": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "50c925ae5f504c97985ad584258c356a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "50d085099bd84a8fac5e11d69923e87a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_84035574c9ad4401b862a14250bc9a91", "IPY_MODEL_0d536efe14d745d0a5d227c65c9037e5", "IPY_MODEL_cb2d3eb5a530479a86e2c1352c1f22ed" ], "layout": "IPY_MODEL_0c41b6d4b1654826bcccf88880421c34" } }, "50d19efefdfe433180227c5a9df5df2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "50d21e83ac5b488f8efe043a5f04b648": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "50d268cc6a3d4293a4051bfecb372ab1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "50d40da4e438456596e07a3fc93d2f9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_449ba29672cb4815aa4a5a38789a45b1", "style": "IPY_MODEL_be83177ea1b34de5a00b37c02072311c", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "50dae05ea0834e19a2ea9c430a6f1e6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "50e737281eba4c139daea52d4e7d6e0a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_410a220628aa4ff68444e29a2d760b61" ], "layout": "IPY_MODEL_b3400502da924345bd88a6ff34e73854" } }, "50f2eabfd5c64cd5bf6e14ef632e7362": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "50f4111385c54919ae4eda45c73d7b39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_c792f895666448e4af9b69d63e794928", "style": "IPY_MODEL_db01bb1d79064c6d932ff8753518d57c" } }, "50f5c3bdf8fd492f96d0466bcb291d2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bd1af517013442efbb26e63f3a11c53e", "style": "IPY_MODEL_30672a13e5254261b48b7ca45208074a" } }, "50fc506527ad48938be3f24068a44e0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "50fd2faa9dd7439487c2b8e44bfe9830": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5103d0eadcec43b982a99b8a360d071e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_060357d56033439eb19fa423dc69457e", "style": "IPY_MODEL_d6ba7138571144b1b4a2318891dd2540", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "511b0f7b323e45c39395e20e5d59e0ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "512035ab84c342b3a4f145f6330ad68f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "512cb68ed1c6453a9369aa5f10d6dbe4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_24a8a2c7e1b547488e30c5136bd0c96e", "placeholder": "[]", "style": "IPY_MODEL_3fced101a0ea4b52b941f39f56c0b49b", "value": "smiles" } }, "512e7d94d91a414f80f5c3c245a9d89f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "512eb9268cb34515925baff8f99decdb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7f6d977cf210403fb9e0f30e6cc8a0f3" ], "layout": "IPY_MODEL_4070c42dbb724a4da32c2800f0990aa1" } }, "514580828ba346bc93ffcb04395f68ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "5151dfc9544c48558841ffd43e287e8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "516591958e5d46d5b8218110591a9af2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_dd0550a618254dcc9ab8ecc71ab7f47b", "style": "IPY_MODEL_bc9d7b2a460047698ceca181bd755828" } }, "5178321a3cd64744b0ac1b43f22aa252": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5194651c037946e18f19237f0c10ff33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "519e40c23d874c66a6dfd34ba61b28ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_256893951f47458aa42bfebf1bf13df1", "placeholder": "[]", "style": "IPY_MODEL_ec993057975b4a17a95e989f5e62557a", "value": "None" } }, "51a0d0cef6c745e5b092c120498d0837": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "51a596e29e0545a5ac07152383a18157": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d054ccbdcfb74afc809603ae0e7e24c7" ], "layout": "IPY_MODEL_48ff32966c6c46fe825d37abc91e2202" } }, "51ac3fa93a6a441ba951acd4b7e79839": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "51adfff83296499f92863291c4bf0256": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "51ae447c86ce40e28ff69991d189138f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "51b041303e204e59a726b4f758238a53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_fd03f5f1974b41c285dba983960b1fbb", "style": "IPY_MODEL_1c31e0a88f02485d98d46df8c66e26b7" } }, "51b1b7e2454a4966ad3e9709248815bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "51b3efda797a436a9ebd58d2e7c1cd57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "51c21474a3144c0a8fd32c5ac1588699": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "51cf74b4dd6a45dcaedfe825a7cad12a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_eba5ec9d43804a95b78a10192f342250", "style": "IPY_MODEL_fdfdc658b12c440d994ddaa51875afc9", "tooltips": [] } }, "51cf8982e3aa4b85bf41231d9e5c5e98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_42aa57a339754c959c21a90d8f931c60", "IPY_MODEL_74969e90bad8436d98cc7abb32535f0f" ], "layout": "IPY_MODEL_6774f159ca044506a957794f437d7a3a" } }, "51db66ab032240dab17be1451d1a6564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2053542a35974e6bacbb070ef6c71c8c", "IPY_MODEL_a65415a0b4ef435b838e68dbfab97801", "IPY_MODEL_c7c71c995d3e407f9e8582f0085dc087" ], "layout": "IPY_MODEL_22d59c2b6a6f4092a13cd2ff0f20c56d" } }, "51de46173dfa4eb596c332c97ba37e35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_5e23ca93645d4ba185a38e3e0dbda88c", "style": "IPY_MODEL_a617314fd6214ca8b346255622afe454", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "51e9fef0077642888aee997b83a4f8de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6e085de433904174bdfbe8b186ac8d5f" ], "layout": "IPY_MODEL_2a2a09b4c6b1466a8ba8f4581ad2d621" } }, "51f07d716dfe46bfad09e11d2e1efc7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bc529d484f794c058ac02ea346e1c596" ], "layout": "IPY_MODEL_621e0fd96cc74787b118f1f570734011" } }, "51f1db52dcfb497cb09b0a14fb32e5fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "51fd0aa6e850407aa68e31a3c89f769f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5200148aac514f06b8ea78564f1542f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_86999ea4c3924c05b7828d30651bc152", "IPY_MODEL_9edd98f5c8e140038779cae667ccb79d", "IPY_MODEL_2b4100289cc74d4f8409d1c4ecca5abf" ], "layout": "IPY_MODEL_3362365a197146a79e23045f72a74fcd" } }, "5200867fb3bf448d95fac9b78ba004ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "5211bc958b0b468296d01e93e3ffe964": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_307e0d9824e24da3850ec866d8bbebd0", "style": "IPY_MODEL_5727de7294b447efbae6f71de13be8c4", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "52122761556648cdb7ccbae0a5a92f4e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "521c4280fbda4a34afbb76a162ed2263": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d81f1e1c304c4c1ea1828c43aa10ba8b" ], "layout": "IPY_MODEL_e1201393df3247e9971f2105620bcbaa" } }, "5220e5d2cf1c4bc281676d5c747ab725": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_96d3b0705ef3456b914ece3c6e1f8992" ], "layout": "IPY_MODEL_b1d825c857614e74b01c3e7838f7c839" } }, "5222ed0483924e6b95b460bba6e56677": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5231a3c5140f455e8a88b0a62dfc5a1a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "523668ead85849e0aead06e3599f3c9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5237f5ef60144564814f2daaed424599": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_73a6fb8e6ba3449aa914c86b6061e79d" ], "layout": "IPY_MODEL_60f4c8149eef445e80da0625c5aa04d5" } }, "523f26a337bf4639ba5c34d78a6b3767": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6ccc5d3805784549bbfeb74388d1b22f", "style": "IPY_MODEL_d74f08a29e8341b2842035fd70023ceb" } }, "524263b70abf456585fd253960f68505": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5243b0b585eb4ba4ad92e468d7d3900d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_6d2763aa73a74a5e8c97c2db16c989fc", "style": "IPY_MODEL_475d1cb64a38461b93e00df4782debb9" } }, "5254dd3dfb554de3a227d93e92a50600": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "525a37d1998c4c29af881f8e4ffdf23f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5222ed0483924e6b95b460bba6e56677", "style": "IPY_MODEL_88c6c83978dc466e9353024181f334c0", "value": true } }, "525aad79c33041e0beb3163e1d0c7a78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_437ef10c8aef4af982e6146d2388afc7" ], "layout": "IPY_MODEL_b79dc91f1b754f8a943a89aa6f287f19" } }, "525ab254ba634c949c2343374e2ecdf6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_11b70128d096441ba457c1790eedce95", "IPY_MODEL_df369257545d4f74a7c2f880f057cc79", "IPY_MODEL_be1c3168c6624095a0612c91f6b6ae2c" ], "layout": "IPY_MODEL_28a93ffceae64688901ac366c19c3aa7" } }, "525bc485585e415fa5e332dd96ccd5f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "526d87fefbeb482c82fa1558d507b75b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_4cb45a9480634cb7af69c1f524ff9f42", "placeholder": "[]", "style": "IPY_MODEL_984874146eec499a91b2bb19d6c9a161", "value": "smiles" } }, "5275c2604b394f18bd766ce9ba801417": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "52760461056c48a3b096a088b27d921f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "527c56631e78422e958d6a6729e5da5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5281daacac704730a83054d4347c52cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c1e9e1fd308e464bab9ab33d204e42ad", "style": "IPY_MODEL_91483750fec047d88fe75b309724820f", "value": " Data Mining: " } }, "52993889d6f44965aef50188985a296c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f26621faec70445fb6f6f241149511b3", "style": "IPY_MODEL_792ea7598d1a44b3a398d833ddaa9c5b", "value": " Data Mining: " } }, "529af92b80ea4e37bcddb72a09eef1b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "529d1d8e967b461e9f2013fb02b58fc0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "52a9876b27f34e3cb3c4668da35be9e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "52ad1d242212492d86156ab2514964b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "52b132ecc3c341348d8a23d2fa53867f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6caed3b23ac04dcea8f6e636ab1146ba" ], "layout": "IPY_MODEL_0cb05c1480364dec9d35dd663021079e" } }, "52b494229d624393bfb079a8bd0472d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "52b49d1bc23d4ac9bc79a9242ec09787": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "52c8905627ce43cf96bf1f82c48eefe2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0410f910dee94ff2a72aaf97a0982606", "style": "IPY_MODEL_e322686dff2c4c4e8ac4acfcb67b2127", "value": false } }, "52e0dda419234f3d84bde7456b87a117": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "52e15a147d0f405893ffd97958279ad1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7a71f565e35b4c76b39e9f43d9f694b2", "style": "IPY_MODEL_ac8c5c6ad1c14573b09c151faf40a238", "value": " >>> " } }, "52e32f1248c3438a8389343d5e971ed6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "52e94d420cb5472eb1fa5aa02020e18b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_98993b7e28644b4b9d81698214e4aebc", "style": "IPY_MODEL_5e31b25a8b27459c8d8aef22dc38a0a5", "tooltips": [] } }, "52f741bee0094ea5be85d4d28308f4f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "52fb2cd49d634125a7eeba3a1027fc45": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5302c362efe44967b6cb18b2fc669c28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_aaee4269bc3c4573b19e5ac53ef7eab7", "placeholder": "[]", "style": "IPY_MODEL_c501e47f3177466793906a04c2b3f357", "value": "None" } }, "5308a3ff5c224abe9e6ff11d268330dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_576fc6921c5a4713b3d1d10b313db9c5", "style": "IPY_MODEL_4a82a95780a547bf98e63a20f76d500d", "value": " <<< " } }, "5309a52f430441499174193c0372e019": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "531eb780184f4ce293c0bed4ddab41e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5325afcc19ba45b98f2b4dc1a40de5b6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5325f1e52b6a43d78daadc61a68505a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "532b454f3a6f4eca8a5cb4c761e4b919": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "53341837041b41d1a173a7e43153f47b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a6d6fc7f67c84dbea81c396dcfecd010", "style": "IPY_MODEL_4a245e0558024a7aadf64be0e20dad32" } }, "5336cecbd3fc45529c574985523312af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_85b0f5a0b4804f0c9fcbd13c90ed82d6", "style": "IPY_MODEL_89074fc4dae9498c8e36e17c027b352c", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "53438b3653414955b31885372720a108": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_a7c82971b47141f6b6a036895ad2764f", "style": "IPY_MODEL_bc89aed182764202926e9a715040fe1d" } }, "534413bfd3df4364a81c26e18b824819": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "534431ffc6c34a15b8b79e176369fd0d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "534c5c5f68b24d1aad4fb513cc49debc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "5352053aca644f3591fd476165131b8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "535ec202d95d422db82f35dbff65f70b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e4a1d454fc244786a4bce13d8b86731a" ], "layout": "IPY_MODEL_26e37754b796466aa7ff616eb893f324" } }, "5363bad3aadb493094914ea2144b3b0c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5371b20238ae4727a2a2b70ac61ab89e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4d4528e3563947fcb05feb604a4fe137", "style": "IPY_MODEL_f1b06d2283784b39a4799a9193d3e9d3" } }, "537e30925f08406087ca7becb5e5b457": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_f0331bb0a6a748b8a49f9faf7248f9da", "placeholder": "[]", "style": "IPY_MODEL_5dc7762f794047119aa9f0bf63fdf49d", "value": "Morgan" } }, "53803709371048af9112fd655aaa993a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "538d42bf7b1f4110b63ca401eca91bf8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "53913c33e7084f6c9d8209e9ddab8116": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "53926c58264b45d19486cbcdd53bc595": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5393025e12d5439fade2ce0e9c43d3fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5393270165e44f69895bedf24abde634": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6c1ccbe2a88840d6be4293418ff93ec6", "style": "IPY_MODEL_0c809d40dfbf4dd4b30ab84c5efe7c9e", "value": true } }, "53a41d5978a548e698e76343b60c6a9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "53a8e3e5dad747088f81ae5331247557": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ab344355b40744e2beba14445c9b0f35", "style": "IPY_MODEL_b450a0af9cb346bc8978ea97bdc32a24", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "53ab8a6b15ab4caf9c07b5a5daf26f51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "53ae6ec2319f4d71beb5530bd08187a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7ea9ce2cbd944815bc46349260ae4485", "IPY_MODEL_090f629b1d0e483eae0f45b88dc3b798", "IPY_MODEL_e763df9ecafe4d208138c1b2fc9dfa52", "IPY_MODEL_2c98484f606349f7bc8b7f976e8042cc" ], "layout": "IPY_MODEL_cfeb86eee1544506a5e1d0b53aedeb12" } }, "53b407506958483ca41d9ed86a4cccd9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fa560faebacb44d0a350acd5049a72a6" ], "layout": "IPY_MODEL_64c7f0b8f80a4203b1f453d1f5b30695" } }, "53b61eaa8cd144e696ebd4c5be643c0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "53ba8791d5214abab3d06affa4de9e8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "53d7ce428ea443378b89994788bbd498": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "53f41b18fb084f868257eea845e7f905": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "53fa2fc313a948d5870b926a2d50e103": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_16e82e7002884d6eaf5f8a3bbbe28272" ], "layout": "IPY_MODEL_0b1960745a094414b9078e5a54c53d98" } }, "5401e2d5d4814fcb98fdd999e10813c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "540501fb9ec749dd9764c0e69af7b975": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5424bc69eb594135a78a17d2237a3463": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "54291e44b5384ca79d71924b940bced2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "5430725c853e4bc8bffbba48e4271929": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5438895c30594760853d6099c0736b03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_22dde7920efc4140b9020ed83c86af64", "style": "IPY_MODEL_806f00e763614532baf2273bf5f7cd50" } }, "543c6d43d5944759ab16fcb961969a79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_91cf2840f01d492e8e9fdf7164b3a848", "style": "IPY_MODEL_9470631972e1417dbcd9bc0b14f10677", "value": false } }, "5442c562f57248c8ac5bf7cf9edf6a37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_14b1075bb67d40e7bcfa7359d6312e3f", "placeholder": "[]", "style": "IPY_MODEL_3e4081716f254d739f845729a677cd49", "value": "required_required" } }, "5450097f387049cdb778d9b57a44617e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_f78b5a0f52fd45cbae1be672d7ee502f", "placeholder": "[]", "style": "IPY_MODEL_1ec0b852707044ca8f7f2118f809f63b", "value": "None" } }, "545044dbe09845298c5fd7a0a2579f1f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9d2ac85c82164cae82cc6cd1667566ae", "IPY_MODEL_36e7fe0205f44b319140e21d6028adae", "IPY_MODEL_fd6b259f22274387a1f57ccd659b8204" ], "layout": "IPY_MODEL_a56321db8eb94891ba001f9f409fb2c6" } }, "545fe03d0ca846acb7554d1d9dd662b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5465dd02b17f4804aa7cc8441e659945": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "546ce807a14c4d9cafab144fa2490efc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5476aa8f88e94644a2586a863687689b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5477908051dc4823b477c7aa072a82ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "54875990607f4114ae3923853b2529d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5490d8ef8f164ca3858c70bccc671fc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "54940b75ddb64a5a911927c45d105499": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3194027192b846c481b58ace43283cbf", "IPY_MODEL_e236b963b8584b6198289a1e8170907a", "IPY_MODEL_e609aa6b8da54d40bf0eb12f87a84495", "IPY_MODEL_6784d6cd493a4a14aba606f8659a3cae", "IPY_MODEL_d7df615f315145bfa8c7690107e7f916" ], "layout": "IPY_MODEL_f50d359a41024a3589c43e081880d318" } }, "5494bd2e4c2c4b40bd1dd6b234094e95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2f65bb7d10a1457f994bea966b6c8613", "style": "IPY_MODEL_fdb90c271dc9420d8acf77e459bb2942", "value": true } }, "549a59f57a0b4190960a24dc40c0fe8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "54a908218a5848c4ac0650c54ea39274": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "54b22ab42b12419e99865a18bc38d4f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "54ba2bd54c734d159d2b13bebc6b8eb6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "54bcc6a0f9d54bde9b1d581794c72ceb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_a3dc9aad569340d1b205c0518b586af5", "placeholder": "[]", "style": "IPY_MODEL_3de23b02437e4ea597705fce66a3d4c3", "value": "None" } }, "54c0b000acd44f369596d1b07f100d3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_5430725c853e4bc8bffbba48e4271929", "style": "IPY_MODEL_a8233fc482f14448abe5823a52e8c083" } }, "54c0e3d0513a40d7b92318e3c70bccf9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "54c440a29a9140b28bbd2f9922e4b321": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "54c4729e83aa4ac58c10e523eeee3753": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_aedc6e07233941919169e0a10c172201", "IPY_MODEL_4fc83841aa684a85854c978b0efe4338", "IPY_MODEL_303310f8c48a4643a6ae4b0fd2d19465", "IPY_MODEL_4630aa9090684885ba725a64cc09c17b" ], "layout": "IPY_MODEL_0daaf75d027c40a9a25fda2d8743c296" } }, "54d16e2dedf64ae3a922d762c0f6ee6b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "54d362632f8946e8b2a9cd5804608bb5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_dced7411f9be4326b16889ce781d4985", "style": "IPY_MODEL_338d62c6f1244cf2a3f57447f422dccd" } }, "54ea871969b74a99bb91d6025fe1866a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_07adba7aa06d4cfa8b7f2565f55ce2ad", "style": "IPY_MODEL_9a340d6109684f0888df40d239115dc7", "value": "Function parameters:" } }, "54ee8e71f7ec40938955cacb3c5f57d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "54ef1664920d40219163d9e53ce43ebf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "54f3831c4d784fb5a5f84c9858efba9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_72ad1c7abdb54f3da3e49a5961f00220", "style": "IPY_MODEL_7ffce94a7d154fce9526b95c5f5a9d5d" } }, "54f7485b797f4961b3f84a7c897a29c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "550363fb6da5411dbbef156ed6a8fbd5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5514f8ce5c9d448c918396362c4b69f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "551d4943f10841edb6d366846e460f78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5523a776df664aae8908e507af81d124": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "55281db79b284365bd20f725431f5757": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "55299b1223904857bef698ec5dc8eead": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1226a855f98249b9a1f4e6eda2f50fb6", "style": "IPY_MODEL_ae2cea07265c48a280dfda5285edde98", "value": "Function parameters:" } }, "5534b44d576c4af7af583791383af035": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "5545bc46eb064ad99df15f98aaa97b84": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "554625648a5e48e1928a1d8df96b5ee3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "554811ddf0f34445bc07f0982cd0a820": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5553d65689ed4555b59438a6be12d819": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d23b210954ab4eea889882ccd266f419", "IPY_MODEL_1d0b26ff57f74c71bfe77301be07260d" ], "layout": "IPY_MODEL_c0b8831ceae241e0bed747977b6c0594" } }, "5554488675b74c7b9a31e09ec661fc23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "555e608821d4487c88453ce8b3d3d2bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "556a863e742d4bf9850a55160aded859": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_9037edd13ad04e28bda9fbade5d5e589", "style": "IPY_MODEL_de6da3a7b2dc48489c646ae6f9f3968d" } }, "556dce7e2ab545419aa80a965606c2b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_7523509c853448d298f6d59b187969d3", "style": "IPY_MODEL_1bc301f501794f6c8701274f60861619" } }, "556e9e89cffa4c90a1c98d1b3f563c4f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_39f51ab38bbd4704b3050698550ac86c", "IPY_MODEL_8891c19d4bd348b1badd0d22c4c66605", "IPY_MODEL_230b7c6846274f6e8f284e0b14c0fd28", "IPY_MODEL_1f6d815784664e7bb4ee4ccd5d111642", "IPY_MODEL_f0fa518812c040c5b5a2a1bf478a8822", "IPY_MODEL_f03fe826260d481b97fb9607b808dd36", "IPY_MODEL_4c78cf5ca71f45fe806ba2fcdbb97fe3", "IPY_MODEL_9c9843042cd6497d98b05881a80a750d", "IPY_MODEL_9807fd61c1f64bb7bf050667ed995673", "IPY_MODEL_9ac35b6bd016433492bd1a6a277501e6", "IPY_MODEL_ebe7611aed464962998a6c0d2a836e2d", "IPY_MODEL_d2a2ea37799a47748d32aa2200ddf3d0", "IPY_MODEL_a3f3adf1b58b402cb520fd46d99a6bfd", "IPY_MODEL_79e2783e8a0141e0807f9c3790063f82", "IPY_MODEL_ba950b87e9ad4e3a8cef9ca891f79866", "IPY_MODEL_c6e260a2959b4634b35fba9b81a8751d", "IPY_MODEL_8c26ee7bb23447ecbc97352f77da332d", "IPY_MODEL_1cf2a88f7d874483a1c725445e131c1e", "IPY_MODEL_545044dbe09845298c5fd7a0a2579f1f", "IPY_MODEL_0809923e4a6448ca875b7ad704f5429a" ], "layout": "IPY_MODEL_aad43b04fa554791b3e3f1b68f738296" } }, "55858935306b4ba2abf5c82a42eb6df8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6ea371a1501640cf9ab231bfff5ec6ff" ], "layout": "IPY_MODEL_6a1ef465ac27492c99cdbcdd387e7fe6" } }, "559a8d7b644d4f66bc156e7de522d132": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "55b08fef2dfc45bf833da2a4fd5b434b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "55b222da41ce464ea91928eff578d7cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_cf4b12be5293456a9dbf5e7e50183b26", "IPY_MODEL_212af9c8a67d4b87bc6967874b0a119d", "IPY_MODEL_fac301e009674a60ac30113ee19e74e5" ], "layout": "IPY_MODEL_75d4504c796c4184aba0c85594ad4bb1" } }, "55bdbc3ed0964ec8a4bb45e30182b822": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_dfc36afc0f3f461d9ae1ca2032906111", "style": "IPY_MODEL_4e9fc87b3bcc4f90bdb6458ce158505b" } }, "55beaa571d6d49748fc5da94ffce4882": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "55bf06ea7a5344ddacfbe2d6ca9d36b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bdfff1021ee64e91a9cce1a1a7a7b9d2", "IPY_MODEL_fdc18690eb344f02b8db7d87837b41ec" ], "layout": "IPY_MODEL_314d85b085aa49e5a6245015f39f8efe" } }, "55c203f6697243809fb95b4df0a552a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "55c9a6501295406b819800f91da599e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f97a253abbbb46d3b633d3af66c8abfb", "style": "IPY_MODEL_d2a746027ed043c2a6d6d1d2639bbd38", "value": false } }, "55d8911f7f2544c788cf84dd84c1eb85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_27658973dcfa4c938f61a824d1c80411", "placeholder": "Type something", "style": "IPY_MODEL_f49f6bb899f247e489dfca254e769c04", "value": "CMLWrapper_out" } }, "55d9a41b19954349be220d84a65b642a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "55e181696c3140058eb6d9ec35055911": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "55e8c77b262e49879afe04b8054799f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4297751f201e48048798a798fe7a7bba" ], "layout": "IPY_MODEL_a65f913f9c824e35a1e8e027f6284fe7" } }, "55ee4eb6c0e6414599abfb520a1a77c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2950e56b15e143dfb2b12dfd6ffdb5eb", "IPY_MODEL_4227b238833549f6a401bfbe8ff1fd0a", "IPY_MODEL_91be1d943c414001afdf6e38ebd4cb00", "IPY_MODEL_cf502d1e44514d69972b43c7eeea2149" ], "layout": "IPY_MODEL_a38406fef0d84c43adb7d37325b81e49" } }, "55f29af82fe548a3badeb7778f381b60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "55f2b8f5fe08441da159aea306349611": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "55f4b7a6fc1a43dc821e2ebc68b636cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "55fba81083174e9a901eb4da1b29b020": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "55feb23fefdb4188a14351e0f525a669": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "560865c79eee4ee48f282d42dc9ca8b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "560ad0882c7f42e59b497af0359ed663": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "56104513fa75489eabbc92c873b5d404": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5620283e6acf4a4b92b143e39b0661b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "56211a7606a04e62a10e0b0c818cc7d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_10a310ab415645acaa9fc1955765ddf2", "style": "IPY_MODEL_1a357e924379442b9ab6083b2131d909", "value": false } }, "5624241cba584d47a4ad79bfcad0f8bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_52ad1d242212492d86156ab2514964b8", "style": "IPY_MODEL_f6f8d7f30e8545b5a157b4837ad1db50", "value": false } }, "5631c45b86194cda9abd722af7c23099": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "563425c2c39c4c5c9385dab30325c619": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "563525ca5e5d493dafbc854c357a5dbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3926e2bbf2c3449991aa42d453dcd6e4", "style": "IPY_MODEL_e520364cf8cd4a09a8f7995b3941c3a8", "value": "all input tokens: molfile" } }, "563b093bbd25468e8e673379a5a834df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_06255627526a4e8fa1b47affe833543c", "IPY_MODEL_68e636a092ec4ab9b02dc581790cea95", "IPY_MODEL_f6df58722acd4b229c0dea19e2351cac" ], "layout": "IPY_MODEL_1708e2857b95409cba85e58ceacde3d7" } }, "563e47fbb3474a4f927cc9843dbbe9e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6ddbddad11804d479cdd025c95146783", "IPY_MODEL_39e28121b77947b5be0813a020c57a35" ], "layout": "IPY_MODEL_0d0a70969cd44ca5a28ccf2e3e31c892" } }, "56469327019c468ba71b786f588ceeda": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5667e7ae868740d296399f133c3140d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "566b5097369c4eefb5d9440c7e25fa6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "568174175ff240e1afce416216f175be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5686878aed5248fd839b5785ceff6cbb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "568a2cd13eb240c1aed1d0928454706f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "568d79848f0a41f9b4fe4428d94877ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_cf15be073cfc41f186fdf2a7ee95ed70", "style": "IPY_MODEL_4b82ef19b49a4ec89f960e1a654dccf5" } }, "569013a164604b9c9180da01d2b2f7c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7d2a0bfcb5684816872bbf371e73b614", "IPY_MODEL_83318da780234f46ac753523b6abe829" ], "layout": "IPY_MODEL_1cd0b337cae04807a5ec538aa0993b10" } }, "56945b9117d149a2a5ffa6e729352dff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5f8599c7c670438a86098d0c88a5faff" ], "layout": "IPY_MODEL_9ca1a24b50c14d9eaaba451ad3fb19ca" } }, "56952007910a4e9da24192ba505380fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "56956ff5269d4a0199ae8e8b5a675f45": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "569a67b9a7d84d25a2b2843f97d778c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_01a698f20dfa4940ae53196723edaa35", "IPY_MODEL_1c018237fa3e4770b76b4fe885500889" ], "layout": "IPY_MODEL_1565ce7453a94638b6ae672527cddcf0" } }, "569c34083c724a548fd0d38e05064a0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "56aa3a4e76d24c06890121a7fedb0051": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "56b03b676e644cb0bb950212a0f03075": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "56b6a82e76b940029188be26ec24c08f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "56c7308e52724694b5918ee44a5c2d40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "56c96777adc04c8498a9addc80874146": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "56ca6a49c8084a4491594e8815ef3aa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_1cc3ca6be7cb44e2a7b06afb66c77c5c", "style": "IPY_MODEL_f69b965e567a4820a7f2abd9bd21f303", "value": "Choose a method:" } }, "56d4b52b8abe499fad9989e9cd63cfcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "56d5b871b55b4746a6d1551f1276ac09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "56fc9ca2552c44e29f6e0dee0bbffd4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_21c5e5f11e0545dca29291afa1574b02" ], "layout": "IPY_MODEL_642bf7b5c8ea462b89130a01b86211d8" } }, "56fd5a487cfb4907941d2d164aefd021": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2532643332c1444594a1f9789590b501", "style": "IPY_MODEL_238d84a3395f4940897d2e65b1ca77dd", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "56fed38ac8024b26a25caac9b4414635": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "56ffe83645f349b2beb3caa40480ccb6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "57046d1fc41e4e9db8c54681a58d613a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_99f6f0817e964496b0b431846c44cd77", "IPY_MODEL_106caea9e2214334b3ecf41fcb700b52", "IPY_MODEL_36054a14ec884e19aac6b3e9ff69894b", "IPY_MODEL_8a0d7b8907854095a0db8e745eab10af", "IPY_MODEL_85950596ea054a15ba1f9796142a7289", "IPY_MODEL_eeebd4e56743404fb7c70aa3f4b8938f", "IPY_MODEL_1160d027527d48c792322ecbeee81162" ], "layout": "IPY_MODEL_5f726fcba9114cadaadd2da38b3cbbc6" } }, "570633cdd1354a67aa40e55e2283c9aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5707b38145d3401fa509af8fd2d87cc8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "571492ae9d1744969b10b2106852cea1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6a417ad3802c403480109b91865fa05c" ], "layout": "IPY_MODEL_beae2d96da29456fb09b7e9c33b677a9" } }, "571da504cbf04566952d4e1e703cd959": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "571db9a9ad414525b066ba8bea95285c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_1f144dda53f84c5f9d8655901ad5639e", "style": "IPY_MODEL_26f73325f1e341e18b01fc5193c52aaf" } }, "57200761e4cb4a3a975c4572f2039f54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "572142ee12f8485ea057d70b1e0784a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "5722e63a21484f3e853a1e77fe589e78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5727de7294b447efbae6f71de13be8c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "572806a24aa64a0cb01b5408cf380752": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cd7114ac0fbf4203b33548b188b38884", "IPY_MODEL_b2e0365d2b6b4998ba25e472c97850ad", "IPY_MODEL_829d8aefb9134a849a9eca36d17d0916", "IPY_MODEL_cdd434fa2ba44537a297cf7455fb8194" ], "layout": "IPY_MODEL_9fab0704d6b84a2ca8686875adfc9d33" } }, "5730f2fa30d145abb6b436ac92a3f527": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "573ac2a7562e4255b3fa538a20c0d49d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3dae34393379419d80e806f3260d128c", "style": "IPY_MODEL_f4dc2659fbdd4e6dbdb3fd8894fab92f", "value": " >>> " } }, "574020e42f8449769b40c7e18f2277d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_baf33861e93e43529ab98f23a7e08d40", "style": "IPY_MODEL_4da266b4ca344a3a8891ef4d446c107e" } }, "5741430b857749b18455c4f902d9f3b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5745385ddf614c28b85edfce49ac084c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_47876a73eff34e79b4ae753f16874eb5", "style": "IPY_MODEL_aeacb220924849eaaaa1c021a046d9b3" } }, "5745d4ecc551468da5d9b08f62da80b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2601083f8c954273914fbf83ab5864b4" ], "layout": "IPY_MODEL_6019236d5fee4e9e9a6e028dd8dd8b75" } }, "574881b7998945f39de0a13708751688": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_24a2b44e0ebb4375878800a20f93c6e2", "style": "IPY_MODEL_9349bfe5dd6244dbab2f3cebd2e8d23b" } }, "57564c8e9655447bad18967acebb4373": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_4ee5da8816be440d8e1b81af6499eab5", "style": "IPY_MODEL_2f6d0582ad0641f5a66290628eeccab9" } }, "5757d4839deb445f8540af7123b97807": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c23510b2f2b14e3a848a62c05c50ebc3", "IPY_MODEL_fdfa4270596a426681f9e1e9740ed5ee", "IPY_MODEL_f063a22a0d6447fe9bcdc9a36d0466b8" ], "layout": "IPY_MODEL_88cd3e422de544798d73698d1d4d201e" } }, "576856bf2be141cdbdbbd4fb2be3ba52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "576cba82d88d493f8119f390f87199aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "576fc6921c5a4713b3d1d10b313db9c5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5774130e93064f57aff5cd9bb1e65dc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b72f3b86eb1a4c8c89d6978140eb410e", "style": "IPY_MODEL_aa46d826b143413fb44ea77e9269c0d2", "value": " Molecular Descriptors: " } }, "5777bd58d68e4a9eb45806c6a881bd5f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "57878c8ff80040eaa779656063c88a37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5788d978751c47bd9bb70708e72db858": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "578ff46807494de48a653be6e96e9879": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7a36f103ddab4c1d839270db7ed39121", "style": "IPY_MODEL_d259e74da07042a6bd2ddcaf52e18a64" } }, "57b5e8198e884556a4ff8bde6be544ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "57bb87a7501c4b20bee05d99ff1b0215": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6ccab4c3f9b2451b84a0f8655f8ebd4c", "style": "IPY_MODEL_9525d9ea7753428da5dfde28716245aa" } }, "57be2e82426e4b529144c9f9b0077724": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "57c5c14387014b9f82c011eda2b4a698": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "57cdc67edc37400fb41865b8e80ad7a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "57d4629dc68546f2969fdaab57913774": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "57e4e5a7d7844ac8acd90717ec56805d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9133373c4bd4490a8d12a5962e840236", "IPY_MODEL_c14bef12a5e74a21b0b41943a481a247" ], "layout": "IPY_MODEL_c688eb1c1e5f4214a66a1ef542b763d0" } }, "57e65bdda7f64abdb040a5df1833eaa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3c2249cd65f54035893479a01b49c2e3", "style": "IPY_MODEL_6578a5061217406b85870ac650f8bce0", "value": " >>> " } }, "57ed51b14c2a4ccbb3b516ad05c8dfea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "57ef7b9f84cd4d68b1f9e4b2953f138d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "57f12991a991492cabe362ed31bc744e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "57f7b257bed649aaa77d44cf6ece78b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b3f6aeb6fce542bf864b146a5d9385f9", "style": "IPY_MODEL_16830299c37f4930be65b0400b27ee76", "value": false } }, "57f96e5785854d23a863dbcee957bec6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "58142d61081e44148628e1e40813e63b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "5814cc31b73448f69c7372a13c3e9c1c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5819b876b66c41baa20aab9ff053006c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_3410dd7ece8c4a808790ecc8c44e37cc", "style": "IPY_MODEL_9c51600f8fbe48e3b8c96bddf710d443", "value": "Start with a template workflow" } }, "581beaf24ddc41888f3c02e0958464dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_0cd73a143a644ea7ab6d7cb62925cb03", "placeholder": "[]", "style": "IPY_MODEL_dbd19d04ca3a4cfd98b1fdca0e7d46ac", "value": "False" } }, "581d79e5121e43ad89582c477bd83a85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "5829f27b92c84a3a8dc1eac02a0d0d2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_d7f11a654c7c4a8a8d3b14b89de539b1", "rows": 5, "style": "IPY_MODEL_8b99979f40a34f9fadc63d93b0af3246" } }, "583e2a28b7e54d6b80e4f8f179595c7c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5859de12b78a444d8efa3e39dca9c834": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_316adea238f64f69b6e42f7dcf03985c", "style": "IPY_MODEL_22d6aa1d05a44e918549b3cec3f8ce8e" } }, "585ff7cd461142bc8d4f2dabe9010adc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "5868706c298e4a8c90c7e0e7065a7fcf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_39d17f3ef7e444b690d31d332ef65fe3", "IPY_MODEL_e53146a082fb42969df4b01b4a3d38bf", "IPY_MODEL_1da2f1babe3044bcb16d1d9cbb4988af" ], "layout": "IPY_MODEL_00b4298d16924e0ea19bec808d6ad1c0" } }, "587881f5137b46b5bbf0d11f2d46fcc9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "587b63c00af74518bea45568afdf6d35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5881aff13430402c8948497c113fffc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a549e555c0b249cc8b95e51db9b0eb0d", "style": "IPY_MODEL_6557849de7df4d18ab7a77a88983baa4" } }, "588b28f9856641ef80aac5f06df573b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "588bf79bb96b4e4f8d7a9571093d1b78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_92431d539ceb4f208c192c68f396b318", "placeholder": "[]", "style": "IPY_MODEL_68f09fea68e84e0f8c0efaa4f06d01a8", "value": "None" } }, "588d82718849475b900dd69d6c623508": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "588ecff803114223884f1150ca6685ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "588fd578748a4fcebe39a2e003758def": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "589163ade0124efcb899f4940581f9d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "5891f528946041f4a1a7f52b0eb09a69": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "589c52cc320b4c12b77f169bbfa9f423": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_e11edee77eaa452dad7734e42ada0e7c", "style": "IPY_MODEL_bfff1787105c4dc99f44fa477c7cd60a" } }, "58a1db43f66d47ef960aacc8204b6dd7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "58a26f55a7714eb0af517dde0b684d89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "58a359c26edc476caddf43c8c4757a81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5686878aed5248fd839b5785ceff6cbb", "style": "IPY_MODEL_a9c2b40900a64237b2fd19b11f0511ad" } }, "58a764ccc7fa46f39a00a51c25023fc8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "58b01c7e7427444ea07b6a3a4109cd93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_451b26ad1f34418398811941d5578b3b", "IPY_MODEL_e408d488c72a437a90a7afc9dafa2edd", "IPY_MODEL_21fbbf402dfa46a994a3a8215af33cf7" ], "layout": "IPY_MODEL_bb9cbece64434c8097df5f42192d40f5" } }, "58bbb890ae3b4bc3824a217b624b5e11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "58c24699aa3e4cc7830c2e1d8183cb0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "58c4c58a781a4b25b1ddafdba28b9f9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9a49beabf3cb48d29fcbc54464df3ffb", "style": "IPY_MODEL_643a5ccd3db24c86835fb3ad43ffd223" } }, "58c7bb8bc1eb46489582e224e648bd85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_fb1a7d5f544d4115b7138184b4a8681d", "style": "IPY_MODEL_05c0ac1a4d094221bf3aa55534ba2479", "value": false } }, "58cec611e0fb4450a6a4437649a2f732": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f0470cabd30546d09611ab173877ff8c" ], "layout": "IPY_MODEL_7ed4e503358141eeb57541a1ab86aef9" } }, "58cefa4f68bc4f3e924456def4e0858f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2bd840d6ed734eef871942c7f2338472", "style": "IPY_MODEL_95394e62aa6d4d98a3aec1a7fb57eb68", "value": " Entering Custom Dataset from Excel " } }, "58cf2fe49ffa44a1ba4809afbb972669": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "58d53890f78b4fae93d060d176442303": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "58ef64784f684a27866ca250bba511b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "58efe897df634cc1ad42680e6759cb85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a15432d799694c499e93b91545847db4", "style": "IPY_MODEL_efdd7b3008e84a579cff8b5c4d7a4983", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "58f060c6e0b24cc4b39f9e7675122a29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3b47a64f92194ed49f9784235a78bf6e", "style": "IPY_MODEL_aa80598eaae74d879fb0e89b3fcf1fe0", "value": false } }, "58f7c6daa61348a4ad9002ceec168e59": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "58f902f11b5941ad8c716d2c853ecbc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "58f92b3c3dde4a8a9667c82eddbd3688": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2d1b4ccdfdf840d9974a8aeecd67f5da", "style": "IPY_MODEL_9e6d7517f8154be28390ab6f01aa07a9", "value": false } }, "58ff104bfa2444c9b4d264c606a929b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_103a50d227a240b8b5c8dd10d8e675c6", "style": "IPY_MODEL_4600e3c27e514630aede7b8f341bdd9a" } }, "59045c207bd049dbb8c2814e0bf3e194": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "590b10d260fa42e7a05c77d17804fcc8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5915a7287eb24460b047f68ce490841c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "591a7d658dc5434fa801fa51e12b6f28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4bf834b8d9db44f8a2757a1121048d7e", "style": "IPY_MODEL_d42e6205a887458b9af54644befad88d", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "591bf12230e34ad6aa4cf9ed18ef39af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "591c71d441424517af870f77ec8ce39a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4fce43c9a2504b1aac9825e13a01c432", "style": "IPY_MODEL_abf4ecd7525b42a9acf700bbed8d062b" } }, "591d68819a6c45dbaf583eedaa6c74df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_25c68ba5c8f1493fb6b22d103464a5b4", "style": "IPY_MODEL_9319039d98e24aa6b5a5b4942c163989" } }, "59228f641a044c169451f656f8569434": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "5930f1a2bfd444c49b49ce862076bda7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_29eeb90ec27e4587b9632b8f0be2dc13", "style": "IPY_MODEL_1de884befa4c4c2eaf6e4493f72cea8e" } }, "593a278ea76b4bb1bd0cb7390024e264": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "594fdaf9295f47a5aabd4e9e7807b67e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_68139b6fe48b455697d25e2c9b9946c1", "style": "IPY_MODEL_67c93f67634b4899b6eae0751b79c43a" } }, "59588b4dbc4e46b2a645385b3f18e38a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "595a3d13eeaf486aa293eb5eeeef2c3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a058d9cb620149e9944d8cdb0a18ade8", "style": "IPY_MODEL_d3c73cea13c84e198233fa7700eb8a88" } }, "59750a62701e44ddb2302568fe822f75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5978fc425eba4231b755e82028d889f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "597c103b4b7d4691bb90cc048ead295c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "597d45f836b14913a70cb184d5ebc343": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_16851453b5824101ab160dabe8cae724", "IPY_MODEL_5494bd2e4c2c4b40bd1dd6b234094e95", "IPY_MODEL_43251716a4b24669a692459cdca0dbdf" ], "layout": "IPY_MODEL_da9c04a97eed46b29720e7f327a0a713" } }, "59833259a93547ebbf454950105520aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_f0d89be86dd54494bca71669f091413a", "style": "IPY_MODEL_c0ae721f2a81419990ce364f772f6e78" } }, "599142be2f564bcc83228bb92eb4ec66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "599d8ab225c2489eb826e306d283b093": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "59ac87daa39b404bb07d0fc514d0871d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "59af187f779642c78564cfd94d135c86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "59b5e23928e9482997970ed84b2f9f1b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "59c0ee12f5eb415ba4ca4aa949a2fb52": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "59c1c1b5e8fd443690904c12eee862a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "59c43b6a6ef441c4bc64c2adf2fed3a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "59cd542a0581476e88bc5a6e93b87c2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_960ac2d9120447d0985fe4b77ccd3796", "style": "IPY_MODEL_32fb10e7f65b4b61947f9cde34e167de", "value": false } }, "59cfb07fe7f748259237154e76323ab5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2be333eac93945378b332f36880d8dc0" ], "layout": "IPY_MODEL_d41b2b69be144878b0b8990b10e70410" } }, "59d65b56928a4e3291a79472ccec2879": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "59d76d1e75cb49d38856818d2b54a79f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "59deef2a9c134452a24e63764a53317e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_dad04432ded7458290297f554917c282", "placeholder": "Type something", "style": "IPY_MODEL_9e63a2d0a4ce4aedbe17d3b2aecd4759", "value": "CMLWrapper_out" } }, "59eab46a30af4ee596ed0df941709ae4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_940c8e19f486489b9d17820ced971a49", "style": "IPY_MODEL_0b5e14523bb64385b7d44ed08aeca0b7" } }, "59f50625ae7c496ea025939e60b2117c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a084ff8d93040e08728c5d382e3842b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2253535c5cba4738b6efe75b131e47f0", "IPY_MODEL_4bf8db6dab7646ed868de609732d7ef1", "IPY_MODEL_b08b676595374dc29a686eb6f7cbe273" ], "layout": "IPY_MODEL_6897c2223bed4d0891c95daf68a89e9f" } }, "5a0a6aecc2b646d1ba2a738df2a2025d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5a10de34864d40829157a3c56462225c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e9afa3fa947c4872b6151f83aefb6d5d", "style": "IPY_MODEL_86d467793c92478c812e98bd2dd0526f" } }, "5a25f1733cb34547969a882d5702cbff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0be8fef6354143a4a02829825a44c147", "style": "IPY_MODEL_36064886afa5430182ff649198b92c8d", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "5a346a8a9d414d4e8a6a0dcb5caee024": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a36eec94b214c0999a65d2282879733": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a37496614eb45e5af96cf027e2187cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5a3775cd068844259f63c651035485a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5a3a8202d876410f91de1ab03c145118": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_74f01a71c6754eb8b318895763ccc2b9", "IPY_MODEL_856398d2d9e94f67ab43a1302058f68f", "IPY_MODEL_4eae94315f0245a78246fc9cf87c3c66", "IPY_MODEL_2da824a9dac24f31bf92d0ac45f25be3", "IPY_MODEL_3c4b792453ac467abc7689df036429a6", "IPY_MODEL_9fe0fe535b29465b87e9c2cf7285ba95", "IPY_MODEL_1b1cc563f53b457f9e3fa5b05a6be2f2" ], "layout": "IPY_MODEL_a8cd0ca964d84b67b0cea342776fe0ac" } }, "5a3fc26d73544289b24b17bc83fe7193": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a40023a3c7644088dd54d4e5b63be46": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a4f9434c44a47f99bbd988950446613": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5a52fc53b5764a42b9fa6dccc0b7018e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_ebc427705f2d4dab87fe2560f1405392", "style": "IPY_MODEL_5dc54bc24c0f4543a8aa57139b233821" } }, "5a53da0649764966bbb4f2a586957852": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "5a69bd147080477fa3b4db6264b65ea1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "5a6d685321884d289bc23803ce89e297": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a6d715566fe44898e346e838d00b529": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_40a21b1c276948adbbb8a61cb79e2064", "style": "IPY_MODEL_f8ed34dc183a4f2e8c4f231ed0cbca6c" } }, "5a6f5d77c72c4af8bc7f0c2b5ec68f1c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a7198b5cb1349c39d409974cbf5c0ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8708cf6138094ad8927ee2c6d7439ec4", "style": "IPY_MODEL_53a41d5978a548e698e76343b60c6a9c" } }, "5a7fb530d0c444e8bdea22aa2e25b165": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5a854150db4248d3b3cff21bbd38c6cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dcd6be751b3b40fe9760b205700962a1", "IPY_MODEL_3f3ab387926245efae2efbc1c492196e", "IPY_MODEL_2f37cdbd4746417a8eb4a005991cf6ba", "IPY_MODEL_23e7a96755d64dc8885e12f2659fb149" ], "layout": "IPY_MODEL_7deb04181fc34219806cd9410c1d3935" } }, "5a87d3be373d4b2da272debfa27d115d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_bf5ee08b253344b1a9d2c0beb6873ca1", "IPY_MODEL_6fcd024983f24a488b5df7993fdb9ef9", "IPY_MODEL_0ddf12d3e2e94a6caf2a3472a4e873c3", "IPY_MODEL_449cee231aa14cdfbeedb8ff5f013664", "IPY_MODEL_3c2e20d8165a46a6a7ce005dca17d6c5", "IPY_MODEL_646eac5aaf7e403281b9add112578742", "IPY_MODEL_87a580ce7a2c45bf8f48cc0f994928b0" ], "layout": "IPY_MODEL_f82a40eb539543deb7fa623bd6892732" } }, "5a882bb5ff634d36a895ace9a2c621dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a890969c42a44bfad48bb9078644139": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c9d0a5a5214b4dfa96c8b640f8e98ef6", "IPY_MODEL_0886f767b4df4bd5a0327c62f253523a", "IPY_MODEL_2f0b06af10f3417ca9857c96536d5ebb" ], "layout": "IPY_MODEL_b3697b69cf5d4dad8c50a0e5717ee66c" } }, "5a907ecc707d43689c9e636b7c55696d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5a9323cedb9c49319b10cadbf43a118e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5a9899f01d0b4319aa67a40688f72fa2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5aa1cf1edc7f4913a282a162b09c8325": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5aa3dda14c2249d8a543f1adf064bdd1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5aa61fd77a194522a26cd84a29c5d962": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_dddbc783580144b9a8e85a4084165a27", "style": "IPY_MODEL_bf25b967ac904ff680cc38833a011d1a", "value": " >>> " } }, "5ac2faa3982a47b49f32e63cdf337e0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5aca33fa60f44ae09c1ab1d15f9aacbc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5aca7ab6dbd64e02a1dd59586f9a9dd3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0fe01f64fb4a4d3e97b71dfcb7af7ed3", "style": "IPY_MODEL_164d73a1565041feae8447f33673172a", "value": " <<< " } }, "5aceb19fdb07409b863f684ecc13dde6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5acf820a62ca4610972a1eb0d78ba43d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5adbddf3062640dc842c93ae6dd465a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5af0f3082c9d47b19bdc4c86f92431f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5af646a26bd046ff815e08a6e739f43f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_3a2fe617ecbc48eebad4384d1f8f09db", "style": "IPY_MODEL_71cf5fe2b7534a87884485634a6527b5" } }, "5b06c9b94b9a438ba0dc591428838922": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3fa38ef138fd42e5a6d78d03c83fc852" ], "layout": "IPY_MODEL_53d7ce428ea443378b89994788bbd498" } }, "5b072247e69e425e83a2688447cc7f38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e7413f15973d4d6ca4c0eae97435d5e4", "IPY_MODEL_ca14bbb675224adba1adb1380f38ba4c", "IPY_MODEL_c71f3369d4af4189b3e200c2f4116f12", "IPY_MODEL_cd300f029dfb40db886abbde04c7e0d9" ], "layout": "IPY_MODEL_6968a938433d4121a7e290e130e3e43c" } }, "5b11425717fb41a68019cc7fb0c3cecf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5b166d009be9474e8b1eb17e0d30775a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5b16dc79ece54d2b9d9fd94b5464b8a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b1887220efa4802bbe0d2f2c6ad91af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_61f7d67b0f434e4f8baa0100a42ea136", "style": "IPY_MODEL_3206c45534384124ae42f680f098637b", "value": " Receive <<< " } }, "5b22797225364a6f9cb319b5cc46e020": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_002e5702949942dba13a0d663130664f", "style": "IPY_MODEL_c86f91bb6d9a4a55bd9466ad9b75a86d", "value": "Function parameters:" } }, "5b23cc909d8d4196bd8fc025ab89b71a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5b2fd108bb644ddc96b542f0d4bb24ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5b3d850a4e364afaa4f4912a96e953c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b4a1de8e9e9473eab73443ce7859137": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_5151dfc9544c48558841ffd43e287e8a", "placeholder": "[]", "style": "IPY_MODEL_f1eeae429f81479bafef70f02d96b9ed", "value": "pi_smiles.xlsx" } }, "5b4a5840e14b411693be8eee1cd49a5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5b4b06795da54ecb9aebda1c8ea92712": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5b4d7a9bfcdf43469246b27bd861037f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b4e5842f4e24393b65e6692e475b6f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5b523aa28bef49909aeffa14a78f6e1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b5503874e794da4a6df572dc7fd06ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5b57218b5a564c50beb30e716471dbe7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e801425084af44949dd64d6c0d9c6672", "style": "IPY_MODEL_dd467220f8004d2cb151e1e5937d96bd" } }, "5b579b6c1f2d49c997e9a94d43ec40e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1b63ee078c794931b70f076a38b64191" ], "layout": "IPY_MODEL_ec6c00ca5195437a949c36642ae61534" } }, "5b65844cc9ff4daeb7297bd8fc21600e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_f23b3d8f2de245a8b96209f37fe91eaf", "IPY_MODEL_3adc326162cc48d48292d67cf736ba38", "IPY_MODEL_7ec74d7de22147c0b78d2cdadf92f256", "IPY_MODEL_62722d32a10a490b9136b2c28d7409be", "IPY_MODEL_117f5fcfa490453fa7b481b46970a446", "IPY_MODEL_09cb39dce13149e69b0b7eb2d9a57e86", "IPY_MODEL_a193c58e6cb54e04b9c9d84a4580b00a" ], "layout": "IPY_MODEL_3cac2c8c681146e5a9de28e6d5cb31fe" } }, "5b6ac2e3c1734f21a98958f7cc20d889": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b7786a26d434a9b8dc6b776f5a4b726": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5b8fe2630afc4074b69c162e6a9a5fe0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "5b9578bbda3a4eef960ac10f01f5486d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5b97e0b0915c480e96aa96a7df108b4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8b022b9ff653438993865dce0e7a3633", "IPY_MODEL_f58ec1655f334663aa8247ccb4e85334", "IPY_MODEL_6b9ffd04a11040f9b31610533334877c" ], "layout": "IPY_MODEL_14e4e92acace4c6aae7d5b6732df4a35" } }, "5b99ce7b67f94b0f8545390704f514e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5b9d46fff66c4d0b80fd65e3c4ef39e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_67ca928273ab4c109bf1042963cd69e5", "IPY_MODEL_573ac2a7562e4255b3fa538a20c0d49d", "IPY_MODEL_c6028bd994a34e0ba2e564035dd04029", "IPY_MODEL_c51dfb2b055444f2b02b56be6925cd9b" ], "layout": "IPY_MODEL_68df7d1d94af49058f0e798c149c9bc6" } }, "5bab44f67efa4380ab39f37ef80f4955": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "5babfb3aa23240588be2b16b79b36684": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_037aa71044014064903924735d96d762", "style": "IPY_MODEL_92afce3d439c4047bfa3bca6d97414c7" } }, "5bad2ccffb954694adc0b3bbf6844c15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5bbab0f6408541c381d4b9bd1c97509b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5bbc2375e871455087b69ab9ff7af7c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5bd009f7a2ee40f8ae19073c58e67fd7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5bd2c4ffc02940cab8a498a16b7a1152": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5bd60885d8954e63a9d45d382d74fc54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_89dc61dd68bc4c97b7260eb7c0505a8f", "IPY_MODEL_dc476f267a6d481f808577f101915a35" ], "layout": "IPY_MODEL_e4a026a546a24335bc6e3999196eb409" } }, "5be5b002d78b4043b0253ab222df0cfa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "5bea919c770a47f4af614551953f03ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_59cfb07fe7f748259237154e76323ab5", "IPY_MODEL_0b409d3056ba42a5adf29271f2081070", "IPY_MODEL_c8726d4edb0b45c68eb604f21468e72c" ], "layout": "IPY_MODEL_57200761e4cb4a3a975c4572f2039f54" } }, "5bf491dba7534ed4b0381779f045269e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5bf68f4c56954af786443da0907c5990": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5c03c9a38471475da4c3e6b67ca4ac9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5c174d7c7f664879988ee5fb8c0942fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "5c1a7d97c97b452a81c124e06fe6469d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_9850625ac11b478aa0f24339c1640bf8", "placeholder": "[]", "style": "IPY_MODEL_9a4de6944f4d46c9853ad97fdd2ddfad", "value": "None" } }, "5c1e856f863e481e817cf5c755afd88e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_1659dcce5fa846cebcf2524149486214", "style": "IPY_MODEL_54c440a29a9140b28bbd2f9922e4b321" } }, "5c222c198f3047abb68f12d0c0298f08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5c284daa22374b27b9b38d3906761a33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "5c29cdf2be2249c9b7c7a54f906131f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5c315fe82fe9420489018024b3651308": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_ed7e7fb3197a4f008efd34abb22642fe", "placeholder": "[]", "style": "IPY_MODEL_9ba19da83de9484f87047e696ba7269a", "value": "True" } }, "5c3c7a49d4d24fdeb37a6edc1d433554": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_c8615611938f421a8994fd95bb3a2a73", "style": "IPY_MODEL_571da504cbf04566952d4e1e703cd959" } }, "5c4038c10c8d4c67a1323aae992b8719": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "5c4194e270ce4013adcbb1d295d14707": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "5c426f3052364587923c45fbfc0b76a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_45be2ecf533a41d194b5a5c46633401b" ], "layout": "IPY_MODEL_177c1273c4a64e9582b9d2608fdcd348" } }, "5c43c2c8b18147bbbe94cf7a52fcebe2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_88fc849a8292413885b58e9a146c2650", "style": "IPY_MODEL_c5fb8e3bf6814ad993521465c1adf437", "value": "Wrapper parameters:" } }, "5c46bdc875a6495b9d2332990762b7c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_30d21cea94a64f0db363c8499c2cd77c", "IPY_MODEL_413ebc9cdbf747a3979e1f5b6d86a261" ], "layout": "IPY_MODEL_294e62b5a9fb4814b21aaf2603f3b45c" } }, "5c55d19c7d654eee914269513bc01c6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "5c78a9544d0f4d829fa2fcef41d364f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_dce9b69071154db19630da395fd87ec0", "style": "IPY_MODEL_724a858dbb1b4522a0ab9fd5bf33b3fc" } }, "5c80e9cf82114fddb547125b55f9c90d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_6fe25127bc2347a4998522da7dff16d6", "style": "IPY_MODEL_220d3c9d969d4f18a5ff540649b583a1" } }, "5c9b38d49f2f416c8d80e6ec3dd55f15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "5c9d8d64d58e49f7ba49afbda833849f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_667d09aadbe14121b481457dbe8da436", "IPY_MODEL_5fe8a1e4649b49ec88bc086bbe81f736", "IPY_MODEL_330a55c57e274fc4ba8cbe83c0b22c31", "IPY_MODEL_e519907dd96c44709bdb4761a744617c", "IPY_MODEL_5757d4839deb445f8540af7123b97807", "IPY_MODEL_704c9da4e4ea43e8abf47a271418d49f", "IPY_MODEL_97a6188aafe44ae0a704938554d3cdb7", "IPY_MODEL_45692c8e7e9d4dae8f1ab2d54452793e", "IPY_MODEL_34708284463945e3a28aeae2e893b969", "IPY_MODEL_a3fe13ce0cdd40d08558021882722ead", "IPY_MODEL_c12a1a2cf6df45529f13226a112f0ec7", "IPY_MODEL_c48c8b4cf7174f359cab739ce43a5592", "IPY_MODEL_70a7de8298de47a39818e4e642995938", "IPY_MODEL_0787d7a8c4e74394838dd44d1d9d4e38", "IPY_MODEL_d016f1aa8ce345f9b96176fa84f8353a", "IPY_MODEL_ad01035f1e4043f48a83a4b66e41f44b", "IPY_MODEL_9ad90b9a68054a18acc37b136493f1f0", "IPY_MODEL_2d89c344a4ff4f23904cf2b3193d3629", "IPY_MODEL_a5c9ad8bb1fe4d00bcec6fe45ddc7c26", "IPY_MODEL_2efe94e1d4864025a0b559846b1381ac" ], "layout": "IPY_MODEL_d039c2084965413597d1cc160918bcb7" } }, "5caba7b904dd4af6a017c798c4bb77fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0888404640344bfc944f0f9473a3a0de", "IPY_MODEL_0e1b8325652d420f830548ffacfc8986", "IPY_MODEL_2ec7a73707e74a208d5239a7009ae21c" ], "layout": "IPY_MODEL_81a60f97f6e141cea7a0de268dd4e75a" } }, "5cbd19176e5f42f1ab049e7e78edc0c4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5cc5185733894d14a9aa2d4b6d1d217a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_14524096142f4b82aeba8075e7b5fc30", "style": "IPY_MODEL_7f9484d6df1c4685850b56ff998175cd" } }, "5cc56e0b92804fdca3b9ee8e64c0eaa9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_dd78145291b2439c9733dcc92dd5094d", "style": "IPY_MODEL_c51d507cf44c47b69a77880d9d800d81" } }, "5cccd46996f14e52a62becbbc52efe90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "5cdad0e14310420bb46ae5996599434b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_037c95d57b664a6f9caf84f880fb2d56", "IPY_MODEL_10961f7fc8b74e7ea4b376deaa91b032", "IPY_MODEL_8ad49111eca6491cb2b2c2ecc4f46088" ], "layout": "IPY_MODEL_9a8c4591c60a4e70aef47423da78e4b6" } }, "5cddded5b991419a8c49fea3e9d35c00": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5cdefbc22e0c4198a735e50628e19cf7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "5ce79b65b6fb463892557eaa4bb74536": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5ce7ce319b7648cd820e1aadca0a4004": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a104bb93561945c788b7fce25008009d", "style": "IPY_MODEL_b16857f6477540d7a1bed223c6a53ba0", "value": "all input tokens: df" } }, "5ce83cf55b3f423d8fe218c5a3338558": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5ceb6d797d5443608db1b40b555ebe71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_91ad6c5b708e4bbd9c172671fb197f7f", "style": "IPY_MODEL_c736f3bf7159412cbed69b23bac89090", "value": false } }, "5cebc76c15d24faa9d4c013be9292ab7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_770ef58ff7cb481cbd172abd7bcdce06", "placeholder": "[]", "style": "IPY_MODEL_3b20c75eff5044db93fea4f4e0ccc360", "value": "False" } }, "5cf8eb33265147a1ab9d0d684e86c3ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_804f186cb9804c65b063f57a63e54379", "IPY_MODEL_9ebd53a44f47415cbfa299fcdc1aa4a8" ], "layout": "IPY_MODEL_f0a027100db14169ae76ce4e0bb182ce" } }, "5cfd7ba5a0b64d2baf44ce43f9d293f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5d0090bef00a44679a18ab1648542f32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "5d0448b36e964c13bb96b5a6d61bb851": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a7b140f3492e42578616bab85fe4d1e1", "style": "IPY_MODEL_6aa22eb6cda7400fb365c8fd11229e32", "value": true } }, "5d1262193a3e4b08bb0741a602df66c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5450097f387049cdb778d9b57a44617e" ], "layout": "IPY_MODEL_aa7862bb2b4f42c988bd86af9da18d37" } }, "5d16bddfab33472c97a2c37a1196bdea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5d1eeac81739481dbba7fc1a3832f518": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5d2397aa5e3647c8b631920367f16efa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5d24bea12347457b9213502c7a055d84": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_606fdff3b33c4bdfb9b3a4de7069f2ce" ], "layout": "IPY_MODEL_faf2bf190e234b24b7e3e5741fe44324" } }, "5d28b3d37cec4aa387fdb5cde1a3a0ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_d1e116f10c2243b683a56154897f1e34", "style": "IPY_MODEL_9effc84e1a214329aa8d7bdd1cc11d68" } }, "5d2d8323b66547cb8e50ff13dbd31233": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5d2eb48ac27b4bb3bf2eab9072c86548": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5d3369b950e14469abafe56275b92109": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_60a42c07a1ed4df390f928eea6987b92", "placeholder": "Type something", "style": "IPY_MODEL_0227e44f9cf643b9a5a516043f8a4a66", "value": "CMLWrapper_out" } }, "5d36f233a5f74a68817beaa11433bc80": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5d46ada144dd47d3b243ae0f453f979e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_51c21474a3144c0a8fd32c5ac1588699", "style": "IPY_MODEL_939ba778f17c4993afce9073bccfc5bd" } }, "5d4bdc7a4516436e9471faa15ec56b87": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "5d5309e336494b6586057f603f821c75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "5d572f9bd87d42bfb65aade73ae12b7c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4246c32eb2cf4e6b9cda948e1f568ce9" ], "layout": "IPY_MODEL_c07c35791fcb49a2a8920b29e0a1658b" } }, "5d5e6572e0154a0a90887da58de1bb53": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5d69e8de201d417f96400a25eb54deb4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_d90ae050ffee47cb9536fc37622ec9e2", "style": "IPY_MODEL_95389eec058247c6be43cb7d4f94fb30" } }, "5d6a98cfda9140158a812570a065548c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "5d6e97ba65a543a48bb52d100b9007d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_23986a5006754f78b118c00d2ed7d83f", "style": "IPY_MODEL_82b0850fd32e45b3864dc075af8d8ac6", "value": false } }, "5d73c1f979394d25ae1b5b57e15defb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ae2fae98d319475b96ef877bf2d44c3b" ], "layout": "IPY_MODEL_cfb6f7b910b2481caccb63c28ee67cee" } }, "5d7ce64ca90f4567a1502ed5ff3584d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5d949f7f5f364bed8d6ce06ef1d37e2c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5d97ba0ba4614c0ea715fee83315d7a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "5d9a6151226341eea815fd236ecf9538": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9f36be8d863f40758545d8a4b3f92619", "IPY_MODEL_892a758867ea4d819f50c4c0a68efce7", "IPY_MODEL_c828cdb89ed444849caaf01cbd6e90c9", "IPY_MODEL_3696047de4c045078099867550d4570d" ], "layout": "IPY_MODEL_ed0bb9f25e3647e2914b9caf46169b76" } }, "5d9af30827eb4c488f9137e018880c8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5da117347d5d4aa98dfd87fa2a3e8627": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_d27e3b970af54d689125ceda9471b423", "placeholder": "[]", "style": "IPY_MODEL_3ddddb7e4def498bbcb46244886106a9", "value": "Morgan" } }, "5da208217458428db61489b961645710": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5da39a19e78b459e943793eeb8b112ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_c96a430b3756415480cdd00b7f42b69f", "style": "IPY_MODEL_8bd3d990b2b34846be207fd30d27cee1" } }, "5da3c4ca617945f9b794da46d9c31e16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_92b5a87a71cd4ca7afcb3e9f054621d7", "style": "IPY_MODEL_86a1754ee24645ffb9809d1c326752d5", "value": "Template 3: a complete machine learning workflow" } }, "5da3dab45f0a4d21a29ad66783ab0ec9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0c7467225c67435f9e504ab53debdc4d", "style": "IPY_MODEL_77de7b2f47fb4dadac5f52fb44841ee6" } }, "5dabb299705947fbbdfed1a86b18c69a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5dad52e5e81c4b0386c214187d848a4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5dafc3f6957048db853a0413faf5e0fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_1d0b4d8adc144027aa6adc91fe4ef394", "style": "IPY_MODEL_dc6fab6369f7423c98d78895410e2dbb" } }, "5db62088be294efa9e7cf6b97215a6c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7abc3a6f7cc3415a8a565f9765b63e07", "style": "IPY_MODEL_5d16bddfab33472c97a2c37a1196bdea" } }, "5db64a522ff3426792a5fb337a82676a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_2feb734c9ea9494c836207c40fccc2ce", "style": "IPY_MODEL_f802c385f06e4111bc5620920cc65b4b" } }, "5dbc7e1f939c41f2ac3be9408b9f8fa7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "5dbd6c58caae43a1b62bf7075c4a112d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5dc3455610734915bcc1ddc4b7158471": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5dc54bc24c0f4543a8aa57139b233821": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5dc5b1d9c3234329a8d3b9761edfe453": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9552c3f06f43456b9a7bf5e3cfa3a08b" ], "layout": "IPY_MODEL_55fba81083174e9a901eb4da1b29b020" } }, "5dc7762f794047119aa9f0bf63fdf49d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5ddc17a68eb44547a5dc522a0ca4341f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5dec70a41d9b462d9596901a9bd4d7a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5df2418663f74093b3012404ac10d301": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_fb7b52bc316941dabbaab75dbca255c8", "style": "IPY_MODEL_99f87f5b2865479aa957fdc1ef4f85ee" } }, "5df67733f77749a2962bb53f5176bec7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "5dff7c0b5dac4bcca9183594aa284373": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8b4df03ff840496c834e66868825f006", "style": "IPY_MODEL_39e37e7c33724daeac3395c170f051f3" } }, "5e08187e1d2c457f96b8d0d0e941cee3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5e1087c29f8c44f58f29fddb188b6f1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5e22dec2517049ddbefa951ee039450f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5e23ca93645d4ba185a38e3e0dbda88c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5e25b88e39c347858a67832f506a4cca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_2695ba7dda1f4eeb8ae89c69f6bc2ba5", "style": "IPY_MODEL_fac3f9cea7e248b3b4ff35b7bd93ed47" } }, "5e31b25a8b27459c8d8aef22dc38a0a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "5e33e20c96da4aafb9fcc17b1da56f3c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5e43350b4b4b41f6aa6a7652dac7660c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5e5877041d18459fbd04566887b6fe8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5e67b07b0f044cdf9e135f9aef9e1ae2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5e6d3be5166f4d978466ecb3a2caca0d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5e6fcada7539477eb5f4fb1853164e5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5e75a8a3e0234ec78d01f0dc4d17cccf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5e7aeef6d49749f4957cca43ad07da28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5e7fc755e8fc4d79a1f5148a5c7d6cdd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5e9a2564151943b2a5c5928dfa9346e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5ea1b59592874f029847ccbd5f39ea9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e14c6b60f76e4185a550443ed97f0715" ], "layout": "IPY_MODEL_b48bbb2c04aa4b8ebed16cdf8e53ba65" } }, "5ea73fa61b87445894d8fd8c2b4a905c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5ea977c95260415981f53efb094f31a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5ebedef6a1ff48f9847a79f830c426c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "5ec8a095951f4b66ba3d7a3e7e7be2c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5ece1b0f18d0450f80874c3da01af7f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b1ce4e46734f425883d8fd43db7c603f", "style": "IPY_MODEL_313dc441302a461bb6a581b43a452dd2" } }, "5ed4f835e5984617b1335d2bcba513ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4fb946b2beb3499e819848d0e727bef0", "style": "IPY_MODEL_7d66a7c4f26348b7823cbfa469dd337b", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "5ee6d6d5752041bd8df1632d5fcc6e41": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5ee717d8becd4ca0954a855faf5d2dee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5eead94a139b46fd9b5a6f48f9ed26fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5ef62e253af648809e3ea5f9cb9d78ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_73742520acbf4b63b042dbccf062473a", "IPY_MODEL_a071cda3ad8a47ff98007cea9d860a85", "IPY_MODEL_6bb8ed121ce142ca98c10d37bb7feff6" ], "layout": "IPY_MODEL_6453b8b76d4d405a968f3f294fa4641b" } }, "5ef9911fa608452faf617245e1cffd43": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c56a0a9561334e0c9bed9ba9d6b1d1a3", "style": "IPY_MODEL_8bb223950f024435ba24ecee6bce1e2f" } }, "5f002295dae946038113473e603f0dc5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "5f03f5d6f9d04c1eaf51cb0fbaea4623": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "5f05455f17254d228f0e4532de783f87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f1ae925703a24c2d9e976ebece8074f8", "style": "IPY_MODEL_a840a01a2f514e4a8762b3474f83c789" } }, "5f19cd6624cc4e858ba7e0223e2de58f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_189a44ba19544e68935fcd96ff2f12c8", "style": "IPY_MODEL_20db3c40d9ac4ef9b2605aeae46ee21c" } }, "5f1eccccf70a45729c4f34655d57cdc0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f1f12ef0e6c468b951b29f8501f546f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "5f26370c5e894d62b87338ba33c4bca6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5f35cde3db1e48809df676b356bb3acf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f396ccd54024d5ea087a46a65101cde": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5f3bc104be7345ae8175f8b117827b4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_804725dbe4414bdea5468b8f54864b4c" ], "layout": "IPY_MODEL_01ec165069ab4dbe83d5ba18c7151ccc" } }, "5f468e2a1cf04f1f84f9bba551812cbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_45a66ae7d1c3437196149731c098f2e5", "style": "IPY_MODEL_656cdaa90e844c62b7dcb5b4651b9c71" } }, "5f4d0dc9e89f4e16826aca9e462df7cd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f4dcec07d184ccb8fead0cc0ffcc63e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5f5a3e32ba1a43a698e112f9b28e8204": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5f600cbc93484ac6a7037026cf1c79ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f6069a845004be58ba702e0987e387f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5f70ce2dba6247fea96ee0a602158c33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_fb3c7e27eaeb479891ce2158b5f40786", "style": "IPY_MODEL_e9782ed225cf4395a4879366f994cd5a", "value": false } }, "5f726fcba9114cadaadd2da38b3cbbc6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f8014c839b44c7ba2f8bcbacbacace6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "5f818bf4c82e437898590b22fd85c34e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5f81db23f6eb4fefb51eb9fc3efe884e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5f82f955f4fe4677ab0e70f555ab1699": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3c9280262a994a50b087798e7ed7f30c", "style": "IPY_MODEL_0b8d91e4c2f4476c8eba5b85ae2baeb3" } }, "5f8599c7c670438a86098d0c88a5faff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_199f5d6b978144729ac30aa61e5b65ff", "placeholder": "[]", "style": "IPY_MODEL_0521899b79fa415d85b3fb517292c13b", "value": "fingerprints" } }, "5f884af3d6a9423db403c36b9ca0f34f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_c7f3ad9a69094dbb944e877d5f38183b", "style": "IPY_MODEL_e28bc14f9880459582888901c751539b" } }, "5f916fef7cd84a28bab0499e8698dfe7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "5f97a6b8614b46808e9691ee80b38074": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5fabdbebfa4d43c1a2838b9dce4f4876": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_b94975f5339a46938f47426510b1e2f4", "placeholder": "[]", "style": "IPY_MODEL_c42c9dde92294d05bdf13a3772e79101", "value": "None" } }, "5fb1314e446147b6898b2335e3e8d6b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5fb511c7e9ef4726b7bdb4c849a72610": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5fbd6a89c4fe408a91827e0ba45f24f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5fcb1161bbe54684948c3aa617b05600": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_e0d4c1eedd964ed29da5b78d59b88959", "style": "IPY_MODEL_f674a66e2df948d8a8681c6254b046dd" } }, "5fd55567dae44fd6b7c25c7e22ef21e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "5fd822a505774b16959345c6613eb0b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e724c1a433144105958c7a35cbb41e59", "IPY_MODEL_3c1cb0dc61a24dc78b9a0a190b2d4142", "IPY_MODEL_595a3d13eeaf486aa293eb5eeeef2c3e" ], "layout": "IPY_MODEL_83ed379a72b14a288398b5f077cf7fe3" } }, "5fe57fedfef14ed8a2a48e9887d1d2db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "5fe8a1e4649b49ec88bc086bbe81f736": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bf6be51a07aa4fe6b2e7f6f108a5fa97", "IPY_MODEL_ee8c27d6bbf5434d9f1b09c111bac4e9", "IPY_MODEL_6b9e9b95b8b2454a900ec7d96f2ae0f0" ], "layout": "IPY_MODEL_8249a087b83247fb8c19fdb0fef950c3" } }, "5ff415ed338f476a9b23fef936c01c0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "5ffa782bad254cbda5b525ce371d62e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "5fff67a12afd4b56b001e81bc64ea556": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "5fffb1834a0e4029898f8fe003aa8dd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d1e5b1eafe8146c68b218ad9c0e1c990", "IPY_MODEL_59cd542a0581476e88bc5a6e93b87c2f", "IPY_MODEL_939518b40eb941978d638174abeaa35c" ], "layout": "IPY_MODEL_3e36ef2d0c84490f91ad71fa3839f4ce" } }, "6007ceabf8b7477186af79dcfa1410d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6012fa4e8ca445bd94d4d1b6d7f523ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ca43644ef52045ce9aff92088c4bf6dc", "style": "IPY_MODEL_572142ee12f8485ea057d70b1e0784a9" } }, "601655b61c6041e99e9a7356ea658260": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6019236d5fee4e9e9a6e028dd8dd8b75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "601d90822a0a43088e02e83e15b094cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c0e1c53d46014446a93dd014e9abc2f5", "style": "IPY_MODEL_858db44412154970ace4fab99d665d98" } }, "602025339a534907997c0dbaa1202827": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b1e9c31f072045519c77b4fbb0d8b034", "style": "IPY_MODEL_075c3902e1304d73b87683f670536412", "value": " <<< " } }, "60288d157c2842efaa0ba86af04e61c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_3ab095e4d3a544d38a3c8fcffa328ba9", "style": "IPY_MODEL_b187bbed0fc64225a7dc898927bbb9f8" } }, "602c5d50b2c942cfabd5d5060cb40d15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6037295baa4141c38a1b64a41a8b900f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fb82d3b51faf4026ae3a2cb28b208bcb", "style": "IPY_MODEL_8cfbb302b8064548ac476264b1e41939", "value": "Choose a method:" } }, "603a702c35b543f9b31a7d8f3de208a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_96bd1853448b4bb0b944d3409c64c117", "style": "IPY_MODEL_5fbd6a89c4fe408a91827e0ba45f24f1", "value": " Send >>> " } }, "604182bf227542919d4da1178984b1f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "60423fc4899742b9967e0ff47d99739c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "604833077a3e42a3b845dad1d2c882a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "604f74381c10485d89c99b8a270871ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e5fa4d1a5ebf460997af3d3af41dc13e", "style": "IPY_MODEL_f19bf380d9bb487eb93793895698703b", "value": "all input tokens: df" } }, "6050bc6494a344e5b3e181de27f1cd0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_cd8fff10760649daaba84da0a874f4ca", "style": "IPY_MODEL_caa37e7c065f47eda45bc0523c027e3a", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "605128d968084b7a8c9c19b45aea33b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "60692d836a964e7e9c426c8fe8df2d57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_dea5a0d9c9e945bf9fafcd005b7c6f37", "style": "IPY_MODEL_029312925531483993dfb9232a6d0053", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "6069793b0bc849c9b8322abb70f58a14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_209ba1bcdbab431faa8f1ac4d52b20f4", "style": "IPY_MODEL_9f506f468eac4e2e8b5f982cad0c04c6" } }, "606a10e602714b69a3a54c17c40f45a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "606cefaad0904731b1a46486a288a7de": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "606fdff3b33c4bdfb9b3a4de7069f2ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_036fa90371fb4f59a3c263eda93976ae", "placeholder": "[]", "style": "IPY_MODEL_8a9048cfaf1b46e988c237fb7e327980", "value": "0" } }, "607f63c9043349ac8a5458791bf7ab79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_098c6273bb7c4f70be7fb4e9ef41e461", "style": "IPY_MODEL_27041f77a19346b0813044944835445a" } }, "6082c1f9894d42728ee7aae0f6adbd08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_3a91f41ea7b446fbb5891deb84df47b7", "style": "IPY_MODEL_bcecebaf731e4b0095b7128ef10e97e2" } }, "6086d325538549029a27e42142f4f2dc": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_83aeee99c4364362ad92efa044cfa8a5", "value": {} } }, "60912fd5461545d8a344dd11681604ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6092a371906e40d4a6c0995d57e888aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_19789fcfd95345de9d498197d783186c", "style": "IPY_MODEL_1287e76b75d840079ba73de67cf5758c" } }, "60a2bde552a646b5a9d7dad4e771634e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_59f50625ae7c496ea025939e60b2117c", "style": "IPY_MODEL_cba682b39bba455ca3499349afd7a8ab" } }, "60a42c07a1ed4df390f928eea6987b92": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "60a896dc06144481b5d4361fc2e2a767": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "60ab87e05d31459ba9b793145e6e51a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "60b9f87acdad4dd5a2533151a01900ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a9903b69b2c34e849d6545ec62801978", "style": "IPY_MODEL_a09d9d8dd355475b8e7db959421b5ca1", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "60b9ff4c022a45e6b60fd8266ed24c14": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "60c2122b88b64b8493c2e2e4cf1fb57a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "60c99aee00444673a07816d1784d7d26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "60c9d9cd27944c65a9b300a71b983004": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "60cac1eb851847608b743553c7807a11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d368faa6e36843d290dfeb25121016ec" ], "layout": "IPY_MODEL_ffb39f1c957749579eca6f959e00bc0c" } }, "60d2f18cb011469e82190b6490cd4e5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_6671d35968404fbc8d993a0b2240ec95", "placeholder": "[]", "style": "IPY_MODEL_97e5ae360caa410cafe4d09347f7f825", "value": "csv" } }, "60d86b87ea7d439ea3e296591da6e561": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "60d94591cfe24f89be7370ae418ddff5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "60dd8fa84ded406e9c677183029312a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e1c82d761bf64c52ac4ab17f878f9824", "style": "IPY_MODEL_65199edb9a9c4440a024818961d0bfb5", "value": false } }, "60e7f1a9398e47ea866fc9fa82f87d86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e41d64b3ad48469dbcf7bee85a0c03e5", "style": "IPY_MODEL_ccae9e2fed2e45c78c0ea1ef477d8c0e", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "60f4c8149eef445e80da0625c5aa04d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6106b38994574801a30b24092bc0de50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a8da285c857f462e830e079f59186da6", "IPY_MODEL_c51bbe252438499fa054fac8fb5085fe", "IPY_MODEL_9ccfaae71aad40b99c590b4bd4f9f801" ], "layout": "IPY_MODEL_62da4f02dd1442e587230fde25b506ed" } }, "6107f00deb6040518a2bac90848834eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6108c0ae80f2469ea014170ab4765e9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_32c2073bb53d4e6c96c30eb01ce121d4", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_701f6718fed448159ffe9b0738cadd23", "value": "read_excel.txt" } }, "610a0e034ecb4ed1b496560ba4775c26": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "610d07fb046f4fa3a66b4b3d97739d23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "61191566a9794962937a33ea22a4a9c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_72dc01073ecd4cdba51ec7f0a7bd3d3b", "style": "IPY_MODEL_b933520f0189464b9dcd251fa35a86b4" } }, "61195fd553484054bb5812b92a34f16b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "611bc5b590db4d028d43f456d12c885b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "612216111919446b8f6859e9fea67955": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_0d770a24ecfd4e66ae36bf30265acfbd", "style": "IPY_MODEL_50638ad435c84f488076cae093a380f7" } }, "61256bc0c1714d40b1f845c5136bde70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6129d1da820d46808d55ae3fec08382d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9c6a2cb7269148e59b632c9bf7a8b880", "IPY_MODEL_1e1f60cf6a1f4567bbddee1c185be365", "IPY_MODEL_3e3f7543223446a1b7d00f819c3f4868" ], "layout": "IPY_MODEL_4d5de251346c49fab00d682971ce6160" } }, "612ef609db4c412f9ae265d209257468": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "613f4048c0aa4fbd8c7610be9564c901": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_136686ed2afc4b5db22d2f4c0b75257f", "style": "IPY_MODEL_a6b4dd3d62404a258c085e279c06562f" } }, "6148e1abbd494a6ca00614d9569ce35c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "614e7599563247989b027099d31b5bf6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_aa337e56b4f14ff581ce3d6aacda7339", "style": "IPY_MODEL_b9496d13e0a443e5a3d05427570dfd8a" } }, "6152542e3e784bf69691ecdbfc5471c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "6160523d85914327990d534579385095": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "61636f3f63bd45bb90c179ee1809e0f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b8ab5ce88e6d42a99ada0db204eca9e8", "IPY_MODEL_dfbf39f9986743faa3d66a876ece44f0", "IPY_MODEL_dd92fe73e44c4b9180412049e1fce853" ], "layout": "IPY_MODEL_1ec6b1c9d6a441de812a34ea06b318bc" } }, "616378e829e5463989de156347455445": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f2be71a0c93d4b52b4cc3b902513bc4a" ], "layout": "IPY_MODEL_a04130698c734d038d37298df80abf09" } }, "6169eac69e714ee4b2b344285f004627": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ab3343b2940a4988bc4e10b2e480ca5c", "IPY_MODEL_50f4111385c54919ae4eda45c73d7b39" ], "layout": "IPY_MODEL_bd1140ee44b344629b772086c5ee1b7f" } }, "616ac79f57bc4709ba48abb680f0799e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e60bd46f5d7e4188979659492745fc75", "style": "IPY_MODEL_5dabb299705947fbbdfed1a86b18c69a", "value": " Receive <<< " } }, "616b4d5e766c41b28544f2c8365f2c27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_62b56d5e7a5749f8a35bd507324a63f9", "style": "IPY_MODEL_6e5f5be77428493380d9b642925bf99c" } }, "616f811be17f43369847c693e6d1819f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_305a2d0a82a04841bf08160899d5b851" ], "layout": "IPY_MODEL_b11cacbbe4e94ccc9a6f0af573a8af95" } }, "6174a8cc936d4482b6c9a066c9be5c79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_486f9b7ed0b34427b14ea21655408cda" ], "layout": "IPY_MODEL_cd0b87bd0c884c24a96eab4492a0b27a" } }, "6179d8b0f92545e69474fa28949d895c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "617ef5ba5e44461e8bfab391c6ef1866": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1f033fd820974ad3ae85052669c2ee9e", "style": "IPY_MODEL_88921b99a9104f08a0b741012e141fe5", "value": " Send >>> " } }, "61aab09ac43b4298a47638316edb79d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_b5c6862dd6f641c09f61a4bc9223d09b", "style": "IPY_MODEL_c709f0b1fa47425bb3855e03f785c05c" } }, "61caaee6602f4778a450a5aae0ec2a07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "61cc2f087565485787294d66a07f836e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_0844946b5ede4012b80bd16d168a0af5", "IPY_MODEL_d1f6a79f6f7947d897247f4c1f932676" ], "layout": "IPY_MODEL_295e4548c36e4efaa70d3120a1c2710e" } }, "61cd6b2f976c4a4489727833ee896706": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "61cda91db5ef4904b52baa289ff65a58": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "61cf1201f38f40ed91bd10c6971ed4d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "61ed8e89d1b94905a7f12392d786c362": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_12988e1f514943bbbfc0e9f58f8769ae", "style": "IPY_MODEL_f0eecd13125540e98eb480110f667a60", "value": false } }, "61f2259cb4444c968b4740ea860e77c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "61f351bdbd98489c96126b030fa99a63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "61f3fee2b8754918ba26f532ee2e3616": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "61f7d67b0f434e4f8baa0100a42ea136": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "6206f40d0df649dd8e09a7f47456bc58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6208909801c14b0d9020820a6e684bec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "62133375501640a7be4322a091416087": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7829ff3250284ab0878619644df2e315", "IPY_MODEL_36de9389587d4dc0801bc9b94effe865", "IPY_MODEL_04cc7376c8964008852079208a0c9ef3", "IPY_MODEL_9af6140cc1e94067870d6cd595e00be1", "IPY_MODEL_fa1fcf12c4914c6999b7dc60527af0ce" ], "layout": "IPY_MODEL_b5b97fcaa2a048dda87ffc67358f6459" } }, "621e0fd96cc74787b118f1f570734011": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "62270c34be5a4aa7b7ec25d0acc27e3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6228be792f0647379d69cf4560073a6a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_73a4c45fb5a0436d9e03063ff61f0108", "style": "IPY_MODEL_9ab45b16e187483f8dbf035f6fa43623" } }, "622c73950d3a4bda8ed76e98ffd5c7d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_ea04ad5c448f4569bd48fa00338ef799", "style": "IPY_MODEL_5f4dcec07d184ccb8fead0cc0ffcc63e" } }, "623ab118a04141718c2fb981b0937c58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_771fed02ed5444a088983639b1ddbe48", "style": "IPY_MODEL_f6220e76313b4182a1db3cc05fa1eeef", "value": false } }, "62459e945d094383a00e59c3ec8e403a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "6249f1b16f7a48839724adc3d8074d3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "624d220f53cc4ad8af92e6d2bd12baff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_585ff7cd461142bc8d4f2dabe9010adc", "style": "IPY_MODEL_c955196679d94c0ea8260a75f125b049" } }, "624e2a1ef1f44c8eb2c8d734f3eb383c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d9b01d60509347acb0947322bb1a5513" ], "layout": "IPY_MODEL_94970b8294984c7f85a8634cea73a2f0" } }, "62515fd792f2429980c5fd78ca136baa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6253e18406c64efcb98861820f0bc91b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6f4d7becc3a341678457522ade34fb9a", "style": "IPY_MODEL_c32628806ed94692a3426d7253944184", "value": false } }, "626a8fa9aba4458f9db1ec8115383c9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a06c9362abae45068842b5313d02dcbd" ], "layout": "IPY_MODEL_b0874239761141a8a861c045349352f9" } }, "626fe32cc5da401586ac03b2aac048db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_3afe4290418b4553820a030cdec6612f", "style": "IPY_MODEL_0a8866a6ec174f7bb410b46e2acb569b", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "62722d32a10a490b9136b2c28d7409be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_baae80ef4e6c4de3a1c8d4c0b7abc623", "style": "IPY_MODEL_c5fa43a559064e2aa3ead824525ba1e2", "value": " Receive <<< " } }, "6275df1862694565a0e3ed69f78e79fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9095587846384602be29c727d3805e74", "style": "IPY_MODEL_f548cb9321ba49d8b866b8a04e4cc01f", "value": " Inorganic Descriptors: " } }, "6279867998f04369b533e5667720943e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6280c47f059542328a2f16fe74179a43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "62815f0dd422403ba7b054cc140cb3dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "628f48b8fb9a409a962d2aca16f46d12": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_4978d1959434442bbabce9cde060b23a", "placeholder": "[]", "style": "IPY_MODEL_4d9261b735094de980d911a473acf96a", "value": "bit" } }, "62b56d5e7a5749f8a35bd507324a63f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "62b90a697a0e41aba0e2cf31b879008a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7b5f80e9b6f3463ebf26bb9bc2d5ea89", "style": "IPY_MODEL_f989ecd6e29949d18de978853e83e96f" } }, "62b955af3dee45f9a677677fe290b375": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "62c2878ca785457690034c031f7ada11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_fb29fcb213e0445684020f61df47ba48" ], "layout": "IPY_MODEL_29383c458c6740b08cc743661ae52225" } }, "62c7d3771bd24a259beadf05c9120767": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_05f456a1c0284cc9be2d9b42fbe3abe7", "IPY_MODEL_955a9557342c4f3e9578b56beff842ec", "IPY_MODEL_685569c8031244f8a2450df55591c50a" ], "layout": "IPY_MODEL_362d357f29004ce885560c77f62e33f5" } }, "62d0fbabce1543a98019c1b81be117e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ae58104b78844c089e51ea42b629a0e7" ], "layout": "IPY_MODEL_5cdefbc22e0c4198a735e50628e19cf7" } }, "62d1e4daabf04235be118a082c0c36ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "62da4f02dd1442e587230fde25b506ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "62dcdb96d9974ffb8561995a370b15ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "62e330de74ab434395ddccd1a027f9c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "62e3efa3aed6469293fd36b72c02e3a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_456cdb261b664541b366b1e170e01d69", "style": "IPY_MODEL_1c4c5bf2a6784ce0a0755f2b77ed7633", "value": false } }, "62e4ebedb08149d19e0ed387ad1badb8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_06d3e7c58ca444828269dbf27d2a0d55", "IPY_MODEL_a985093b22b04a68ae0ac0ff3e5ef8da" ], "layout": "IPY_MODEL_25aac65f66984f229b1a24db6ec4730d" } }, "62ec1499bbd047ce97cbf82fced3401f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "631339f55cca4b668d472857d5bc4e71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "632574bd246743ee89dd178dace2a7ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "632dbfa923e24f2a982ad0d79b72d3c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_737e3a815df2419e993bd714626cf469" ], "layout": "IPY_MODEL_1a3d58d672f8467888a505af3f7023f0" } }, "633194baa70841e79d45837c573c7fbe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_61191566a9794962937a33ea22a4a9c2" ], "layout": "IPY_MODEL_69e9d6971eb3466bb34d083eaebb28cc" } }, "633e8a2d81db4815a757e5edc1cdb204": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6342a76c716348c29451a24b779bd0ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3d954d1c493549da9e00be55d9d6d44e", "IPY_MODEL_516591958e5d46d5b8218110591a9af2", "IPY_MODEL_b1bba19e06d8422fbd32d2d304be7c80" ], "layout": "IPY_MODEL_88d046d7d51040c0b0de032bcea2a063" } }, "6347076654de4df7a4c0b1f56fffb2ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "634a85c753264f9f81040a1c32ad5f66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_40993c43618041b5b23b914faa234fd8", "IPY_MODEL_5b57218b5a564c50beb30e716471dbe7" ], "layout": "IPY_MODEL_85278e07b73f45448150652e731f1620" } }, "634c93b8ce394833a84af311d73c8ad2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e346bda0186b4cd18ff55bef3815ae1e", "style": "IPY_MODEL_59af187f779642c78564cfd94d135c86", "value": false } }, "634e55723bc2400db49a38344fb38277": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2fe831a96bbc4a27ad85d130b230e128", "IPY_MODEL_e1e7b98f57a04a939b7b5efc3e3686de" ], "layout": "IPY_MODEL_34e9cb716628446aa1d553c02a84033f" } }, "6358893cc278445fb868b08d71d68efd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63726df0ab7b456cb2b60108a1855f0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6378d3c710fe4108b8f58974bcc44aac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "637e79d1f1504d2690dcdcaedbd7b2f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6385e04b21bf4c429f12ff4b0110a82d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "638c8f0ce41e4f558230d69662156764": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "63941d9717f44774a24194f72bfa9082": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63a09e4ff753403c88fa5a34279eb715": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f2e1436493034e92a958ff52afac93bc", "style": "IPY_MODEL_4cfeb3413e87403b96255106a510f219" } }, "63aa5f2703154987a2c7f4de3c8e02b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63b61e3791904ed59fb21ebff9f9d526": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "63bbfc52e5a34fb48b5de4bd92f388bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_9a773b26a8664ad1b688e5a14d3b2bd7", "style": "IPY_MODEL_cff416d7395244a384cada0b4e9627ac", "tooltips": [] } }, "63bd52fd6e97401a9c3cfe0354bf759e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63c89edf569143939a29192b1fafe391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "63c9ede4e70443309fbc354625c81418": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63eabd4d56e84911bc0e7dedc3658f17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "63eee21ffbaa4f50b7271d0f58c2fb37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_c9ed861e8b8144afa85e5799580b917a", "placeholder": "[]", "style": "IPY_MODEL_9f86bdc638994d578a2a7f0d9128f47a", "value": "None" } }, "63f0a2a1b6354571b3904adbfed72216": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_462ffaa65978425989f21c2140947285", "IPY_MODEL_a45fe90a57574d52af1aece714a3fb23", "IPY_MODEL_bbe453b873cd4879b3e66d084ec5cc4e" ], "layout": "IPY_MODEL_33b316c238c1455bbe1ef6a8b0d30d39" } }, "63fb1e8236634916936e8699eedb5da2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6806d01d2d5e4c46bdb785389a7fefec", "style": "IPY_MODEL_a0e88d477dc44e0d9fcb39385dfd20f6" } }, "63fed48e44cb40e7995d86faf295aa41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64082f8d63914dae8e3c15e72fbeb6ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "640bc4066224427d96bd9db9a19bb0af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6412ac2b65a44c3a89447f7342d632c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_73937846862b467da4cf37f5cc08d533", "style": "IPY_MODEL_65a748d5006b4377a6494b740d27ae05" } }, "6421803284934d37bfb1fc613fbe375d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d2bf011731e74bfc8a102cb4caece4e2" ], "layout": "IPY_MODEL_195b1414b8664b1086342729181e5afb" } }, "64224750a5ef426f8eaa5f9b5a8b4f74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "642779125ae04994b19e2e151300a4cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "642bf7b5c8ea462b89130a01b86211d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "643627decd884c7791be9012c6329ce7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_d5e2ac02aa364bc980c551bad213e7eb", "placeholder": "[]", "style": "IPY_MODEL_2790465f2a7f4423ba2760ea4f545815", "value": "None" } }, "643a5ccd3db24c86835fb3ad43ffd223": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "643e13c9c0ac47bc88745d44186336ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_871f2711ee534f0f905146c8d5ec8e64" ], "layout": "IPY_MODEL_a31a50a5963c45cb81ef48dcd55cabb0" } }, "644727a69b914a9d87e692d166c6050a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6448f8feb1d44183a05bbaa7e5316ce9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6453b8b76d4d405a968f3f294fa4641b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "64566dc1048b4b8c9bb3eb5fdfb82eed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_29c2f55d20ab4748a2eac8e8e9f73224", "style": "IPY_MODEL_2fb81a41cfcb47498ceffa583b7f44ca", "value": true } }, "645adb5272654ee7bc9f2650c76353ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64606368330c45ec8447b7fe539737a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64688e97785548e5821748f7ba36f64b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4fa3a4e63202429181eb4e24edb012c3", "style": "IPY_MODEL_9014da99159249cf8fbdd18057087a81", "value": " <<< " } }, "646c75e2edec415682916dcab1f0effd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "646eac5aaf7e403281b9add112578742": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_af29773195084ec6ab20792a8669d918", "IPY_MODEL_2c37f973b10a47d4a307d4ff44c45958", "IPY_MODEL_563b093bbd25468e8e673379a5a834df", "IPY_MODEL_9f29371bbc82421984ea98b9450ad810" ], "layout": "IPY_MODEL_f32ef87acd6e441cb20a8f08ec3ebefd" } }, "647389270f4f425b9ff38a0b2d691720": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "647ce92373444490b37f146b4a66d995": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6491b1745eba47c6a1844d2e48b1ab3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_367651a20067464aa5dd3f19162fba58", "style": "IPY_MODEL_90f2609a64c74f1880cbce2da834125d", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "64a245e9a03b45e195a1214672b1433b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "64a95bd3fc2b4986969165d97df26484": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_35b9aad983e94c3b92f56cfacc900772", "IPY_MODEL_bc0b21f451464f818bf53fd5d027cbbb", "IPY_MODEL_bf7ce11a356941c7b407cdf22a6070e8" ], "layout": "IPY_MODEL_3abd09c1d0bb48fba3f6cdbf4f9e2f68" } }, "64af5b2ba6cc4bf6afec04990091fada": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "64bbc3bae30f4defbacd4301a2661198": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64bc4065b4e54bddbbf3a4bd026bfe2f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "64bc497cc1444a068ad06e6e38b82ef5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "64bd618421e94148b47d0fc87635ec14": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "64bd85fd12c947e5becb9a92c9c0369b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_05a0c9a78eb94686bc44fd6799523ca5", "style": "IPY_MODEL_64606368330c45ec8447b7fe539737a5" } }, "64c148631b834dbd8b2427690fd4f0c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "64c7f0b8f80a4203b1f453d1f5b30695": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "64ca73834416475dbac102551be16f8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64d2ddc764aa4f51b84431c864e0a026": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "64d54a37bb0b487d8ca1be89b1863184": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_525aad79c33041e0beb3163e1d0c7a78", "IPY_MODEL_a242b7b624f04ad480c105f24833c0e2", "IPY_MODEL_ec99441f0f9546d5ad2f24a5c80d9e6f" ], "layout": "IPY_MODEL_ae5f16d12bff47e996181aae3125dc3f" } }, "64eea2d8bd044fcda7410544786fde7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "64f0b5fecaa54f81ac05c12dafeb3d71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "64f374b13bd6419e879d89d5088781eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "64fa1dee924e48769556e80a56ac5f4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_95f09e7d42c445db80d027aacd6c730f", "style": "IPY_MODEL_3ba58ddd8602443d84c165712a32f443" } }, "65055334d3374326bb731a2e40b87219": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "650874993b324b06902ff628fc1b76ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9110c064a8e543ceb0fe2e0fddb0c01e", "style": "IPY_MODEL_877444af36114e08b8d3342fbd4dcf07", "value": false } }, "65199edb9a9c4440a024818961d0bfb5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "651ed842ffe94c08b2dafffdf74f49a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "65281d24417d4263a9735edae23f0bcd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "653109d65630496881c1a9fdbb2791a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_9f429c658bbf46b3a8b7db2b3e57a237", "style": "IPY_MODEL_282ddb992dd6473282eecfd33deff01b" } }, "65312d5caea14584bf68215d749038c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_70db1b24d6814aceae3dfa8159a3744c", "IPY_MODEL_f9f2072675294935a8a75e77ec7c55de", "IPY_MODEL_79c9c330e19d4c60bc9a0651ec154b94" ], "layout": "IPY_MODEL_0679f7c9efbb447a8c853d553009bd41" } }, "6534541034c741238088c8db91968830": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "65382b34d0c549a6b74aca81435a0d83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "653a1200dd9a46ae8b2584244ec6c33c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "653c5ecfb6374821bd20914c0a73fe39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6548935fe0254e91a3b831663fe6b8de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c81be1b591b542f4b0168d83080f3c53", "IPY_MODEL_a917daf64bd44b00b78dd0d4156d3d64", "IPY_MODEL_64bd85fd12c947e5becb9a92c9c0369b" ], "layout": "IPY_MODEL_1e07917d27af419ba636fd6f82ef72bd" } }, "6549d6e00c6f4ddf91f5a402d0879d72": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c8f7d2e96fc8498eb7fd7c0b02034620" ], "layout": "IPY_MODEL_fae5056ad4b14bf9bac45e89c2398b0a" } }, "654fa416d09d42ca9c4584112b01839d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "655438ed9a0a4718b179a6f62fd037c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_dc68d5660c8a42f9b17426379ae0a2d7", "style": "IPY_MODEL_57ed51b14c2a4ccbb3b516ad05c8dfea", "value": "Documentation: " } }, "6557849de7df4d18ab7a77a88983baa4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6563389af68b4da586913a4df494b8e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "656cdaa90e844c62b7dcb5b4651b9c71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6572fa8d50a54866bcafd88693be0c80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_e733cdbf87db4a29ba3fe14d1fc38b19", "placeholder": "[]", "style": "IPY_MODEL_19f51a0b89e247309efd12fe27f836fa", "value": "None" } }, "6578a5061217406b85870ac650f8bce0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "65967fec36234ac4a9a501431d0f606c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d0d6819c53454571bfaecdd96cf4e121", "style": "IPY_MODEL_cf07982b07b64e4bbe0720e81d31989e", "value": "Function parameters:" } }, "659e07535d804eefb115584185d4a65b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4eb5f69f57fa46f1b9c7e3b7de24d500", "IPY_MODEL_0a9c5034049e466395c597f8969a962f", "IPY_MODEL_dfa82d7646c5437e8517ac5399db4b3d", "IPY_MODEL_556a863e742d4bf9850a55160aded859" ], "layout": "IPY_MODEL_9540d0f784ff486ab92cb92080f211f8" } }, "65a07cba416d44a89693b422f573b044": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ead817276a5742aababfbab304f0db8e" ], "layout": "IPY_MODEL_1572e4ebe52c4425995d6fe169d45303" } }, "65a748d5006b4377a6494b740d27ae05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "65ab882945734e06b70f2d07250e6483": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_eb49dcf8d5074979a42a933602a4ca93", "IPY_MODEL_171be5ae21ba492a974032b657e6c0e5", "IPY_MODEL_fa5adc58c7894abcaedcf52a44457e99" ], "layout": "IPY_MODEL_59ac87daa39b404bb07d0fc514d0871d" } }, "65b0c4e43eb147278809a4c0193d8a8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "65b192224660486c8b80ea1f716b8315": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "65cc9aef250744e496b590923919fe68": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "65d445403ca948fbb4dde407f75db26d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "65d83d632882478098dfecc363f7a921": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "65fa544dbd58476db8d6dd044cb16658": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "65ff720e181e4262a5f98986f340fe8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b817de8bdb3d421b8c77e68596325894" ], "layout": "IPY_MODEL_5c29cdf2be2249c9b7c7a54f906131f9" } }, "6631fc249cc04d5faaa5886b61df542c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6655ef7602ce445b8c891d5a9fda1566": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "665971c63f824ace9605c98c0624971a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_050207a0026f46b6bec10ab84d5f2581", "IPY_MODEL_93bf7dbe60d94318acceef72c2111ad0", "IPY_MODEL_685eb75b0d7c42fbaa5580fb0483a87f", "IPY_MODEL_ff988052b387486c992d5d1acd7dea7a", "IPY_MODEL_7386bb3db0e24bdb92ac4f080e9c98b9", "IPY_MODEL_f09bbefe08894186b1bf138216f91bf2" ], "layout": "IPY_MODEL_b4188bdd54af4eda8162e1b82116799b" } }, "666903e0c16c45aa993daa81f74980ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "66717e08daf14b57b23aa43132a8492c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a800593969924dd1b8c88474a1df9a51" ], "layout": "IPY_MODEL_0ca421a5838c48baa8da70a2f6e95002" } }, "6671d35968404fbc8d993a0b2240ec95": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "667487f8eea740d28340e061ee9332ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_71759435f20f4cf1a77f65ee1c883b01", "style": "IPY_MODEL_a6727d2d4ab3488099071e6e6fe080b3", "value": "Choose a method:" } }, "667d09aadbe14121b481457dbe8da436": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_06b68209a8e44a3c8ad1757a7f027a7f", "style": "IPY_MODEL_0a50f3752d544cab8380ee05ebe7ddf3", "value": "Function parameters:" } }, "66848ee40bd44b4993f26befb14ff89f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6686b892234641148bac8dd7b7eacd46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66ae4f984ff34943ab76f3e7012ca590": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_6e7c4b12d5934f7ea4c2f5eba0a8b5bb", "style": "IPY_MODEL_c6534541d6244253a5d08964d6828bfd" } }, "66b0e31190ba4e8b883d5afa4e835b91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "66b9cb2639b04180b3e6b7b3d83e3879": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0e198d0ad1e842908a9730dbd31bd701", "style": "IPY_MODEL_a1aef6c2f7f741e9b6e802e487228e66" } }, "66bc7e8cd13546c7843aee9f501ba432": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "66c4d6d669fe42b094f48eeca707adf0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_af83a5687ce449609fb983b294a6755f" ], "layout": "IPY_MODEL_df8c698cb40f4d2a99c303c5c34561d7" } }, "66c57d7f742e4261b0cec2c780e4631b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66c6a9755595441ca6fee2744ec1410a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66c808de26f7489c8ee83c227060123c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5c4038c10c8d4c67a1323aae992b8719", "style": "IPY_MODEL_b991429f2e6f4d5a95ba6713c69bcf5f", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "66c8b8b187b94a41996712f6868d1c2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66ccd03226504e0ebc07104e7189f97e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_2b4e448b21fc4e2596ce108e38a143d7", "style": "IPY_MODEL_16a5b05bf8444735a0df8510463fd6cc" } }, "66cf5feb71824ba8bb2cd6256f2c9247": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66d8b35f7f2f4852beb802cc81de9961": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "66e705e90bc54cf78d9b645e5f9d719e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_03d065391ee047a4866fced8f2d37496", "style": "IPY_MODEL_a32f42124b0e42cbb7d062a8e2b864ec" } }, "66f91f6f1c76430b879ced115bdbb633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "66fcc2961ef749638ad7d32583855630": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "66ff3ada025148af83c9919cc875a187": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "67129f45df7745bcb3191c85c6cab454": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "6718caffe1d44c5c84f7f6d6687d8eb4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_33123e5e31184b498fb694f5229b41ab", "IPY_MODEL_5cc5185733894d14a9aa2d4b6d1d217a" ], "layout": "IPY_MODEL_2183aeda564d46aab19ea08c4745aaa4" } }, "672037998495494697c146e0f90080ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "672afee74a124f48bfb5da9351327f8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_704c8fccc1e04ccdabb2cbb584b7773e", "placeholder": "[]", "style": "IPY_MODEL_8f61ba689f8c4a6d855863cb2a3a996f", "value": "required_required" } }, "672c98971def4259bff848cd8d6fe06f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "6734d4de5a9240bf9c5cb00c6744db07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "673c4b52e29b4f0f8abde1637b889845": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_de4a880a9f144dce8777e499885d2222", "style": "IPY_MODEL_e24eded50f734087a85d2e8307ba21e1" } }, "6762eed60dee42c79239fc3728550969": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "67684c9168b149479ab577c82dec3a5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "67727a2a9c6d484eab3b964d744b2161": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_d75133147e444af8bfca0637e4082508", "style": "IPY_MODEL_997251d5b05944b7a6230e49434b9399", "tooltips": [] } }, "6772ca9718994686853feddea8973e3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "677481f389844ed8ab74879c4b723e86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3f345da9c9fd47278f033acd531f1f70", "IPY_MODEL_e0663478e34f439e8e52d325bf0d6e1d", "IPY_MODEL_31e5e6bd78b14786a67bebadf022cb77", "IPY_MODEL_15f8d23c150d4dc7808f345467576bc4" ], "layout": "IPY_MODEL_7708ada840744a06980962712d83822e" } }, "6774b2c81d834cbea1afa76a23d14494": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "6774f159ca044506a957794f437d7a3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "677c737a03144c39bdcb37b4f8ba22cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d2da1eaff57d46b380b16321583390f7", "style": "IPY_MODEL_855f51c430e44835ac1637ff9c16965c", "value": true } }, "677ff066a72d40428957ecb5706bf900": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_10efab660c874de990d7ea264ba7fb9a", "style": "IPY_MODEL_ade0ff6db637472a95704de4b32d3e0e", "value": " >>> " } }, "6784d6cd493a4a14aba606f8659a3cae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_92c9f225c5ab415d9ba202d8e234b93a", "IPY_MODEL_197b97f2dcf841158d78e4032b3bec92" ], "layout": "IPY_MODEL_3e2cf9137b164026a587c284d0e9e510" } }, "6786d861a9644ec28e65931f1e5a0e89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_7ad37461dc8d47749ae670f0713bc97e", "style": "IPY_MODEL_cadec94ec8a140a2b057329bf989537f" } }, "6792005981a446e9b665096f14e2f36c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "67938cd196534715aafae78152b9edcc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e7291b0fbdf74e59a4f29d9b4768455e", "style": "IPY_MODEL_1bae0b467daa46d5bee5ce7fe068f82e", "value": false } }, "67a06eb116db4c10b16fa18ba25c3246": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "67b009cb06924620a7a6cb2187eb6f18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_851d5b27a9234d8cbdb1155b107ede84" ], "layout": "IPY_MODEL_049072525c4a4958b324ca4657dfeb96" } }, "67c4a80e1e304ec28073027be3ed7415": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "67c6ef80e4e8495baf5d3619ed0b9bbe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "67c93f67634b4899b6eae0751b79c43a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "67ca928273ab4c109bf1042963cd69e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a1b75946004d472694479c452e0d0395" ], "layout": "IPY_MODEL_f35999036e49411ca52fefdd57512197" } }, "67cbf26ac2ce47168faea0c44d3db06f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "67d335478e034d689b15a7239c771e22": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "67df82b705d9401080d6e09a3f86808d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "67e3783783394cd58b17abbfffe9a47c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "67e9418ea78f4668b9da2dd3022ffdd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_8a78c2461a64461eaaa95f04b3fc19b2", "placeholder": "[]", "style": "IPY_MODEL_396d7d6658d141eca84ee78c493c0ef5", "value": "None" } }, "67f11117241e42bf953c2f9120cdcb40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "67f1bfc71c34404abfa74ad6d4b021fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6806d01d2d5e4c46bdb785389a7fefec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6807f3ca5ad24a16a2898ecb117f3c38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2d119e5ee299465d80d70811ee7435e2", "IPY_MODEL_6412ac2b65a44c3a89447f7342d632c5" ], "layout": "IPY_MODEL_97077487b9f84803af8d197898f72355" } }, "68139b6fe48b455697d25e2c9b9946c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "6815105095ba4344a7d8844a9eb1e03c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "681c2f5113d842d8b6671a8337f0e921": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_03740301e8364fb2966d7e2e1a4c52bf", "style": "IPY_MODEL_0d48d9ee900b4e2aa25a095d288a660f", "value": false } }, "681e6e0b15d04bdcab56d7ae48048286": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6828477e57fd4141860c91ef43393640": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "683406e6e5d045f7b4c69f0b17d7d982": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "683a4b3da7d3412089aeab3b88784599": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "685569c8031244f8a2450df55591c50a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_1f0cdb4dfedc4e2ead44cd4e327670a8", "style": "IPY_MODEL_e84923568e7d4a8f9a73d0dfae6b3367" } }, "6855eb00c0434a038aadbaa3a288edad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_ccebc05d52b04495854586bba065d948", "style": "IPY_MODEL_e9723742f47744aa8eb8b19f21725f45" } }, "685eb75b0d7c42fbaa5580fb0483a87f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_150e05050df24291b3332a19a8844c7f", "IPY_MODEL_4dca15b350924675ae819cf9e7388868", "IPY_MODEL_a81567dceb89433c820f6eda19e34318", "IPY_MODEL_a8f763fe41da452699bcc2c59ec74c17", "IPY_MODEL_f998b9947de7478eb28449671c76c1a4" ], "layout": "IPY_MODEL_5fe57fedfef14ed8a2a48e9887d1d2db" } }, "686e28bb6e3c44d89b766e2117aab37a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "6878c8e945074d07a9dd29548aabd1e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "689458c0fa1c4fdf88dd9cf6686c4aea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6897c2223bed4d0891c95daf68a89e9f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "68992e92ecd6425b987d79c3da71c1ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "689db0399e144740a9e4edcdf8d6f0ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_26149aecd4d947a5a4ba3b4a59197c23", "placeholder": "[]", "style": "IPY_MODEL_787abfd47e28451f9c0ad80991bb3656", "value": "None" } }, "689fd3c755a94c8fa45f59fa973ab799": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_8f09c0141e824e0f9907999ba68ad99e", "style": "IPY_MODEL_9b465574cad74c01bd210a82deecb641" } }, "68a667e720ee454f95f5c83fbf461248": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bf02be882b7d433b915b0e2714fc06ff" ], "layout": "IPY_MODEL_6a3dd70fc2ed42bd9d435d9f203ce321" } }, "68a7042c29b840f09d853aa5b73fa218": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "68a735b134ea4402b51c5042a9f491f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "68ab336caacd42b3b114b64e4ba33fb2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_d20e61fda20544f8be2a67f1a1805715", "style": "IPY_MODEL_decdd67f1dce4a49832b7553fceeff6d" } }, "68ae977fcb224dd2956e7edb1dd7c8ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "68baf481c86a451192f2bef08fd0cb60": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "68c398a4d58443208e7b05dc9708323e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_be744b64542749fc86ddb57f326de3b1", "IPY_MODEL_342111b816a447968699c59190a1310b" ], "layout": "IPY_MODEL_61f3fee2b8754918ba26f532ee2e3616" } }, "68c51041badd41c09e6c4c7149b99202": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "68c99acb7d6946e8922fcdf66d52a34e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_ade5d9d10ce247a2a08c97166b55da2a", "style": "IPY_MODEL_5fb511c7e9ef4726b7bdb4c849a72610", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "68d5c6275552484a9fead440dab1d475": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "68dc774b67dd47db94199309b26b0b5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c41b0fc19a5148839ea60a9736d72f50", "IPY_MODEL_70bee17527bd4fb0af17fd0f8ba22666", "IPY_MODEL_5c78a9544d0f4d829fa2fcef41d364f9" ], "layout": "IPY_MODEL_a2d6387f06d94dfab3d9a86946257798" } }, "68df7d1d94af49058f0e798c149c9bc6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "68e4254b730e4c338ad24acd3b14795f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "68e636a092ec4ab9b02dc581790cea95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_512e7d94d91a414f80f5c3c245a9d89f", "style": "IPY_MODEL_7b472c29304f43dea0c482f721cf58e3" } }, "68e6fd01492c45828318d508be727d7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_220f35018bcc47c88a5112ab8118a428", "style": "IPY_MODEL_64bbc3bae30f4defbacd4301a2661198", "value": false } }, "68ebe7a678c74388852230d35752464f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_79181b0847e24e0683b75eada3ab99d2", "IPY_MODEL_db37804da8e549e1bc0f67b480a2b0a6", "IPY_MODEL_8d44fa1e62d44f3aa3242e258ca8b12c" ], "layout": "IPY_MODEL_d26b83277ed04222824e86a08fa342b0" } }, "68f09fea68e84e0f8c0efaa4f06d01a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "68f7d9af32fe416585676811285bcd63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6905ef56ba154ee5be5b05b575ff8ffa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6909597e044f4f44b90ba1c46c6ea713": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6280c47f059542328a2f16fe74179a43", "style": "IPY_MODEL_39b366d13b6c4affbecd8063c0074c67", "value": "Documentation: " } }, "690ce5bb897b4758bbc9640047ea1e53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "691a71201d974628be57e63b127cf48a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "692622ab32e24f30ba4d1be08521a5a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "69289f83f149442ab984b5f2a5d0fd98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "694cf38b04bd48e5884d6bc47aae8cde": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_c54f7ad3600546caa6a8c22868e35616", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_e2918475169d42a08d98bdeaab80a242" } }, "69523d83f75f40e998bbcd9e3e1ea3f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dce3701d741d455987207d45ea45f905", "IPY_MODEL_a89ad538673f4c36a0878ad16d9803ee", "IPY_MODEL_730814a165f34496b526b45b057a3dc4" ], "layout": "IPY_MODEL_22ab23f862f941139a7c3a87e57901b7" } }, "69560281f9464255bbfe40fd314001f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "695da21cd9054e37830099f02aa3a9c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e6e5f2d2da8a41ebb11213a243bf2678" ], "layout": "IPY_MODEL_8e77a05fb5904d62a4f33bcbb7191432" } }, "695dffbc422240529f545b83c5c0bda0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "696314591a0b4c63b6bfbfaa59585bbe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6968a938433d4121a7e290e130e3e43c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "696d40ce044c47f0986730554eab6c34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9c88d28e13a844a68b140b164db5bde7", "IPY_MODEL_1a11b58eb8b9422c9961e789b0f51cb9" ], "layout": "IPY_MODEL_28e0c5e2c0b24e51980358d0a545153a" } }, "697c632ec8eb49b7b002bd70995dae3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_2611049991de42bbafe3cd08857a03d1", "style": "IPY_MODEL_f772689a76f8466f91eba0ad46b0834f" } }, "69894ac618504968a7f5851502107183": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "699214a5b023478198beb0b3e15340cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "69a6ef1a418443c4ae4e248018bc1327": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "69ac1a3e3d0947c5b09721cc062de95c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "69b26a59d7634693aa35d2a0789e4df1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "69d5ca37f31b4e849e2396af35c784dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3707cd19b7d2461bb5a190786da385db", "style": "IPY_MODEL_dc963e31b22e4b4bb5fedf4e8cb2e814", "value": false } }, "69dec89a57aa46aa8e0298adcb863864": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_930441dcbb5f42a8a989f8eb1978dbf5", "IPY_MODEL_968749ef803846deb9b30144d73c13b9", "IPY_MODEL_6f3bbd8b0275466cba40a5ef7f5a9310" ], "layout": "IPY_MODEL_ab5bb15e97a0471d928a585769549f5d" } }, "69df2afab8904546923eda6d3f4846f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "69e3d240c6474cf399d92bd4e0a94389": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "69e9d6971eb3466bb34d083eaebb28cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "69f0d11141fd4d81977de510eac72e9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "69f71c892f5343009882f1353685a4d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a09fd488f0941979772b872fc38abf1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6a0a5e8a8cdb403d8869e735d3f74adf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a0c822a7ee1447da2502feae47a86ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_38bada1e7c3a43ec9d08e07a28e35a4c" ], "layout": "IPY_MODEL_40d2ede334934e25b49f57e0944b89c5" } }, "6a12c2a177ac4f62a12dc4c1ea873df6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5730f2fa30d145abb6b436ac92a3f527", "style": "IPY_MODEL_70291ee3004047c683d9f3c5457c7ab0", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "6a1ef465ac27492c99cdbcdd387e7fe6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a2339523331439998eca394a3c48f3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a2550e839e24f54abec59baf7ec2798": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_4ec239df94044f40b38362d599e34337", "style": "IPY_MODEL_a08f7ea71d4a467b91e7cf11368c9876" } }, "6a28b2b2f70245a4a7b5c05b87d9c258": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a28fdce91104b06904b1e4b5c7c4bd2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "6a2d93c90ed148d293ff167866d0e555": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ec7b904475df4cebb8283667e45a353d", "style": "IPY_MODEL_9eea27ae2521445e9adaf80d48f43315" } }, "6a2e9d52a8a44409a37035b94f6d1a63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a344d827c174ae28952b1c419317f54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6a3500d02944479893ccdeec4b3be2c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6a3dd70fc2ed42bd9d435d9f203ce321": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "6a417ad3802c403480109b91865fa05c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_23df92f8336c483289191d6db2a83796", "placeholder": "[]", "style": "IPY_MODEL_c4b1bbc7c52541a98d419d61ea10b297", "value": "required_required" } }, "6a6085c0d2794449ada5d51b88c84841": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "6a698ff098794665958e9e2c0791c45a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6a6a9a7ac55243bfae07991b48738a64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6a781d86fb63465facaf4a425f92967a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6a7efb047201481ea863b0f53eaf47be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "6a90ed27b3304862a628cebcec652c3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6aa22eb6cda7400fb365c8fd11229e32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6ab120d1f88141498884caeca7b59b65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_a05344bd7998473ba43e6756d572fe1c", "placeholder": "[]", "style": "IPY_MODEL_b02b7250edb248de980ec792a4b95362", "value": "None" } }, "6ab8ba1d3574468c9f5244ba31aa288f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7a14e228eac24d8d880e30154fbc1bdf" ], "layout": "IPY_MODEL_e4a790f7bec4421c97c04762f93f99ab" } }, "6ac4f730e7ec4eecbf2de2669753d91f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6ac79b461dcf469ea77154bfc924145c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_922f2657751649f3bc1462b9551fe86f", "style": "IPY_MODEL_509ba96ff21e4b2aa6be53cbed711942", "tooltips": [] } }, "6acc562ce848469c9ec29e28ba4125d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6add47dd39a3411b89536b64b0ec5cff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_03bf8d118d124a72be8288348e9e970d", "style": "IPY_MODEL_2a956c10e01a41c9b9d6d5b26634ee35" } }, "6add4b6bce2b40c7b9ee73ce2224a28f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6ae61f025cf64c84bf56bb10488926cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_c01da074480e45b6b3b3db28f19b4563", "style": "IPY_MODEL_c837bd5cdabc4787af4c59b729f9d68e" } }, "6ae84f2d017e47e881d218ddb4533300": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "6aeaa62828ea441e8d6c13645eb9bdf9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ccc839e0c34f4e73ac30967f94fe4d5e", "IPY_MODEL_8e7c6bafd15046a3a78ffc271f6b85c5", "IPY_MODEL_e6acf10589674e54b21b9c6ea890c7e9" ], "layout": "IPY_MODEL_475c8922e4da4c5989260b2d323a3540" } }, "6aeb18a87970458e98dbd2a1024ecd80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6af21198129a477795252e46df61fd1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6af28ad5a91d43e0afeb5eb17a407dbc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "6af8026bdbf24803b05801dfb9a76690": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "6b03da7ef26541f8ada756ae84c05072": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9887f5d1679041dcad5f629d4e83d9ba", "style": "IPY_MODEL_3cfe3f68b02a498eaab1ce4578dd3043", "value": false } }, "6b05919d8268489983905c913b572459": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_f497a0139b414af18c134d700d05c7f8", "style": "IPY_MODEL_c95c19ec0254478284ee99a08817c568" } }, "6b1154f659ab491fb30e8c7f1c2cd33e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1ee64f7652e54b1aaf75acb4393425bb", "IPY_MODEL_2cb2023dde2545108b8686f5e8fd5eab" ], "layout": "IPY_MODEL_0ac0c6a6ab01409d8534b18e818ca884" } }, "6b196a23b8c3472f9b6ba602d3fb5b16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6b219a0768914072b9e27173af236f01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6b3ccdb628884a798c6fea81cdc49bda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_90e54ff24b334ec9a6071e9673f4428c", "style": "IPY_MODEL_d56f47c36deb404e955ce8213ce13c35" } }, "6b46a8836ef74852a5fe6a8e9137b74a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d102e2574e744a1e8f27170ab369536e", "IPY_MODEL_8da7308996484a5d868f071e07a152e6", "IPY_MODEL_2507fc9201044e5daac93d58b156bd4d", "IPY_MODEL_3ea08ac2eaba4ede9f45e2bd87135a8c", "IPY_MODEL_1dea453d424543d4acfbef9580f3ad37", "IPY_MODEL_c4acf721f846443fa687bdf3b3001fe6", "IPY_MODEL_112887b0ab5a4f918db4710a7ea3da1a" ], "layout": "IPY_MODEL_dbcd3184767d44fd8fcee1cda34a5424" } }, "6b52eba1c8cc4141bc857f3259bb070f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6b5dce411a9d486289d6da046be8f628": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "6b6838f6271f499ea207f2725f250060": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_256058c72dd84067b328022f6a46500d", "style": "IPY_MODEL_dfd8eb2352774c31a6f88f434a48daac" } }, "6b70fd2bc10b4492916405b36f0dadb7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7f4e9d0b16dd4cefacdf2d550d33ea6a", "style": "IPY_MODEL_560865c79eee4ee48f282d42dc9ca8b5", "value": false } }, "6b73b1924ced4aba9e2206e4bed31940": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6b76b674be7b482eade9fc73c9d4b0de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_9423ec3c0d754dfd950f842358ea0c51", "placeholder": "[]", "style": "IPY_MODEL_5401e2d5d4814fcb98fdd999e10813c5", "value": "False" } }, "6b7e832f35ea470d88d8f8cae4563a61": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "6b8a110c1edf495d966b9b8e573239a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6b903512277f488182a5d5c0d5e7ff42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_a47f6e581b6a422485d3cb808eb7d8c3", "style": "IPY_MODEL_29db7e6a0718400cb818beb68db7a222" } }, "6b9adf08bd634c13a073a146ec82cb92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6b9e9b95b8b2454a900ec7d96f2ae0f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_21ed07663d044f7985152d3af21db227", "style": "IPY_MODEL_9079ee33bf674e1a9c9c72db5cb7f8d9" } }, "6b9ffd04a11040f9b31610533334877c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_35c1b9fcf1814c758904192a5ce801a5", "style": "IPY_MODEL_238b76527ee24310a288b62782802b05" } }, "6ba4b18a099548c0ad2acd610197b153": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5c43c2c8b18147bbbe94cf7a52fcebe2" ], "layout": "IPY_MODEL_4d9caaf2538948f3948464a047e5a4c1" } }, "6ba7fec73a4343e5977444b418e14d61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6bae348451c844acb3085a1ec583af9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "6bb08617ec274ff082e3fc791e4f6185": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_37fa4949728b4c4cb557a1effd51321e", "style": "IPY_MODEL_a16621bfe3ee4b15abb9c5b95797f9ed", "value": true } }, "6bb8ed121ce142ca98c10d37bb7feff6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_ecc7dcd246f84896bc097dc3cdb8f532", "style": "IPY_MODEL_72a5819b93984f008b6a399acb1638ee" } }, "6bc930570c3849e38dc1e75576f19509": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "6bd0989a5e934b14aa339890bcacaa49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fe548d7059d4493a9c235a3ffd33fafb", "IPY_MODEL_e1d83050281e481fa59982ae9d90e466" ], "layout": "IPY_MODEL_04940727fa9642588e408c90abbbd1e1" } }, "6be31f9e0c1d4cfba077cf09ea29a1c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_204fd208a7c246feb8def19d249db68e", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_3133828a66764bd0ab96ae20885327f2", "value": "chemML_config.txt" } }, "6be6fc1197b349f19437971439be227c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6bef47df65d74c5d90976f8b97b1adfd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "6bfd0ffd4e4e483091cec6eb1f1b0192": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6bff0d7e0bff4547b63775966d96a6c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6c00811946324e5db85b42555846589c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ae16f5db77194b2698b6480adf7bd66b", "style": "IPY_MODEL_918ec132e51d4972a094b80d21963a33", "value": false } }, "6c02173e39494239be60343370eeb85b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6c0804e181cd4970a5697326c5ee792f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_3455a05000bc49c8b48fb5d20cc5362e", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_55feb23fefdb4188a14351e0f525a669", "value": "read_excel.txt" } }, "6c0c8e9516754817abc132f16f99263b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6c0eca5a828a4dbdbb3bcd2bd3bf5de1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_a71938a773c646efb8efd3f08a410f43", "placeholder": "[]", "style": "IPY_MODEL_94d59eccc29f47dc910c4000e7010426", "value": "None" } }, "6c181db966734732bf50c57f18a3badb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6c1ccbe2a88840d6be4293418ff93ec6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6c1e86d9ed7a44f1b61c9114b90b3ba0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6c2d4765751c404fb2aa763d134bace3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_22f048e87648447db8736678041c00e1", "IPY_MODEL_d1955aeb489a4d8b9d82a2fee42ae093", "IPY_MODEL_7aeb9e4612e1400e9e3396ace2674339", "IPY_MODEL_1acb1e7e94464f1aa7815ff676e38e95" ], "layout": "IPY_MODEL_3f24108743284823a9be179036f44ed7" } }, "6c317cfc90b74424ab5b0c31cfd74f56": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_445cac6284cb43ca85bb2e463643509e", "placeholder": "[]", "style": "IPY_MODEL_699214a5b023478198beb0b3e15340cd", "value": "False" } }, "6c35f41df99f466abb083dd2a5417a00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c641820f9afd4edb9b9875188767e425" ], "layout": "IPY_MODEL_3c6b3d521ba54f29be264c6e1260301d" } }, "6c38de4355834fc483f772dc941bcd81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_672037998495494697c146e0f90080ae", "style": "IPY_MODEL_4ab378f8dbc94dbfbb2573966401ad46", "value": "all input tokens: " } }, "6c3f43e3c51e4c9f954483d37b48ee51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6c5125c805834880977be2bf5aab9a3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6c5e338f97dc4b1b8ce17e933b53bc9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6c6f9a807f8041a586009ee1f2b7a0bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6c7eb7f673f74cf79efa68ebb2b7c973": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_3d2aef5e15e3434c991a0cc82223ac42", "style": "IPY_MODEL_c420d98971dd462f9036076d4bd98d3d" } }, "6c8a4091534c4a3f9cfb4ebd5ea847b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6c8c924dea4e4f0e85827936d124e6b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d0d008f247e84912b95eb700dcda6473", "IPY_MODEL_9384148e15964862abbf59c369f677c9", "IPY_MODEL_8bcb0cf5c4ea46a787f69695c3f520b3" ], "layout": "IPY_MODEL_5465dd02b17f4804aa7cc8441e659945" } }, "6c8d322d9dbe411b9c5729fe72ec1b03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6c8dfb41d4c84f559b841a489bf48b3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_defc1cfe32874729b782f7bb1a6e2ea3" ], "layout": "IPY_MODEL_ad27444d6a124f489bae7531630c1303" } }, "6c988537a1e84db8a7ab7f21d6aa93e0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e4a2c0e9dfb64e2c878763bf1c52222f", "IPY_MODEL_145308634dcf4159ac7deb7fc241d290", "IPY_MODEL_e6f93ef3a2104838914146ffcd1b2d0c" ], "layout": "IPY_MODEL_233a217c6d0b47ea953aa6146c717d6e" } }, "6c98e814d3034d4d9bc699d6d7bf42bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6caed3b23ac04dcea8f6e636ab1146ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_5a3fc26d73544289b24b17bc83fe7193", "placeholder": "[]", "style": "IPY_MODEL_e3046ee57d08462bb95280d2eab17da2", "value": "pi_smiles.xlsx" } }, "6cb157e3c8e341e688043622d1331cc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0a904dcf041e4eb3ac86465f488ce536", "IPY_MODEL_1d18967687a94fbd96298ba5fd009f32" ], "layout": "IPY_MODEL_ef4c2882635f4dc292c9dcb9f0e27d73" } }, "6cc19c1a91b14430a19b8288093dc686": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_4c4c0a0ba319410aabdd3f38e3e57856", "IPY_MODEL_8b28cb7a33964ca1a23e1e4f57bad210", "IPY_MODEL_17f655be8bc2413faa37aee00fa858dd", "IPY_MODEL_6aeaa62828ea441e8d6c13645eb9bdf9", "IPY_MODEL_bed71c6645d84aa7975f40c9c012a894", "IPY_MODEL_fc30d2e8cfbb417aaf4d49e10826946e", "IPY_MODEL_fa401e0fa945439cb8ce0016d52d42f2", "IPY_MODEL_a71a75580ce24ea996f9643b864af6c8", "IPY_MODEL_95f8a769cdfb402684b214535e9b7390", "IPY_MODEL_457000ea66c04c92bd47a96329427d33", "IPY_MODEL_4f657fc323bb4a32b6e5a867935a776f", "IPY_MODEL_0727370ff9284174a6dbe64e09b8643c", "IPY_MODEL_34e584d911e7426fac992bc5a73516ca", "IPY_MODEL_3a0dfac40c9f40009e5f5e85ebcac791", "IPY_MODEL_a7a113a5291441a39c7cea3b85b946cc", "IPY_MODEL_80b2fdcc001a44e8973663f78d4db3b5", "IPY_MODEL_f339014723514062b481687363ee1c92", "IPY_MODEL_64a95bd3fc2b4986969165d97df26484", "IPY_MODEL_ac5fbff127724c92ac762a0d2e84d5a3", "IPY_MODEL_c8d19d822f104aed80c0179384d0e673" ], "layout": "IPY_MODEL_f55c95be06ef4e468f3b5b654f0385e1" } }, "6cc3225c6e814c3e862204c099862a4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6cc67fffbaa64601bac66dfbd3cf26ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "6ccab4c3f9b2451b84a0f8655f8ebd4c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6ccc5d3805784549bbfeb74388d1b22f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6cd04ce6da6b4845b4db1671abcd419a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ed247a9763e34004957b68595d3250e0", "IPY_MODEL_d4381dd4a0c240f98c2472807136094f", "IPY_MODEL_ab4d1e8e1bd64eb8a204f8525ec5b2e1" ], "layout": "IPY_MODEL_d70f6b36771d4e84907fb77572b31e42" } }, "6cd9c30275424103956935d4cbc86ae2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6cde5350177b490890d9e573154dc38c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6cde88b96ed946e792f5a2dbd6048b42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6ce5547a717242629490ea673da2a3c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_cf45d841411a4ac2b34ef5c2d553ae25", "style": "IPY_MODEL_8ada11bf880247a59102afd38b1e09bb", "value": " Send >>> " } }, "6cfe25d0809948eba7cfc28506d6ae13": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d0a4c8a8d3a4f3a980e0dd140d0b93c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a2b2746205c94b50abc94a15790a28fa", "style": "IPY_MODEL_568174175ff240e1afce416216f175be", "value": true } }, "6d0abdfc87a54d7d9c5c1e833fd60317": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bead4d2415b24e2dbf535c7336e9958e", "style": "IPY_MODEL_ef4734e4a69343068768bc36f217752f" } }, "6d0fe03fa10f47f1baca6299d45b613e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "6d240499078a44d5a2fd570d206bcbab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d25b48118ea4124b8dd0605443a0c61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6d25d1422d1b43589adb59034df62ffb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "6d2763aa73a74a5e8c97c2db16c989fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "6d289d121f1045a9ad208607282d4446": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d2aeb45bcfb46808ee88c12deccc0d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f6ff92c97bb0455795e22ad2c7a36307", "IPY_MODEL_a13bef1fc7db4ab3857b33af61378ad9", "IPY_MODEL_43a087d72da94147a80422a18bbd8e3b" ], "layout": "IPY_MODEL_f55518d6e7cd40f0b977411ea0770a62" } }, "6d33009536104622a469e802c1a82b5e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "6d46eae059dd4fa4af6fecf1f638bd4b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_1769d7b7ad6549efb170a88ef0ed661a", "IPY_MODEL_5a87d3be373d4b2da272debfa27d115d" ], "layout": "IPY_MODEL_7b379afada5a4bc9a43bc398d1c6bdb6" } }, "6d5d766d722e476f9ea55078f3765608": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6d6b0742c4644fc9805b90e263ec6223": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d6bd7e11b5941f1a865a977458618f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d7ef984d5e5842b1a972734b7f61ecd3", "style": "IPY_MODEL_6e85f4315eef4c41b8d5da5814400d8d", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "6d7b4013e2574d068cb23bb0501607c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6d7df1ee54e04b408e6e356e9ae2d312": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5d5309e336494b6586057f603f821c75", "style": "IPY_MODEL_bcdc2bdb42c34e6f8c3f1ccf4819c7b4", "value": " Inorganic Descriptors: " } }, "6d81a52f10cd4040a0eebc54b4f78faf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6d87f50354864b68b0431b379a5b5fc2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d94be9d1374463e8422fdcdc297e03f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6d9b189965ea4443904013546704728f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6da7b7dbf2e948b9b5a93d13f14999ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6e5d8cb18dde4dec82ddcc0da5517d3d", "style": "IPY_MODEL_d594004f55084a71a376b884cd16f670", "value": " Receive <<< " } }, "6da848ec0b0c4328bb90ba3f2bd9be52": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6db8006021d94d05badc1a43ab36298d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6dbedfe212e64db289600c3704dc6d61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_1565ecfd98cf42409cadbbc772a9e05c", "style": "IPY_MODEL_3d0189faeccb43d3895a732d83a0923d", "value": "Start with a new script" } }, "6dd60aab1a2c48c98db90471f3ad052e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b1905868a483422295777add59f36b62", "style": "IPY_MODEL_10d8b226b9ef475aaef13412a2fa9158" } }, "6dd63f6c4681452da5d9cf762a1cbdea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6ddbddad11804d479cdd025c95146783": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "_options_labels": [ "2, df >>> 3, df" ], "index": [], "layout": "IPY_MODEL_2cfd6ab69d4d488d82c5adba61112224", "rows": 5, "style": "IPY_MODEL_bfb873be34b5453babd2b6a27a3c7817" } }, "6de139714ece4518816b41437bb59ee3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0b3e1bbec0a940d3beb8241f36fb5b68" ], "layout": "IPY_MODEL_62ec1499bbd047ce97cbf82fced3401f" } }, "6de4def438ab4010bba8c105e8eb32eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "6de658d2cc494fe1b8eb237a3ffbbaf9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c0a85f9e8b094904b05979a237fad175", "IPY_MODEL_848e6d42ed364d98930c98622ce68d93", "IPY_MODEL_601d90822a0a43088e02e83e15b094cb" ], "layout": "IPY_MODEL_4b1ad376203e4880b52bac988b8f36ea" } }, "6de7819be52c43d494f3449ad028866a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e4eef67584554cd3bf0d8370646ff49e", "IPY_MODEL_2b4da2f7af884324b23ecff1f899a022" ], "layout": "IPY_MODEL_f3810d1c8c3b4fbb80b41b3bdf3f57e4" } }, "6df0471608d24fc0beb4301700bccf88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9688972b2b064628b067887d90308ec9", "style": "IPY_MODEL_a14b2542d09a4510b02002467b88f892", "value": true } }, "6df0ab5bc3a04a39bb45ffb26e30759f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6df61ee67a18462a910feb5f5f987aa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_cd82f3954cf7482687d8c8bd4a1aa8be", "style": "IPY_MODEL_b36a3825125145f5b89430c18b4ae0b3" } }, "6e01434216eb492da5708bc506afa374": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b6f99a8e735f4556997f40469d077e85", "IPY_MODEL_8e6b623194e2499ea8dffc04bc9e866e", "IPY_MODEL_965beef734c34fcc90c07cc9ef429381" ], "layout": "IPY_MODEL_444a95c5961d4239ae1b241dc77c6cd8" } }, "6e085de433904174bdfbe8b186ac8d5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_1466a73270e54e24a1c92d9ab188188d", "placeholder": "[]", "style": "IPY_MODEL_f831f54106a34a54a649bbe45ef02b8d", "value": "required_required" } }, "6e304b1722e64adf91b9ae8fc8a72379": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6e30a70a6bd145be96c236cf2945df08": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6e34992e57444677a700af4505e5f248": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_af1be4d4d1464fa2a2a4ae4ec61e74b1", "IPY_MODEL_34251a2f4e6c4a219cb8463904ed925d", "IPY_MODEL_79c563a28ef1452697769c953cc62dff" ], "layout": "IPY_MODEL_f688c52a8ffb4638b44550b7549ce174" } }, "6e395e9171ef449086e4e55b23d4fe61": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6e3c185cfcdd42d49a87df0c003ef526": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "6e3cf01f25754e1da5f08da0615a92bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6e48a6ae1aa640ef9ec848e5279c12b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "6e4e19ca1b794407a60e564e3468ed0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6e5c900854b84f05b1c4908f7709ae1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9cda4dc1d4b64406b1046e7f6f56b4be", "style": "IPY_MODEL_7cc87ea0cc114fcea2078e4b7ace10f6", "value": false } }, "6e5d8cb18dde4dec82ddcc0da5517d3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "6e5ed387101e4774bc5178c8f7c98079": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6e5f5be77428493380d9b642925bf99c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6e701f1bdf5d46c68cb36cd8c2bcf631": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b7c17c15358e466cb7f83af1687c89be", "IPY_MODEL_994b3721ff64494bb498bb2a4a590f40", "IPY_MODEL_20b4743c57fc4a07b47742442d9a2ac9", "IPY_MODEL_7228ed53c48341099a82642a56eb24a8" ], "layout": "IPY_MODEL_d1728cca38e54c8986f1d14a8ac8e373" } }, "6e71b133b0164e1cbeca34f9b13805d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "6e7458e6a94a4cc6a266fdc790aa3e6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_48b40b492fe247d193eae42faedd369d", "style": "IPY_MODEL_1e814d690a7b4f77b51e42ba2283c9bd" } }, "6e759075929a45e5a7d7608fb01146a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_457d140c5650427fab449684d23c7f3e" ], "layout": "IPY_MODEL_13dc9ab07fb64649b7bc3b5244c20823" } }, "6e79972365d74cefb24ad171a275c426": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6e7c4b12d5934f7ea4c2f5eba0a8b5bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "6e7de6137daf4e6c8c6a6aee2401acc1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6e80aba7bc4b417f8db3ecb2ec4a23e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6e85f4315eef4c41b8d5da5814400d8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6e88e982e3a04a758efd010da709d26e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "6ea371a1501640cf9ab231bfff5ec6ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_10125775b4e440e9b5269cc9be967b40", "placeholder": "[]", "style": "IPY_MODEL_2c4de814b269499198a10f4837f7fe2d", "value": "None" } }, "6ea833ef51ed43419d17fca36665fd16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_232b1d3d58754a27a528a84abeb74893", "style": "IPY_MODEL_3e5ea60187164c07b543fe9137056f20" } }, "6eaf819352404fdcb2ebbbb838406110": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6eb978592a7b45e48d7b8d0bd84f5156": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_e953a31b14c64155921ac91b1d934fed", "placeholder": "[]", "style": "IPY_MODEL_44e7f45605314d66b9e1120d0148541a", "value": "pi_smiles.xlsx" } }, "6ebd540050bd444eaff24830d779958e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_76eb6f79eec04ca5a5b74c8926dd9cd8", "style": "IPY_MODEL_345245b67151483c9d94c33670dd5baa" } }, "6ec40f358d5b467f89865a09178dfa79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6ec7e174ae6641f2938b8b54dbbf7cbb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6ed27658780a4721ae1b5167bd7f1c22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6ed46bf3f7c445ca9bbd718012650a81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_440d9804f5e34ab698985b82583eaf08" ], "layout": "IPY_MODEL_e469970cf2824367ba091f5ae984575d" } }, "6ed7b99ec1884ca896761cdeaa7dcf5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0b687b2f6a1d4fa09d343bc8eaa7b531", "style": "IPY_MODEL_14901ea1fe5f40b6bd5d8b6f5e7cd534" } }, "6ee4c9bdabac4049b279dcebb6243161": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6ee6d7827a0946cbb121e58c5f3447e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "6ee8acea4edd46a3b5d354d7c96f9aac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6ef5b1446702406b99ce93304dad463d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_7ffbc13f8de648c49407f356af923d1a", "style": "IPY_MODEL_6a3500d02944479893ccdeec4b3be2c1" } }, "6f01047e4d7341d3a6a9f7f126c0d510": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7aaeb5283c554c099aad71173bacd065", "IPY_MODEL_88d79f68f5f94dcb9321c03064a140f6", "IPY_MODEL_5881aff13430402c8948497c113fffc4" ], "layout": "IPY_MODEL_19440082082e46f4b316aebd05a97695" } }, "6f0429f297cf408a8e4b77a13efe5e55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6f05df6b12bc4ceda65a5d59345fd609": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5ddc17a68eb44547a5dc522a0ca4341f", "style": "IPY_MODEL_888d88fc90414f7196630e2be57ae424" } }, "6f17a57f3c6f46ccafaa26605fe8dafc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "6f17f01cfd504d6fa312e42d5a03d26f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6f251d555d8142ac93b4f473ce90e085": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6f2f01986ad44f2d951e1d824640f192": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6f3bbd8b0275466cba40a5ef7f5a9310": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_441a257c1cee4a6c82d727d3211705b7", "style": "IPY_MODEL_4c8f7bcb8fbd42f2a9f00b20dabc697b" } }, "6f3d08a160dd41f2b90ec386d0108be3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d64eab3ca68f45b1853ece2dfdfe3023", "IPY_MODEL_377e5e28d10c4e88a1376c65ae367830", "IPY_MODEL_7776580788f24886a54f50e2f19ec181", "IPY_MODEL_d179b1548d1a4de3873261544d3976d0", "IPY_MODEL_32ec6e29909d47dd88c285e768c4f6c3", "IPY_MODEL_41d7d14c0c9643c69b2f7fbc63e11cfb", "IPY_MODEL_b170bea9349e4684b6f539b78a1e25b7", "IPY_MODEL_414049e6d7284791ba459261d1113fcf", "IPY_MODEL_51cf8982e3aa4b85bf41231d9e5c5e98", "IPY_MODEL_68c398a4d58443208e7b05dc9708323e", "IPY_MODEL_c14e53538ae743e29bc097aeb3fd6081", "IPY_MODEL_eb87b77686644d3e83f50243070968fc", "IPY_MODEL_bf4931d8677344be94fc44b33c92ebda", "IPY_MODEL_58cefa4f68bc4f3e924456def4e0858f", "IPY_MODEL_4c9da544fd074e9681576907c215f725", "IPY_MODEL_a043d4d898904d558ad5d21e3a21a98b", "IPY_MODEL_e67cb6e5dcea41f789bac9119c4dd09a", "IPY_MODEL_1289528af6ef45939d36059ddd429104", "IPY_MODEL_bd429244e41143ed87d1d7469f121010" ], "layout": "IPY_MODEL_bd21008a289c4036ba8f145770919a09" } }, "6f40305f44294e859c7add54512da7da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "6f45b6014dfa41f099481aba71506bf0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_4016598ad26743cc9681f747e346f623", "style": "IPY_MODEL_b6eaa99291074c7cb97fd439da3a667a" } }, "6f4d7becc3a341678457522ade34fb9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "6f6347cbd7e242a9be78c4deaa0e5e93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_3870847991fb4f5b90755646f5a4a65d", "placeholder": "[]", "style": "IPY_MODEL_8e90af46be454d15b70ee11f1dd57a41", "value": "0" } }, "6f63f842c8bc459aa5a5a847df4653d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d445cf7f62de4cbaba08dabb542712cb", "IPY_MODEL_1042bc180f6947e6b006f8b75350d161", "IPY_MODEL_eb50482f0e96457c9116295076446d89" ], "layout": "IPY_MODEL_029e51c75ecc4615b5fa2925de2798ee" } }, "6f6995dd011c49ad9fde7b2eaa8745c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_97f5e8d74c3b412eab8a4b6dd8868e74", "style": "IPY_MODEL_3de5f56e3aed4d8f8c4987d3a39cbaf2" } }, "6f6e203a382543a0958df6f7453863f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6f7829978307400296e71228986bda9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6f8303d8fa204d488cd11ddfbca29ba0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6f8d5fa01a57488d8528aaec891bf43d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6f93b75a02c44e71a6c6b8f845342b5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6b8a110c1edf495d966b9b8e573239a7", "style": "IPY_MODEL_ea3fbf238b3545f08e1dab8823b21d4d", "value": false } }, "6f99e9b86bf247f48770de9ad42f649e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_701523b299e14a8eb027d023cb12ca8f", "style": "IPY_MODEL_3c15e24b8c214209bdc9a50019b0ea27" } }, "6fa75a4fe83547d791b922d521a63ba6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_91f9f1cb7079421bb47c04738ce152ab" ], "layout": "IPY_MODEL_430d2753c34a4078bf41a5901c5ce7eb" } }, "6fa8e9a7512f4856a10eda0bafc3d52a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_127533c3b1e249a9900f9f2b29ca9385", "style": "IPY_MODEL_a1705c3097cf4dd58eff821d9f4a2c00", "value": false } }, "6fafe3b157384ff4bfb50dda93c76cfd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6fb481e01d17414cb5cb80cb5a67f9be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ff457f723c0644ef8ebdc5b0f73cde13", "IPY_MODEL_42ece36b6e0c4574abb41230939d4a9b" ], "layout": "IPY_MODEL_b38bf36069db4d86902a67139f272606" } }, "6fb531e175f040c19918292b0f15da3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "6fbf928c99634abca24714e4ba856dd1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "6fcd024983f24a488b5df7993fdb9ef9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3ff4efb708bf4c0588ce882ad78b0695", "style": "IPY_MODEL_f32dbb786f0748cdbf5993062fb5d648", "value": " Send >>> " } }, "6fcded7eda3f47cf8ce1f61d2446f006": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "6fcf2efd76d146b5bca104a9d9985036": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "6fd12456433a480c9fbe04a8694be39c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "6fe1d9e3dfb14d7eb134747151faacb4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5b579b6c1f2d49c997e9a94d43ec40e4", "IPY_MODEL_85c4c6fad0b744c78006b78dbfeac229", "IPY_MODEL_129eacf472a34ae59bc4cec7132d74a1" ], "layout": "IPY_MODEL_b7c31d8998194951a024b19962d58678" } }, "6fe25127bc2347a4998522da7dff16d6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "70007326a77b4c64a0cea1987bd20179": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70015d9d73f74b29931f32e68f53c26b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7001bf8942e24f76b90d6e4ca047a808": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7006157b775b4b3eb7a0b565aef0f191": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7009e719a53049fca58ebf1c1c02c119": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_158b3167b7074da2b0b928766bc4f6c6", "placeholder": "[]", "style": "IPY_MODEL_9165d3da543a41c19f6bfe6a18520482", "value": "False" } }, "700f797cc584413694cc2df1d8a91100": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "700f7c9961bd4c5799fd237d867e2f09": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "70142b6411254f9aaf3a36d5baccb0f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_d78e1d35942c4a74ae75f62aea40437d", "placeholder": "[]", "style": "IPY_MODEL_52e0dda419234f3d84bde7456b87a117", "value": "bit" } }, "701523b299e14a8eb027d023cb12ca8f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "701f0cf98d194a30a5536f42a24bcbe6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "701f6718fed448159ffe9b0738cadd23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "70291ee3004047c683d9f3c5457c7ab0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7032964184b54015b1977aaf50bfb334": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70416a7405594f3da723ddae775cbb2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "704bd5bcbe054934be03c80d0d9d7572": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_142b0f29e6be4aa99733bb88f8dbd17c", "style": "IPY_MODEL_1921ad4415db4f1aa11590fc82e362a6", "value": "Template 3: a complete machine learning workflow" } }, "704c8fccc1e04ccdabb2cbb584b7773e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "704c9da4e4ea43e8abf47a271418d49f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e25acbc76a5941a8aa11a059e0fdae08", "IPY_MODEL_793f386a9b9e41ad97c7291712033a49", "IPY_MODEL_d440b7f05ad9467ca6f009e7398c8e2b" ], "layout": "IPY_MODEL_6f251d555d8142ac93b4f473ce90e085" } }, "7056501948d4474dbfe30c1f98edbcad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3ff2947e55494950a53e5d62c930d848" ], "layout": "IPY_MODEL_f73bb37fcb8243d9bbb241834f6ee0cc" } }, "7057d7615b5f46618ef22b35b5760b51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_013b4fab6b3d490da92a518fd86c490d", "style": "IPY_MODEL_3e34d738336343d59bf6e7afff9e7821" } }, "705885e1609748799c22b9c42999183d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70595ff51c2e456bb41842181c1ba3c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "7062e1b8bbed41e19474fa19b37b5020": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "708117322a0241db954e60320e69760e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "70857fa876ee4edcba31eb640f28acbc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "708613c0593247d295c1c5c7e1598618": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7091a30781c84d5cb4623062e9ed2c10": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "709354ee9b7040d392f2fb0c81b2ea18": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "709d2899d5624f1a8463561b99443e82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_9b5a226d0a2a4ca3a31ecd404c2d99cf", "style": "IPY_MODEL_0b54cd3512d845dcae9a9da34e622333", "tooltips": [] } }, "709fe7c229f847448d498416f16b563f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "70a7de8298de47a39818e4e642995938": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_aaabc05e69174e63bc650aee4d48db3e", "IPY_MODEL_0e4e04e19e7542a6bf143064de7c8351", "IPY_MODEL_44167f4b31714e03995611fd05ee2302" ], "layout": "IPY_MODEL_261ba73e270945858736e0d7eafb4f09" } }, "70b2be5bd71f4e8db31f9c547d0c8497": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "70bd3900905c4bc1b9aa44d3e2e3bc77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_13604952541a468f891867f5a6fca305", "style": "IPY_MODEL_8a13dfe83b714c27870d97aa0736a6cf" } }, "70bee17527bd4fb0af17fd0f8ba22666": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f8f5e53e7a9c4777931f51b37148e8f3", "style": "IPY_MODEL_7df02c23e14246a7b75e273f7f1f6f82", "value": false } }, "70c05d6fa5ab438ba7098fb500b78086": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_c8007be99fc74b1ca918f7fb139940f1", "style": "IPY_MODEL_4526e70e56484d6f80dd0d8ba4151541" } }, "70c25658650d4e4b81aa403987abccec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70c5bc2ef94f49838a751ecd97f3809e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70c6faed31f04e62b3b770b5fbe63c5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "70d803d6115c4d3787754317e69271de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_c6af330839e6448f9ea03e027add304c", "IPY_MODEL_aa9f3115a7e94461bc9f66ff5875356b", "IPY_MODEL_dca50c0c93dc4ba29bb286cb2801257a", "IPY_MODEL_91077ab7ee0d4d29a2a379404da1be54", "IPY_MODEL_10d53f6914c9426b9b0da399e9126816", "IPY_MODEL_e1b52151ec904dd8b58af8491d96e69e" ], "layout": "IPY_MODEL_2d93df6c2b12422fbd10efa98f9b0210" } }, "70db1b24d6814aceae3dfa8159a3744c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3bc10f098bfa41e0bd7c7b356438c100" ], "layout": "IPY_MODEL_fbbde196084e4812a0eafad546144ed2" } }, "70e7d7741ec741d8a364ab9f4c1dfaee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3ba09c42bf294f7dac6d334783f7238f", "IPY_MODEL_27a4de9751a14a32be3bb6d25bdb7dee", "IPY_MODEL_7e908ab707e14ae2bedb9c528b8be8d8", "IPY_MODEL_68dc774b67dd47db94199309b26b0b5a", "IPY_MODEL_6c8c924dea4e4f0e85827936d124e6b2", "IPY_MODEL_424c7ac729394c05a5f608f440e24e54", "IPY_MODEL_299ce3da107d44e9ad0e504a61a1fd41" ], "layout": "IPY_MODEL_bbbd8e3a82a14c70ad904e45c247003a" } }, "70f25ba6d8534ed4b81efd83896681a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "70f7066f3373496e9306bd93ac9ae515": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "70ff7ab57f0c4d92a8baeb8ddfda161c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "710608ed72d045508b14a7d8519ed89e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "710c59e61df447f2ba47d505bd027388": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "7110dcf3a3f24dbd8b3992a554db8b2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_9fa24ac0120d4ef788f519b81253f4b5", "style": "IPY_MODEL_2a1d45d1e5f2487fa6ef9355d622435d" } }, "713515786c8441358f34ba1214403b5a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7138555220cc409d98283c38f3d1e430": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7144c7389b7a42ad9b8e9ab24fe9608e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "714c6024ae7840d2a06536f729d39449": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_53ab8a6b15ab4caf9c07b5a5daf26f51", "style": "IPY_MODEL_21ee476b174046539bbf875362d15118" } }, "7155908116d2427983d2a4c8e8a57dbe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "71590bc7132a4bb68e3c6dcf0462f36f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_6ec40f358d5b467f89865a09178dfa79", "style": "IPY_MODEL_6734d4de5a9240bf9c5cb00c6744db07" } }, "7163276a03b841a5b98913ebbb0a7353": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_50e737281eba4c139daea52d4e7d6e0a", "IPY_MODEL_5f70ce2dba6247fea96ee0a602158c33", "IPY_MODEL_d590b5b5d4544a8c9544c1c0c1ecbbf0" ], "layout": "IPY_MODEL_9ed1d792979e4f68b5801d62ef4cc8b6" } }, "71655623520a47068e17e8085cede6f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7169157b41854abc87deee6deec0d8f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "716c80bc7ae14cd0a5c604dce2c4b5cc": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_ce2c01261509436b982b2919615e3430", "value": {} } }, "71759435f20f4cf1a77f65ee1c883b01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "717940a7176f470dac2542fedd6ea2af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_1f4a04827ca849e18d642036226b4e0d", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_47857c77696541789bf793a6b15cdd94" } }, "717d0993844748118c89c10f03a7fed6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_6249f1b16f7a48839724adc3d8074d3a", "placeholder": "[]", "style": "IPY_MODEL_803998bf9b074b0bb546f3d953dbde39", "value": "None" } }, "717df35fed08473d986326bd21088461": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7182214e7b964110a1af6afbc3485eed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2c5bbc460bf5436d976e4f9b6d57d87b", "style": "IPY_MODEL_6358893cc278445fb868b08d71d68efd", "value": "Documentation: " } }, "7188cd0d339e4ff8a5347b25732d49e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7189b019cc5a4c4b80a8609d4ce0bacd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e868b15c7d0c47e289c23964e297ac4b", "IPY_MODEL_55d8911f7f2544c788cf84dd84c1eb85", "IPY_MODEL_4715ceede77b4f1d877286e0dd7067a9" ], "layout": "IPY_MODEL_5a6d685321884d289bc23803ce89e297" } }, "718f9441ee5544798990b064bcef514d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_857831d919eb4b8491c9caa2af5473d7", "placeholder": "[]", "style": "IPY_MODEL_37b07c3b5db44d9e98ffa66ad61500b6", "value": "None" } }, "71aca40690e441a6abb61159b52b691b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "71b8f5c708e440cbab939d689c3251ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "71bb9c962e3b4753bc8c6627a2e9cd61": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "71be1142f9e044ae9f080df75769b4e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "71c0e46299334c7cae07e0e71aeac8d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "71c372015bf14aafa641cdc107b32c22": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "71cc53b7f3a84b7eb632df5d22211d53": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "71cf5fe2b7534a87884485634a6527b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "71d54caf70394b9ba465c2c2af70d56f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_2ab225402f6b4a98b4629d2ca7c50280", "style": "IPY_MODEL_03c3eeadf0f74163a3ea12efae55b8a3", "value": "Load an existing script" } }, "71d81d85057a46f2b684f82823d212ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e4b46ad36e4449728c1edad852ebb633", "style": "IPY_MODEL_242f7ecba14f442eafabcd812093fc1e", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "71ee19b3aa65490b8b7c3038fb55ad97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f29cfe3fbc204f95bb16b8621d6b62aa", "style": "IPY_MODEL_34888cd48fb04e4eb9247e84ee31805b" } }, "71f77272c67a4f3eba4c466463425d3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_5f03f5d6f9d04c1eaf51cb0fbaea4623", "style": "IPY_MODEL_a32d40f0217e473da5d436fde445ff02" } }, "72098ffd2d5c40069cb934b4d961e86f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "720c534809d54a40854ae15dbaec6ab4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1f32560e692f45aa937c92ab419f92ab", "IPY_MODEL_f58a5086a9b24793bba2d182478e4618" ], "layout": "IPY_MODEL_6b5dce411a9d486289d6da046be8f628" } }, "720f70ef69a44029b9cdc0f9efe49630": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7220a1d0b0c54cdc9b9c52e13266d661": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "7223388d830d4c5ea0ba3438ececb761": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "7228ed53c48341099a82642a56eb24a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_5d6a98cfda9140158a812570a065548c", "style": "IPY_MODEL_9bc007f66f254a84a439499d030cc5a1" } }, "722ad71cee7f4e64abc3cf8332d303dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "723c374f98134e3d9b375b7eae157034": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7242a7184cde45d58cb633aeb482d287": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "724a858dbb1b4522a0ab9fd5bf33b3fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "724c500ec0cb4b8b9232dab83318da89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "7255877c84694fcfabaf5bc7d996484e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7256053e36d446c7bea4cdcd7ddbd788": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "725c8a38f9af4c4f91b64157c0db7091": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "726681093d3b4ac9b818c429a8450f42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_4140ae2c20db413aba8b99fed363d1cd", "style": "IPY_MODEL_c82c8546804944a2a9f3bc4e4daa088a" } }, "7269b43921804211be3d2b8c97248d57": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "726ac55b44a6463399106f5808098ccc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_519e40c23d874c66a6dfd34ba61b28ae" ], "layout": "IPY_MODEL_33182fb0c00f4369be22682da30ae82e" } }, "72788a77f84a44109978efaf3ca59bca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_e369cfe826f44173b78063b359e8026c", "style": "IPY_MODEL_4d1669c6d81e4173a997586734564ca8" } }, "727ca8a537ac467fab04cfe2e430eccd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "727ec1f7c6284145a04e434a50312858": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_52b132ecc3c341348d8a23d2fa53867f", "IPY_MODEL_094588aeef424d46b1796b820309d280", "IPY_MODEL_e4f21abaa6d64ccbbbb072cf3657d810" ], "layout": "IPY_MODEL_7e446694c15e4a1db7fd0a6bd201c360" } }, "7285d823ed6348729aa15fb8ecfc90dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f8bcc63dcff24aedbc62cfef919f396b", "IPY_MODEL_24ed7cb9608241fcabdc026851aeafc9", "IPY_MODEL_6f63f842c8bc459aa5a5a847df4653d2", "IPY_MODEL_ddea21fae0cc410c85aebb4475dcbb2d" ], "layout": "IPY_MODEL_1aa529be1d6a45fdb434c915585c06f1" } }, "728e235f5bd440ea98ef75a9e1cf55b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8ccef265b7e74d34ac50673893937f5a", "IPY_MODEL_086d381d6e0b46999c7a634c8ea49260", "IPY_MODEL_794c3bb0b4454ee5a33dad4b36a664aa" ], "layout": "IPY_MODEL_7997fa8eb7f941e4b6e21e090f5a182e" } }, "72a5819b93984f008b6a399acb1638ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "72aa5eae252d4f4abd6e4f921452e645": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "72ad1c7abdb54f3da3e49a5961f00220": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "72c4399e2e0d44afa4a367b002494729": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "72c7af428ed446419e4ad7bcb59cec4e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "72d4d008032c4be2a05d3877f4286d99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "72dc01073ecd4cdba51ec7f0a7bd3d3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "72e2eccf38e1457aabedcd33d8df0dce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_fcd8ae8eb2504dd584a10cf871ea10c2", "placeholder": "[]", "style": "IPY_MODEL_5d7ce64ca90f4567a1502ed5ff3584d7", "value": "openpyxl" } }, "72e42f4577ba4e7baa2e485c018810b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "72e4ec4bbd2e48ea9515e5b815154f81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "72ffab46b4a544f592d9297a0e8d1f4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7307d255a3f141ceba23fd72f4dbd22b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3b71e4cbb3d840bdab015713e187e9a8" ], "layout": "IPY_MODEL_839643b15cea4aa6a6cb7dab3433c5fd" } }, "730814a165f34496b526b45b057a3dc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b27ed322682e49598817a1096a48febd", "style": "IPY_MODEL_a09164f8eef144228e1dc4f6a3d21922" } }, "731148f1a11740d583aee5bba0cdf41d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "73159c3da21f4efb8b2f01c3cb302109": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "731c049faae549fd948744d46bb969cd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "731e63c6aa084a04a36ba31b93e31ed5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "7324462564f24737a6fdea763c871287": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7324a65e01b44816841e3c644845dc4f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "732a7a2ea8c745e18577dd2f476035fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "732ad5a9785d4f1d9a354ffe52458c4f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_bf5c11e8d23a4b3ea961f8e4d60804d5", "style": "IPY_MODEL_b593a7660c0948d0aa63e34147abd5bf" } }, "732bae48f0e544d08ce13329d041f50d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "733cd7b7495544b5bd1dbc5e0469ddb9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "73669ba464e942daa517e8ec4677601c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "737046b20349481fac38708ff2df130d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "73742520acbf4b63b042dbccf062473a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_7cb69b0f4bef47ecb82b5f60ed1ddcc5", "style": "IPY_MODEL_55f2b8f5fe08441da159aea306349611" } }, "737e3a815df2419e993bd714626cf469": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_29908a8040e647cba813beb05480dd79", "style": "IPY_MODEL_1bdd8b571453463b8c5be169865463e1", "value": "Wrapper parameters:" } }, "738159a8924d461ea6ba5c48092f5fa7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7386bb3db0e24bdb92ac4f080e9c98b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_63bbfc52e5a34fb48b5de4bd92f388bc", "IPY_MODEL_b8248412999d44c9961eb1bcfc0e0ee2", "IPY_MODEL_da26cc839e9c4c0bade3cb0d31b08551", "IPY_MODEL_a55784f422a24ad3ab4e9d01441b3649", "IPY_MODEL_54d362632f8946e8b2a9cd5804608bb5" ], "layout": "IPY_MODEL_5325f1e52b6a43d78daadc61a68505a8" } }, "73884b1326f94a73ab1cffc5aa57fab4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "73902f8d73bf48b8846c26f798a562d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7390ab0f2d364ff49d597a2d5c3684f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "73937846862b467da4cf37f5cc08d533": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "739fd525eb7e40b4a191c47df56c8a64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7ffedb5fc0014f9b8fef71b575ba1858" ], "layout": "IPY_MODEL_fa7e0909c08440f591dbc936464f1031" } }, "73a4c45fb5a0436d9e03063ff61f0108": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "73a4f1ce2cd54e0dbdbe352429bf86d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a3e6ddbba82649b795327bda5be7296c", "style": "IPY_MODEL_2f627be3351541939e40e3621f9d307a", "value": true } }, "73a6fb8e6ba3449aa914c86b6061e79d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_033a3a0adac04e849c953510523a1ae9", "placeholder": "[]", "style": "IPY_MODEL_f9ca5172c5e04793a6a5546b6e3ba38b", "value": "True" } }, "73b976a252b84a5480d39e5be1162ad4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0345dabde6f04905b113a21324058fa3", "IPY_MODEL_6d6bd7e11b5941f1a865a977458618f6", "IPY_MODEL_7182214e7b964110a1af6afbc3485eed", "IPY_MODEL_16c95a13baba40d88076f35b094d2f9a", "IPY_MODEL_a9b1c76d9eea444881e294675a2d922a" ], "layout": "IPY_MODEL_e89747053c7d4f5f8558176eeb8e0ccf" } }, "73bc410872864c228733f2543155d115": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_46d4d638430944c89733aa214c1cadca" ], "layout": "IPY_MODEL_472850119287460cb87b3ac9ae68a1f8" } }, "73c01dd14be84636bb7eff5c3c41920a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a16acbd32ad048e093b186b83257fe1e", "style": "IPY_MODEL_c82545ea7a104cbfb46bea7bc5c1742f", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "73d56b428d714d52841d2e02748bbe0a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "73d57db8525e43a4baaba69c68119156": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "73dda7279f3d4a1c9195c0f18ee2268c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "73df9afe6cec4bb295f7f32f867b0528": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "73e5934465f7424bbbcac885f63ae451": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "73f2e43e8c4b40cca7476d3b68d71e28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_0c183e18c09f4d8cb2abbf600ab20f79", "style": "IPY_MODEL_92be1d21120d4d82a3fdd0eae6ddba74" } }, "73f8bf1e599541c0a32673562b9aa9ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7412a022dbe745abb08fcfbd0300bf75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_069a7d6523b0493f90196c14ce0d4689", "IPY_MODEL_37fb2789e72944b8bb4c059795bc7c04" ], "layout": "IPY_MODEL_0a2cec63cf544b33a863440213103bdf" } }, "7416dafb9bca422cb04373cd3d19a147": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "74235bea225a435eb49a031e63c1d5f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "742885907df64ab8a66cfa5f2506ad13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9fbc6654ebd042858ae86cda02d7468c", "IPY_MODEL_367e8a1c5e794edbb45ad5b54ff1442c", "IPY_MODEL_d7441fa116414c1ba5b8f30354b7e308", "IPY_MODEL_ac3fc265c7af49a08511cdfa26d0a88a", "IPY_MODEL_1507f786b12f4fbfbb844ca874730b6e" ], "layout": "IPY_MODEL_610d07fb046f4fa3a66b4b3d97739d23" } }, "74386a9577d94e6182cdb743e8db4a2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d67c25d593724145b059797f887635d1", "IPY_MODEL_617ef5ba5e44461e8bfab391c6ef1866", "IPY_MODEL_8cbde9e5b2b74a3f87e7c6f7499e0b31", "IPY_MODEL_35741e65cd0d45c0b8c4e7d3f379a8c4", "IPY_MODEL_e4a2f222bf924985aa38952c0530b487", "IPY_MODEL_158871c8032b48889cc61a534346cded", "IPY_MODEL_18c69bab7a6941fa8f87332e05f21d08" ], "layout": "IPY_MODEL_904e78c5d6a647dba5004adffdc9fa98" } }, "74389120d6cc4c94a8aa00ead86b0e3c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7443b178b9464be3817568f37b577b64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e8ad16518c444602996166634d107535", "style": "IPY_MODEL_787cde0aa4d84e64ad8d587b10840aa6" } }, "7450e6b17d5b4f8a83380af058566b85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "745315275af94fdca9e5497fd0dde1cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7455a7bf74ea4bce989fe8f9542f45ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5da3c4ca617945f9b794da46d9c31e16", "IPY_MODEL_46014b9f2892448e908af746e010f5c8" ], "layout": "IPY_MODEL_ad5f2e1ab49b4c8498c9226101135fba" } }, "7455a9b92e5a4e418cc9b6374a4e4abb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7456df1b87f346f0b41b2464a41f91b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "745bfbd82ba645b98fcaff956ffafe75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "746c73cd565a41b0a9ea26228d797c25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "747875aa08a0473abda74ecac710ae60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "747a402dd3f742319552079d92500986": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_25b27c7d29a34da9873ef31e826ead85", "placeholder": "[]", "style": "IPY_MODEL_cc502b8d7e4a43e58bf9536487ddb067", "value": "None" } }, "748882fe1a894a6d873ec32d9c1732e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_588ecff803114223884f1150ca6685ed", "style": "IPY_MODEL_e9aeee3078554c388f01bcd1b77dd697" } }, "748f3f4cec4c48d1a64f691fbd06cbe6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_d65927064fc14fe5844e24d36f5467c1", "placeholder": "[]", "style": "IPY_MODEL_93876e32985e4aca92466cb8f6b936f4", "value": "None" } }, "74932c36e57a465c8a140551b4bcf9f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "74969e90bad8436d98cc7abb32535f0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e55de9550a08443d83899d6d8b9e3dac", "style": "IPY_MODEL_8692edd09061422ba6a62f16dab5d954" } }, "749b58934dba41d2a08789debf1f7149": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_821e3bb93c9a49a694a381f30772b725" ], "layout": "IPY_MODEL_af28c36913f349778eae48b8c47e6705" } }, "74a65292f74c4e3788e1dcedca2c7a25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_b43cbd9457d648d98ea30e1ae9600967", "style": "IPY_MODEL_d428a6e2ebaf4e03b0ab8945876c5b1d", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "74b2315a562e4893b9d3264225e56995": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "74c48dfa672a4a9a862fa3d0d511bf08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "74c851a0f0374cf1968bd6d932fb4921": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_ef72b7aafc674150b2c9991516f61299", "style": "IPY_MODEL_fffa0040892041f6a20b647b66af496c" } }, "74c9630dffe144f6bdeea62ce49b50ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "74db1d6e7df847ed96bebd24970831d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "74e9ff8223e14844977b05073bee63a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "74f01a71c6754eb8b318895763ccc2b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d766f62739624ed8820b5b9a0e52bb20", "style": "IPY_MODEL_9d93ffc2820c4ff8859c00957bd73dec", "value": "Function parameters:" } }, "74f59463539f4984a58c29bbdfdd161c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "74fb9d3139da4693b9c37a9867bfb74c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "75149c3e61684a15987778d5f6b739cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_794bee3bc73045d59fa9529c177247c3", "placeholder": "[]", "style": "IPY_MODEL_e9590484afc8486fbf12c93c41a8e040", "value": "None" } }, "751537f2f08c4f37838e66fbc3c518d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "751f6aa15ef94bad9bdf8176bec27efa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7523509c853448d298f6d59b187969d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "753cfd74e73d41848ba5385d20e07c67": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "753fa5c2e5bd453aa676051f7f8129c4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "75419546bbbf4857893f42721cf0cc2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "754c42a80a364ff8a95c41915a8822e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_acc90ce8bae4476784db264aca159939", "IPY_MODEL_b8165ff7286b4e4a941cc0d6d7b030b3", "IPY_MODEL_c67a018f86be40a8b7b698a88c4bf63c" ], "layout": "IPY_MODEL_0c910865a96b457d87aef5f2d6519e66" } }, "75679f895fed4e6ba44268d6a7959fda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "75a0585672cb4a2eb6e7bc612ceb7dd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "75a697bd53c144c38a8b958e39b31466": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "75a93c6e462f4bedad25742bc38ff528": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "75a93cff036e4297a72522831ae8568d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "75cc71bb7d9342e8a14fae15d40956a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "75cf85bff4f24f598f8695c922ed5298": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "75d4504c796c4184aba0c85594ad4bb1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "75e56eb870e544c78e8e0f4624566c78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "75ebac6b7a50429d88f3dfa3b6c40c27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "75f2a651ec4e4af4b7690e7012ea5cc4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "75fa3653afed4e87af05aaaee42d6c2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7604fea26ac6411f90d606934fb3b7ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76070bc9fef14f8da74930b079260ac2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "761055413b4e4e848dce4576a2faa8fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_76e695649de443329472cea782a74b63", "style": "IPY_MODEL_d3e04204a9494428a3ae1ce7fa6c241d" } }, "76206a18b614443d9cb70c6a7e43c31d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_a838e34593044937bfb1c641fcb6a5d8", "placeholder": "[]", "style": "IPY_MODEL_e0434cc2ffb74696815e04e24f5f754b", "value": "None" } }, "762a80534bca4b3cad3af330b2eed842": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "762b8b9133914e4cb3ecf1c32c5fe2d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "76360ab11074447882a99f922214e836": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "763af73fa9c34322b95bab0ab7515046": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_15e57bfdd68843ae9278875de8c9e353", "style": "IPY_MODEL_ca71915addfb436192b1af406220d1c4", "value": " <<< " } }, "764617c9a127430896aac2f5d494fece": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7652f68f5261458e90c60c92ab86fc65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76598c442cd24f018895136eaa6e0163": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3a3b09a5c86f424bae3499558d236cea" ], "layout": "IPY_MODEL_e4e1e906951f4e13a1ff9a4564821627" } }, "76698fe6e6804699b2109e41e9aebc75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_cded9ded0ab34f0d9dbe60ddcceb5c0e" ], "layout": "IPY_MODEL_7e60a254e2384c5fa01b186c50566e05" } }, "767d83a6b05b45f2952adaed7823f9c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "7682edfa07ee4e78906af61c64495f5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "768387ee38514c04b20752f9d46afcca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0d37c764673348c19fc0b6bed326803a", "style": "IPY_MODEL_e4b3c0cbf47145cea57ead9f8873e8e8" } }, "76863f38e5294c8ca1591e2e4e10dd36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7abc8ca6b0e3491db91e69a980a13fc9", "IPY_MODEL_a320c902aa0f4cfba5c64763a57d4d81", "IPY_MODEL_f8f0f3cf6ad74c94b0ab1b319801e76b" ], "layout": "IPY_MODEL_14c9dede230647228772cbdb7601ebcb" } }, "76919bd337574ea38d87dfe54e10cbc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7693672e17ca44d9a1b5e51691060f1d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "769d99eb583f4b559f8d2f8aee335bc9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "76a6f42d5b3f491b99df5e040426e441": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76a779f895364177ba090b9cd7c5c531": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76af20bdd8ff41f8b3fd86958a75ee58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76af5f9cd36a43d3864d629e3d64f3e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_8b7504b2bf2c4f62bc4e93dc3a24304e", "style": "IPY_MODEL_9e3336f48940460ab67e3d41699dae17" } }, "76b3763f735548f2bc022e397510f0ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ec6d329d91fb409bb20c5cc6bb8d0497" ], "layout": "IPY_MODEL_75a93cff036e4297a72522831ae8568d" } }, "76b46d30e1ed4ffcb336f162ddfe2861": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "76beb27fa6c44d119887bd9b87ff972e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_827b10ba0aa24c828e7837cea4711f8b", "style": "IPY_MODEL_58c24699aa3e4cc7830c2e1d8183cb0e" } }, "76c1a595d34a43d29e4d9669403b7103": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "76cda37e83974142a06ee659a5992a4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "76dc6c1d7cc04679ac3af4c21ee20bf3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "76e1a301137c41a8aec88de98dbc2ab2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "76e695649de443329472cea782a74b63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "76eace5f75f24c9f842f82c453692f12": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "76eb6f79eec04ca5a5b74c8926dd9cd8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "76f3025c96dd47ab8177235c367a5901": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "770028628dd7402e942256cde5e22c46": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7706a53da0e44a25a2703fa6c8473475": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_fdc3a7801e0a437cb7c0d6efa4e438ef", "style": "IPY_MODEL_8d153e9fbd684a428a20c9e50497fdaf" } }, "7708ada840744a06980962712d83822e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "770ef58ff7cb481cbd172abd7bcdce06": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7718cd8255904245ae7a20dce4ce8b35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_6774b2c81d834cbea1afa76a23d14494", "style": "IPY_MODEL_7759eb9972dd437f9ad1ed35ee0a4af5" } }, "771fed02ed5444a088983639b1ddbe48": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7722eadb84c94cb4b766d6d3228c023f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f4803fa05e43432eabe6d52c6dc5bdca", "IPY_MODEL_8391b4d9b32545fa8b3cd2938e43dbe8" ], "layout": "IPY_MODEL_1e339881eef4409a8f5c01d08c725a73" } }, "7726ec120f634541842a0f5f33d1b7fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_315288b1d52547bfb358dd1cb76d22ed", "style": "IPY_MODEL_d5aa303d0cc84389b9d7286cb0236dfc" } }, "7727fa1e34c84ea7b78ad9a398e26961": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_3d8bb3a986ea45b0bb2990cf9496d633", "style": "IPY_MODEL_f077d5e0dd294d848cfc86465dad636a" } }, "772c221c0732447b9bafe38b0e217030": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "772cf4e5853d47b4a99562746fb3c6ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "772ea745eef74cde8d38d75649e74e32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_885c74a6535043248c85a5976e102339" ], "layout": "IPY_MODEL_35ea2517700b42768e1a78f495e626dd" } }, "77399f829637467985dff8a0d65951ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "774f4b47f1354dcbaaed171abc082681": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "7759eb9972dd437f9ad1ed35ee0a4af5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "775ac17dc57047f894064fe703b9f3b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c4b89bc4ba9c4ce2ad9327ea4ca67733", "style": "IPY_MODEL_57ef7b9f84cd4d68b1f9e4b2953f138d", "value": false } }, "776bb9d596a1410e8f910e9ba2232b0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6eb978592a7b45e48d7b8d0bd84f5156" ], "layout": "IPY_MODEL_20a85ef699fc40ae8d4ce8b324a884db" } }, "7776580788f24886a54f50e2f19ec181": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2d639a2f341b4d78bd6558999db99b8f", "IPY_MODEL_7b9eb43e6a914916a4a7b08ccf0da992" ], "layout": "IPY_MODEL_407e7656f9e642e5a9a3936f80d9bf94" } }, "777de031eea543a488e9d585d5c9381a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "77881ea01ad24ceca304b42242127696": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7790980a645a4246928af8c4dbbcb3af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_9db2e6e510e0429e9f4d3806361c9fd5", "style": "IPY_MODEL_551d4943f10841edb6d366846e460f78" } }, "77916dfdf850459093455f582f3b1c02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7792a6101ef74b1fba465098119a6ec8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "77a39d52072b4a568febe5fdb787f26d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "77aa59ade04f4d19bf195a4a9395c25b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "77b511591df1407db75f22e99c92441f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "77b52634525149d2962d8b39e30094ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c8ca025cc07f41dcb9775d5062b5d808", "style": "IPY_MODEL_43bc783dd09d40d7880e806cedc6ed13", "value": "Function parameters:" } }, "77b5468244c049ac925c9db115caf16d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d4111b0ad47e451c80c9f9a9b5a05ce0", "style": "IPY_MODEL_2f2f40d1ae8f4d7cb6890185866ee1c5" } }, "77c85f2bcab44d4ba418941d64084550": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "77de7b2f47fb4dadac5f52fb44841ee6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "77e0c8fe235542ef80d472b332c4661d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "77e22f7f955f48f08ac76dfce42e8803": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "77f1ac98efe9448da16b5cb5fad37565": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_b50053a3b6df4b078cbba048205c3b36", "style": "IPY_MODEL_30ccd381160c4d6794d6f52bb991d35f" } }, "77f3cb44b9da40b1a7acf64aa7e7f9c7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "77f3fe6b37a24c59a0d62d7d8ca9b150": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_030695b2a2954f968ee832f87b29216b", "style": "IPY_MODEL_1a63cf92e9c34baebcd580264ba3a178", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "77f7cfa332114f5ab101dd9a0239dc95": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "77fa0e53fe1e4b56b5a2de7e1a33b664": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "780df7ee9b1b4adfbb574597d903be60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f7988b30f79940d3a4a2721b3bde07ad", "IPY_MODEL_cb7b19b4e3b245969e97f7c40ec2afef", "IPY_MODEL_103812d0299f4196a906fe527ea55f83" ], "layout": "IPY_MODEL_0001bbd122c640aab16979c2b73cc3e0" } }, "7812cf88e6b0475fb4fb4d8cdcb81b10": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7817aa97c5b24eb6933ee89f8ee24735": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "781980c1afe442918c172854a4d8852f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a61747fecab14f8d9ab575e512295229", "IPY_MODEL_81e715591b8242dba47d49026fb9812c" ], "layout": "IPY_MODEL_b0bbb88eedb94f33b193bb3df6ac6aaf" } }, "7829ff3250284ab0878619644df2e315": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_3744cffef6384e11999e07bd66ce1e10", "style": "IPY_MODEL_76070bc9fef14f8da74930b079260ac2", "tooltips": [] } }, "782bcbc98d5c48fe931ed427cd7d5b2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "782ee15a35af4a3cb2ac55236b78377f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "782f8b878e8541ae95949653598b3e76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1bcd9da3423640f0a76d490510e6d895", "IPY_MODEL_e5f08a80bbb74f88b0b49f8d2a4e243a", "IPY_MODEL_1629c6f7ca1546a8b5fe572ba39a0d94" ], "layout": "IPY_MODEL_42a4b3cae92a451298b3eb3b2a88bdec" } }, "78351630b72b4229a96a19ca6b21f4df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0bb692fd64824851b375240d6af9e035", "IPY_MODEL_864eeb1831fb40d68205a279b9116650", "IPY_MODEL_ec2385a461ed437d8fe716f03797e157", "IPY_MODEL_17f16e23cfaf4750a472d804f4c28c25" ], "layout": "IPY_MODEL_53ba8791d5214abab3d06affa4de9e8a" } }, "783dc9befce549c78529ebb97c06fe35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "784d68c12d67454c945c85b128bcdc17": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "784d938499a649b681f4ba01de64ff15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "784ea072a18c410b989b335a40e6a8ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "784f255d76484306b0397106707d4163": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7850029d55b741e98b48a423dc6a2bc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_1cfcdc6e8238468988740803e6367904", "style": "IPY_MODEL_b5c4b9655321494584ea75184022b5fc" } }, "7855ed3336e04a8684b0279b8a20e493": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_3eb729bc6939490c8fbed74c37a0b497", "placeholder": "[]", "style": "IPY_MODEL_969a520374f04814b4f638bda38a15b0", "value": "pi_smiles.xlsx" } }, "78594c0e29c540dfbb2b34ed3da73d62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "78598540903e457a93a137b542f0c7a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "785c71efd0b3416a8e950b937b762a67": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7869694f03f74ae9a0a2a484a650fc26": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7872f5cea47b4aad964f1079605ab8df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7873dd41f8034146916263ffdae85f35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7879849399fa4775be13285801a68dad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "787abfd47e28451f9c0ad80991bb3656": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "787cde0aa4d84e64ad8d587b10840aa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "788fb1bd3ccf4b78be5b6b7b33418214": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7891e4a815e6480286885b39d6ed6c7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7fc7813f6c1a4f52bfeff9ca06ab1924" ], "layout": "IPY_MODEL_27bd98975cfa4d0f9ff48546381ba167" } }, "7893a6532f8f49d1872fa4976a55641f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "78978bbbfbbf4a06969a11e78d5023dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "789d71c7129d439d80dc94b8761ee6dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_51a0d0cef6c745e5b092c120498d0837", "style": "IPY_MODEL_6378d3c710fe4108b8f58974bcc44aac" } }, "78a4d73ced0942729e1c3c39d3f52c4c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "78a92156b25448d387a0840a95076a20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f061f73cf7194bf1a2a31610a36cc385", "IPY_MODEL_4e913d123e5041b697da1dcb245487ff", "IPY_MODEL_da37ad18e70441978ab5e3f0a4c57797" ], "layout": "IPY_MODEL_5f4d0dc9e89f4e16826aca9e462df7cd" } }, "78ad7cfb856647c5a05cc17bc75dfc05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3a0fd686fcf442d58ecc507789c942a3", "style": "IPY_MODEL_1c9a313c8a804708a3e82aed0b6abe8c", "value": " Send >>> " } }, "78b1a7049af046a9b0f68bde67332066": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "78b469ba2dc7455f987be6b914b7c61d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "78b6bb31cf414666a44672100e2a4997": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "78b83d07e16c45b0ac4f1cd2180b6f63": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_bcfd530774f34da29180bf67a89902ed", "style": "IPY_MODEL_bb27af43cf294064beb09f1ce3e706e8", "value": "Template 1: A simple machine learning model workflow" } }, "78c42f3d298944d68670730f3df0188e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_986da5c510ba4d5a9d0532d8f61054af", "IPY_MODEL_03c0b080700a42e1b29d314db9c815b1" ], "layout": "IPY_MODEL_c4367d75a6ce419887e3d604404e5104" } }, "78c5b4b6856e40d2a96f0a1278d87184": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_8ab7d26a7c754cceb01e65550b8042a1", "placeholder": "[]", "style": "IPY_MODEL_2cdb4d8f7d4a4b759bd1c21f06790935", "value": "False" } }, "78c88d3b422b4893be96227bfd05f2fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "78ca137d17924e50bc723f5f4de95eda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c485e25d8c794b81abe43b863148875c", "style": "IPY_MODEL_98e2369f28db4f9cb3c45dd1de87c70d", "value": " Data Mining: " } }, "78d8422699054e7fb63e9f332980978d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "78fc03dd5cca437498320d975286b1c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_714c6024ae7840d2a06536f729d39449", "IPY_MODEL_789d71c7129d439d80dc94b8761ee6dc", "IPY_MODEL_4bd4edff3509458abfa8c5eb96b1a2bd" ], "layout": "IPY_MODEL_4adbc287d2d34a97995a791064ddca29" } }, "7913e7e19d8247598945cac3b2bb5620": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "79181b0847e24e0683b75eada3ab99d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_42dcefc7b203455d9545683f9d727fe0", "style": "IPY_MODEL_5e6d3be5166f4d978466ecb3a2caca0d", "value": "Start with a new script" } }, "791bf70253bc425fb09b333f4fe90286": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_dc3b4840158344ecbc7974828bfe44db", "style": "IPY_MODEL_0d0c4952cb8e44dda2ea4d39b2268d9a", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "7921ba0f59244cc18a84376ac56997df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "7924d96b04684dba984be779fd4ba11e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "792ea7598d1a44b3a398d833ddaa9c5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "793212c5ddf4411d9bc5248526854cd4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "79337443912f44d9811317b76626b7cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "793f386a9b9e41ad97c7291712033a49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a356bd6e1d3b477fb4ecd73e0926d246", "style": "IPY_MODEL_8aee7bf38d7e4147832a0d1ae91a4b49", "value": true } }, "79492d7dbd814b88add2576f450ac146": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "794bee3bc73045d59fa9529c177247c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "794c3bb0b4454ee5a33dad4b36a664aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_91a23ce297fb45c3b5aa565b6a5bb7ae", "style": "IPY_MODEL_32ca93e9ab5244648e04b6bd46791796" } }, "794e52a9c5504f90a2fabedcce3754e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "794eb015680d48d19e29939f1b181eaa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "795f5478beec42919de1ef156faa48ac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "79659faec5e044e8a9c141f26ac5e65e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "79673a25e6754234b3b5a7a5535fe293": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "796b718cfcba44bb94f393ab5613af9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7970225eae6742708ea565ee92a674ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "797687e9f8c0425097118989805a6e25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7977b904943045228fc3e7e02b3c3a51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d52504660ea440b8bbe72daaeb72addf", "IPY_MODEL_c955556db0de49868d6a7cce85610b1d", "IPY_MODEL_d566d7d90ad54916b6b481e514d29192" ], "layout": "IPY_MODEL_c138add437d446fcbd44192f50892176" } }, "797fbb25106c401fab3ea18514a41553": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7980032512424ef89b3292e1e32d8d47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0b89006fff6944a8b79daa000402826d", "style": "IPY_MODEL_78594c0e29c540dfbb2b34ed3da73d62", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "7980860ab0254ef59767b50d74f8defe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7997fa8eb7f941e4b6e21e090f5a182e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7998916fde30416a8008c6308bca1f0d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "79af280245744ae2a13152e42e4e6271": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b12250471d9d4f2ba5c4ea72eef4a238", "IPY_MODEL_7cb935f77b8c4f048866d5289f8f61b1", "IPY_MODEL_d0af2b6738d3401fb30c971025423a5c", "IPY_MODEL_616ac79f57bc4709ba48abb680f0799e", "IPY_MODEL_e6d1171591db42d3b4e0ff4239833f8b", "IPY_MODEL_572806a24aa64a0cb01b5408cf380752", "IPY_MODEL_563e47fbb3474a4f927cc9843dbbe9e9" ], "layout": "IPY_MODEL_f827ec09d3d04302906b0ad062e64b03" } }, "79be76816ebb4f219228b7ac3ef60ec9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0bf9763a67e84d3eb3da08c87a6a1386", "IPY_MODEL_86ba0593e2454d2b8fde42519a626718", "IPY_MODEL_30ea05561fde43c2990f4ebb3a3a7baf" ], "layout": "IPY_MODEL_285d34a937bf419b9ce312663ad741e7" } }, "79c563a28ef1452697769c953cc62dff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3685d7ddb5354f9ca1695d3dc1ae933f", "style": "IPY_MODEL_3b82968591c244ceb64764296de66a06" } }, "79c9c330e19d4c60bc9a0651ec154b94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_72aa5eae252d4f4abd6e4f921452e645", "style": "IPY_MODEL_d8262e4ccf34486db86ccc6c0b9304c4" } }, "79db3e03d2ba4506901be296f5470452": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "79e2783e8a0141e0807f9c3790063f82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bb867d8fc1674e15b9d63b05bf402749", "IPY_MODEL_e68bf37ae3a64c0bbcca02a30b82ea36", "IPY_MODEL_3a78b7085f884f3aa750cebb7dc73e53" ], "layout": "IPY_MODEL_f0cb83ea18524912a94c1e1baa5cda4a" } }, "79e6adb9adeb424a83a98730ab3e7701": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_74932c36e57a465c8a140551b4bcf9f6", "style": "IPY_MODEL_0d9a7ebdaecb45adb26bd51a8b43c1b7", "value": false } }, "79f0e710be57457a905b2b1e1db36715": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "79f75556192c4df1897012c954763d7d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "79fc4ffa6a2a4b3c93458de37d09dc92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "79fd808782084e499ae2d43dc0517ce3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7a0b1b875cd3431f90aab7a195e5077c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a92844f48dd843f9ad60045c27a9752e", "style": "IPY_MODEL_aa8585281d0b407ab800a41b459e6efc", "value": " Receive <<< " } }, "7a0c7258f0e8460c81673a71828ecaa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7a0d0918b557408d9f6465b2a5740772": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "7a0ef2b81dc84f7e922fb938a689abe0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7a1208343b6d4f8a83c4496776abda4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_12b71e3d8b544bbabd501625ab396a95", "IPY_MODEL_ec429f21a9e949639530e3f171c15d74", "IPY_MODEL_e65aca5e1fd141bfa5e6dcdaa2ef5a48" ], "layout": "IPY_MODEL_b8cdbb7f4e254a1ba83fa5b82d158aa5" } }, "7a14e228eac24d8d880e30154fbc1bdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_8bc107e9212142cba438ab306b6c55b0", "placeholder": "[]", "style": "IPY_MODEL_4bc2adb014b647e392f52d15141ef704", "value": "False" } }, "7a15076e5a144c86a8345c8da9e2eb7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2970849b59644b30bde49b5fbcc287b5", "style": "IPY_MODEL_abb1e90e18ca406aa0d4fb2a931745b4", "value": false } }, "7a1eb2dff2c045f7aad52b91a2a2c936": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_606a10e602714b69a3a54c17c40f45a6", "style": "IPY_MODEL_d7012dbc65a24f09b241369ee049f34f" } }, "7a22669a2ae14aaa8a3cd13686835b9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f6815c6bd9dc470d9debd251d5318a07" ], "layout": "IPY_MODEL_d51b0f8597e74a50ab48b3261c8176d7" } }, "7a2bd90389b14d72a4fda7edb343bdcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7a2cdf2fa6ab4f60a8cefbb8758597a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8a9537ebd4554fbda213cd8a9b4f789a", "IPY_MODEL_afa10219360942b9b76cf2dc247c7262" ], "layout": "IPY_MODEL_37234d0bb2af42aa91ba9109a6fd6817" } }, "7a2d642533b34f65a3d8d1a66b2f2afb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "7a3162f4ad9c43ef8fbfe3c9227789df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7a348167f0014c0d8991f24ba4f1323c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6ab120d1f88141498884caeca7b59b65" ], "layout": "IPY_MODEL_dddb34af3fd040f8bf1a1db81c7b89a2" } }, "7a36f103ddab4c1d839270db7ed39121": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7a415832b55d4ad89de6794d84c71a59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_dbcda2464b744d2cb6dd7fbf9a9b0a6f", "style": "IPY_MODEL_63c9ede4e70443309fbc354625c81418" } }, "7a5c4617009244599837ec6bdc774069": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7a5e7b9ded4643ca952bdeea5252fd88": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7a671f40a07e4a31b1e6c5363a1157f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7a6980685f3c43e2b59835012cd0f801": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7a69e1bd612749b9a41f1a51285a6c6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5523a776df664aae8908e507af81d124", "style": "IPY_MODEL_98169aab0a5a4fdcbc93fff43543f770", "value": " <<< " } }, "7a6a45fb64f34a53832b61a10b8ce5e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "7a71f565e35b4c76b39e9f43d9f694b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7aac703d788b464ea5d3cee40f23f431": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7aaeb5283c554c099aad71173bacd065": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a1443845fc0345c8846cb70466abe391" ], "layout": "IPY_MODEL_d2aaa2a3d058443b8f5fdb41567fb5d9" } }, "7ab6eeeca12b40c2b2031609935de03a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7e425548333e474f8188ce75d51e1c97", "style": "IPY_MODEL_45d5f5105ff54de6a2555c8deb4ea61b", "value": false } }, "7abc3a6f7cc3415a8a565f9765b63e07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7abc5c43f4eb402688625b16992e875d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_770028628dd7402e942256cde5e22c46", "style": "IPY_MODEL_3a258e47636b4c8c84b95c2d23725379", "value": "Load an existing script" } }, "7abc8ca6b0e3491db91e69a980a13fc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_22657fc10f2b499ab622dfa3b12db242" ], "layout": "IPY_MODEL_6bfd0ffd4e4e483091cec6eb1f1b0192" } }, "7ac89de237cf4f83ab5879c0ee178349": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7acd2bfd331745578420231dc023c0ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7ad37461dc8d47749ae670f0713bc97e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "7ad83a859770410986b49bb7fe153534": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ae68320fec5475b9f7717cb51293064": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7aeb9e4612e1400e9e3396ace2674339": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fb0f9b5e770d417da50868620e8e06f7", "IPY_MODEL_624d220f53cc4ad8af92e6d2bd12baff", "IPY_MODEL_f0a1139b41b04e968b6000f93fa1bdce" ], "layout": "IPY_MODEL_3d2c7402fb9b4eb6ba4a1c34f3d67f85" } }, "7afd327cd0e94f2295c9d513b46ac780": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7afe46cd2b8f4c5c853d5a6d6c4b3f50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7afebf0c18b947dbb007be5003583c35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b06d276cb7348629640d5b19554dd53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_6d87f50354864b68b0431b379a5b5fc2", "placeholder": "[]", "style": "IPY_MODEL_8a12f7a62ebe466f9a2a267e95a4474a", "value": "True" } }, "7b0a7a5250ad4e16857a3aeab8f99b01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_3546778bb9d647a886c4dd290aa3d46f", "placeholder": "[]", "style": "IPY_MODEL_7416dafb9bca422cb04373cd3d19a147", "value": "0" } }, "7b0ff7f7bb894c4dbe112297c67c8a0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f8f64a592013471292818d738327f82e", "style": "IPY_MODEL_e81b6ad2fc664bb3ae9720bec86e0d3a", "value": false } }, "7b1193c2b5e642d2b2816f2ba963e9d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7b18f7d4426c4b29a1f481d07f66e07e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7b26b8f6e0c3456aac0cc90f857a3d24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "7b379afada5a4bc9a43bc398d1c6bdb6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "7b40f0ef37914fe29e9700c698086f2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7b44623170db4266bddd156800b3440d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_13e341e9f147401dabb99fa300eeba8f", "IPY_MODEL_748882fe1a894a6d873ec32d9c1732e6", "IPY_MODEL_bfdf0a358b354287b269408530369045" ], "layout": "IPY_MODEL_faada6ca460046a084dc81bc841ff3c8" } }, "7b454b17b61741c5843c068c49e584b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b472c29304f43dea0c482f721cf58e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "7b54cbcaa8c94c5da933819386e0ba17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_527c56631e78422e958d6a6729e5da5c", "style": "IPY_MODEL_7cf579ab3c9f4c688988a7cea695afa8", "value": false } }, "7b5585d920634fc3a9f0166076b379ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b59b3f1250d42679f4f32d10e1e2729": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b5f80e9b6f3463ebf26bb9bc2d5ea89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7b677613b14b44409cf852012888bcc8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b6a28dfab894247bb7d4dd1d86f2892": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "7b6ae42e04064e2eaab7860cb93a3996": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7b6f4ca557bc46bca3afd14f4af1788a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9c1057af4d3f45cd9af543121707c67c", "style": "IPY_MODEL_00c27fa952e74bc88b6cd6ca52ba4f19" } }, "7b78cd1c20ad488ea68b58fe30beea93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_cc59a9a7039145928a30cb9934dfd735", "style": "IPY_MODEL_003fa0c019544a4fa6fa00c8ae635002", "value": "Wrapper parameters:" } }, "7b7e27b5c42c4f94a9a7ddf1b05bbab4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7b7e308a7b41427eb24f41ddd85180f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_c302a6a5193f41e3b88c5447fbc131b8", "placeholder": "[]", "style": "IPY_MODEL_40befbaac34e403a8e87f0efc618e4aa", "value": "False" } }, "7b8024e7094f4fe184f16951e19d7bd5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_09815af3463c4328ab1b309386e447ee", "IPY_MODEL_b44947809bb24e55bc53fb96df05f89d", "IPY_MODEL_825fed2a6a024d298eaf7b5b44c618c6" ], "layout": "IPY_MODEL_5a36eec94b214c0999a65d2282879733" } }, "7b84de09d7fa497c89ec250a3bd25838": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "7b9eb43e6a914916a4a7b08ccf0da992": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_09387ecd20d24666914d2d981edbc2ec", "style": "IPY_MODEL_d15fd59c0eb2422ab3c4981c67c37409" } }, "7ba513b5ee32426fb941c65db8aaa50a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "7badcdcb9f0c4009ae6f069641e1b3bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "7bb22fd02a654f0b8bec52960d36a8af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7bbe99ca3ada4b96a40061227f2ebe76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_38cc5bc4b669452d90c0f97c290fb502", "style": "IPY_MODEL_af93fe13471d4d9babd81411fc5b9e49", "value": " Inorganic Descriptors: " } }, "7bc3018e558e4807ad4531666d271b6f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7bc4ea515ae0496ab97b62e9d6fdff0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7bcaa3def1624210a8e3285966fe6499": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7bce3899c0564896ab30c1f34bc8141b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2c65fd5c6115439bbd77482928e59a53", "IPY_MODEL_3d8c0e6966204ce1a1507749fa5c22b5", "IPY_MODEL_9d2d4dc8f6c1470eaebe1cb9643a4f9f" ], "layout": "IPY_MODEL_2f940be05c3d4e3d923a7bbe1094dfaa" } }, "7bd1053fa2ee4c098d1e18b71dd94997": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7bd256f8f9f246948a7668dd3e77d409": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7bd2e7fc75714691a82280951def7779": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_06956f3ebc8b44db8e94beabd1c9316c", "style": "IPY_MODEL_27ea0e0243364c09a2d3140649cc5428" } }, "7bdd1f4f24d1499e8b5fa7032b53fb39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_af94b5e9c9124fec98aae2a931cdfda2", "placeholder": "[]", "style": "IPY_MODEL_1cdef6533ea64d659e7fa2314c960ad8", "value": "0" } }, "7bdfd28a5b654453843afc8cc8071c88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7be0333cf0774acb9dc0a734c8b14831": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_95c1717fd2ac48c1a3dbff64128fb5b2", "IPY_MODEL_9e9d0b7ae20848e1a88c2194a5e47e39", "IPY_MODEL_10c6fd6d343d4077bc4786a523399f1e", "IPY_MODEL_39a65920a0d04cecab8001744dadcdbc", "IPY_MODEL_ddd5109e3b964a788b46b7e9d7b87e3c", "IPY_MODEL_5031c1c874aa466cadd5c8d91a7610f0", "IPY_MODEL_163232fabb844e6b97e36b0c6e088429" ], "layout": "IPY_MODEL_d4140d2568a84cc1b4c25b1f4e01e768" } }, "7c0e75d15a3d409f8af47c484577d914": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7c27d3547c1e49f18763faf60036887b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7c34e66153d344fc8a0f15a5e89d012f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "7c351729e5e545749e5400648d79df77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d54ec36efb4d406c9b6ab7145726711b", "style": "IPY_MODEL_09a6f69c8e9b41338a0029220eda92b7", "value": false } }, "7c364c8e89c041df890e5965b998a9b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b0d4d187faec43baa19e3ea90ea2405c", "style": "IPY_MODEL_58a1db43f66d47ef960aacc8204b6dd7" } }, "7c37bf32bf1049a2a09758dad5bc7815": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7c4b10c64f0a44a5b0bfafc2a2743f04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b2fe3e3e77b14f05b32cc3b25dc760f3", "style": "IPY_MODEL_c64587192a6042d7a336cebe39233742" } }, "7c5e87d9fe154be08924169c0f8ec341": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_91f2115ca2f94789820a71b2b263a20a", "style": "IPY_MODEL_3aa97d3ba7a8419fa5445a1a755b9841" } }, "7c75e8de5f7e490cb0f4dbcdeea7f971": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "7c8b7abf9b3c4a1cb3fb67f35f295ca3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "7c8c4478a96f4f84aa1561ea3772fea5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7caf44b53b6d4d38bcb8caa7e53ed6db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2dee8be0b6b74db5bf04b7cb444341ee", "style": "IPY_MODEL_471b48a7a96a480a86851c8619de6729", "value": false } }, "7cb69b0f4bef47ecb82b5f60ed1ddcc5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "7cb753484c3f4e1bb84fc13305b6ad99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7cb935f77b8c4f048866d5289f8f61b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_532b454f3a6f4eca8a5cb4c761e4b919", "style": "IPY_MODEL_c2a718687b1044e4bd807ed1fbec1319", "value": " Send >>> " } }, "7cc31b1ed02d41498e2dde405ca11635": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_7ce356676c8a45d98c95bc410bd57d86", "IPY_MODEL_93d4427cc358460f9f9359c82ae68951", "IPY_MODEL_a9cbcd669589427a960742f4a0133fcd", "IPY_MODEL_4d7a336627d740e9ab430413db72a601", "IPY_MODEL_425542175e76434f9af0597b1ebed83f", "IPY_MODEL_f7d1dca0116d4c77a844889b5fc003aa", "IPY_MODEL_6e01434216eb492da5708bc506afa374", "IPY_MODEL_d40c8a9fdb954201bddf4e9a73555461", "IPY_MODEL_1ce8afeb3ec241d1bab691306c90e9a2" ], "layout": "IPY_MODEL_bb05afd552fc41a4a9d901ef07a6f173" } }, "7cc87ea0cc114fcea2078e4b7ace10f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7ccb4e6383134963bff3db4d0185db2c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7ce2eaa3e84948249d8cd3eff6d9800b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7ce356676c8a45d98c95bc410bd57d86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c6b4ecd90d0345198aa14aad9a8a01fd", "style": "IPY_MODEL_1187c87936bc419da8d92e1973b7e45b", "value": "Function parameters:" } }, "7ce844f75ac84fb08a017db3a91c1e16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7ce906c2e3854e8381d0bae803337302": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fa0af3e1928f413f9ba94b0115dd2f83", "IPY_MODEL_dd9ca17b4370479d9d0b3db5e0a14f3b", "IPY_MODEL_a4c0b5722a6d4dbfbdb9d56e21b75462" ], "layout": "IPY_MODEL_5231a3c5140f455e8a88b0a62dfc5a1a" } }, "7cf579ab3c9f4c688988a7cea695afa8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7d02fcbf110b4118a3f429d958ea3803": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_32563439dfb84fbdbf49f200721a8f05", "placeholder": "[]", "style": "IPY_MODEL_1deb8853cf284b3ab346b66807d6ca72", "value": "None" } }, "7d1884421097419eacd9803be80b2b46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_1ff84b3986ab4688b538122c695444da", "placeholder": "[]", "style": "IPY_MODEL_01658f1b41b646ac9bee1d046e99f706", "value": "None" } }, "7d2a0bfcb5684816872bbf371e73b614": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_bf0f7cd11e5a4040b063728f47907cad", "style": "IPY_MODEL_082ee3a752e64d5ebf0fc335200d957b", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "7d34749b37f6422b8a3c6d63f93f5ea3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_06c0e9bd69fa425fbd12927bc221a0c7" ], "layout": "IPY_MODEL_bbc644b9cd9c4ec1b519c9ad87a997e1" } }, "7d358cf2541948df94c08cbafe4ed42c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_68e4254b730e4c338ad24acd3b14795f", "style": "IPY_MODEL_4990e991e7ca487f8e43d540e63f906e" } }, "7d47a353fd93405fad4ae90ee73b08ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7d54c08325794be7af14a3bd8f8bb1f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7d6497c27f614ee88953ba01271c2e2a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7d66a7c4f26348b7823cbfa469dd337b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7d7c11a122f945a0ac40c2ab33a535d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d8a208920cf14fd797c5f2947b9a8cbb", "IPY_MODEL_88268a3803b2403dace906872bce2d80", "IPY_MODEL_becf5b8e158b4c70ba885239831361b5" ], "layout": "IPY_MODEL_89a1cf5588f04cbeac1911f50d268d28" } }, "7d8763a2aac14155b51e947294e06c97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7d8b851911b14ca6969f7d66522cde0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7d8b9166547945de83d0cabd45cb41c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "7d95c7df15744b05a969fa01fd630516": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7d968de0758d4e318113c6e7e852d56d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "7da1528b3ec34e40a5c4fc0976deb87d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7fb9c40ec068474fbd2bd25ae2d4a9e6", "IPY_MODEL_3e7783c0ab18456e948f3f61bf707d36", "IPY_MODEL_3b16869f0a40416ba852c277130a0dc6" ], "layout": "IPY_MODEL_0c38ba40e08040778b08334fca121e11" } }, "7da71af13c4c4644866795a80933bc98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7db4243b529244feb5bd665f78ed98c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "7dbf8e1c05e04ed1ab242bffccc4d7e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7dd069520ba142629f3fbfd55aaff038": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_aa463eb3a47b4eb58741598dfbbd3997", "style": "IPY_MODEL_593a278ea76b4bb1bd0cb7390024e264" } }, "7dd28c7c4d9f404f99089ac9d4a76c0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c069148ea14b45eebfc247b6db79eda5" ], "layout": "IPY_MODEL_a41c1945710d406d8c991b5a69caef3a" } }, "7deb04181fc34219806cd9410c1d3935": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "7df02c23e14246a7b75e273f7f1f6f82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7dfa22dc5c1240a7b120520a8f151330": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7e013b3560544d9880196861ef826a85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e03ebfb2c8f43eab592c260c910bdb9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "7e077a34dcd44af19019747e61b3009c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e94706affed14ae68bb227a905caee64", "style": "IPY_MODEL_72e4ec4bbd2e48ea9515e5b815154f81" } }, "7e130e75d6c446a3a1ededd36e04423b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7e3017367bb74de0a2e8ba6e1b6b6be2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e342d6bbaeb4c17bd767a707de1f336": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7e38e1a714fe43d0a78fd5d301dcf588": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7e3940533668413486687d4a10cca368": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7e3f08c14933494492f8e9f665daed62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e425548333e474f8188ce75d51e1c97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7e446694c15e4a1db7fd0a6bd201c360": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e59846f414f4e70bef36ae789546e8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_86f69122a14045f2a8c1cd247dc3c6af", "style": "IPY_MODEL_2ba9dda762ee49858fc66cbf0be6f34a" } }, "7e60a254e2384c5fa01b186c50566e05": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e6571860b7041c7a22474c32c9021da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "7e68b75cf0b9458ca2562ebfa0310f8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4ee89f92cb794d9f917f96f1c8a9fc21", "IPY_MODEL_ab40022d8d894378aa917036952d101c", "IPY_MODEL_70bd3900905c4bc1b9aa44d3e2e3bc77" ], "layout": "IPY_MODEL_1388e8169ab24833991973f4ec1eba54" } }, "7e7071dbcc744df19a6b6f5bf827a575": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7e7b09f85b6045ee971bf73b9400b96d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_08db5443302c4bc082d47785daf007cd", "IPY_MODEL_ee02379450d046008fff1a9c7bc000a2", "IPY_MODEL_81941ddbe987471a87b1aa8e4939623f" ], "layout": "IPY_MODEL_1b07df9563ed4c2580420f53c91be50c" } }, "7e7d451cd7ae4bb09f28df0339c6d1aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_33eae74f5ed24acea776533d6a7962fb", "style": "IPY_MODEL_16e6ade9d41b4a9e9b472725dd1a5c65", "value": "Template 1: A simple machine learning model workflow" } }, "7e908ab707e14ae2bedb9c528b8be8d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b95f5e4fa94f41c3adfbba7ac7521b36", "IPY_MODEL_ecf098046a294c188794ee5c098b0eaf", "IPY_MODEL_eece23cdcad3498b853d13db17d4d0fd" ], "layout": "IPY_MODEL_71be1142f9e044ae9f080df75769b4e9" } }, "7e95768c1f1b4803b15e928f7ef7f307": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_535ec202d95d422db82f35dbff65f70b", "IPY_MODEL_4fd66bca1c034de5bf4213913df0f793", "IPY_MODEL_1d32e7e844df4f84b5b82ac2b9c40b81" ], "layout": "IPY_MODEL_2c6d51ca45bb46059e2b1d7b100af816" } }, "7e9b1416a95d42ef8e63002aebb94722": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e05da51bf28049aba3de2138244a66e9" ], "layout": "IPY_MODEL_d14209ed1f1b4aa48ded75ea5357d42b" } }, "7e9ef7e64ea046b79225425b7b5ab157": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ea3c5d093144ba6a91db498d44b88ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7056501948d4474dbfe30c1f98edbcad", "IPY_MODEL_eae9615f94d242cd9fdae2908d23fce5", "IPY_MODEL_ed776a790ff84cb69e102b12aa82ec0f" ], "layout": "IPY_MODEL_c5a3f92abb5d4de7825d6a5b23cc82f0" } }, "7ea84b177f48493aa0e5f9d3622acf13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7ea923d4f49f4ca0a8f9590b9c4222c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7ea99b7cb12d4ca19fc96ae74bd60b08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7ea9ce2cbd944815bc46349260ae4485": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3c6ed06e37a14ce78aa57a9d47124491" ], "layout": "IPY_MODEL_3bc209ab108b461298f21350ce4053ec" } }, "7eac2b1a4eaa46c09052fd7c03495210": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_0aad4fa3b84e4d228325e6e2b07cda3d", "style": "IPY_MODEL_6e71b133b0164e1cbeca34f9b13805d9" } }, "7eb24d2f8b694ec883551eb53d48fa98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_ecfa99196e5e406a9bc2d9ca85d3414a", "style": "IPY_MODEL_784f255d76484306b0397106707d4163", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "7eb87bcb121c4618b2aa906af4a32cc6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "7eb9e7e0b3274f6a8022757612e6342e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ebb5b0255594a84906529d1ad9225e8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ec74d7de22147c0b78d2cdadf92f256": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_af707194a70146628db1bfe03466e999", "IPY_MODEL_cdc01f9324534b1a9a163fb89a238bef", "IPY_MODEL_a7985c6700a94facaabd6b0908fdd2c6", "IPY_MODEL_6f45b6014dfa41f099481aba71506bf0" ], "layout": "IPY_MODEL_998c1bb234d6400086eec34b55e1be91" } }, "7eca202944104e0b8c5de4486f85792d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8da42e550c5c4ee0900782a9b6c60061", "style": "IPY_MODEL_c2b179c89c1b4cf9bfa1cb0b6fd48e9e", "value": "Documentation: " } }, "7ecb657b86fa46b380e065a5d31ada8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3783b013898249cbaabbd4bd2b8c1056", "IPY_MODEL_9d970a278285400ba61ba90e805df564" ], "layout": "IPY_MODEL_0330bbda51134da99f1cb6740b008987" } }, "7ed4ce9f29404c969e429f91d5b9aa63": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_cf4b706f7154402b9fc6e5016acee9fe", "style": "IPY_MODEL_a61b9087745d4949a920c0f812983434" } }, "7ed4e503358141eeb57541a1ab86aef9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "7ed95d3186f045c69b24679a778e846c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_c4104b4a5d4a405989cbffdfb129b4fe", "style": "IPY_MODEL_c8ddc6f01fcc48a3948e934861158771" } }, "7eeccebecb6246308bd04c648faa7c7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7eeee28a90fe4889b58f2512ac80e552": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_612216111919446b8f6859e9fea67955", "IPY_MODEL_717940a7176f470dac2542fedd6ea2af" ], "layout": "IPY_MODEL_f3ef270afe9d4d2b9edac54b114704fa" } }, "7ef5d1e1532349d8b76e699e84464401": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7ef823b44ed94a2183ca527ed07948ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ef91d3e70fa46c3ba784de2e1167c88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7f04e123af3443da84361a1c1ee84682": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a86c487afb7344e6a56132cad51f904d", "IPY_MODEL_f9e5a57f6ddd4861b7e15b68fed676be", "IPY_MODEL_91d1cd6124254be6b60f3bb7a28d4072" ], "layout": "IPY_MODEL_72c7af428ed446419e4ad7bcb59cec4e" } }, "7f14d7fd654f4f359327084bc8872316": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7f25468310aa426a96b55d79a0212281": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7b677613b14b44409cf852012888bcc8", "style": "IPY_MODEL_19dbedc048f44585a0468105c99b8584", "value": " <<< " } }, "7f28192bdb764e0aa3ac3474594a9310": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "7f2c7f54e83f4919871ebbc151dc3308": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4f0213c945984396a4c9f0dae48f3dbf", "style": "IPY_MODEL_c34a1f10ee1b453889fc12ed6bf8c577", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "7f3289596ba942809cbc38cb57fd890f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1e2dcb10a3564e07ba61026304db35e4", "style": "IPY_MODEL_75cf85bff4f24f598f8695c922ed5298", "value": "Wrapper parameters:" } }, "7f41346699104a9a8f77c5f1652d3a81": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7f4d139fec02415e80c247e92befaad0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7f4e9d0b16dd4cefacdf2d550d33ea6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7f5ea89e50204e2caee142dc29f7d638": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_15ed62a31fe3426cbd71200d8c1578c8" ], "layout": "IPY_MODEL_be55d2fd04e94ec9a116462f186ccc28" } }, "7f64e33d7845444aab7ec2769f6d601c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "7f6d977cf210403fb9e0f30e6cc8a0f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_cbcfe1c787ee424394b6b7c440ce3f02", "placeholder": "[]", "style": "IPY_MODEL_9e80920b9e654289858dcfce62bdf366", "value": "." } }, "7f72f87b32bf469c9530e3c6fd780cee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7f7786f051b54fe2bda705cb1de1235b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "7f7d740f17ad4c13a4774d81ea8b799a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "7f8bd3901c1d4c4db2adc567e0d893cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7f9484d6df1c4685850b56ff998175cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "7f95bb927d5947ab86b4fc4dd9818d17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6d9b189965ea4443904013546704728f", "style": "IPY_MODEL_01d2dea33ecd4e3cb015b8f5311a1c1d" } }, "7f97915d9c894e0684943b0a9c36d5a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3bc945e4d16c49d290fad51881ba1fc3", "style": "IPY_MODEL_5aca33fa60f44ae09c1ab1d15f9aacbc", "value": false } }, "7fa5c7625bc24e1195ee74932528e0f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7fa5cd497a69431b94cc586e38b73e30": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "7fadc9fa9269491fadd1587f3df2ea1b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7fb053058bdf442199ab40d013ec7ce4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7fb9c40ec068474fbd2bd25ae2d4a9e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_81291b45b7e54c498ab3ddd05b387a09" ], "layout": "IPY_MODEL_926780dfae884630909730e02b626a03" } }, "7fc7813f6c1a4f52bfeff9ca06ab1924": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_80bd289fd6f442778bb311b304ad51e9", "placeholder": "[]", "style": "IPY_MODEL_b0c01338a2484285aedf5cfe106b83b3", "value": "." } }, "7fc962dde91a40db9a7e37f735693238": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_a710b0fb321b4d1fa7408e4878b99150", "style": "IPY_MODEL_f2ebfd25aa0340139d11c818e3eaafc2" } }, "7fd17bfeda6f4b0aaf7a58eba4ee527d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7fd750b0dc284672b39ed31b8305980a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_22ec93bbdbbe4034b9d567816fc7250c", "style": "IPY_MODEL_b0f5c5f6201b4ac9a15f84ef8dd01d40" } }, "7fd77defd476483fb5d87d85c80a6f8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7fd7d0f32df849ef9620c9093a030d2a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7fdd15d9e543422893754e00e7a220e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "7fdd6b93634e43cea76377a46a96d0f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8d5f50d101834ecb89a36896c1315896", "style": "IPY_MODEL_d81a4dd9fdce499cb496e3aea00ed730" } }, "7fdfb28d93e942429f5d56163f4f7273": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "7fea3c81dc884c72aa7b1164e2b8d1e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "7feb18d8d4bc42448c7e313ef90ebb65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_c03dea3c50044791bcddb393e714453c", "style": "IPY_MODEL_094ba46aea7e4d969d1baa0a3cfa3dc2" } }, "7ffbc13f8de648c49407f356af923d1a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7ffce94a7d154fce9526b95c5f5a9d5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "7ffedb5fc0014f9b8fef71b575ba1858": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_aac7aaf961684374b822c5db542eef63", "style": "IPY_MODEL_11eb6fcbe18c4ebb8e6594484d1c4671", "value": "Wrapper parameters:" } }, "80020e458a4640608386bb83bb3d7ed6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "80044333f2e9480a90814c5918d449c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4d2e4df663244e9db9a65d8bea8e22c3", "IPY_MODEL_2d4eccf7650f4dffb26fbafac83caf14" ], "layout": "IPY_MODEL_5915a7287eb24460b047f68ce490841c" } }, "80124184848e4fc98f65b861f09398b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_479ee4fb36e042f0a3c68f1401252b78" ], "layout": "IPY_MODEL_9d50210297e444f3940b6dd39955d842" } }, "80149e84a7e6491baca880e27a396e10": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_383a0bdeaebc4f6684e3ea2b18497832" ], "layout": "IPY_MODEL_a778a2fa2a48421ea42aba0f46a28daa" } }, "801a684d4b5548129be1cb7318d8b447": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_0f9c6a10282d4ea1a2324cc87e3346c5", "style": "IPY_MODEL_8524e473c6884cd09a72560cab17c7a7" } }, "80230277cc5748c4a85cc245d47eb1d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a68678082d064502a5e5788cf8dc01a9", "style": "IPY_MODEL_1060e574da1c490ca354d94da7e7417a" } }, "803998bf9b074b0bb546f3d953dbde39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "803cf05a10864c3280766698de11cde1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_5e22dec2517049ddbefa951ee039450f", "style": "IPY_MODEL_afd58f28659b49e2b6e9e1738bebced2" } }, "8045147180dd47cda47cb474eecc4d29": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8046effb19b3478e8f34c05b3d5e4525": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "804725dbe4414bdea5468b8f54864b4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6a2339523331439998eca394a3c48f3d", "style": "IPY_MODEL_934860b908b5433aa0a1f410cda60922" } }, "8049263b4c564573936b01a46e380b9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "804b58dddc41465a9a616addbe9de8c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "804d9ce6d25a4987a5077846947e93b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "804e38a4037647e5bf798a7d781e3c06": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "804f186cb9804c65b063f57a63e54379": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_16bef20ec74342b6ab17fa9e94fa65fd", "style": "IPY_MODEL_6a781d86fb63465facaf4a425f92967a", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "805527c9d9ca4916bda42e73cc0bb65c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_027f9acf55934bb99b502ac72fc7a624", "IPY_MODEL_66c808de26f7489c8ee83c227060123c", "IPY_MODEL_811fa4a465b146f698151998acaf07df", "IPY_MODEL_0e9ef166d18c497cb32a866c5672a94c", "IPY_MODEL_7850029d55b741e98b48a423dc6a2bc9" ], "layout": "IPY_MODEL_2bc75e7951fd47d19a6331e047c4970d" } }, "80691f8f70484e39a2d18104e59e2ff6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "806f00e763614532baf2273bf5f7cd50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "8077bc36ffdb4c999dbdb7b66bdaa096": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_bdbae654a7954ad4981e4d952f4c7596", "placeholder": "[]", "style": "IPY_MODEL_a075c0c65b33491ba0d6310797be02bf", "value": "True" } }, "807e4a1c6e0d4efd845dada60216e6fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_512035ab84c342b3a4f145f6330ad68f", "style": "IPY_MODEL_d4729c502039409ca69a9f4467fe92c2", "value": " Molecular Descriptors: " } }, "807ffd5386ef4f1393673651115eeba7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "8084b7f7cc214aeab6c92a829dc5ce16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0b84cb6d2eb24cf4a71b28e8af684f66", "style": "IPY_MODEL_45311b2fc561465e83de3959488d509d", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "80864a50878c4a588b8f68649e847be3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "808fdee860444af59d71238df6bf027c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_86d85a80c0ae4fe7b1e75077fd93b020", "style": "IPY_MODEL_ea4e2a58e3244b71a59fc125b76ab1ff" } }, "80a1c26bd27d4a7aa11912d9962d4370": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "80a20f86f4154adbaa307de19f38c986": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "80a293f947d2476998c3b0be65394c74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "80a67221d5ab40cca10886948de18481": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "80ab2ab5a55d49b6ac95a2546df8784c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "80b2fdcc001a44e8973663f78d4db3b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b4018839c689403c9886ce2043d3253e", "IPY_MODEL_56211a7606a04e62a10e0b0c818cc7d6", "IPY_MODEL_f2d49c18cc24453c9ae9b681881c2c1a" ], "layout": "IPY_MODEL_a5318d47f7fb42f6a904ea122886e9dc" } }, "80bd289fd6f442778bb311b304ad51e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "80bd2c4c4d184d4d97af545eebee0575": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_93e2a358f8684d5d890805f77722a83f", "style": "IPY_MODEL_3d134e94ac534150a4596e4a6cc00769", "value": "Function parameters:" } }, "80bddfae61094ebaac9f8dfde0a1b3a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "80c8684e11ed458fba5867575985491a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a0d2155ec8c34c07ac3a8a12fd743d34", "style": "IPY_MODEL_b1af9c0529ce41ac82fb1226cbcfd703", "value": false } }, "80d4d34bbd89456890ac263abdcc0652": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_71d54caf70394b9ba465c2c2af70d56f", "IPY_MODEL_86843e1339e443cfbf598f3d257a0930", "IPY_MODEL_4268e4c6c2a5466d92c035129d21103e" ], "layout": "IPY_MODEL_753cfd74e73d41848ba5385d20e07c67" } }, "80dc92fb3f1a4c188e3ca40ba141222c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "80e3e6af6afd4c7cbbec18664e51ca6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_c767c9e75e664f11811ed0d5db1ccd53", "placeholder": "[]", "style": "IPY_MODEL_89756683ef62460095e545fc4651ce01", "value": "1024" } }, "8102b32caa1c45d0b4cdeb8aded61814": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "81194e495bb74de5818cdc5c001cec8e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "811fa4a465b146f698151998acaf07df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_772c221c0732447b9bafe38b0e217030", "style": "IPY_MODEL_80691f8f70484e39a2d18104e59e2ff6", "value": "Documentation: " } }, "8120f2ad602c4459af12be8f9a23dbfc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "81291b45b7e54c498ab3ddd05b387a09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_a22a11b5a6e34bacb12e8b953e8e4690", "placeholder": "[]", "style": "IPY_MODEL_3d2028e30e924c23aa84159ae549c8af", "value": "smiles" } }, "812b81c85ca94180b01c5e17d31623ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8130fbaeb32d4c42a89dea6cd033171e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8136a7737b544386be706c19e843a0e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "814582584c8043bca0a01eb84573cb3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8146eb6df3f74003b8286cb2ef9a918e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_50be9e497d214525af4dc2f68fab7626", "style": "IPY_MODEL_235bfca6788747d4b1ccfcd52bbba526" } }, "81492b0fd7f644b683d0e3eb4b969b99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ec53d7f210004d67b431fde477a4360d", "style": "IPY_MODEL_5f396ccd54024d5ea087a46a65101cde", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "81591a209be94991865f5391ae7c48c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_f4b87db0956445758766622408bfe963", "style": "IPY_MODEL_93d5d74837574dca96221d87325c694c", "tooltips": [] } }, "815f606445d241c5aac00b283e78e77d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "817383bd7b534b6ea4d17310044f4b35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_baea8f58742f407fa91b20cda8323d10", "style": "IPY_MODEL_8b7d8f8896494ca2a49e35815dcb9dd0", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "81746d15fdca480394505093db554ad6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_ee3ab1756a724dacb7c7937cbad89903", "style": "IPY_MODEL_2ef43f1a1ee840c0afd7085c44342ea0" } }, "81909e18da1e45d6b36f31ce523f671d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "8192e2dcfa1c46d9ab42255a08a343be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "81941ddbe987471a87b1aa8e4939623f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_772cf4e5853d47b4a99562746fb3c6ba", "style": "IPY_MODEL_bdfc463aaf124de8a09934508150a32e" } }, "819c08d23c1347ec93472770619f4f8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "81a287fbecd2482f9c12032c7e77a8b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a39b45c8e3304fb3ad6f4ad12d7f9223", "IPY_MODEL_cd0f5fedd6a74167bac8b53b12ea7096", "IPY_MODEL_960bb3dbedb446d8940c71912f7a49d0" ], "layout": "IPY_MODEL_134836e97cf6449d8ddb77339241c170" } }, "81a60f97f6e141cea7a0de268dd4e75a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "81adc327fc4f4bd093b6f7272275e5ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_66b0e31190ba4e8b883d5afa4e835b91", "style": "IPY_MODEL_d6343720890f44e89ad20474c6e99381" } }, "81c78ea7e8064794944830cd6e136f13": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "81dcafacef6e405b8aba315ca7fb134d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "81e715591b8242dba47d49026fb9812c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_f251a98c8bca4c19bb28fbf40f53a603", "style": "IPY_MODEL_c03a0d0c8f384574a7daf8e008b1b785" } }, "81f0ce8e2aa7482e8a1a67e3a676220e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_e5569068e168402393a917a5941f310c", "placeholder": "[]", "style": "IPY_MODEL_8d3a94c0061e41e7b13c9e7cc00415b6", "value": "required_required" } }, "81f93caf956b42468fa96594a6d38e03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "81ff01dc2fcc492ebc427a569ad288bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a0f3ea6ede2d4913b8b250ee1adefa76" ], "layout": "IPY_MODEL_261479ece6224c89907b68b71f93c6ee" } }, "81ff879388fb4fd68b7dc21da68414c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_beb50a595e594e019297189a41967332", "style": "IPY_MODEL_9e2e6077527b480f9b19960ae048c19e", "value": " Data Mining: " } }, "820d346abbb943acaba8a0b98e533c2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "821e3bb93c9a49a694a381f30772b725": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_62459e945d094383a00e59c3ec8e403a", "style": "IPY_MODEL_67e3783783394cd58b17abbfffe9a47c", "value": "Wrapper parameters:" } }, "821f525a206641c39b2f5f4467495dbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "8230251824444f2391a904c72c3bf97c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "82473461fc584273aaf7451fb368b7ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8249a087b83247fb8c19fdb0fef950c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8255f6d285514fa298c54a40e57af027": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "8257a885655a4f6c8fd70048d6f4acbf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "825fed2a6a024d298eaf7b5b44c618c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7872f5cea47b4aad964f1079605ab8df", "style": "IPY_MODEL_8c988c92b01f4696895be599cfeff79f" } }, "8269ae56c32d4904bb3a3514f7369e80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a536f0ed6f744534a2a9b474a160b39f", "IPY_MODEL_08917b74a7a640be8042627804edefb8", "IPY_MODEL_0281da0bbfa84b9db6e8ffcc1f210ab4", "IPY_MODEL_a47ac9fd1f3047deb8f8553db1589b71", "IPY_MODEL_bd7f75e6f1164b86b1114372c74d5776", "IPY_MODEL_8aafec60c4f1472f8a4aced385a6c061", "IPY_MODEL_6bd0989a5e934b14aa339890bcacaa49" ], "layout": "IPY_MODEL_39cba6432d5e40a493d8c5253feed328" } }, "827559711a8a4ccb958b177508c5af8f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "827b10ba0aa24c828e7837cea4711f8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8283a2e49bca43f3a3e91ef5a5c26b0d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "82996596edb14359a0dc54b5956728ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "829d8aefb9134a849a9eca36d17d0916": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3e82070cd3b34def8b22e2ab8240d1f6", "IPY_MODEL_bdf6c0613c2e46ebbd4e81b80e751f6e", "IPY_MODEL_fbfd88ca3c6049dfb357eeafab6bb876" ], "layout": "IPY_MODEL_de6d9bfa43234a35887df1053f149da6" } }, "82b047532bc84bf6b423cbdd19363741": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "82b0850fd32e45b3864dc075af8d8ac6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "82c2073dc79b4d37b72f4971b28b8b73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_3c478974ee7d48d3b661806d2b3cfde9", "style": "IPY_MODEL_fac5eae181fd44169b5f348c5d89c662", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "82c73f0fa3df4f1ea24b8bd9e305839a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "82d61554eb4c49c3bc7dd011ba9ac08b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "82da6e8dc6bc406ea0a61d436e139ba2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "82df9a1aba5545398f5e205fec521162": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7b6a28dfab894247bb7d4dd1d86f2892", "style": "IPY_MODEL_87550458a5d0430884dde6d58d67099a", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "82eb8c1c1a6b488dbefc6d81cefb9ae1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8b877e6ef5fc4ccf9842be6d9b0e5cd9", "IPY_MODEL_d012f80554a946e08c15fa3798297315", "IPY_MODEL_7d358cf2541948df94c08cbafe4ed42c" ], "layout": "IPY_MODEL_797687e9f8c0425097118989805a6e25" } }, "82f86b26ed384830970b80bb1543c8b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f5347569276f44b69c9bc8770a425805", "IPY_MODEL_85d8c4b539d143a4b933214bb9121290", "IPY_MODEL_d710c48cd0cb46b9bd2c830ae38c8154" ], "layout": "IPY_MODEL_869dce95ba6a45959a079e63f93ff6fb" } }, "82fb610d235f4225981c3599c08e541e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b95f0cd7627c4bb4982b7cb4d1cec12a" ], "layout": "IPY_MODEL_d1a10780c14f4f758760d982f9c10a8d" } }, "830f616427d34bfebdaa2907fc133884": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c9b68abefdd24fba96efe3c05275ed14" ], "layout": "IPY_MODEL_e76d6180c7cd4f3d89cc811b04da55bd" } }, "832fbf64f2514f658c4b63db5600d7dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "83318da780234f46ac753523b6abe829": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e808208647514a9e85441fed8a5ba00f", "style": "IPY_MODEL_10151766e9fb47fa8579c2cdc73a25f9" } }, "8331b92b96634a97bdeeb87c25168a29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_236a9bffba8d4a539a07cb0305d0e2d0", "style": "IPY_MODEL_26653b9c599944568ff8e96bdadb02f7" } }, "833c1971de1b4bb98da511813482c727": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "834d2c7ab0b549e4afa3aaa14f0892d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "83569c0fc7e54f10a9db835fc619ef5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_213b93f2e20248918e70aa999a6ca85d", "IPY_MODEL_44b2df019b25424cbafa2234cf62b83b", "IPY_MODEL_a46e42efa25347a5a8c0c410e537cb86" ], "layout": "IPY_MODEL_8b6770d115324eec8966f45ff6eb551e" } }, "83630d5ff0ec466e99de558483abfed0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "83685430c510493fb39c4adac5f9534c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "836a080cd52349bea6171347eef904ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "83763aa0391e48d69518429ea0ca40f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_129ee596c9d34e1bb9932b7e4e83696b", "style": "IPY_MODEL_7812cf88e6b0475fb4fb4d8cdcb81b10", "value": " Receive <<< " } }, "83770abed689478b982ec9604863f5b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "837742d7a5ee4cd89c697c8e9bc13338": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "837bdfece9844631abf699292fac7fbc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "838577f4ea40499cbc761a06ccbc27ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "83886641b67c4391b82df394d2396682": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8391b4d9b32545fa8b3cd2938e43dbe8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_4e3bdabbe47d4b64ba23092e3e01d53a", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_b7867c94162348e69334b4d83185b80a", "value": "read_excel.txt" } }, "839643b15cea4aa6a6cb7dab3433c5fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8399836c3e0d43059c2b99e415b0e765": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "83a409852b8c45b2b758a4d50fd9ecfe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5cebc76c15d24faa9d4c013be9292ab7" ], "layout": "IPY_MODEL_88476f455e9244bcb4adeb8d685eb5ab" } }, "83aeee99c4364362ad92efa044cfa8a5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "83b8da74ae9c4ddd9893debe89096530": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_9ced8e73ae6d4620b63fb201b15a6027", "placeholder": "Type something", "style": "IPY_MODEL_005f57a548b740c69f5a875acf22fe24", "value": "CMLWrapper_out" } }, "83ba5e872e364f4796a7486257140cd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_21c6e640802c4d4f9ecead881fb86b60" ], "layout": "IPY_MODEL_b4c742afa9774e97be94a0bc050f8675" } }, "83c506930a1d4eb8861b73c2400c28fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "83c82bcdeafb4696a6554fd59ab8325e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e118650fb3844e69ac13ff893cc28158", "style": "IPY_MODEL_82da6e8dc6bc406ea0a61d436e139ba2", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "83d20c395b724e908a8bcc09bafd24da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_2f51b06e8c074763b46859f0c60d4033", "style": "IPY_MODEL_91c513158f9744468ac190ca7b7e219f" } }, "83d6ad85d39b4a86b1ad9414c5398d50": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "83e92b9d6ecd47f8b8d24e89e4acb760": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "83eb1bfb0010449a9e102ca9bb3465b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ce2ae80edba74294a4e4fbf1184209ad", "IPY_MODEL_d9ee763250a34b3187a80b50554e19fd" ], "layout": "IPY_MODEL_4c4e9f9e1e6d4704b99820a8ed02d86a" } }, "83ed379a72b14a288398b5f077cf7fe3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "83f9be9a8c6b40d5872cc3544c0965c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "83fff7a1e7da42c78cc13d56501576ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "84035574c9ad4401b862a14250bc9a91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3d31a79f4dc74bbeaf5d52829054fab0" ], "layout": "IPY_MODEL_f9f07a2c244340e2bd4a05cf4e6552c0" } }, "840527e3c0344713b850027530c7d625": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "840c19e5ebe64284b6e55f7a3b213d32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f77636cbfd114468af2654314898720f" ], "layout": "IPY_MODEL_dfe14f07d5854b2f928d9b87668fdcaa" } }, "84180b2037864eecbd4f873b099b4f75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7bcaa3def1624210a8e3285966fe6499", "style": "IPY_MODEL_0902e5c3c1dd4f7285638f71adcdedc9", "value": false } }, "8418a1f384f04dba903a4dea46d770f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "84246be7fa17478490a0eb32ecf33e38": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "842fd64b47714081890ac811a606bc6d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "843978ec9e75445cbf0f3d2c80835b32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "844c6ae4f11545299e053038dfbd0afb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_ac54787bdc4444c38d9c8850c680b8ce", "placeholder": "[]", "style": "IPY_MODEL_c0e251cf73a749aa8bb1e017e70743a2", "value": "[]" } }, "844ed94794b0473a9ff3c861b6ced3b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_06cb3beea58e49208d7193c992a2e53b", "style": "IPY_MODEL_ac07e55f75d147bc9d4d57d7b64f5f2b" } }, "84557c8d52fc429e90e3edcd196e8d97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "8455f987a6d546769f268c727b91a84f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "84606471bbba459a817a208d7112dc83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "846aa224d470481883e3fb144d95d63b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "84702c2fbfe942d6990058ee6df98af9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8dfd2d6710ab42439bbbd9ee02933617", "IPY_MODEL_40519d33a7734a0d8982779da5f759ec", "IPY_MODEL_8bfbee8d65d0466a9eb9105c753ee4b1" ], "layout": "IPY_MODEL_e17f6fa3514c42a68a764a6c161949f2" } }, "847118395813466390dd4c738977869b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "847214cf6d714d729b9f06c860f8c4e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_fdb83c33094140b780191d6d25a076ed", "style": "IPY_MODEL_dc231e5927574c5783edde0868aca0cf" } }, "8486191e176245ec967183ae2ba32913": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8486ed49d2cd46ac894366b65cae9aed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "848e67c600514c139be65e51da21f6e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_cb4ff75dde2144c7ac99693c7bec76f8", "rows": 5, "style": "IPY_MODEL_5a7fb530d0c444e8bdea22aa2e25b165" } }, "848e6d42ed364d98930c98622ce68d93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_84908d79c8144858b1b191fbac92743b", "style": "IPY_MODEL_ada1c32fcc734d8090bade243ab8a124", "value": false } }, "84908d79c8144858b1b191fbac92743b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "849947fcad32437a819595cf8b3c1520": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_dab4eec753094049b1771dc9046c3444", "placeholder": "[]", "style": "IPY_MODEL_3a9bcf516d1e48179d75a30af5323f5a", "value": "None" } }, "84af0f7880ef4c51ad9caabc90192f4f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "84bd37da313149c6bdf82eda833a8a7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_afe32880991342de8eaccb64355b845f", "IPY_MODEL_bde84a61ae614b209017b136698ebce1", "IPY_MODEL_b979ea5565af4c16b2476deef35b6b73" ], "layout": "IPY_MODEL_554811ddf0f34445bc07f0982cd0a820" } }, "84c4415a7db6492cb66da5255c4f1d3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_3d01592a76fd40a7a02ddd0a14042c08", "style": "IPY_MODEL_599d8ab225c2489eb826e306d283b093", "value": "Template 3: get SMILES reperesentaion of molecules --> save them --> generate Morgan Fingerprints --> save features" } }, "84d08c8536c64c4587eeb0485db4cfad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "84d9cb88e1394582a6344eb17317a51e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "84dde130059e4bdfb84fe83525bb5a75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_571492ae9d1744969b10b2106852cea1", "IPY_MODEL_6e5c900854b84f05b1c4908f7709ae1c", "IPY_MODEL_58a359c26edc476caddf43c8c4757a81" ], "layout": "IPY_MODEL_1c430e2b7c85400faf05ec342e12908a" } }, "84e5726014f5475397e3641ef91efcd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "84fb7728fdfb4254a9595112ab3a44d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "8507db77bdb24c3181680eb93eb67835": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_4278767dc2f64df7a3c3fe2b8c316af6", "style": "IPY_MODEL_c3bdaf73b1004b6381941a491398fbcf" } }, "85116809adbc41beb1750af767f4450f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e29ac9ce2236417d945eb2153002d2eb", "IPY_MODEL_86dc262d692240eaae130f6794d79dd7", "IPY_MODEL_3b184912f250406384c1f12934e4d9cb", "IPY_MODEL_3fa6e6c55c0346349454a897c2a3e2e7", "IPY_MODEL_5868706c298e4a8c90c7e0e7065a7fcf", "IPY_MODEL_4eac825ebf5c4ce199582f637d25f13b", "IPY_MODEL_7e7b09f85b6045ee971bf73b9400b96d", "IPY_MODEL_bd2e011b70a546d498d6c7e36b214e9a", "IPY_MODEL_7e68b75cf0b9458ca2562ebfa0310f8c", "IPY_MODEL_b92d40f5a2794c93ab8fc6ab0ff22d6f", "IPY_MODEL_110806b9caee417e83afc5f321ca8715", "IPY_MODEL_f2552e5749c849019766c469330e0b6d", "IPY_MODEL_79be76816ebb4f219228b7ac3ef60ec9", "IPY_MODEL_b853be2d860948908afabc03ddaca792", "IPY_MODEL_a34aa18b04e44e7e9e7648dbf658aea9", "IPY_MODEL_97bc45ff11264dac8460f3aaaedcfcc7", "IPY_MODEL_d5e4f157a65f4b669cafe8ba9270dc47", "IPY_MODEL_e4c1f6721357443c990ec0675e80d539", "IPY_MODEL_6548935fe0254e91a3b831663fe6b8de", "IPY_MODEL_d3133a0d9b3b4468b67cc9139d3a63d7" ], "layout": "IPY_MODEL_478aca028125413385976af8ae14ebb1" } }, "851d5b27a9234d8cbdb1155b107ede84": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_23ca3a8c0d444249975c01121d86fb93", "style": "IPY_MODEL_26129d74fdc24301accc76d0928daede" } }, "8524e473c6884cd09a72560cab17c7a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "85278e07b73f45448150652e731f1620": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "8527dffeb51541d18e045aee782aaf52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_4a8984ca842744dbbf5edd3800cc97b8", "placeholder": "[]", "style": "IPY_MODEL_f1d07ef8510a46088db242b9717c855b", "value": "False" } }, "85322809d333412db4ce6ef2d333f50f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_6ec7e174ae6641f2938b8b54dbbf7cbb", "placeholder": "[]", "style": "IPY_MODEL_cc83021efde24f9eb7634498ba9f0ed0", "value": "False" } }, "8542e6d5711e47a4aee37ea15f3a8805": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_f3dbfd212d2740af9cc6a975ae30308b", "style": "IPY_MODEL_36084a141a1148feab141d27b3002b9a", "tooltips": [] } }, "8544e2d61e574e1f94569bf86b8fb347": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "8545b162983042199d9791999c3bb99a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "85466f4c5ace42cab9927672a08e2abe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "854710bba8544066ae9b6dfdd861809c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "854cd2b0d6174da4aa3b263e93fc0a6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_954c8f352fad4d57a36ab10919726084" ], "layout": "IPY_MODEL_322e23d902284350b91bdf33f7ad4fe9" } }, "854eee81cdae48089beef0d4dc938b51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "85522d734c8e4599a946acbc54ed0119": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "855aa4c6b1fb44aebe48ab5549c6eb92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "855c6d522a5d42f889d63379ee16e12f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "855f51c430e44835ac1637ff9c16965c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "855fda5cb9ed42d28d5d16da118389c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "856398d2d9e94f67ab43a1302058f68f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ffcfcef054f04279bf6240b46e46c6f6", "IPY_MODEL_6bb08617ec274ff082e3fc791e4f6185", "IPY_MODEL_53341837041b41d1a173a7e43153f47b" ], "layout": "IPY_MODEL_bd5f0449f8ee40df83e5a39efa0f935b" } }, "8565a1c32528492a9df81a8f300c8648": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_f46f0a54121f42e4b82bce65b69ad5d2", "placeholder": "[]", "style": "IPY_MODEL_0c8b095fa03440e2b54f94f3e4c41ce4", "value": "None" } }, "8567a47447df4aea8ea1d56942f2fab4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_c3d944a16d4d47ab9e1f4a051d631ba0", "style": "IPY_MODEL_69ac1a3e3d0947c5b09721cc062de95c", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "857831d919eb4b8491c9caa2af5473d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "857e70701476419a80f06608bc11f701": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8583a4d025664f55ac3718834a27846f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "858464480c284314a3c2a195405677d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "85873df6bbcd4636843d99d7b40c590e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "858db44412154970ace4fab99d665d98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "858eafd9fe3a46d98c2e714be4b967f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "85950596ea054a15ba1f9796142a7289": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a9088c58f4634999a4fc0b47c75556d2", "style": "IPY_MODEL_8dfd48a202d04404993fa4ab7f54168f", "value": "all input tokens: molfile" } }, "85a06dfee6e948dda9f61d94597e34fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "85b0f5a0b4804f0c9fcbd13c90ed82d6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "85b342c7022f48b6ae9ddc1cad3d0508": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "85b79fcd113041a1b8b658232d5765d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "85c4c6fad0b744c78006b78dbfeac229": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_25d15830b8a44b4db83754d3a00f6bef", "style": "IPY_MODEL_18e5cae8b7eb4bcfab8c2ec5d80fe71e", "value": false } }, "85c9ca0eab3649bf9392e7f312755317": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_dd675908b82b44b499ad9251c7672c48", "placeholder": "[]", "style": "IPY_MODEL_f968426aa2b24cebad5209e85e342246", "value": "None" } }, "85d8c4b539d143a4b933214bb9121290": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5dc3455610734915bcc1ddc4b7158471", "style": "IPY_MODEL_65b192224660486c8b80ea1f716b8315", "value": false } }, "85dd22c3b5374c89a859e920bf292865": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2b85eab1317549a7bc35474771324a1b" ], "layout": "IPY_MODEL_9583c41f3b734209ade5a8a0f7251e96" } }, "85fe100ce0684971b7a5e9c3d6404e9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "85ff03d280d34e0e9ae9a73234e89854": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "86074095a5444ca6bc94c54eb4f49f87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ca4d5a39526842b99301b39757975a0f", "style": "IPY_MODEL_25af401138394f97b26524dec786a69d" } }, "8611a8919bd549dbb36024bd0c6f519f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_69e3d240c6474cf399d92bd4e0a94389", "style": "IPY_MODEL_7893a6532f8f49d1872fa4976a55641f" } }, "861c54639750422fa407ffa8dea45b26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_d8a579be0f0d49ed9a34b3da2a87ebcd", "placeholder": "[]", "style": "IPY_MODEL_c0e56a0335ce4ce39f3cd7f5100c30a3", "value": "0" } }, "8630ab82f8094a4aa6dfc0f1221de11e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "863373f1d2e549dbb55f32ec8e39dbc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8643617a750c478d898cbd4afaebc761": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fd5cd63142844b0ea3a7d17f32e4d280", "style": "IPY_MODEL_384dc7383032463d9c5ee3e7adec802c", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "864eeb1831fb40d68205a279b9116650": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6a344d827c174ae28952b1c419317f54", "style": "IPY_MODEL_bf4020b63d414278a8aa650e9e756980", "value": " <<< " } }, "86536681216f45a88213100a8cb349eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c7c36079948c48e9b4b62cf391ddeaed", "IPY_MODEL_cdd32e6c67ba4c06b1baff459e1f09ea", "IPY_MODEL_d154726db4b3401eaf969bfcbefdc46f", "IPY_MODEL_d7a90e66dcfa47ceaa4f3e417c42b0fb", "IPY_MODEL_5ce7ce319b7648cd820e1aadca0a4004", "IPY_MODEL_fc5532e658b041a098d2475cb14f7a75", "IPY_MODEL_a0eaebe2e4c4487588fa678d7fa26455" ], "layout": "IPY_MODEL_8bf90b4e5b804d739e2e34c69560444e" } }, "866709125bcf45b7bfab9d75e5ddcd9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "867b8e16e77742ecb3c2b91b75dea104": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "86843e1339e443cfbf598f3d257a0930": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_36643580c203432b903e742d731f7f8d", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_037a131380ce495a9e2a95ab6b183c5d" } }, "868c93ac3be6402bab390b654d0db6bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8692edd09061422ba6a62f16dab5d954": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "86999ea4c3924c05b7828d30651bc152": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_129c1921767e40628d3f632662d23657" ], "layout": "IPY_MODEL_69f71c892f5343009882f1353685a4d0" } }, "869dce95ba6a45959a079e63f93ff6fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "86a0529a3c3748399de5d7fd7416c49c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "86a1754ee24645ffb9809d1c326752d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "86a4dc75aaef445d8ff36343f7bdbbcf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "86ae2cbc69e5435da3f81ca1dc0b278c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_fe877ed343194ccc9799ce3d757cf96a", "style": "IPY_MODEL_08824147827140c5bbe078722150a053" } }, "86b02c3954a04fa5bc87057993f7ecdc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "86b0376ec94549d385ba9e6cc74bbc8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "86ba0593e2454d2b8fde42519a626718": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9de55a66a05742909224ec36a12e976e", "style": "IPY_MODEL_389af2194b824744a26f058314e03d2e", "value": false } }, "86c0016bdcc740a4a59ba2d4df014dc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "86ca97aaaa724c4e8275bf06ff3b7360": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_5b6ac2e3c1734f21a98958f7cc20d889", "placeholder": "[]", "style": "IPY_MODEL_07619b90833a434ebd082eb08204747b", "value": "None" } }, "86d467793c92478c812e98bd2dd0526f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "86d4ff7a754d4f99b96e0df5a1bec7cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_061bce1404e84d41965f9629a2f089e8", "style": "IPY_MODEL_d8e5f1689329405d92cc787a0deebb5a", "tooltips": [] } }, "86d85a80c0ae4fe7b1e75077fd93b020": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "86dbfd5adac1452b9633b4b6926ccecc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "86dc262d692240eaae130f6794d79dd7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2198533672a64a96be312fded4fb2b73", "IPY_MODEL_31d3b2dd998f43fd918a9a0cbc528fea", "IPY_MODEL_50f5c3bdf8fd492f96d0466bcb291d2f" ], "layout": "IPY_MODEL_16617799892a450b88ee53571c227cee" } }, "86e8322d3b7247969e0a67f55e8d55c5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "86f69122a14045f2a8c1cd247dc3c6af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8708cf6138094ad8927ee2c6d7439ec4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8713e76d8a624595885448a3ab917378": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_98beed342f0e4b03ad785b270b7a7e80", "style": "IPY_MODEL_08bc259557764bc3800cae155f5d7042", "value": true } }, "8718343ca9e14c89b19f675096dd6f62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "871f2711ee534f0f905146c8d5ec8e64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_7a2bd90389b14d72a4fda7edb343bdcb", "style": "IPY_MODEL_cba8d6b8c58e49bb90386788d432df57" } }, "871fba061016435abef3a0c527f44b97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "874d8145390d47459fadbe66f0681626": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "874dbeb96ea54a59aed2f740a3934c85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ad0a97e1fef643ddbeb3b50b84913995" ], "layout": "IPY_MODEL_cab223bf6e7a4a328a8c22d89b0966e9" } }, "874e97e8b0624663b0bdcaedbe0a01dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "87550458a5d0430884dde6d58d67099a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8767d0518b5f4e01bf146b7242959905": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "87681d26326f4467ae862723d8ddbed8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_bcb04f89ac81440fa2f1c23bc85cacc6", "style": "IPY_MODEL_9430a61d5f514f35b9d431b0a82b9c4e", "value": "Wrapper parameters:" } }, "876e22a89e004be492eb27b3691fd9a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8771032485df45169dd66bfc8bc6e125": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_baa8f76687a8482fb284e91a2ea5d781", "style": "IPY_MODEL_cb5360277f3b42e48cacc595df8a5cb3" } }, "877444af36114e08b8d3342fbd4dcf07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8784f9d6dab84b3383c703b3cf88d5fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8785ff3a628d46c9b2ad6c1559d5d147": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "878dd032c6e144078e70e4b0e0298b91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "87a580ce7a2c45bf8f48cc0f994928b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8d43bb3e4ea14086b09f6424e92beea3", "IPY_MODEL_293d7e5039f445af899daaaa891ee5ba" ], "layout": "IPY_MODEL_0b39e119fbe944759d2dc93b299c1396" } }, "87b04b501548409d9d77a2d18ffbd8fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_183212c7ffca413e80dd9bd2a360198f", "IPY_MODEL_c214a2bca199455da0de2c729d854b46" ], "layout": "IPY_MODEL_14b59ad61a6f40218bd6c1a9afae478b" } }, "87bac8c61b1143a3af5c15974aec54b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "87cfd3454076474391d05b43d9b63b31": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "87e0a6d9e3d544f28a50734f1c70a45a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7155908116d2427983d2a4c8e8a57dbe", "style": "IPY_MODEL_22ec8c855a8246b689b2c4a6d0652b17" } }, "87e412d5bdfb490b9aeae9ca798d25f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "87e589b559934a029c399f4de5a0a223": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7b06d276cb7348629640d5b19554dd53" ], "layout": "IPY_MODEL_afe4c2cccf4848ab8ca4693de3cdd236" } }, "87e6e83d79084f9a8a3f2ae391e1c6e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "87f3cdeb033443f8859901293ce0e4ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_79659faec5e044e8a9c141f26ac5e65e", "style": "IPY_MODEL_331f2b27145341deba92e3d910ad6633" } }, "87f8b389d27d49a69fcdcfe40f4ffcdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_99cf14e4994a451a9b9f77f4afb79391" ], "layout": "IPY_MODEL_0149050476974d2d8aec83905c0b1f6b" } }, "8800feeeef6b4ceeb9451109bd71f633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_4260f41995af4b7d9189e3678f076e91", "IPY_MODEL_bfe831ec468143aba6c84f0ffd1b816b", "IPY_MODEL_91e8d023e11f4479ab92cbdfed070ccd", "IPY_MODEL_4eb1732712a748cc9c8a3027d9355bb0", "IPY_MODEL_ecd27322a3ee419db6f97b2c7dc9c11e", "IPY_MODEL_728e235f5bd440ea98ef75a9e1cf55b5", "IPY_MODEL_c86a013f961e4e1493c5bf9096c669c2", "IPY_MODEL_439901dded34442e875098d34b4b4cbb", "IPY_MODEL_3d23ede84c324514854a05813bddfc97", "IPY_MODEL_a50377334e024e2680fa1ab9f7992a8b", "IPY_MODEL_b92908cda4454201903d09958a061ab2", "IPY_MODEL_be87bb201d56451aaa53d82a103fd4ee", "IPY_MODEL_8cdb8e4589684ff59be32f6845f7a262", "IPY_MODEL_ba57da561f084e429e00177ea731b97a", "IPY_MODEL_293c198ef73f43898200625c577e89d4", "IPY_MODEL_b778d5d83fd3420c910cefb41037cba2", "IPY_MODEL_3120bd0d83974e0fb8c5034d75910e13", "IPY_MODEL_913995d6c89a4d6ba62077b25f667d85", "IPY_MODEL_6de658d2cc494fe1b8eb237a3ffbbaf9", "IPY_MODEL_b73cd00b47284052aba88382a12b4ccb" ], "layout": "IPY_MODEL_045c63ab7fbe481faa398469a525ae87" } }, "88099a8d9a6f495aa283db94e40357e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7f2c7f54e83f4919871ebbc151dc3308", "IPY_MODEL_a79d0ddb9f4d4823b2e61bf5ac7b692f" ], "layout": "IPY_MODEL_2cfca5a4646e4464b0682ea07bd6bae3" } }, "880e63c43a1745fc95c1164c5354960e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_4efffcc737074e6c9ad5b9c9b0720585", "placeholder": "[]", "style": "IPY_MODEL_9398fbbb960a4393bbd3b3b151f11432", "value": "None" } }, "8811efe5dff24da685c8b80fc6d35162": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e5a7627dec584e7a8025a57c538f8a1f" ], "layout": "IPY_MODEL_4b7e2b4d69ef47c7901d37885302fd41" } }, "881703949f524bed95c9d87980ff134d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88172e72bc3a430b8e1ed9c9a8273775": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88268a3803b2403dace906872bce2d80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_909612b80d2644b68628728992631d2b", "style": "IPY_MODEL_114f4ad72c024527883f59a0e74ef423" } }, "8830dc3b93294190bad6596c205c7fe8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8843337bb351423fa5240d70b1daefa1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "88476f455e9244bcb4adeb8d685eb5ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "884c438da3304db8a4d4f0a041616418": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3e1fad5a35094ca289d0687f39528511", "IPY_MODEL_f180fe83cd87418dbaf86e429048ea9e" ], "layout": "IPY_MODEL_20380a92494f452c9041b7ff13c4dea8" } }, "88501ed118244a408b2fb5feec595953": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8851832ae6c54b2d9722f35841238721": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8853da1ce7ea406889f82a56d1ca9c2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "885c74a6535043248c85a5976e102339": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_19d7add0d2d24c3584e27a17f98a065b", "style": "IPY_MODEL_59d76d1e75cb49d38856818d2b54a79f", "value": "Wrapper parameters:" } }, "886be25cfddb44df8f83e55a13ebeae0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "88724a75006a4d93a1eb70fa1156e262": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8878f75c48224b0088d4e407234d1fc1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88852526a38c4791bc6873b51eaaf08b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5a907ecc707d43689c9e636b7c55696d", "style": "IPY_MODEL_5788d978751c47bd9bb70708e72db858" } }, "888d88fc90414f7196630e2be57ae424": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "889189c5a3d24fe5ad5522ad18c8fee3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "8891c19d4bd348b1badd0d22c4c66605": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_37dbf0d4bae24ee0baf136ddb892f73d", "IPY_MODEL_6f93b75a02c44e71a6c6b8f845342b5e", "IPY_MODEL_f2e3f892e1f8409bafbfad6b00941dd6" ], "layout": "IPY_MODEL_1b71a2c7ddda42269ba5f7799bcf6ca5" } }, "88921b99a9104f08a0b741012e141fe5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8892bd81c051417a8d28036ff390f26e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "889c7f02a2d54ef1a151118d9e77f412": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88a446b8d6044271b782ea39988ec058": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_dec3600175d948fcb30a3ccc0431f7b8", "style": "IPY_MODEL_eacfc6a3f64a493ab1c837c85c0b712e", "value": false } }, "88aca0683b3d489b98f149abf410dbc8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "88c49e39e48c4b7b976c597da5dd6bb9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "88c6c83978dc466e9353024181f334c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "88cd3e422de544798d73698d1d4d201e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88d046d7d51040c0b0de032bcea2a063": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "88d18e8eea13460f9384310382b13727": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "88d57d4fdd384c1eaf4d74f6f34c4f3c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "88d6c1f261f04a6f8bc37fd6e0f04f7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_9f11ba33956d4ca6882a90bbad8d5305", "style": "IPY_MODEL_3ad429e5806c472788e0374d463e1f0a", "tooltips": [] } }, "88d79f68f5f94dcb9321c03064a140f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ac841f1c50d64a67b230a130e772aeb8", "style": "IPY_MODEL_a66df61857e548e2bf8b124d5b70cbf1", "value": false } }, "88e933a4cd3a4c1ba838e9179d1a989d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88f03ea064ae40ff8d09e1ea4489d0a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88fbc41d440c4c7b86dc8c19f978d164": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "88fc849a8292413885b58e9a146c2650": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "89074fc4dae9498c8e36e17c027b352c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "89083393a59e42bfa36ed759ae7fbff2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_cf80199430454d398146bdcef0341a35" ], "layout": "IPY_MODEL_5f35cde3db1e48809df676b356bb3acf" } }, "8914203e6883439e9e31c6e4eca317a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cdab07acf7c7430fb9923d6af7188152", "IPY_MODEL_84180b2037864eecbd4f873b099b4f75", "IPY_MODEL_9763e972ace94452b37cb91318fc8e55" ], "layout": "IPY_MODEL_e736f183f0b3469d85bc398626199abe" } }, "891ce1d4a6ac458aa869011984a56ce1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "891e165b93fc4fdeaaf8ed34f42b5c0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "892a758867ea4d819f50c4c0a68efce7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ccb6f2abd15e41f482ef9e30ceed1d5f", "style": "IPY_MODEL_e74cb933556d4820b3480e27e33257df", "value": " <<< " } }, "89442b2658ef49fd8a554ca11908f323": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_8c8b6911518249219907051d25a044bb", "style": "IPY_MODEL_ef8a1ba2cbf9433cbc0b8d2c4b1b5ba6" } }, "8946957aff8f490cb59b33d2b7f6a95b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_52122761556648cdb7ccbae0a5a92f4e", "style": "IPY_MODEL_7091a30781c84d5cb4623062e9ed2c10", "value": true } }, "894eaa1eb0be4c6d97a27b7d4b951d4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5f884af3d6a9423db403c36b9ca0f34f", "IPY_MODEL_7c364c8e89c041df890e5965b998a9b5", "IPY_MODEL_fd057c92e06f4e849941b2816ff43137" ], "layout": "IPY_MODEL_95c800d75a3040f9870c1073630d3204" } }, "89506d39697b4818a1a7feb66dbda0e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_58142d61081e44148628e1e40813e63b", "style": "IPY_MODEL_2ce94b6d80fb4bda8b37c4bc2c3296ac" } }, "89528fb6bb4d451cb5183dba645a4637": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b5dc14768a4a4fa1818222fda3b1af63", "style": "IPY_MODEL_e9318233d130405080464f27e0c7dfb2" } }, "8968e1bd4c574fed9e479552860d313a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "896c4e3e03a244bbbd5ccebb3f6d4203": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_bca079b0447e44aca3e9e3f418895e2b", "IPY_MODEL_06d3f26670c0488f80e91f6599dbf61b", "IPY_MODEL_93236e955e774ac9a175f70175fd2db4", "IPY_MODEL_73b976a252b84a5480d39e5be1162ad4", "IPY_MODEL_54940b75ddb64a5a911927c45d105499", "IPY_MODEL_265119bd51c74e128713e2a6ab758ae3" ], "layout": "IPY_MODEL_6347076654de4df7a4c0b1f56fffb2ea" } }, "896c6c6e1a9f4bb382b6177f9f5f32c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "896def36078d45b5a59bc80c86e10b9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "89756683ef62460095e545fc4651ce01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "89784591191447c1b3e53b10fa9c759f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "897b5e23cbe9492a8e9e39a0f3c2abd9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "897d55ccea7640248a6b203a7d5ee5b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "899f08aa07c64cb7ab0cce8544ffb9fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "89a1cf5588f04cbeac1911f50d268d28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "89a473222a7c44438dadb6829efd5ec2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_05ce5f4b57f04d65a7ee3fe1b1020b75", "style": "IPY_MODEL_4b5530bd93244253b85c5ad0d8a6a7bd", "value": "Documentation: " } }, "89c08f49157340349e5ee0eba07d34c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "89dc61dd68bc4c97b7260eb7c0505a8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_c2bd84a27b584c3685d6515a9d105373", "rows": 5, "style": "IPY_MODEL_7da71af13c4c4644866795a80933bc98" } }, "89e1ab2820c844379898d24731f96644": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_9b4f0cdcefea40a69975d5f8fa856d03", "style": "IPY_MODEL_a99b5a52cc9040ea8e89fce08c36d4b1" } }, "89fba220490d4734ad7dad8f6109eb89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "89fc82447670439cad61916079b511a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_ea9ac4da0dc547ce872b84951a9f129b", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_e227ebdf8af34bcf9c3a859ba9d57498" } }, "8a08006ac0d84936aa18434ba05328da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8a08429fbc2e4a69b19534a6808d54de": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "8a0d7b8907854095a0db8e745eab10af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8adc4d5dbc4a45a7bee02ebd27c63f06", "style": "IPY_MODEL_090a4b8a79dd44c8b33a437321df7062", "value": " Receive <<< " } }, "8a10fb75b7724a7aa7ee7d556395d4bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8a12f7a62ebe466f9a2a267e95a4474a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8a13dfe83b714c27870d97aa0736a6cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8a1b10c81a09466e8855babd52fbcf15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_cca3fae6587e42e782a99b22f957e3ea", "placeholder": "[]", "style": "IPY_MODEL_80dc92fb3f1a4c188e3ca40ba141222c", "value": "2" } }, "8a2738b6736f4f579470f3cf3cd52c25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0dc1e02ac76d4223a576d74267903827" ], "layout": "IPY_MODEL_0e265b9b3784415bbca6ea3bf4d2fb33" } }, "8a45d805565b40778cff654d5ba9b592": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "8a541c03b6e34de9a2f3717a974f8506": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "8a689c46d43e4c9c9be3b749a8c617d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ebaac9aa518a443e8101b331d8eeafd5", "style": "IPY_MODEL_392cd7be171d4d728e6959be23fcdb78" } }, "8a73872e8dbd4779889239cedfe09124": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_ba04d509296b4abdbb4dca274cf59234", "style": "IPY_MODEL_b3423fa7ba83406292aa9cc8832cf031" } }, "8a78c2461a64461eaaa95f04b3fc19b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8a7b54cc07ac4ef09bc60aaeffb090a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "8a7e07afda6042818134e316c55a1800": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8a81223fa23d48ed92f0572dbe4648ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "8a8598726d4642efbc8026a518228851": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8a871117edd94ec5ad6f623922a09e23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_14d6bb09cc0c4b7a87125613ecf92738", "style": "IPY_MODEL_56b03b676e644cb0bb950212a0f03075", "value": "Documentation: " } }, "8a8830b409f648888578a40789d8f1aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "8a9048cfaf1b46e988c237fb7e327980": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8a94280a890846c992934eb91e7f4084": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_065b0dba52c24fb8abacbc13e8a642f1", "placeholder": "[]", "style": "IPY_MODEL_c656922a6634468088a98defe17391c2", "value": "csv" } }, "8a9537ebd4554fbda213cd8a9b4f789a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_ee9d28d19227408690dabafd209cb7d3", "style": "IPY_MODEL_701f0cf98d194a30a5536f42a24bcbe6", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "8a97a602e73e4906b0806d9a9ca08632": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8aa1468c5c664f2c8b01f1731e333c2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_5fb1314e446147b6898b2335e3e8d6b9", "placeholder": "[]", "style": "IPY_MODEL_2e162de75ca74912ac2409d51108ade4", "value": "True" } }, "8aafec60c4f1472f8a4aced385a6c061": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_247e9a2f802143bea45988b921710594", "IPY_MODEL_8ea526474e734f918cfcb2b4b437f68f", "IPY_MODEL_e73db41baf044b12a6b642dd2a541564", "IPY_MODEL_463c10d7566344fa9b05923cc1cf6aa4" ], "layout": "IPY_MODEL_fb42a6cfcbef40aabc032d7c71490e0a" } }, "8ab7d26a7c754cceb01e65550b8042a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8abab73b1fd744b5bc85bf92de6f742f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "8ac1fa3df82042f79c8073919195b02d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_941c7375fff147f68b07b63b88bce23e", "IPY_MODEL_b36fad11462540b2ab3d78471e03ac94", "IPY_MODEL_2809131acd77462aacfe238675efc0ee" ], "layout": "IPY_MODEL_88f03ea064ae40ff8d09e1ea4489d0a1" } }, "8ad21b9057624e88b84cf669fbe16f49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "8ad49111eca6491cb2b2c2ecc4f46088": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_29d62c58dde540559558e72b009137d0", "style": "IPY_MODEL_73f8bf1e599541c0a32673562b9aa9ec" } }, "8ada11bf880247a59102afd38b1e09bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8adc4d5dbc4a45a7bee02ebd27c63f06": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "8aec6600236f4b5090d57c5188686b87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_34a06eca9cc84853845bd7ad8299e087", "style": "IPY_MODEL_f605f6c57a584b84a70c2ccd17e1ce05" } }, "8aecb0f8a6e04eaf9e04ddbe99b36f54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8aee7bf38d7e4147832a0d1ae91a4b49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8afe635246744a4aacd48dcc0957b575": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b022b9ff653438993865dce0e7a3633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b98721205bc945aaa1bc0e0fb2ceec20" ], "layout": "IPY_MODEL_dd278f2ad23f43ca87fbd20d4bf6b959" } }, "8b07685a2c4b4bed8f6c199fd4873387": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_7a2d642533b34f65a3d8d1a66b2f2afb", "style": "IPY_MODEL_84606471bbba459a817a208d7112dc83" } }, "8b0d21b45123491dbf681ec81b9af698": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a1460f49b05449f38a8df6b19b4083e4" ], "layout": "IPY_MODEL_f8bdf0e56e954992b51234b7a8e26759" } }, "8b141169d7154925904aba00b775e351": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b147878bdd54558926207f024c4b1c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_537e30925f08406087ca7becb5e5b457" ], "layout": "IPY_MODEL_a3ed2f96b67f45d3a8866e92187de304" } }, "8b178af7691d4c0080c4e96166996e8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_b2654e801ab64bce86d2aba7c368e87e", "style": "IPY_MODEL_8b685f2556a645898b7fab0b4c8ca1ea" } }, "8b18c675a4ef47bc873e48c9fc3925a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "8b28cb7a33964ca1a23e1e4f57bad210": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9482b6489a6b40eeacb3eb6ecaf46e9d", "IPY_MODEL_9b9f1ae3ca75402d909fe8ed99756859", "IPY_MODEL_7f95bb927d5947ab86b4fc4dd9818d17" ], "layout": "IPY_MODEL_927573b258494697ab7f63e43d360094" } }, "8b374533e0484631997caa61dd0c6414": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8b3e74d207894b2dbad90e652bdacd62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "8b4baee99e3d4817b09449ba55c2e69e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8b4df03ff840496c834e66868825f006": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8b5c7dbd24754398ab8be25cc1e19795": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b5cf68a7a834be08dfe92f3ed3822d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8b6770d115324eec8966f45ff6eb551e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "8b67da12daa7483b80fd265536124e16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8b681cf3b6894636811b5905e6dd2da9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "8b685f2556a645898b7fab0b4c8ca1ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "8b6c4732885c49c9adc5bb8070f8f7ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_9b1574ed9d8045ffb3c5a78cd6878bec", "rows": 5, "style": "IPY_MODEL_9a614e57dfc54595bde74684d7a4ba17" } }, "8b739689d61f459c8399e84e76440606": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_35761f0866e443fcb5f71d2afc225b3c", "style": "IPY_MODEL_44e76f59002341b5b5f8649ad126dda8", "value": " Send >>> " } }, "8b7504b2bf2c4f62bc4e93dc3a24304e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8b7844b362134599bb94bc5eb146812b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b7aadbecffe4966a904c9d4a74bfa92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_7c34e66153d344fc8a0f15a5e89d012f", "style": "IPY_MODEL_16af0457061d4fe89573a9bcd836a751" } }, "8b7be4110b0b4fafbeaee06cd0cb07e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8b7d8f8896494ca2a49e35815dcb9dd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b877e6ef5fc4ccf9842be6d9b0e5cd9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_47bcde5274644691a079ed7f4e4ff7f0" ], "layout": "IPY_MODEL_460f35c9d6994c34969c4966916cfc53" } }, "8b8a5df56a5a4be89d0e4f78d4c10c11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f0015ffc63eb4867a770737c75e7c7a4", "IPY_MODEL_ef662668a8d848d49d223f2335c34d3a", "IPY_MODEL_7e59846f414f4e70bef36ae789546e8e" ], "layout": "IPY_MODEL_d0a896ef5d284ad88d23eceae01d584f" } }, "8b8d842d10fc479092a02bae81aaae1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8b976598de164f4a9856d9cc193b3d14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8b99979f40a34f9fadc63d93b0af3246": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8ba0b42a0102482d95db718205598d1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8baba4c8f2214b12b87d34500f09b2ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "8bb223950f024435ba24ecee6bce1e2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8bb456ec2a9a4cf09ed039b35e4d8276": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_925d64a73fd0454386a9aaf3a5a67dfa", "placeholder": "[]", "style": "IPY_MODEL_129768376c6a479bb077c6ce4765e0ce", "value": "False" } }, "8bc107e9212142cba438ab306b6c55b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8bc3096e2df5490ebec0398f4bca097f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8bcb0cf5c4ea46a787f69695c3f520b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5620283e6acf4a4b92b143e39b0661b0", "style": "IPY_MODEL_455514af78ae413f937783ecf9948bc6" } }, "8bcde93c3b174b5b8bb236d8816d0511": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_f8e184823ed74699931592848d299805", "style": "IPY_MODEL_a955c7b2e36146a7b5f6f72aa5627ed7" } }, "8bd1524139e84e80a034e6ce61416287": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8bd3d990b2b34846be207fd30d27cee1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8bdc0977c31a44b09b8bcf154468fedb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8bdd42736b174861a66eda1b3d3dd9a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "8be1752332884ca2b34a00aedcd6b6e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8be504eb63b64631b17fc5444f19b36b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6c5125c805834880977be2bf5aab9a3a", "style": "IPY_MODEL_5178321a3cd64744b0ac1b43f22aa252" } }, "8be81a16c20e4d0795b5c0895c0206b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8befbac72c3c4316a41863c93769c837": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d516996216674d0f8d61657f9987262f", "style": "IPY_MODEL_a8c15717ec2d4c01a39600681019b167", "value": "Wrapper parameters:" } }, "8bf1bc715e73415e80112dbe2be46340": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_f70c9c19c37f44c49470873bb08c54ee", "style": "IPY_MODEL_ad8ee5afd1e14880b81aae7bed6e917a" } }, "8bf3c9b7a9074e16956c2bbf8baf4d67": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "8bf90b4e5b804d739e2e34c69560444e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8bfbee8d65d0466a9eb9105c753ee4b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_92f3f51a1810437bb89c8746583af62a", "style": "IPY_MODEL_9fd2d0e8c290494491a2ece95de49382" } }, "8c03abb5af0e4ca18548bbb50b10730d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "8c0f1f4a078a42df98d58b501f0d4546": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "8c148fe57d854997a666404481b01d0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "8c26ee7bb23447ecbc97352f77da332d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_be74fec3278143008c6f80bf44a9c7be", "IPY_MODEL_fb30dcee9a294714aa9cfc3635466e58", "IPY_MODEL_0f9271b76afa42eb8457884db56d3641" ], "layout": "IPY_MODEL_c1105f6546be4fb199de9ac6ae844ef3" } }, "8c2a1cc276334a1e8def188682dad46e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8c2a471c34cf4b07b6b74098216773d6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8c2f486103244422bfb83262b1e5de69": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8c37715cdc8e4ab88d3c77dafd08a30e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "8c37d9a55c864703ba29479158f60e22": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8c3db4ecc7ad4a15893712dfacb9fe36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8c401b887bb948da9981c0580c43706a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2ae2dd026b5c4e0f9e3f8fd181270748" ], "layout": "IPY_MODEL_980efe4b209841aabe503b1f26a1a30f" } }, "8c64a1a33ce34ee4948e04a6da2414ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "8c6d1b8a28914f43b98f4e762c0ed8cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5f1f12ef0e6c468b951b29f8501f546f", "style": "IPY_MODEL_a4e7b9b44fe14712ac3e3c3baa21424c", "value": false } }, "8c7ed34574bc4a568e43462e84d1a632": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d58de82a59344ea28fa18d9cb368c12e" ], "layout": "IPY_MODEL_ae50265ba5194c11aabf9c9ab04977c3" } }, "8c87544700734eb793b22636b66346fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_bcdfdd6f8b6c403ca8c4c7bd9e5f6b3a", "placeholder": "[]", "style": "IPY_MODEL_39d8a7afe89745989c4cd31330e2f65d", "value": "True" } }, "8c8b6911518249219907051d25a044bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8c8cbab53c554dc2928a149900faa066": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8c988c92b01f4696895be599cfeff79f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8c9c8f7deb8446e5b2bdff7506cb6028": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8c9ea35983bd413890b4ed9e12ff0b36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "8c9fa64fb47e4d2aa03d80f354a65375": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9dfd5a9a577e454b9d0896c711b59e94", "style": "IPY_MODEL_5978fc425eba4231b755e82028d889f9", "value": false } }, "8cafe27e42c746388e4246bdbed17530": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "8cb35211b519422e9bedc4016fadd39f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_cb56001f84474567a81676ccdd8fc24d", "IPY_MODEL_8e3db7632cac4b0992974afb1b201838" ], "layout": "IPY_MODEL_73d57db8525e43a4baaba69c68119156" } }, "8cbde9e5b2b74a3f87e7c6f7499e0b31": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e2f6b67da2c6485fa717bcab1752eba8", "IPY_MODEL_0e85cedc327a487bb25ec2794681ec5d", "IPY_MODEL_2c8ea6bdea33485492b124ad97a9f3ba", "IPY_MODEL_ba9884a8881642fb85487342771112d3" ], "layout": "IPY_MODEL_b3c7d30bc2ed4834949bf33399460887" } }, "8ccef265b7e74d34ac50673893937f5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_cbe2bb72aee3458cbe15acbc3dbee8c7" ], "layout": "IPY_MODEL_4421b6b0d35f4eedb6a74e9684dc9306" } }, "8cdb8e4589684ff59be32f6845f7a262": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_66717e08daf14b57b23aa43132a8492c", "IPY_MODEL_e8999de75e8a43b1948b3b5959934879", "IPY_MODEL_27a59d026575427f8f686475df0666e9" ], "layout": "IPY_MODEL_23c87df23e744c9c85899bb9e74c7755" } }, "8ce05827ba0c4c74a27fdb31c2d988f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "8cf6248ce83d4c8393c74f2657235090": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8cf9c9cfb9da4cc19fd0a29ec0551acd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "8cfbb302b8064548ac476264b1e41939": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8d0059ab04fd47fe8e48bfff6c34d553": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8d153e9fbd684a428a20c9e50497fdaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8d1dd42072a845b1aafef24a7369af49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3eb614d09bf0418ba33a50c6a7b06ef7", "IPY_MODEL_952e3768cb284f859453aad56ae2624d", "IPY_MODEL_1a4111caacc24bb0815142531f55b26c" ], "layout": "IPY_MODEL_8ea68e662e424b6b872d4ca33ea24167" } }, "8d252a52133840079fee034dd250840c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8d2ab21c30284b2b90286dde61a030b7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8d2e022ecc6340bfb7f0fc61bf9cc1af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6c0eca5a828a4dbdbb3bcd2bd3bf5de1" ], "layout": "IPY_MODEL_4412d617f3ba47b38a098feddc2c9780" } }, "8d348221b2d14c44b9c7debd36d43d2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8d34dd8441cd4d4b9513ad6e663d93e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_91c7e274df054c7aabff05aa5c6cbad6", "style": "IPY_MODEL_29853e38f8cc4d7987f997d3f508713e" } }, "8d3a94c0061e41e7b13c9e7cc00415b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8d43bb3e4ea14086b09f6424e92beea3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_6cc67fffbaa64601bac66dfbd3cf26ae", "rows": 5, "style": "IPY_MODEL_8ff5db4f4bf64651b4bda5f3fc399818" } }, "8d44fa1e62d44f3aa3242e258ca8b12c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_56b6a82e76b940029188be26ec24c08f", "style": "IPY_MODEL_854eee81cdae48089beef0d4dc938b51" } }, "8d451234e9c54dcc84b9403a5a22dc9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_dea27d29474c4ee4a601dd57e5d75226", "style": "IPY_MODEL_e5b456eb05c1493aa4d497b563a4d97d" } }, "8d5f50d101834ecb89a36896c1315896": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8d64e7b39ac44f9bb8e33b4ced1f8e02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8d6b95f6b1444169af772331d3490750": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8d6ef2110c1d48cdbc9fbc0978b5e876": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8d7605b7595c4f20a0b262409b34d5d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8d80d7979a3e49f5836dc8ea68cc9dfc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8d82a093436b4991b6c8f137c1378e7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8d8d8fd803d84153a48312ca072238df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8ff0efc50d5740b2b79834a54847505f", "style": "IPY_MODEL_b29e6d48292040a2842f9108d41fbb73" } }, "8d94e63974244dd59c5e3b8b83c5d827": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8d951d1c0c7d47c0807b1fd4b1171ca7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e1e98468838d4aa4951c01a258048951" ], "layout": "IPY_MODEL_83d6ad85d39b4a86b1ad9414c5398d50" } }, "8da42e550c5c4ee0900782a9b6c60061": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8da7308996484a5d868f071e07a152e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a52a8b3cf85b4cba87c5708b4280274e", "style": "IPY_MODEL_a5266fb8f31646c9b9eed312111303f8", "value": " Send >>> " } }, "8db19e3128f74c0babdb183a4d9cfb4c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8dbad59016114ef3b3df80bc7c99df33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9c5923df2a964fb5a8fcd607b3ed41f3", "style": "IPY_MODEL_d9d0c4642ecd496ba30a571d5e935e38", "value": "Documentation: " } }, "8dc7048e478242aeb5cd57698014ba40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b691694e4ad94e3291866a8d8598438e", "IPY_MODEL_8faee259812c4556b2daaee3cdc37c69", "IPY_MODEL_66ccd03226504e0ebc07104e7189f97e" ], "layout": "IPY_MODEL_5d4bdc7a4516436e9471faa15ec56b87" } }, "8dccbae393254e599816155c4e25fa32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8dceea44b13a43dda8c4cbf5f7b60c9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_06899e5480244b069469baf9596074ea", "style": "IPY_MODEL_8ad21b9057624e88b84cf669fbe16f49" } }, "8dd03a96ed59437da3382652d248404a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_f5eef296c2504d7ab6b034bd3200a29d", "style": "IPY_MODEL_b1d4340740b14342b3fd5c13bb5aee3b" } }, "8df1481df8584de887d0c43fffbe8469": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "8df39b72d2b1491a932df92f71c90b5d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8df549bf87a44651b09344ebd4812485": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_d857856a022a4bb89ea3067ae78e40d4", "style": "IPY_MODEL_2559d29dd7db4b0fb914427bafa2a952", "tooltips": [] } }, "8dfd2d6710ab42439bbbd9ee02933617": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_bfb430e003ce45a48367a4ecf183a716", "style": "IPY_MODEL_a95d4897f78e4e4797ee19f56ffa66eb" } }, "8dfd48a202d04404993fa4ab7f54168f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e0443f7ca864e189aaf3920cb7d4584": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e1f0fee84904ce99addffdb8194d962": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "8e23042914da4a349478348c6aff655e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e23b31ad6dd45528572e35b53deabeb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e2b0f227db448d48feb5aefdc88cc28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e34f138edd9469d8d2bfd80ec4b032a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e34f92e67ca4bf1901e6e24f28c8417": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e3612a4ed814299b1dffd6549ae4610": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "8e36df54de3644f392084f1bcb1540c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e3db7632cac4b0992974afb1b201838": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_82df9a1aba5545398f5e205fec521162", "IPY_MODEL_78ad7cfb856647c5a05cc17bc75dfc05", "IPY_MODEL_659e07535d804eefb115584185d4a65b", "IPY_MODEL_c87892f32d0a4bf78dc3f70c5a1c0de8", "IPY_MODEL_604f74381c10485d89c99b8a270871ad", "IPY_MODEL_c8b8284e466347cbbbd0e743f81e4be6", "IPY_MODEL_a38aac9855af4e09a1cb63378be23af0" ], "layout": "IPY_MODEL_e7c2e286141e425bb9ff5707d84fd344" } }, "8e5441e83fbc4b5dbb0c060339b80b40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8e69294c834c44be98c84c46cbfe3438": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8e6b623194e2499ea8dffc04bc9e866e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e3d6e653ce0f43d8bd587fba1a77fa80", "style": "IPY_MODEL_dadf62e9491c489db4ca125c37ee1cd2", "value": false } }, "8e77a05fb5904d62a4f33bcbb7191432": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e7b039187f24216a401f2c3992cf3f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e7c6bafd15046a3a78ffc271f6b85c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5e5877041d18459fbd04566887b6fe8b", "style": "IPY_MODEL_1c81168abcaa48a49c15365b5f845782", "value": false } }, "8e7f5bfb792247e4887ecd3fb6e74680": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e90af46be454d15b70ee11f1dd57a41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8e99120ffe4b4c7f981b20cb62b50dfb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8e9d6ccb4cc94a16bef1610e9f4633d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_aef18f1cf85b4a4e9dcbf0b4bbeb094a", "style": "IPY_MODEL_d38dc9db75dd47e2a246176e034cb783" } }, "8ea0203ccbc94ffd915eae7f170759bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8ea526474e734f918cfcb2b4b437f68f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e2e737f6debf40c7b4ade910340cb359", "style": "IPY_MODEL_062a1b0920a84f53ab045101e67cba97", "value": " <<< " } }, "8ea68e662e424b6b872d4ca33ea24167": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8eac42089dcb431c8dc3e0891463b785": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8ebb6f4969684c66b7f3f3c432385ecf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_03ffa5b30fe64b54b309e4bda65081ad", "rows": 5, "style": "IPY_MODEL_f6ec9168aac8421eaa02ce374deb87a5" } }, "8ec2868ca55e4692aa3f5b1c5e698041": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8ec7d8b4785b49adb057bfbf958d7c00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8ecefb150a4b4152bceff6c08add01d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8eda856f69eb4b18bd6e4cadb08e78a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "8edcc354edf84952b921bd780f9bc9bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8eec5128882c448cb244f6f5613c3bcc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8f038f436aa54f3ea1c759f96ad98e20": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "8f09c0141e824e0f9907999ba68ad99e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8f0abc4ec97746549ab5bea1bea0df42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8f1a64b42432420ebe47c8d967d663ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "8f256f79772b4d0fbffb9bc189768f8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_e520640865b8482a89396c2a20a5bd6d", "style": "IPY_MODEL_266856ad15364872b85f607678a5eff3" } }, "8f2aebd2785e401aa2ad6610ad932e14": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "8f44e8b10f1643bda0adccd0de57d958": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "8f49e6b45e7e4f5abb04ff4d65ddafa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8f61ba689f8c4a6d855863cb2a3a996f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8f676ab1b7fe4250ad474b23ab934ba0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8f8e049881544b2a9f294260851a6eba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8f95bf0ebd0b4dcb849ff23bcf35ef97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f90be364d5f24d58a1d3ddacb6a08aa5", "style": "IPY_MODEL_4cd2c8ddd33f4ef3b0cf6570a3e1288b", "value": "Wrapper parameters:" } }, "8f96579ab1a242d1963d2bb5fdd3adff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "8f97f9d3ef824afd9319fa7900c465da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d2cee4f1794b474eb8ab2e7a7018092a" ], "layout": "IPY_MODEL_4cf8878028364b30a9411f8007a25cf9" } }, "8fa88be9b79b4db48dd7bea7d46b1923": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "8faee259812c4556b2daaee3cdc37c69": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_9a85473d0c1d4abd8b7282de79acb4a6", "style": "IPY_MODEL_999360c31a5b447d98beb9b07f47da15" } }, "8fb240170c5e4cda8179bf2aa9932f17": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "8fb940fed8434e4d934638579f2d07f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "8fbdae2d3a584f3582145a8d70133f94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8fc42c784cbc4c8791bbd15602143893": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "8fcf923b674d449caf96658e211c2405": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8fd37ef4ca75463cbba2b092f2cab4a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "8feb355337b1473cb0c001f9a8e36de8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_2dd39dcaa71e452da75b6f43d5c65965", "style": "IPY_MODEL_3e2b9022da94425c91171b6d781688b9", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "8ff0efc50d5740b2b79834a54847505f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "8ff5db4f4bf64651b4bda5f3fc399818": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9000a05ce2834cf19690cbce13074745": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9014da99159249cf8fbdd18057087a81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "901a562db6e047c7ba1cd998104b96a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "901dfed5fcb1490e8779d7e8d6942353": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e1c7588ffd1548ffaefb802c5127c4b6", "IPY_MODEL_046ff325ce484cd7a90184bdd00b854b", "IPY_MODEL_6b6838f6271f499ea207f2725f250060" ], "layout": "IPY_MODEL_e85a537b592144cd978dad6dd172df4d" } }, "901e5c8d98ea43ff81f041c96c122299": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "90248925b8cf416a8f7dc053b395bfab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_99ffba89dac743e484f92c6e3470babc", "placeholder": "[]", "style": "IPY_MODEL_22e97d3c6ae1480284218ebbfd79588c", "value": "None" } }, "902f61e01b3b48b1aecbeeab62f13706": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9037edd13ad04e28bda9fbade5d5e589": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "903d3036e5284eb38b59b0dff73ccd34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9041a7eec54f414d9398fabc06c667a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9045ee7a4cac422b8f226cbc78a18353": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9048ebfbf0474ccbbb3e546f86fb1c8e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "904e78c5d6a647dba5004adffdc9fa98": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9056917760eb4cfc84b53eeb8b326411": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8bc3096e2df5490ebec0398f4bca097f", "style": "IPY_MODEL_06d9da7e439c49ed886013f6300eddee" } }, "906cc151aee741eb95e24457bbe43d52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "906f516675d8418dac80777e3e9895ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "906f8b1cb8764f2b89bdca2b2c328db1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_bb749733e3cd495d81560b44ef7f9326", "style": "IPY_MODEL_1e776140482a4f0ebf77f62bb2cd5762" } }, "907493b830454a1f8f176b7687bc5da3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9078eced9d2046bfa79d87d8799e2f2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9079ee33bf674e1a9c9c72db5cb7f8d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "907a3af4f8094f938cb57376258e5871": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "90806a55a4c44b79aa9255172ae552e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "90833aebdb544cf996839eadd73089c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e2e3c6e2023e41a2b84aeb5a7396213d", "style": "IPY_MODEL_0c62f30a5608467abf9ee1ad1b43b12e" } }, "908442e433f6427380beb3a99e102fc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_84af0f7880ef4c51ad9caabc90192f4f", "style": "IPY_MODEL_e3ffa760d8ce4a2ab1f5592fefac29e3" } }, "9095587846384602be29c727d3805e74": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "909612b80d2644b68628728992631d2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "909da6ca08d741739c843f92d94519ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "909edd1e74b842d2a4d3ccec42b36cc1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "90a4b66984334d19ac278ce229507e12": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "90b2516aea674bf4ba3d6c5f07d97304": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "90b2f120eb6d478d8236dcb896213ff3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_c7cafcbcc5e74ba38e38b2c78ed818dd", "placeholder": "[]", "style": "IPY_MODEL_288c70f32ecf464bbea07352f02a8c55", "value": "csv" } }, "90cb9ba152424dbc999b0cd8d615d305": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "90cf2137c5e2478199ae8597e3c5d3b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "90cfa246c1464444b859ead31fcbb01c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "90db6bdd30d24b1cb53bf6edbf0d5ac8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "90dd2bdf5b1443bc80a96db701f04c99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "90e54ff24b334ec9a6071e9673f4428c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "90e649cdfbc84573843d75a4a4bf9c8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_29fff2483da04223b830e920f87bddcf", "IPY_MODEL_c9dbc4c9fd7e452c9d8c2a28a0154552", "IPY_MODEL_4291b39e0f0e40f0afa3a6b96f74d561" ], "layout": "IPY_MODEL_3998c51ce5bd46669a68081f1bb2e862" } }, "90e7f92f920f40479e3e7c19d7c978e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "90ea4daf1dfa441ba142a1868ad5fa1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5bd009f7a2ee40f8ae19073c58e67fd7", "style": "IPY_MODEL_a8505f1a4c5147f1a0cf06721f1d5cb1", "value": false } }, "90f2609a64c74f1880cbce2da834125d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "90f952401fa04eaa8e2398dde4ea4bd3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "91077ab7ee0d4d29a2a379404da1be54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a38472c1bf60478f8b9b2fa5bb18b5f9", "IPY_MODEL_1bbb9a822dc9469d88f26cf9b3d87851", "IPY_MODEL_c04c14aad78d46cfa124da6495cd7bec", "IPY_MODEL_9680ee17acd4411598c672df6f4875d6", "IPY_MODEL_9d14d496cfa44ddb888f83e4b9a4ad1e" ], "layout": "IPY_MODEL_f3a4c7a26c324e90af5400249c01a885" } }, "910b68bb64e94d6999890e5d47d20e1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9110c064a8e543ceb0fe2e0fddb0c01e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9119142c08464174858be62e1fbe72c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_e0c57fdc79554ce08783ce9dd1bce3ca", "style": "IPY_MODEL_3b1831dc730840b1b97b8ea9a654ed11" } }, "911ec61e3fa7423e8c8909ef5a5295f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_267728a1b855447f9623859411e9a2f7", "style": "IPY_MODEL_5d2d8323b66547cb8e50ff13dbd31233" } }, "9122988dcdfc4904a6fd7eaabace3368": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_8045147180dd47cda47cb474eecc4d29", "style": "IPY_MODEL_7e3940533668413486687d4a10cca368" } }, "9125a8947d0c427895b56e144210d6eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_22c8555037ca450e9c82b4a57ec8a086", "style": "IPY_MODEL_2cbc6f638a504fa087d51a8218e8eb43", "value": " Entering Custom Dataset from Excel: " } }, "9127dd01196e48c3a9733d7a32056010": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9128ae57ad7c44939bcee5892cb0d1cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "9133373c4bd4490a8d12a5962e840236": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4dda676124b84d7c86f4919bfe5f23f2", "style": "IPY_MODEL_b7b1151820754daca3ddaad694adeb2f", "value": "Template 3: a complete machine learning workflow" } }, "9137e21e8af2437d90a70b474d3072ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "913995d6c89a4d6ba62077b25f667d85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b083846a269940fdb7e576ca103904ea", "IPY_MODEL_91504134d0e14bfab1e9bc5207757c05", "IPY_MODEL_4692fc9638944741aa7831b84b09697b" ], "layout": "IPY_MODEL_b5b21ce6658c4edd995e1040b87d33e7" } }, "913a0a745af84106a1e8cf2d475af5fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "913f9812c7f64c1fb943b84f57110f90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9145184d02e04a24bd993b1345466169": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_65ff720e181e4262a5f98986f340fe8c", "IPY_MODEL_19526ff8f4314dc9a182ee2f9a306bdb", "IPY_MODEL_baec4b04ac3343658b4a543d90c70288" ], "layout": "IPY_MODEL_048fee55eb664355be1a9ab33d4fc768" } }, "91476358153e459dba07f1ff292818df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "91483750fec047d88fe75b309724820f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "914d10509a50476fbdb63c72f51e0b24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_56ca6a49c8084a4491594e8815ef3aa6", "IPY_MODEL_015d9544e7844dcb98fb8760bb23065d", "IPY_MODEL_bb129881465c4c09b23cfe2ab57376be", "IPY_MODEL_76af5f9cd36a43d3864d629e3d64f3e5", "IPY_MODEL_15bf1c338d254ad6a53b1bfdc75dbbb5", "IPY_MODEL_3abc29415dfc4b4aa3eb684e44c35c00" ], "layout": "IPY_MODEL_aed222f151104589bced557e9ceec2bb" } }, "914f3183f1894e479e8e0d4021be49dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "91504134d0e14bfab1e9bc5207757c05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_833c1971de1b4bb98da511813482c727", "style": "IPY_MODEL_003d79a808d04eef9497926559f19be3", "value": false } }, "91655d85e67d4f5a848bdd25bc44f812": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_2e0d7c82c47e4663a7ccf62b0e915428", "style": "IPY_MODEL_23aaac8d49dd43d4a0b333c41b8e402a" } }, "9165d3da543a41c19f6bfe6a18520482": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "91700ec28d9a42a68eee8f26bd8604f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "917029dfd431458abeba93b37c4c00f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "91849c383857421d8e2958cd38bde5ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f4bf6d9f7ffb431f8f28d2a732f56c91", "IPY_MODEL_677ff066a72d40428957ecb5706bf900", "IPY_MODEL_90e649cdfbc84573843d75a4a4bf9c8d", "IPY_MODEL_ff8c58c30da442cd846c9f3a0a85aad9" ], "layout": "IPY_MODEL_445067e12c264276a70dd66b2201e9f7" } }, "91854dce2d8d44828dfe8ebf7e22ad35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "91869d526d2e4e079418e7a3d579e587": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6b903512277f488182a5d5c0d5e7ff42" ], "layout": "IPY_MODEL_8cafe27e42c746388e4246bdbed17530" } }, "9187f0ef40b3416caa83f06a9e86cf70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4401ba6188cd4a65a71527233a6b2812", "style": "IPY_MODEL_5e6fcada7539477eb5f4fb1853164e5b", "value": "Start with a template workflow" } }, "918ec132e51d4972a094b80d21963a33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "918efb0630fe43fc807e499c15c6aff2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "918f5ca05b214bad9c5543033855e630": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "919d034a1da147e0ac13ee30c4505cc1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "91a23ce297fb45c3b5aa565b6a5bb7ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "91ad6c5b708e4bbd9c172671fb197f7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "91bcf0d991944da3aaaa955440242903": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "91be1d943c414001afdf6e38ebd4cb00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8aec6600236f4b5090d57c5188686b87", "IPY_MODEL_bdfe8ae37879419bbd8eccab7ac29518", "IPY_MODEL_591d68819a6c45dbaf583eedaa6c74df" ], "layout": "IPY_MODEL_534c5c5f68b24d1aad4fb513cc49debc" } }, "91c513158f9744468ac190ca7b7e219f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "91c7e274df054c7aabff05aa5c6cbad6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "91cf2840f01d492e8e9fdf7164b3a848": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "91d041ae207d4f24b0a06f73007c381b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "91d1cd6124254be6b60f3bb7a28d4072": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_2f72b6f6eeb740aa897fb4c60dc86a42", "style": "IPY_MODEL_c42c271617344223b6959c05bcdf8de2" } }, "91dcad2a6d254ba7a79b05753831fbf8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_889189c5a3d24fe5ad5522ad18c8fee3", "style": "IPY_MODEL_ddda470626ef4e58a23bab9efd5c5ca6" } }, "91e8d023e11f4479ab92cbdfed070ccd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d4cbb4bf2092448d8da8aba30b20b975", "IPY_MODEL_2bd98e9ff9cf40058e8315332a0df981", "IPY_MODEL_761055413b4e4e848dce4576a2faa8fe" ], "layout": "IPY_MODEL_5e67b07b0f044cdf9e135f9aef9e1ae2" } }, "91f1dc8c2f5947ebaf77a41e60b1fc34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_eb5441c8f70d445c8a0ad27be2194a20", "IPY_MODEL_016dcfa21a2b4bd4ae158949be8d4c99", "IPY_MODEL_0f18e5b75b6b4bdd86ca5719f338ec71" ], "layout": "IPY_MODEL_dfec960c1a67467990d0083341212b32" } }, "91f2115ca2f94789820a71b2b263a20a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "91f7f31cbb7c435f87d9f5a3a46b8768": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_120ca8a19edc4fa2912f42fc24d9a0da" ], "layout": "IPY_MODEL_9338667ef53140aeb96ce71df250a2c3" } }, "91f9f1cb7079421bb47c04738ce152ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_d9bd7d1fd21c4338af41c98f4fa988c0", "style": "IPY_MODEL_d4ffda438e36492facdf71019b20ac8e" } }, "920024dd0d91408eaccb6c66d80d39bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "920bfdbb058b41338ac3b7b369d51f8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "920d8be9fdc64fa2bc474653464890ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_b79bd2e3311e448eac1dbbb65656a136", "placeholder": "[]", "style": "IPY_MODEL_37bc7bc05df74867b6d0f075d433b9e4", "value": "False" } }, "92111c7e548b451fbbcc8b881422e27f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_e71931c3723d4e55b124d0890c5be7cc", "placeholder": "[]", "style": "IPY_MODEL_12a43a5007c142caade91f8b804f4d3f", "value": "None" } }, "9213f6e1baca40309692bb06fcd0f793": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "92182169fb2b4f6ea4ef885475acdc4f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9220b97e3aa845b0bdea01e838dbe204": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "922d726b82ff4f7ba78de85fd5ef4866": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "922f2657751649f3bc1462b9551fe86f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "923ad64641b84c0eb0169302c203e7b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "923b0fef607843cb94a97d9632c076bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9240a39546ec484394e94a38739c98bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_9cd2f5b72200401ea984b1ce97da3380", "style": "IPY_MODEL_5f8014c839b44c7ba2f8bcbacbacace6" } }, "92431d539ceb4f208c192c68f396b318": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9244d44fdeaa48b8bf00637a736b68ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_7189b019cc5a4c4b80a8609d4ce0bacd", "IPY_MODEL_80d4d34bbd89456890ac263abdcc0652", "IPY_MODEL_2e3d9fba40d44733b8e88321543edbbf" ], "layout": "IPY_MODEL_f52eb2ab5f22463d9443c2d764acbc70", "selected_index": 2 } }, "925526f0225540efbeef935f666f0990": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_874e97e8b0624663b0bdcaedbe0a01dd", "style": "IPY_MODEL_2956804f9f0b47dca72e9f3fe8ffb455" } }, "9259f31450614fed91e8d189512ce3bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "925d64a73fd0454386a9aaf3a5a67dfa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "925f74f11fc4499384a41a9696fc2e1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "926112d8738d4213870094b9d26b7cc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7a0ef2b81dc84f7e922fb938a689abe0", "style": "IPY_MODEL_eba2351972964933853464dd5c3351c3" } }, "926780dfae884630909730e02b626a03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9268371643f444a5a4bc08d00f76b821": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "927573b258494697ab7f63e43d360094": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "92805a360cf74a2e9adb3fdbffb8c188": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "92a04911eb764bcc941d66c456fd7872": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_206ad77a8dda4d9abf2eea5005869ef6", "style": "IPY_MODEL_a1ffe6cd7de043b597308ab794131635", "value": "Choose how to start:" } }, "92a5004cf3d5448f80b2328f566de14d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_7f41346699104a9a8f77c5f1652d3a81", "placeholder": "[]", "style": "IPY_MODEL_8b976598de164f4a9856d9cc193b3d14", "value": "0" } }, "92af26874fa34232a59f1b591476814f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f1af13998e914d0fa5c1f18a59b90fd5", "style": "IPY_MODEL_f4de279a1f9c48ba88acf14e2eca7f6e" } }, "92af84b57a0f4ea0b6ec979fa504ee77": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "92afce3d439c4047bfa3bca6d97414c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "92b5a87a71cd4ca7afcb3e9f054621d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "92be1d21120d4d82a3fdd0eae6ddba74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "92c674b9abf44c239ac0899e329a7974": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_cc2fc4795c524bf1a5f74390736a0ffd", "placeholder": "[]", "style": "IPY_MODEL_2db1df2c33714d949f79327b2da15e7f", "value": "None" } }, "92c9dc24d36445f48f5aa29944eaa23b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "92c9f225c5ab415d9ba202d8e234b93a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_830f616427d34bfebdaa2907fc133884", "IPY_MODEL_247713761ce94652ac361108e152ae0a", "IPY_MODEL_71f77272c67a4f3eba4c466463425d3a" ], "layout": "IPY_MODEL_1a54b60da71f47f99442bf0a690a97a4" } }, "92d5e9a0edd94509914e05e7cf6106ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_c6d03ebf91e740d393e0f8cd43f5691b", "style": "IPY_MODEL_eec26d41181d409194e1e66fcf86ffd4" } }, "92dde9d494574eafa0472e1c4cbd01cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "92e34dec71214a8aa387c5eaff535403": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_011622a79d2343e180304d6c11c4f515", "style": "IPY_MODEL_c1aab509df7940adb180a65d35a767c0" } }, "92f3f51a1810437bb89c8746583af62a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "92f7dfdcc68a49e4a87db39af2cf6c56": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "930025e4d1304b57b0363bca9d0d7eda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a21e06b64fe2418895caeb78dbdf354f", "style": "IPY_MODEL_9e7479bef5c648d987405dc51b2f3f6b", "value": "Function parameters:" } }, "930441dcbb5f42a8a989f8eb1978dbf5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f32b9303adcb418c82993ecce4966359" ], "layout": "IPY_MODEL_1e154595638b4820b90a926515f7ea62" } }, "930580dc31c7445db6fd727747af4e6b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "930f7265fd8d47b9a42f0bcf8169afab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_2c000cc0a2ae46d9bb868eedf9c7e293", "style": "IPY_MODEL_a1be271e3b9647dcaf4907fc7308b3ee" } }, "9317e79eec744baa9f6c43be4e5b543e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9317f643b5b142319e84e108c5e1c62e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9318e492ee36401190c6301a0d2fb9fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6c3f43e3c51e4c9f954483d37b48ee51", "style": "IPY_MODEL_e53386d709c244bc9e9e0d32bd940f39", "value": false } }, "9319039d98e24aa6b5a5b4942c163989": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9320db95efd34e1e9cb7800a6f35e70a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "93236e955e774ac9a175f70175fd2db4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_07397c9a6aa94886a50c4e558dc6d511", "IPY_MODEL_6050bc6494a344e5b3e181de27f1cd0c", "IPY_MODEL_aeb131903325441e85af665e63cd7977", "IPY_MODEL_122681db3a61488eaeda9fc28ac4fa3e", "IPY_MODEL_01020f3c66134a1b9711e09ae33430a8" ], "layout": "IPY_MODEL_e424f9ca7e5246beb84ca88433ae4381" } }, "9332bf864ad24dfdb435e1c170cd0a78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9335a0b238ae4afa82a6b28f86ab7d28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0dd15fc7f2254d07b974bdb7319133f6" ], "layout": "IPY_MODEL_41a31c170f094cc183417773842ff530" } }, "93366042b5e54f0087c4ee98bb78f3a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9338667ef53140aeb96ce71df250a2c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "933f78e435e74365aee6b4461a454ca9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_69560281f9464255bbfe40fd314001f8", "style": "IPY_MODEL_2d60c1f3e6a741d7beda0fbbb2da5ea6", "value": " Send >>> " } }, "934860b908b5433aa0a1f410cda60922": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9349bfe5dd6244dbab2f3cebd2e8d23b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "935da3d565464518b08dd0794f09938e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "936c65eea0f642ffa16dd7a9fb4bc73d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ac2034b99c104640866ab0f03b0d9aa0", "IPY_MODEL_c336d16e22734f589f04b65121718ff7", "IPY_MODEL_b00d37ececde43e88d7943f72eced1ad" ], "layout": "IPY_MODEL_68baf481c86a451192f2bef08fd0cb60" } }, "9371c76643e740e5a9b2fe84c7367c63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9384148e15964862abbf59c369f677c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2fa8cb90dd5b4884b53f56054f89d5df", "style": "IPY_MODEL_c5921ee84b7845d8b8dcad9aeaea65b1", "value": false } }, "93876e32985e4aca92466cb8f6b936f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9389bb4de5bb4becb6ba29cf83f250da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "939518b40eb941978d638174abeaa35c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0965c21d3fdf4144a971a8ac70346fab", "style": "IPY_MODEL_2e96ef6a30cb4690b08fbf6f838423f9" } }, "9395239779c44263a0d2569b94cef87f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9398fbbb960a4393bbd3b3b151f11432": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "939ba778f17c4993afce9073bccfc5bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "93a81a73cdf54f899bcf6bcc10793979": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ad10487b47024f3a9fdcbab08b9ec26e", "style": "IPY_MODEL_7b18f7d4426c4b29a1f481d07f66e07e", "value": "all input tokens: " } }, "93aa6635aae04a308ce34727d8c85380": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3a71283949134ccf84ed97e5d9d69958" ], "layout": "IPY_MODEL_581d79e5121e43ad89582c477bd83a85" } }, "93b399c58f37402ebee9f4fd7bd5ef4f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "93b7505aa041427aa45a8fc77951bf4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6e48a6ae1aa640ef9ec848e5279c12b2", "style": "IPY_MODEL_5ea977c95260415981f53efb094f31a8", "value": " Receive <<< " } }, "93bdb25d431f447788fc2ab7b9d62db4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_44a7acdca4da4163b55bd5df07ed33d5", "style": "IPY_MODEL_192d0a17fafc4704a2cfe8b76ec7dc28", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "93bf7dbe60d94318acceef72c2111ad0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6037295baa4141c38a1b64a41a8b900f", "IPY_MODEL_fe17b0051c6a421787abbd9e62085b42", "IPY_MODEL_94818e643a0f469599e5a89d34d19c5f", "IPY_MODEL_0665065d1ba640d3a830f01480faa5fb", "IPY_MODEL_1312f5ab2da04c02bb59c3ff171cc37b", "IPY_MODEL_90833aebdb544cf996839eadd73089c7" ], "layout": "IPY_MODEL_c79183e68b694521873c93156d44c604" } }, "93bfd715ffcb4c7bb0c1f0e9e6501576": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "93c163cd48964aefac165f283af1877b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "93d35b595e8a44f994cc78df4f8ef16c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "93d4427cc358460f9f9359c82ae68951": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a459d2fc84e24b7ab0bb66de919747c9", "IPY_MODEL_4f5834eaa3b443419a6f3ac77a7afd25", "IPY_MODEL_4b4ea4a4a7364ef3a6be4fa02e18abdc" ], "layout": "IPY_MODEL_2d1c83247f374b93b97e788ba7c752ee" } }, "93d5d74837574dca96221d87325c694c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "93d8c31b91bd418f8f8b74cd3e51e39c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_b337a1e709f240c69ee42a79ee1f4d54", "style": "IPY_MODEL_e7ee42058f014754a844083ceea676dc" } }, "93e2a358f8684d5d890805f77722a83f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "93e9422678484dfaaa731bfd3eb1d0f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_172787da4053479b9cea7c640b57040f", "style": "IPY_MODEL_559a8d7b644d4f66bc156e7de522d132", "value": false } }, "93f2056accdd4405a71705ab9d1c75bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c373790bf56542b2ad08d9cce59a5f20", "IPY_MODEL_73a4f1ce2cd54e0dbdbe352429bf86d1", "IPY_MODEL_3007298718484bd78647e63011fc634a" ], "layout": "IPY_MODEL_e86e75e4a38c472286108d4fd2e261ba" } }, "93f2c3b299ed4ba6a5025a616ab61247": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3ff7b40666c24a4f888c87a686140a15", "IPY_MODEL_1413f9aa0d334a948e89bf82100ff198", "IPY_MODEL_7b6f4ca557bc46bca3afd14f4af1788a" ], "layout": "IPY_MODEL_8630ab82f8094a4aa6dfc0f1221de11e" } }, "93fa097f443e4a08b0d75a63d3a7e4b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9400e82404724f7cbf4876c980a4c78a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "9400ffc077cc4408bf2bb95c6ee931af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d5161d2195e84079b1a7701a876bfa94", "style": "IPY_MODEL_e51621eda28c49228600c8aa12610bbd", "value": " Data Mining: " } }, "940c8e19f486489b9d17820ced971a49": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "9412b9e923ee4cc8ac4d71ff395149be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "94136f303844478583affa25d666d36a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8a73872e8dbd4779889239cedfe09124" ], "layout": "IPY_MODEL_3e68000dd6de4ebd968633753103f470" } }, "941a394864874f2f99deccf17b1dc5e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_040e987624b34c5f9c2a8f102601346f", "IPY_MODEL_295784f378474a718de16923d17dac59" ], "layout": "IPY_MODEL_794eb015680d48d19e29939f1b181eaa" } }, "941c7375fff147f68b07b63b88bce23e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d729cc3c4ebb486f871758f8be7ec915" ], "layout": "IPY_MODEL_8df39b72d2b1491a932df92f71c90b5d" } }, "9423ec3c0d754dfd950f842358ea0c51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "942c48967f6249e89cc07be0a09eefc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9430a61d5f514f35b9d431b0a82b9c4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9431f68fe67540ad8f082828ea80fb4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "94336055cdc7420b84116839fbf3ae80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8527dffeb51541d18e045aee782aaf52" ], "layout": "IPY_MODEL_d66ec1dca3744e0da8aa72040528c118" } }, "94350c4d73a542d08eea8102aa9bd9d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_93aa6635aae04a308ce34727d8c85380", "IPY_MODEL_52e15a147d0f405893ffd97958279ad1", "IPY_MODEL_d220d75ced2c472fb82f9547a891f14a", "IPY_MODEL_6069793b0bc849c9b8322abb70f58a14" ], "layout": "IPY_MODEL_25a3bd7821b844f9812305b35c02b429" } }, "9438481d7f7e43c5abbbbbc11ccadc2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_a3eab279e75e4434a6c493b1c411ac8e", "style": "IPY_MODEL_b7e30533862f4d57b5e442558bf5501e" } }, "943af92ef6eb4dc093d36cb671358a6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_256450e7ff8a4d0fae90c31495657aad", "style": "IPY_MODEL_19be6b5e6439468e860e8468d5e8854f", "value": " Entering Custom Dataset from Excel: " } }, "9441654fb5c446149437c2981212252e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_523668ead85849e0aead06e3599f3c9c", "style": "IPY_MODEL_8bdc0977c31a44b09b8bcf154468fedb" } }, "945256c68db944f2912f71bbd7e9af57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_e272eb63582a4e4fbc90240fb4002a23", "style": "IPY_MODEL_dccbf8623e4647ffb6cabc72becee428" } }, "945afb09dd144229bad2a01e3109490a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9470631972e1417dbcd9bc0b14f10677": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "94818e643a0f469599e5a89d34d19c5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_5b9578bbda3a4eef960ac10f01f5486d", "style": "IPY_MODEL_4f029df8ac944512baed68492df801c1" } }, "9482b6489a6b40eeacb3eb6ecaf46e9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4e21f186b0d24368845cd8a18052c52d" ], "layout": "IPY_MODEL_ec39bd7738fd40a394001e959f46389d" } }, "94883b4180d446769d8081d4f43dd62d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94970b8294984c7f85a8634cea73a2f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94989b163501417fa21441fbd74504b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "94a64116bb07413bad2f2fe18a46bf9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_71cc53b7f3a84b7eb632df5d22211d53", "style": "IPY_MODEL_4f52b80258ab43afb200ac059f7dc37d", "tooltips": [] } }, "94af0d042c094748ae989cd54398361b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2b45bb59b6dc4596bd8b44365d54d61a", "IPY_MODEL_8800feeeef6b4ceeb9451109bd71f633", "IPY_MODEL_c25daf58509f4173913b95f2c12c3c5f" ], "layout": "IPY_MODEL_06248d2d407f4febbf11a6df58db7689" } }, "94b9af7028e44dc694387da028d4b36d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8bd1524139e84e80a034e6ce61416287", "style": "IPY_MODEL_df55de30c4cd46f1bd6b5f620df03812" } }, "94c844caabc040d2a1ad23ae8c0271d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8aa1468c5c664f2c8b01f1731e333c2c" ], "layout": "IPY_MODEL_67a06eb116db4c10b16fa18ba25c3246" } }, "94d59eccc29f47dc910c4000e7010426": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "94d7b76aa0b84b2e9ad34f654725579d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94d80513fcd84fbcb1359bf177261db2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94da0339609c4b1389723c48ad41c2e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94dad0ea870e4451a99cb798d5092bcc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_b266c0555dce4afe9742120f0816310f", "style": "IPY_MODEL_36b10075eac24db6bab15106cbf9037a" } }, "94e7ceefc5d844579199822bc4d39e9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "94e982f75f044b1485871f50d33e2f8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "94eee9364d68435883609b65c6305692": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_96440d32f3d94cafa35575cf202a9827", "style": "IPY_MODEL_a83196e081494fdfb189fc0d9820a072", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "94f67748ef044f0d8bd58c0e8248c358": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "94fa354fa2bf4c34838ebcdaabe9e8a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_73df9afe6cec4bb295f7f32f867b0528", "style": "IPY_MODEL_3d65ab0c4f1f465fa61e455eb805dce3" } }, "95017c6fb2b0426286c84cd87674bd7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9501f09ac28b4335ab224a01d7f74c92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c149f987ff8b4d398901d5b2f7d02f2a" ], "layout": "IPY_MODEL_7e9ef7e64ea046b79225425b7b5ab157" } }, "95037da4bb2e45839ac6d9db7babe860": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_186bc786f8ce4007ae4c0fbd1332a8df", "style": "IPY_MODEL_412f64c931104602a72d8fc140d8149f" } }, "951f0025bde34b659d506c378e96cdcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9525d9ea7753428da5dfde28716245aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "95263b8229294d30aaabe76873b538b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ef9d3a9dd3804944a4d946519aa5e8cb", "style": "IPY_MODEL_a95b59114eeb4d69b42ce8462eb7d6e1" } }, "952e3768cb284f859453aad56ae2624d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1c273d747eb1468bbb9895c09e2242aa", "style": "IPY_MODEL_db79fe889f5044d5a0b39b1a2179a6f9", "value": false } }, "9536a207070148719972fd9df744b2e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "95389eec058247c6be43cb7d4f94fb30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "95394e62aa6d4d98a3aec1a7fb57eb68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9540d0f784ff486ab92cb92080f211f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "95410bed22b549399e4f3b9509146ba5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_96fc028a674c4b9f996de816665b72f5", "style": "IPY_MODEL_a4e844ad5e5245b3a3af4818be5ead02" } }, "954c8f352fad4d57a36ab10919726084": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_82d61554eb4c49c3bc7dd011ba9ac08b", "placeholder": "[]", "style": "IPY_MODEL_907493b830454a1f8f176b7687bc5da3", "value": "." } }, "9551174a87324c6f8b19c3720aea4057": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "9552c3f06f43456b9a7bf5e3cfa3a08b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_32cfd9d0689f4cd8b13963097b9a3679", "style": "IPY_MODEL_410c065d928a42a3be90e8b8521d821c", "value": "Wrapper parameters:" } }, "955a9557342c4f3e9578b56beff842ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b940624b3b3c462686ea8098c6a7f26a", "style": "IPY_MODEL_0b68c6ae65db4555ac82765b530f33db", "value": false } }, "955cee8c1cea44f986cd4e5dc9b14899": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_8a10fb75b7724a7aa7ee7d556395d4bc", "style": "IPY_MODEL_ad9f731667f948a1af9fdfe5c2052cd5" } }, "957f63dfb3b84b70ae658599e61fb11e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "9583c41f3b734209ade5a8a0f7251e96": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "95919dccfa64409ea13173ddbe310986": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9593cc516b754b569aa36fc42729229d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "95c1717fd2ac48c1a3dbff64128fb5b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d29d61829dd84b349c8215d1d99aad6e", "style": "IPY_MODEL_c46457dd0de54ed496df645791909532", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "95c562082ade41eaaec5bcf15ac3f326": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "95c800d75a3040f9870c1073630d3204": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "95cf4e4da93448e59b01995b86deb7f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "95cf5a5a7c504b948aab9e508a1d625d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_9400e82404724f7cbf4876c980a4c78a", "style": "IPY_MODEL_e88dcec00617428f83c02b2dbd4ebfa2", "tooltips": [] } }, "95de8f8282d146b483524b4a2bf40559": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_506c429c8f09422d98311c395fa6a78c", "style": "IPY_MODEL_f3313ad4b43946b3bb7f6d299256b742" } }, "95deb1c6f8cf487780c3ac27229ba50c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "95e547bb6bd945b1b6911bacfef67a64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_df355cc6844e4237a9b7ffb209fb56ef", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_ea15eab6e4dd4d1db4248d658ea478ac" } }, "95e766b5974c4488ade088c59d7d7d15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a7f2598a5bd64d9bae2dceb450951b60", "IPY_MODEL_0171a2de4dea40609bc26aa8bec7b93a", "IPY_MODEL_9119142c08464174858be62e1fbe72c2" ], "layout": "IPY_MODEL_d53cdd28db0a41b2ad0128db011988b5" } }, "95f09e7d42c445db80d027aacd6c730f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "95f8a769cdfb402684b214535e9b7390": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_521c4280fbda4a34afbb76a162ed2263", "IPY_MODEL_38a74144df464936ad905408814e04c5", "IPY_MODEL_9df2d5dd9e2a4952a09f5962ee653add" ], "layout": "IPY_MODEL_784d938499a649b681f4ba01de64ff15" } }, "95ff561d99064a9aa1607ff0abf410bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9600bff80bf041f1b8a4684a229f9428": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_643e13c9c0ac47bc88745d44186336ff", "IPY_MODEL_0c6ff1c5d39a487abfba6b476e9c127d", "IPY_MODEL_6d2aeb45bcfb46808ee88c12deccc0d4", "IPY_MODEL_3b63de3c33794ec68cc84f963e162777" ], "layout": "IPY_MODEL_417d18d2a8bc433f9e2dc959e83b5cd3" } }, "960ac2d9120447d0985fe4b77ccd3796": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "960bb3dbedb446d8940c71912f7a49d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_df31445f150e42139f9ecd2edc2b6a54", "style": "IPY_MODEL_640bc4066224427d96bd9db9a19bb0af" } }, "961fa55427d64d9fb805e1759e671ea3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_355876bcebf84c51aa826d3467cc3216" ], "layout": "IPY_MODEL_566b5097369c4eefb5d9440c7e25fa6c" } }, "9621c51c31774d80900fec6f1cbac3cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "96359a8bd373439f8eb903a5eec698dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "96440d32f3d94cafa35575cf202a9827": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "96480841abff4a3695500933632e599b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5442c562f57248c8ac5bf7cf9edf6a37" ], "layout": "IPY_MODEL_6a2e9d52a8a44409a37035b94f6d1a63" } }, "9648a81045554febbe03212feb0c3d5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b666f104ec7e4d48a26c95213b67526f", "style": "IPY_MODEL_5b7786a26d434a9b8dc6b776f5a4b726", "value": false } }, "964e9329305942cd8b9e95a8c31bd452": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "965beef734c34fcc90c07cc9ef429381": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8583a4d025664f55ac3718834a27846f", "style": "IPY_MODEL_1404dec98750494eb01e20193f0b60ad" } }, "9679aacadbfc4ef483b06ec7996b30fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9680ee17acd4411598c672df6f4875d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_c7e17e1c007243198b1013dade27ab08", "IPY_MODEL_b1e9f2927ac246679fd86fba8357d6fe" ], "layout": "IPY_MODEL_1eede63059724282859881f223b6be7e" } }, "968749ef803846deb9b30144d73c13b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_8ce05827ba0c4c74a27fdb31c2d988f6", "style": "IPY_MODEL_a65b068a4b614c44af23b2dc5b3a112c", "value": true } }, "9688972b2b064628b067887d90308ec9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9688ef645c7e4dc7abf4b57221b1b551": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_94d7b76aa0b84b2e9ad34f654725579d", "placeholder": "[]", "style": "IPY_MODEL_0e955f7434ea42cc9cb3e27e353a7313", "value": "None" } }, "968d7dee1ad54be081bd9c008a50e1b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "9694b024119546b3ac4c789a857708b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "96951fcd4d1648088c60c68ec1ef4793": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "969a520374f04814b4f638bda38a15b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "969cc51e58e64da7938179c8fba01e78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "96a81e07f71743fd9c9d599cff2f2341": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_7b84de09d7fa497c89ec250a3bd25838", "style": "IPY_MODEL_86c0016bdcc740a4a59ba2d4df014dc9" } }, "96a97b67797745619001cbdf6a510333": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b924d39c82914e57858ae93dd6ad7313", "style": "IPY_MODEL_9fa079e6bf454b6aa42259499e257e4e" } }, "96bd1853448b4bb0b944d3409c64c117": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "96bf810601e7468eb86334df4c5ae4a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "96bfd2e196a446e6928e3416ef7b75a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_02266671a19a4aa48ee08db7f6cb848f", "style": "IPY_MODEL_1e490bc60031428c8103821cfaffdef1" } }, "96c68fd403634fc88de54c90343196b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "96d06d2d1db74679be8775dc4b795d02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "96d3b0705ef3456b914ece3c6e1f8992": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_0054324e9db148eda38f474a73e6a303", "placeholder": "[]", "style": "IPY_MODEL_4fb51413bc2c441aa26bc7282ac905e6", "value": "2" } }, "96d95c0079db48428de80d0c33d1274d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "96dd661b949848f593f9fabbfd86705b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "96e4ae24490d4e5689ab73cb86361800": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ca621fd97a9a424088873d7d09c33e0f", "style": "IPY_MODEL_92182169fb2b4f6ea4ef885475acdc4f", "value": " <<< " } }, "96f2b005cab54e3d91c3b9bd6b21ad2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "96fc028a674c4b9f996de816665b72f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "97077487b9f84803af8d197898f72355": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "970c26fdc1334099b60b17e81e4e9a4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "97110e27e08a4be1be7cdc3b56f4cda8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "9724d46407444ae8a4bde5e579cf0b01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "97256df8906544b8a749acd170bba1d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "972976b50f8946389ca10d7f99ca4f7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_49fc96de0c6640248e7155817eb7c1c4", "style": "IPY_MODEL_8ea0203ccbc94ffd915eae7f170759bf" } }, "972e944597014c8aaf6a82c26ee08052": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "973248ad1a064987a55fc3a6781b3e59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "97399b56ca544753b036eaa092f2bac0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9742f0c3548e4df184bde806b165d050": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "97432b7d8f9541a1bf4e1d31d6bdd89a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2f371829199e40f1a6005934a1f16f70", "IPY_MODEL_7cc31b1ed02d41498e2dde405ca11635", "IPY_MODEL_f072a2562aab48838f3a63210a2daa15" ], "layout": "IPY_MODEL_d89b7bc70a214c0696fdb3c5a0829e36" } }, "9744f114611e4f5f96d11991b499660e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "9746b88da4ef4ab99988e0333694da62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "974e8d2110884f3da7b7d947b4299104": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "97570d64321e43f5bd33bf61ca2c37b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c96d2d4f849b4ef2884c9c14a8c7d6fe", "style": "IPY_MODEL_74f59463539f4984a58c29bbdfdd161c", "value": false } }, "9760cd824ff64deb9c36251e6591ddfa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6f6347cbd7e242a9be78c4deaa0e5e93" ], "layout": "IPY_MODEL_2a67526a6be2448787ac67f93b409531" } }, "976252f520bb419f8a4444850b665f86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a82ef901e321495699f07ad107560af0" ], "layout": "IPY_MODEL_5f1eccccf70a45729c4f34655d57cdc0" } }, "9763e972ace94452b37cb91318fc8e55": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4bbf5266e88a4ac9bcb406f21720b259", "style": "IPY_MODEL_f2ee329a37324799a0d8baa90d86ab39" } }, "97679204c35d4e6fbb2edf7e117dbd31": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "97687a0b53b44c3bb7f1367196dd8b46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_44c9b2bc04664d6c814be0189ce8c055", "style": "IPY_MODEL_cfa82c2151074330ae6ce02f51d98e13" } }, "976adc054460475fb01dbe8a67e99b0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_814582584c8043bca0a01eb84573cb3e", "placeholder": "[]", "style": "IPY_MODEL_6ed27658780a4721ae1b5167bd7f1c22", "value": "openpyxl" } }, "976b0f38ddd5481d8b0b529e206c59c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f8fdb2fc08324e70adb7b7585a3d2559", "style": "IPY_MODEL_b1e454855de9474599659f20ef0dd4d0" } }, "977a900ea5b54e74a12e726ae11b46cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9796004edb9044ab83c956b0b7629aec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "97990db0444b44d9920a5d64d1aa0d20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_964e9329305942cd8b9e95a8c31bd452", "placeholder": "[]", "style": "IPY_MODEL_2c4ae05d3e444fef9b4f0fb8e0bbbe7f", "value": "fingerprints" } }, "9799c989d8064972ae0236108f1c64c5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "979c1580c26b49febb0a610d50d7d7f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "979e7f0c45db4c79996147d1455c20ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "979fdedd904b476794f7494c53029b71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3445b23ea0da45c08631d14fb8fb3c7c" ], "layout": "IPY_MODEL_74389120d6cc4c94a8aa00ead86b0e3c" } }, "97a6188aafe44ae0a704938554d3cdb7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6c35f41df99f466abb083dd2a5417a00", "IPY_MODEL_9a586bf3c2e74a17b9290e5ac36e9b70", "IPY_MODEL_374d8f1385ef4c60a80f4a143ef72e02" ], "layout": "IPY_MODEL_f2951a0feca347858d0953db712c1287" } }, "97b5981fb765472b94f0cc8cb3750b16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "97bc45ff11264dac8460f3aaaedcfcc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_25909bcd1724425a8a65167a84cb3968", "IPY_MODEL_b50b6648804448e087789ab19da6b0cd", "IPY_MODEL_e052296bf5054a9cbb5758f79aa786d5" ], "layout": "IPY_MODEL_d3022cf95101472abe1678bafbc20b07" } }, "97bfe7b40b6f42829a7522234fdbce42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_6e30a70a6bd145be96c236cf2945df08", "placeholder": "[]", "style": "IPY_MODEL_a73e416e8604466399f666f44affe3f8", "value": "False" } }, "97c359efb6be41bb945c3f25cde501d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "97dd5e0f98e7462e9f7c44f4bb9bed33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "97e1fbbdfd06477b919e086059148fe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "97e5ae360caa410cafe4d09347f7f825": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "97f1d4a1ab1b452a980caa68d2394b11": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "97f5e8d74c3b412eab8a4b6dd8868e74": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "97f67bebedba4c90aa91c461c438d628": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_ff242c5b543d4a6c995dabf583d88bab", "IPY_MODEL_57046d1fc41e4e9db8c54681a58d613a" ], "layout": "IPY_MODEL_1665fdb5af454743bad00b688802389d" } }, "97fce0cde25f4ceb9afefbe6ab2f90dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "97fe5ffca7394ca6ba3be82b3aff9402": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_60b9f87acdad4dd5a2533151a01900ae", "IPY_MODEL_ce94f8fda24745d3bf41ec363390cec8", "IPY_MODEL_53ae6ec2319f4d71beb5530bd08187a1", "IPY_MODEL_1bcef7048d38496f9a79829b8e43f7b1", "IPY_MODEL_cf64ae4b60a14c3caaab95d2ce46fef2", "IPY_MODEL_341ec28ed8954dbb8e2653d9bb1a615f", "IPY_MODEL_f67203ca479748d493c2f4fda56690ea" ], "layout": "IPY_MODEL_459ad845166f42e4ad71e900c11ec8a8" } }, "98030d6f9f034b16b13ecc0d4f22e756": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9807fd61c1f64bb7bf050667ed995673": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8d951d1c0c7d47c0807b1fd4b1171ca7", "IPY_MODEL_c1a37011d1f74225b0d39ef45145a74d", "IPY_MODEL_4fbff39573244ed88ceff6ff14fb9dff" ], "layout": "IPY_MODEL_c1286f65a4c1496fa71adf91f74e00e1" } }, "980b9a051a9048e7ba855eac9c984f31": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "980efe4b209841aabe503b1f26a1a30f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "98169aab0a5a4fdcbc93fff43543f770": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9816cb0c5cf947199c318f571ca67d45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f2b558562c0d4f6eab87bebbc45da01f", "IPY_MODEL_681c2f5113d842d8b6671a8337f0e921", "IPY_MODEL_4f5e52cff01a431f84b405d8f0e0d04f" ], "layout": "IPY_MODEL_a3d7d9287cb04bcd9af71b8cdf7064bf" } }, "982a8836b6a441358c5f8e88da5ec1af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "982d23a031e547af90b65a5836a91a42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d3ad8b8824fe482698ed1cf35b92c5db", "style": "IPY_MODEL_3ba3768c8bad41ca838a9269bf1f75e3", "value": true } }, "983dbc852db940659960e06cd6214507": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9840976cbcad40db8ce15165c32df40d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_33136994cc1545efa439aed063584807", "style": "IPY_MODEL_b8bd77b45de24049b4e183c95256d78b", "value": "Documentation: " } }, "98452f8a2f844889994855a7e9d5545f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "98484332b1904ea7998c949c99460f4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "984874146eec499a91b2bb19d6c9a161": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9850625ac11b478aa0f24339c1640bf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9854eb3ec1b3411a8537e9816341cd20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "985fd9483e21470babf91400fa95071f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_60e7f1a9398e47ea866fc9fa82f87d86", "IPY_MODEL_a833852b92594503a11f880388cfeba4" ], "layout": "IPY_MODEL_f49d239c906d43efb4c7bb1658b71093" } }, "9866372b081c496bb250db88b2bd009b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "986da5c510ba4d5a9d0532d8f61054af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_d983acefb48a4904b6e86fcc29ecf47b", "style": "IPY_MODEL_29e00716ae6e43b4a8445301ee306a30", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "987294f18aa44af08552aaa7e8425f8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "9876a9c6562a4fd594a8ee036cf41b83": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "9876da3d32c54ec98b7b7b3a2f78eb95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9887f5d1679041dcad5f629d4e83d9ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "98986aeed0d04da8a322833d708e40df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9898ad7622d44b6eab8de1f60ce1e919": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_2a9698941b5f4816ac7466533412ad97", "style": "IPY_MODEL_9259f31450614fed91e8d189512ce3bc" } }, "98993b7e28644b4b9d81698214e4aebc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "98bbc205aec440d391ad57966857fcd2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "98beed342f0e4b03ad785b270b7a7e80": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "98c2a40405de453d869dde5a8cfbfe1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6af21198129a477795252e46df61fd1e", "style": "IPY_MODEL_8cf6248ce83d4c8393c74f2657235090", "value": false } }, "98c787a5093b442b85460ba2035e7e40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "98db4a3ae0724c5db734456f28ae4dba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "98e0fcb05aab4317996fecd80114ecc8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e08fb7b493c94507a88cc86af760b9fe", "style": "IPY_MODEL_db562b58f707452397fb95444810c96c", "value": true } }, "98e2369f28db4f9cb3c45dd1de87c70d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "98ebad5e431b42a68794c750a8db9b6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_25a71b6ae6594ca0b5524115e8d01ae6" ], "layout": "IPY_MODEL_bb99e5a2217d485a9e59be5c5f89be8a" } }, "98ec2edcd94a418a9232b923b2ae01c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "98fd4097fbf74bad8520b099b7884a48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_cb6fd635f2a64a0f98550deed44b7a3d", "style": "IPY_MODEL_2cb1883fc9e14dfea32d388427a82e25" } }, "9906df9187084ba4a772a989ae27afdb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_b3cd588c61654752be518ae04c57475f", "IPY_MODEL_f5505a2d6a2545d8b93bca6cb10cbfb6" ], "layout": "IPY_MODEL_cc04c5a3330c411692e3ba10176085d1" } }, "9914cabe7ba4458d9fa6387cff1395b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9919132d6c794e968458c77b22e6e1dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_ec14b7ca69a7408092702bc8029f9f33", "style": "IPY_MODEL_1ae0b95494f640ffa82bc925ee21892c" } }, "991e5e477c0c44b1bd73bfc106bf3f29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "992333f0d9a2418385b180a592a222d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_54875990607f4114ae3923853b2529d2", "style": "IPY_MODEL_6c6f9a807f8041a586009ee1f2b7a0bc", "value": " >>> " } }, "99320d4a854d412b8efeaa4cfbf53997": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_0e525775e927452b8e28748cfff31e9e", "placeholder": "[]", "style": "IPY_MODEL_0c5227ff2c9e4bb2b4b90e8fa845fd35", "value": "False" } }, "9932ca482d3746d0abdf7089ef6f5ce7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2b35607f5fdb4939a0bb7a16921e6cac", "IPY_MODEL_80c8684e11ed458fba5867575985491a", "IPY_MODEL_1211ba90abfa4a5489c001da1599dfdf" ], "layout": "IPY_MODEL_f77b12e7e9ba485ab2c69641b9e421a8" } }, "994b3721ff64494bb498bb2a4a590f40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8edcc354edf84952b921bd780f9bc9bc", "style": "IPY_MODEL_80864a50878c4a588b8f68649e847be3", "value": " >>> " } }, "9967113bd4594f83a3501ce8e9f704d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "99673a672027426a81975e78323429f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e2e12c8df09f4daa80eafe3a694171e7", "style": "IPY_MODEL_6206f40d0df649dd8e09a7f47456bc58" } }, "997251d5b05944b7a6230e49434b9399": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "9979489d8bb043508cedd1023cf96283": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4b4da552e07a41bfb85b19870b10bfb7", "style": "IPY_MODEL_0db7f786d8044afa92bf95d31917316a", "value": " Inorganic Descriptors: " } }, "99864635a5d44c87bd4490275ce32538": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "998c1bb234d6400086eec34b55e1be91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "999360c31a5b447d98beb9b07f47da15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "999e768b0ef446ecbbd5ac76e7ba3f49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "99b8e62a560c45f2a6d6e3c6fdf9ef8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "99c5af5b0dfd4e739bd8a17df49ec5cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "99c7bf71ba184eb59790fa3cc0c20c9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_606cefaad0904731b1a46486a288a7de", "style": "IPY_MODEL_10270e483d3d46a8afa62f5baf2ecd93", "value": false } }, "99cf14e4994a451a9b9f77f4afb79391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_f1c94f280d4247e191e2257f59ab6096", "placeholder": "[]", "style": "IPY_MODEL_49591a53bd1644af84299bed2da0aa48", "value": "None" } }, "99dedfa9767e4257946b8cee5489e11f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_bb6a4476f1d945fe8139287f473faff1", "style": "IPY_MODEL_34c27880fc9744a5995e099b5c9b71e4" } }, "99e50ac996f442d489fc738651dec9a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "99e5d352d804471f80075a82e9edc460": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "99f6f0817e964496b0b431846c44cd77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0e30abe971a84a839bb082df8ee0606b", "style": "IPY_MODEL_5a37496614eb45e5af96cf027e2187cc", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "99f87f5b2865479aa957fdc1ef4f85ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "99ffba89dac743e484f92c6e3470babc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9a08fd2332f9470f984d4cac32224ed5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a145a3591e04951bb019d3898bb6c62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a1a89752d724add955cad0ee4abe8c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9a1eba8fad8a4c3b910f98da9858b939": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "9a1ffe179e8b4ecabc1a251ccc6aead8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "9a331775abb841c295e096e38bd16ed5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_042c2133264f4e7b827b078d3a094549", "placeholder": "[]", "style": "IPY_MODEL_183dc56cffe442e18819d5c1fd56013d", "value": "2" } }, "9a340d6109684f0888df40d239115dc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a37d94ad1554721bdeab3d34ee44bfb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9a41871e143e499884aa80816fe5ccb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7a0d0918b557408d9f6465b2a5740772", "style": "IPY_MODEL_6f7829978307400296e71228986bda9f", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "9a49beabf3cb48d29fcbc54464df3ffb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9a4de6944f4d46c9853ad97fdd2ddfad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9a586bf3c2e74a17b9290e5ac36e9b70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_92c9dc24d36445f48f5aa29944eaa23b", "style": "IPY_MODEL_e34ba496afa34080921792718b2d891c", "value": false } }, "9a59d5be9a9c43f68f26dffd38e41453": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d16191c48cdf4074a74e40e71aadee42", "style": "IPY_MODEL_72ffab46b4a544f592d9297a0e8d1f4d", "value": true } }, "9a614e57dfc54595bde74684d7a4ba17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a6d138b33374235aaae20944a4e1c2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a724cce263842eb99d4d1fa38035356": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8a94280a890846c992934eb91e7f4084" ], "layout": "IPY_MODEL_c6a891604d534712b9d2f606714d882f" } }, "9a773b26a8664ad1b688e5a14d3b2bd7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "9a78a2274c5f45cd81cc509d8f19a6c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9a7f6e7fea2340a7834182df1f2476dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9a85473d0c1d4abd8b7282de79acb4a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "9a8ae3373f77411a8e43680e30767657": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9a8c3383e4fc4e248b92ac6d9c419703": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "9a8c4591c60a4e70aef47423da78e4b6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9aa082fd65ad4363b480083ca4f8ef5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_df78e654a46f4cca94cc3accaa89bd6e", "style": "IPY_MODEL_cec6ac29b9ed42b59144cd6cb12cc77d", "value": "Wrapper parameters:" } }, "9aa46f7443c4401d8559db85fe26a83b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_29451660f63340f69c74055d4cfe0bdb", "placeholder": "[]", "style": "IPY_MODEL_daffdfa9afff4c48b5b41d557a7f132c", "value": "False" } }, "9aae3bac7d53452bb5ef377570838be4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9ab45b16e187483f8dbf035f6fa43623": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9ac32b9303784391923352cf6167fff0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "9ac35b6bd016433492bd1a6a277501e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_339f82a7a00a4dc4b303ba436caf0f02", "IPY_MODEL_e094cad1cc4b4f0092dffd4c5e06d36b", "IPY_MODEL_25ebd76a57b948ff836da614e7f7cd54" ], "layout": "IPY_MODEL_19b32ac6b228471e844ace29c2905a43" } }, "9acc180ef6ac43668bc976baea8f4d9f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9ad90b9a68054a18acc37b136493f1f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d74452db00a84ff2a14a06937c42e7af", "IPY_MODEL_6b03da7ef26541f8ada756ae84c05072", "IPY_MODEL_ad669faa37e84c73afeb0b2e6ddf2fae" ], "layout": "IPY_MODEL_08c0c35e73b84db894abeef1149bd955" } }, "9adbffe091594017982ff5fc113c98d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9ae3cbb70d8e41258370f64f0e231114": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9aedb69ebacf4655a66142fb4e870c51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9af2a150ef574a4a9bb0628c8c305bec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5424bc69eb594135a78a17d2237a3463", "style": "IPY_MODEL_abcc126ff9df486eb43190405cec84d4", "value": false } }, "9af33b8cd3334050bcaed4d340492aad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9af6140cc1e94067870d6cd595e00be1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_420a7ed08e314df08f2450549e98b48d", "IPY_MODEL_86536681216f45a88213100a8cb349eb" ], "layout": "IPY_MODEL_1b2c07c507a74b82bfb4e41c36ae809f" } }, "9b0393c60e1c4f6ea2faa5ff4620c60c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9b09876f78f54a97857cf100367455b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e761b9c6f6a548d9bd75b762f6d6ba7b" ], "layout": "IPY_MODEL_0af4b0f4dc63489d97988535b2d94c7a" } }, "9b1574ed9d8045ffb3c5a78cd6878bec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "9b19af2891d34df68d2f004be7fad1ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_56945b9117d149a2a5ffa6e729352dff", "IPY_MODEL_089bac013b6a48649c7c73112e02dc14", "IPY_MODEL_95263b8229294d30aaabe76873b538b8" ], "layout": "IPY_MODEL_ddbddb6216a84cd49bc9d6f7003e28df" } }, "9b23592804554aa2af3adf68745d0a03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "9b2431dcb0e34262b6eca347b55934fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_ec01f7facebb45e9a35b946d645861a9", "style": "IPY_MODEL_ac8ee13765ab48bfbe6d8292f183b889", "tooltips": [] } }, "9b2c964b06bb40408426d51c7642a536": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9b2dbcc5de104c4d9a5b38bf06b35e72": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_8565a1c32528492a9df81a8f300c8648" ], "layout": "IPY_MODEL_7eb9e7e0b3274f6a8022757612e6342e" } }, "9b465574cad74c01bd210a82deecb641": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9b4f0cdcefea40a69975d5f8fa856d03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9b52eee8f4924923b0f38e749b3a9d9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_8f2aebd2785e401aa2ad6610ad932e14", "style": "IPY_MODEL_d1d55d591980438fbb876cd60b1c0e42" } }, "9b54bf39d63044be9a754c327ab3183b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b38e02752b844836aae8fc5aa6de6eea", "IPY_MODEL_56fd5a487cfb4907941d2d164aefd021", "IPY_MODEL_8dbad59016114ef3b3df80bc7c99df33", "IPY_MODEL_eb7ab302eab54198a439a6f71a41542c", "IPY_MODEL_0c9a09d6de2b453b8fd66d9051739c90" ], "layout": "IPY_MODEL_83685430c510493fb39c4adac5f9534c" } }, "9b55ab7fb6c64e1596e2dbe07a0f8b46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9b5a226d0a2a4ca3a31ecd404c2d99cf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "9b6a9ac3d6e642dd93491eb6fded5925": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "9b6c49129ed64e3489d5a0fb7466d9b6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "9b6c73833a5a4e01a68f42ed7d2ee5eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_e831914baf7a421790b6fb8fd2e41de1", "style": "IPY_MODEL_7390ab0f2d364ff49d597a2d5c3684f3" } }, "9b8b8103e777471d86ca42c5e313ec22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9b9f1ae3ca75402d909fe8ed99756859": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_901e5c8d98ea43ff81f041c96c122299", "style": "IPY_MODEL_30c3851c184a4dc6ab3a57eb5c08cc42", "value": false } }, "9ba0a0324e4f4bc5ad293323f41548e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9ba19da83de9484f87047e696ba7269a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9ba4295beee445319bc23c7625943c27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "removeHs", "layout": "IPY_MODEL_6d6b0742c4644fc9805b90e263ec6223", "placeholder": "[]", "style": "IPY_MODEL_8049263b4c564573936b01a46e380b9e", "value": "True" } }, "9ba92cb6c58546bba0d19e6a3c720bc5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "9baa3308f40f41a98b351315bbac2f68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1776c9fdd1474e2fb90ce351837371a5" ], "layout": "IPY_MODEL_ceba6279dda948029c40fd3128b92d24" } }, "9bae9d1b2b3b4d46bd564ff68bd80e8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_32e2e1935eee40bc90231a52d89f402a", "placeholder": "[]", "style": "IPY_MODEL_11a1fb9efad74fc4a7649951dc73ec79", "value": "False" } }, "9bb4e4071c944fa1a9d31cf7ab96e7aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ca875504b7824b7da60876fbe0c7ec5a", "style": "IPY_MODEL_9a1ffe179e8b4ecabc1a251ccc6aead8" } }, "9bb8c24ba57d4fd9beec86d8c1fafe04": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9bbc03dabd0745e48a24db7e9ba2723e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9bc007f66f254a84a439499d030cc5a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9bc37a8772344356be14561c05eee832": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_628f48b8fb9a409a962d2aca16f46d12" ], "layout": "IPY_MODEL_2e7fed2495eb494d86f007482f40ebe5" } }, "9bc4b6db67b7461ba548109567f146b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9bcd2c5e66fa4952b71e8799b2081009": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9bd05890848d4c76bb5303088645b213": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9bd109025a5342baa77031ccf80dcd68": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9bda5f35fab84438a63550bafd71633a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9bf8cf269b55428ca9909db02e4cb956": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9c0973a337ae4d96a32186fd40b2e858": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9c0d436977dd408bbd28624fd3a7f756": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9c1057af4d3f45cd9af543121707c67c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9c10bfa0b0ca4eb88a0b88294b9ca8d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9c20f5703a6d4fceab8d763c9fda7ac0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9c2a37a0206b4c31b8b1d76dcd270a7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b5df85b8b3614f03810248f721a2cfc7", "IPY_MODEL_66e705e90bc54cf78d9b645e5f9d719e", "IPY_MODEL_6f99e9b86bf247f48770de9ad42f649e" ], "layout": "IPY_MODEL_34bccdafec6a40bf8489bed1582ad22f" } }, "9c39ea5b8dc1417a8442d8130cedd575": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9c5014aa2564413ea4d10c9d88651dbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9c5068f83bc742899d3b4c620d154202": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_464534fee7624bd78d02823bd151120b", "placeholder": "[]", "style": "IPY_MODEL_6f6e203a382543a0958df6f7453863f9", "value": "1024" } }, "9c51600f8fbe48e3b8c96bddf710d443": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9c5923df2a964fb5a8fcd607b3ed41f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "9c5c760c175c49919dfffe28e3678d0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4527bda956684b058d5c468133d4661f", "style": "IPY_MODEL_fb0b12d5d31347949e43b823256c6175", "value": false } }, "9c66fd3b0adb48388e6acb8d8e4e8932": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9c6a2cb7269148e59b632c9bf7a8b880": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2511dcb0a339491cb5d8e4c7ac019daa" ], "layout": "IPY_MODEL_eda2339cd9e5409f95b630f2b79e655f" } }, "9c6a301600864a6a9d7384314fc4b7f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "9c6c1c26480f4ca2a870a231d032a5e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_8b3e74d207894b2dbad90e652bdacd62", "rows": 5, "style": "IPY_MODEL_9db75cfc59914d2c8a141f92cf4a2d7b" } }, "9c6e48a184ad4aec831a3baafd3e1698": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_abc886e7b32d4b92ad4e51d1f2157ef1" ], "layout": "IPY_MODEL_fc48965ef8e54b778591960e4341239c" } }, "9c78242eebba4444a288f60eb86a99ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9c791a1cfd524a31b38e7f82aafcaf92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9c87236656ac4446968505bd9283884d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8b6c4732885c49c9adc5bb8070f8f7ff", "IPY_MODEL_f2360d3de99c49648103dc7987e9ca0d" ], "layout": "IPY_MODEL_653a1200dd9a46ae8b2584244ec6c33c" } }, "9c88d28e13a844a68b140b164db5bde7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_5d36f233a5f74a68817beaa11433bc80", "style": "IPY_MODEL_b1a337eeb90d41cb939334e3bc4dea7a", "value": "Template 3: a complete machine learning workflow" } }, "9c8a609b04834d0f9327f09a16e43c8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8d94e63974244dd59c5e3b8b83c5d827", "style": "IPY_MODEL_75679f895fed4e6ba44268d6a7959fda" } }, "9c95a1c8730e4864a66fb0affb5870d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "9c9843042cd6497d98b05881a80a750d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2c605261937f44f2ad3b7f645421e426", "IPY_MODEL_88a446b8d6044271b782ea39988ec058", "IPY_MODEL_b50a35d178fb44e9995fbdfa2d4662fa" ], "layout": "IPY_MODEL_81c78ea7e8064794944830cd6e136f13" } }, "9ca1a24b50c14d9eaaba451ad3fb19ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9ca3916203ce41779b0e89abb2ca293f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9ca71c97393d4c5a911d943c88412340": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4d22b98ff22746f7b85c2b1b6ad3920f", "IPY_MODEL_25f53dd44bef4255815bbe486ac26851", "IPY_MODEL_71ee19b3aa65490b8b7c3038fb55ad97" ], "layout": "IPY_MODEL_c613b267ccdd408797b94bcf6b5bd4ec" } }, "9cb3c4be1cc84d10a5d84c8d434a0808": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "9cc4e0b4c00e4c0ebcbe0c1649c4f826": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9ccfaae71aad40b99c590b4bd4f9f801": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_fb22de05bf5e47d5afb28f63684b66e2", "style": "IPY_MODEL_05080d9e187a47b69f30309e9adedb01" } }, "9cd1177b57d44929a2192b50d580f331": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9cd2f5b72200401ea984b1ce97da3380": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "9cd3aff20aa046359ea867913e647d06": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9cd86ab1e14b4d85b319b18aab606347": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "9cda4dc1d4b64406b1046e7f6f56b4be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9ce0655e12154c619040a45aca8ab775": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9ce5c08a72db4a0180b27a11be50dbe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9ced8e73ae6d4620b63fb201b15a6027": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "9cefa22ed5044002b0bfe162687f0f62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d148d0b721e4b2e96e3288c574e928d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9d14d496cfa44ddb888f83e4b9a4ad1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_b58ae31a88144a208b27fddf98fe3d1d", "style": "IPY_MODEL_a2efbe48fd1244f9a640cd8ff33ca35e" } }, "9d2aad9b434b46208e647226907f576b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_ea8e2236800c4bcba065bb4d64a8431d", "rows": 5, "style": "IPY_MODEL_79f0e710be57457a905b2b1e1db36715" } }, "9d2ac85c82164cae82cc6cd1667566ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7d02fcbf110b4118a3f429d958ea3803" ], "layout": "IPY_MODEL_c3f2bb808e7a4024aaf6afb7c6552925" } }, "9d2c5466b14945a2a9f106356cd1ef85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d2d4dc8f6c1470eaebe1cb9643a4f9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5b23cc909d8d4196bd8fc025ab89b71a", "style": "IPY_MODEL_cd5f2f6d4b11480bbac4cd240e582271" } }, "9d2d8caab41d4c40b8c85b5e355c481b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9d2f132126794f89bc06812983198515": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d7c61ef36ffb4df4add882a129253d60" ], "layout": "IPY_MODEL_b56194a45fa14cd6a4c041c6549431ba" } }, "9d30c9f8eb9f4244a8c12c1d92ccb9f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6a0c822a7ee1447da2502feae47a86ef", "IPY_MODEL_fd2e3a9a825b4e279fe83a390ff4414e", "IPY_MODEL_de8ead6ab3e64121919d7f65f6de6b7a" ], "layout": "IPY_MODEL_fce3280be1ac4f4ea2057b09fa18c45f" } }, "9d45a8f9a5834595bcefacb80b8cde13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9d4a81cad1844570888fc35f8a1163af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9d50210297e444f3940b6dd39955d842": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "9d61f63497714915b679162452206399": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d65e24502034691972f3c01f2edc59d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d7cd787080d4de2bca226a3967a0241": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d7f9281595a48e883faf83144af0720": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9d8496cd90164646932438d627691723": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "9d8bc5988eb94deb83e74eab074adc20": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9d93ffc2820c4ff8859c00957bd73dec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9d970a278285400ba61ba90e805df564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_04bd993ce87449c48eb0555ef167c82b", "style": "IPY_MODEL_d1204609be5a487183f72e3b563f905b" } }, "9d9bf91cf9ce4c2ba4a0b67e8aeb0e9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9dad0bb77cff41208f16b994d255f633": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9dae75c009dd4787984f3872105804c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dcf9d5a591994d8db78bd453ba2de11a", "IPY_MODEL_6be31f9e0c1d4cfba077cf09ea29a1c7" ], "layout": "IPY_MODEL_b5370ae47eab4d35a8a8125d335a9874" } }, "9daf1dc407ed45268dc820a493e9c905": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9db167d87dd0409d9b9b5feae8ea3aa7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_1ad8674bd40b47b58181bc88c587e8a1", "style": "IPY_MODEL_69a6ef1a418443c4ae4e248018bc1327" } }, "9db235f6d17d4d739979af1814eb380b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_298d24e2cc544d7397bf53114dbb9d16", "style": "IPY_MODEL_3c923576318b4c0b9d39b784be06369f" } }, "9db2e6e510e0429e9f4d3806361c9fd5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "9db75cfc59914d2c8a141f92cf4a2d7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9dd3fc7cbf83459597b035c9c0ec2e6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9dd8d4bc76814e9d80ae83dc839858b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_dda1572f00284b1ca8b44ef3beae3f75", "style": "IPY_MODEL_76cda37e83974142a06ee659a5992a4e" } }, "9de55a66a05742909224ec36a12e976e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9de9892259fa4fd18b140403f3d709d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9dea4316b06c4ddd9aeadc69f7d4ea08": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "9df2d5dd9e2a4952a09f5962ee653add": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9d148d0b721e4b2e96e3288c574e928d", "style": "IPY_MODEL_838577f4ea40499cbc761a06ccbc27ea" } }, "9dfd5a9a577e454b9d0896c711b59e94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9e039c6f7f22415d9245bcb2f8dd9a2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_fb6accc3d0f24dbc93cb20bdb02d67d8" ], "layout": "IPY_MODEL_1255e420669947509f873f8d4d5ea345" } }, "9e06469f531a49d8be596f13f8373d3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e2a822953854c18a3b65bd64b319576": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9e2e6077527b480f9b19960ae048c19e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e3336f48940460ab67e3d41699dae17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e63a2d0a4ce4aedbe17d3b2aecd4759": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9e6d7517f8154be28390ab6f01aa07a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e7479bef5c648d987405dc51b2f3f6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e792d6414ec49f9baf7b289f6895bba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e80920b9e654289858dcfce62bdf366": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9e86c721982242f0b9ab6486571be194": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "9e993773ff7743f5bd17eca8c6ebbfef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9e9b4e26bcd446a586d1ef0465a060c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9e9d0b7ae20848e1a88c2194a5e47e39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_891ce1d4a6ac458aa869011984a56ce1", "style": "IPY_MODEL_588d82718849475b900dd69d6c623508", "value": " Send >>> " } }, "9e9dfd354f4a4281874f10bbff7c00c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9ea3f20624704aa5a8ed691d79cc70ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "9ea7285ad5184ee49a9789900ebd0382": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8e1f0fee84904ce99addffdb8194d962", "style": "IPY_MODEL_f4ea2802f0f342c5ac028b49e87210c1", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "9ea74878c94040f28994e125edd8a17e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9ea7eb7442964be1b8c2986f2020c7ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3846621f10974bf4ab8a59ca9cd4aa85", "IPY_MODEL_458eee178739442e8f5b18372da535ec", "IPY_MODEL_24a347eb1d094445a86e129fd291d4f8", "IPY_MODEL_2821f09f5b8b4418a34e5df4c17caef4", "IPY_MODEL_d39aa2354b31492bb328dc3b51c9b698" ], "layout": "IPY_MODEL_85fe100ce0684971b7a5e9c3d6404e9a" } }, "9ea9752ec11a4ba78c998f994e485b0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9eac057146aa410683860c1544879b89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a33813e8332e4065a2d6b25019975224", "style": "IPY_MODEL_f16f12812281498789c42f74baf89548", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "9eaf25b2e09e4af887ee60a2d8b64ca8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "9eb28b2c77274be788bff7305830aabb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9ebab6b5edca4ad09a4c37224043ae18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9ebd53a44f47415cbfa299fcdc1aa4a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_79673a25e6754234b3b5a7a5535fe293", "style": "IPY_MODEL_4a75bc2334ef4156a19278e56faacc53" } }, "9ed1d792979e4f68b5801d62ef4cc8b6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9edd98f5c8e140038779cae667ccb79d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_25519a2175e9425e8dc1cad18f16e393", "style": "IPY_MODEL_e681d6e8b536455bb91a81d8a78d068b", "value": false } }, "9ee91bf3ea7046239ba2f5dfb0da24f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9eea27ae2521445e9adaf80d48f43315": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "9efb6164b8404be0bd248d68041015de": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "9effc84e1a214329aa8d7bdd1cc11d68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9f11ba33956d4ca6882a90bbad8d5305": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "9f11d3bca1654a5d828bf7f2bae9052d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "9f29371bbc82421984ea98b9450ad810": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_193674138ebf4486a35e9c90d6ee9216", "style": "IPY_MODEL_b1c46fd3b2e94876ba3dac31b4d4ceb1" } }, "9f36be8d863f40758545d8a4b3f92619": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fd607eaece24468d81aeb462627861a6" ], "layout": "IPY_MODEL_a30ed52926b54886a70bd667b498ab25" } }, "9f3d5ebc0ad240ff97b24e1da6e6f49e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "9f4293b29235441da71292e8162fa265": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9f429c658bbf46b3a8b7db2b3e57a237": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9f506f468eac4e2e8b5f982cad0c04c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "9f6b4d6cdbd74c8a8b4db0fc4069c808": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "9f7791e9ba1145b0ba732ff2224e6aaa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_bdc6d0a6bcc24330a0a4d96ab4001706", "style": "IPY_MODEL_53803709371048af9112fd655aaa993a" } }, "9f7e931614e2444ca071a19d88a1e0be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "9f85eb4f74554846b250d79d52cf1adc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9f86bdc638994d578a2a7f0d9128f47a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9f953bffa97544ac9b14a93d2303f84c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9f9618eda88a46eb9defb689fdd04015": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9f980cb080004ea3a3ba319d59007b3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "9fa079e6bf454b6aa42259499e257e4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9fa24ac0120d4ef788f519b81253f4b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "9fa709c51db7422897a4b374a6491cdc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "9faadb1c86a543239cadb328c0af6cc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fc7d4c074c5b488fae0f86c89f24e1a0", "IPY_MODEL_c67c11c5b5054c7cab94fc9a0574ef69" ], "layout": "IPY_MODEL_cdacbef4aac74b118c33a927d91ffccb" } }, "9fab0704d6b84a2ca8686875adfc9d33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "9fbc6654ebd042858ae86cda02d7468c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_2c54daf0ad034e7cb3ac99d437e237c9", "style": "IPY_MODEL_fad35cfddb084cb488a06669e7f33eaa", "tooltips": [] } }, "9fc5326d0e484d5284d51c90f53a913a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "9fcc43e1565a4f74943fca10b7941bd5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_777de031eea543a488e9d585d5c9381a" } }, "9fcef392940e4fbf832113d8208a42c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "9fd2d0e8c290494491a2ece95de49382": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "9fe0fe535b29465b87e9c2cf7285ba95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d94bdff50f8840f5a562aab41cb08be7", "IPY_MODEL_8713e76d8a624595885448a3ab917378", "IPY_MODEL_5d46ada144dd47d3b243ae0f453f979e" ], "layout": "IPY_MODEL_ac661f8badca48e9acf5da51659274e1" } }, "9fe866db9fb0438983feefb07bebb746": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "9fedd79a985542cc91211dcf89033b61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_f5a07f8a3e694ea0a3cfa8117d072ecc", "style": "IPY_MODEL_7a671f40a07e4a31b1e6c5363a1157f3" } }, "9ff5e02a241a48ccb559368480e0f058": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a00329bcab4c4fd0b3ba4e7a2a6f1faa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a00c9436db174701be2f6abb18a7657a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a00d00c028974498a92f38dd2f49f558": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a0117505dd724b74ae1b7461b7a2dfb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "a0192f56a5424bafb9eba34544462644": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_41e988820f72495a909a58cf9ddd50a2", "style": "IPY_MODEL_d2839e776765416ab7128391baa47cab", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "a024d75f7695402080154f14ed4f316c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_d9878cb8ff344c3dab21491cee4bb10c", "rows": 5, "style": "IPY_MODEL_26ffb9cbd038444ab42779c966912765" } }, "a02ccc7c71cf4bba8a5f62b6d9fade51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a02e047861474517a6bedfe686559566": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_06810a30377c4b6b90b57322133fa5dc", "rows": 5, "style": "IPY_MODEL_5082244092d749deb3002e2e361fd351" } }, "a040a85b0cae40a28cd4e9cf985f4039": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "a04130698c734d038d37298df80abf09": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a042314940c041008f4b1ba9ef552e18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a043d4d898904d558ad5d21e3a21a98b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_710c59e61df447f2ba47d505bd027388", "style": "IPY_MODEL_f0276f0c1bb74725a134f76abc5a33d2", "value": " Data Mining: " } }, "a051ce078c4e4e5ba77aab7a0351d476": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a05344bd7998473ba43e6756d572fe1c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a058d9cb620149e9944d8cdb0a18ade8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a06c9362abae45068842b5313d02dcbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_9a8ae3373f77411a8e43680e30767657", "placeholder": "[]", "style": "IPY_MODEL_23bc58bd700c496bbda831eaef85057a", "value": "False" } }, "a06ff4986cc1487ea6ad6d914f877c8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a7c16b0ad5294a5cadfc88496bee4d4b", "style": "IPY_MODEL_ee37fa65fbff47bb9096f973bb9a3def", "value": " <<< " } }, "a071cda3ad8a47ff98007cea9d860a85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_5d0090bef00a44679a18ab1648542f32", "style": "IPY_MODEL_3b21e4384c7b43f3a0876365f3d93b60" } }, "a0757d4813294975bc22e6e2cc14f055": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "a075c0c65b33491ba0d6310797be02bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a08f7ea71d4a467b91e7cf11368c9876": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a09164f8eef144228e1dc4f6a3d21922": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a0977522173d41fb8e501888d582ce1b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a09d61277ea34698b96fd170843650eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_8c0f1f4a078a42df98d58b501f0d4546", "style": "IPY_MODEL_df7e82059f0e4108ab5c47ff94ef18fc", "value": true } }, "a09d9d8dd355475b8e7db959421b5ca1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a0a9687e8fc2467498efcdc409597955": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "a0b8789a7fa3485e8a4b13d56be1c1b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a0c720fe96214a7495f9be271bfc07bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a0d2155ec8c34c07ac3a8a12fd743d34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a0d56107d8c345e49255c724a48b17c6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "a0df286117894abb9252ecb006799b65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8785ff3a628d46c9b2ad6c1559d5d147", "style": "IPY_MODEL_7e130e75d6c446a3a1ededd36e04423b" } }, "a0e007b8106846b2b6e8a8abca912e37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a0e5265d283b4026a9ba77e0eaeebcd5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_7913e7e19d8247598945cac3b2bb5620", "style": "IPY_MODEL_f269c154b2e34821993be8539d60801a", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "a0e88d477dc44e0d9fcb39385dfd20f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a0eaebe2e4c4487588fa678d7fa26455": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1a8eb40fa9db4ad09f29c3b9faf20d6c", "IPY_MODEL_3b67e66d78fb4863aa6885d929252225" ], "layout": "IPY_MODEL_d252b62b4fb247669517f12cb28229ae" } }, "a0f3ea6ede2d4913b8b250ee1adefa76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_27265ce4522e483e99de2e5e36aa6db1", "style": "IPY_MODEL_646c75e2edec415682916dcab1f0effd", "value": "Wrapper parameters:" } }, "a104bb93561945c788b7fce25008009d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "a124b7227471493db46a94b709a1f960": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_3e8c6930db2d4ff49a8b5aec71ca471b", "style": "IPY_MODEL_700f797cc584413694cc2df1d8a91100" } }, "a13188fb306843c38bfa839375abc9d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "a13bef1fc7db4ab3857b33af61378ad9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_12c4fdbd32384b03bf2d4ef28ab5bd5c", "style": "IPY_MODEL_c37ec41c859d4f92ab9ddb152a4afcbd" } }, "a1443845fc0345c8846cb70466abe391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_6107f00deb6040518a2bac90848834eb", "placeholder": "[]", "style": "IPY_MODEL_d44fd524774f4688b56e7182cb3dc237", "value": "False" } }, "a1460f49b05449f38a8df6b19b4083e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ee40972095cd4946b757c3c0317a90ec", "style": "IPY_MODEL_fc38d0be261843e49f3357cd0f07356d", "value": "Wrapper parameters:" } }, "a14b2542d09a4510b02002467b88f892": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a14f3a6513c6454bb8234dfe05c45bf1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c75e23f7420b43a68dd7a7de8ce7a9f7", "style": "IPY_MODEL_7652f68f5261458e90c60c92ab86fc65", "value": false } }, "a153b3d92b5e43e7b88e44f2187b7cea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a15432d799694c499e93b91545847db4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a15a87d1b8374078bdc990dc0e7e795f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a15c59be3de147a7ad499ddf3ca4caf0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_db5c01065ab54401b9b88999f9a64acb", "IPY_MODEL_e6046adaf38d4ae9bdc2abe1331682f0", "IPY_MODEL_d047d460405f46018da73e74b6e635ea", "IPY_MODEL_29a95b1b0bed45dbb2e77e96defd2f86", "IPY_MODEL_5fffb1834a0e4029898f8fe003aa8dd6", "IPY_MODEL_18004972c3f34506baca9063c01d6d1b", "IPY_MODEL_d9e6bb460cfd4395a7b9b1e2be699933", "IPY_MODEL_fa71123d15554f85ad5323811be18717", "IPY_MODEL_f5f673cde28b4c22b77bc46df9782fe8", "IPY_MODEL_727ec1f7c6284145a04e434a50312858", "IPY_MODEL_2824e37345c94b3db61dfa55a8e330f5", "IPY_MODEL_2e2278e4c27c48bc89f3208a8a6e0f12", "IPY_MODEL_ad912ec7199340c78ecfb1fbca9766ef", "IPY_MODEL_35942a5c871b43bd91d6841a5813c666", "IPY_MODEL_f42a0998150c48d89857e89fed1b7a0c", "IPY_MODEL_ee449a239cf24a5da479e7d6e6c86d2c", "IPY_MODEL_91f1dc8c2f5947ebaf77a41e60b1fc34", "IPY_MODEL_eae62c81751f483ca5f438633c17ea0e", "IPY_MODEL_6e34992e57444677a700af4505e5f248", "IPY_MODEL_65ab882945734e06b70f2d07250e6483" ], "layout": "IPY_MODEL_d6896f65a00147f98a23287941fa6f09" } }, "a1658bf284a94239b0b6a390518ffbe5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a16621bfe3ee4b15abb9c5b95797f9ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a16acbd32ad048e093b186b83257fe1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "a1705c3097cf4dd58eff821d9f4a2c00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a181707af31648339561e143e5d3e42c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a191ee8e11584d51b5b59b6237007615": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_61cda91db5ef4904b52baa289ff65a58", "style": "IPY_MODEL_da9babdefd9a489684c4e6af2b55ea01" } }, "a193c58e6cb54e04b9c9d84a4580b00a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f6a48cf7506c4c8e8cc26fbb712d2316", "IPY_MODEL_9240a39546ec484394e94a38739c98bf" ], "layout": "IPY_MODEL_f8a57d6acf3a44fbb0b08d740fc7e486" } }, "a1a5f54f8733445e81721fd5b4cd2107": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_06bcde883a834e08ac511616aa657038", "style": "IPY_MODEL_98484332b1904ea7998c949c99460f4a" } }, "a1aef6c2f7f741e9b6e802e487228e66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a1b75946004d472694479c452e0d0395": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_76eace5f75f24c9f842f82c453692f12", "style": "IPY_MODEL_072e3f518b99466a9c231f28bded5259" } }, "a1be271e3b9647dcaf4907fc7308b3ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a1d2aa13c407483390a176952079004f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a1e9a45020a14f7fa7b90d7d9ed55424": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d70bed7dd40b466192f9a011bb28bc89", "IPY_MODEL_32db864f69bb4155b88f364241cb068c", "IPY_MODEL_29eac527851943978b85021e4affd460" ], "layout": "IPY_MODEL_f85c7722531040a2b75ac31d7c980c3b" } }, "a1fa362488924c80af9f51f06f1f7337": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "a1ffe6cd7de043b597308ab794131635": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a2039fb22fe14cbeab6341d8bebb7aa4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a21c653ddb284b40b24184134b13360b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "a21e06b64fe2418895caeb78dbdf354f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "a22a11b5a6e34bacb12e8b953e8e4690": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a23694f767bd4664a429f1fbfdb9c737": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a23930f9c9754b16bcb3d17cc3e2cc5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_4890d97de3a741598d3479ca7bdd04dd", "style": "IPY_MODEL_a7a50d16ac884eddb7031782b8853c7a" } }, "a242b7b624f04ad480c105f24833c0e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_11d85d89f793436b98249d1bb50eb3e3", "style": "IPY_MODEL_b4c2a840e86244cd870d33a7237449f1", "value": false } }, "a257b2f88a4e48cf9e033e618150d834": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_610a0e034ecb4ed1b496560ba4775c26", "style": "IPY_MODEL_8b5c7dbd24754398ab8be25cc1e19795" } }, "a25b876a087947a7b1d281c92f54e9a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f8c9d724916d4f529f480297cdb45e2a", "IPY_MODEL_a900c690e0f54306948eafbe9c41eac5" ], "layout": "IPY_MODEL_12530e1743a94c9fb51439526c7d1dd4" } }, "a25dd855fd43464abbcf033242141669": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a25f655b580848e290724161f4510d1c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "a271bd18d9694ab8b01e94228a2ad7c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ef2a8f647e5e416087b1aa60791ff05b", "style": "IPY_MODEL_2b4632b7e80b4511aa9bb5962a711d64" } }, "a28ff471dd974d41b00a35c030857192": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "a29c252c449545c5992b53014fd1bde5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_374c2cdf57f54a149cdec6f7447c852f", "style": "IPY_MODEL_c01d820d6c3842b0a367dea4b147414a" } }, "a2a7aadf61b74489b30823682e310b96": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_16d329d662eb4aaa88bd0877b0ea353f", "value": {} } }, "a2a7eaf7e6e7435792d30dab7a5a991e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_3ae55a2a5bfd4d21855cd7b2995d7ba0", "style": "IPY_MODEL_c01b41e3e23d4c0db8fdf7764fc36e6b" } }, "a2b214810f974bebbd08d8015812b8e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "a2b2746205c94b50abc94a15790a28fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a2b5104ac8714924ab6771e4e9edd06f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a2c7570174814033aad0ea0ccb903dc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c28cbc96cb204b1e99d7971e20a42577", "IPY_MODEL_2b86c4ce68204d919ed799b2c00f8a24", "IPY_MODEL_c5e875570c584f2caff80969bb1c6127" ], "layout": "IPY_MODEL_8b5cf68a7a834be08dfe92f3ed3822d9" } }, "a2d5b3c898a6434a92c61835cc370e46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_35e57e77ee4a4fd196aa6267febddf7b", "style": "IPY_MODEL_3e1b69227f854f0887deb13a436b27a0", "value": "Documentation: " } }, "a2d6387f06d94dfab3d9a86946257798": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a2e8eed2084a4991be5932f0796a8daf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a2e907f0c2ba4ef78e8f5bdaa209eb5b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a2ea184ebad7494096b54f23f2b5e178": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "a2efbe48fd1244f9a640cd8ff33ca35e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a2f24d9f79d44fed81f4be1dbbd1d55d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_271680fcd73147579ab41e936bf1a4f4", "style": "IPY_MODEL_6ba7fec73a4343e5977444b418e14d61" } }, "a2f6778eab9d4e38bd212233e8db379b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_52f741bee0094ea5be85d4d28308f4f0", "rows": 5, "style": "IPY_MODEL_05d6d19146d44157b1b5ed780bbe6da6" } }, "a30ec4180e8d4925810c8bd0dcbcd626": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a30ed52926b54886a70bd667b498ab25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "a3105cc7522a41d79019d029859a4a02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_632574bd246743ee89dd178dace2a7ab", "style": "IPY_MODEL_79db3e03d2ba4506901be296f5470452", "value": false } }, "a31364f31faa42b5a33397f3b79aa535": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a313e26959b64c33aa286b457ab49dcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a315a2d00c87408ea94fca47c8058731": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "a31a50a5963c45cb81ef48dcd55cabb0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "a320c902aa0f4cfba5c64763a57d4d81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d945eafb883641ee9b5c3210329ccb4c", "style": "IPY_MODEL_bd9dee19b42a4a5195cd3132c22292d3", "value": false } }, "a3255b29e64047068d76d00a2247d49b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_e64835d9eca34d6bb6a55b6417e20612", "style": "IPY_MODEL_20f0daabb4b4448aa644994d5ed10064", "value": "Choose a method:" } }, "a32759e4f2de4d46a5a2efdef45331fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a32d40f0217e473da5d436fde445ff02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a32f2c48347140f28f995b38887e3c0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "a32f42124b0e42cbb7d062a8e2b864ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "a3317011e8fd421db0bba78b0c9f2e32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a33649de29ae4ee39bb3ffebc225985a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_d17de0a52cbe4261a511b46ad98509b4", "style": "IPY_MODEL_7062e1b8bbed41e19474fa19b37b5020" } }, "a33813e8332e4065a2d6b25019975224": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a34aa18b04e44e7e9e7648dbf658aea9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7307d255a3f141ceba23fd72f4dbd22b", "IPY_MODEL_a5ca75304c7d4cd99e3febf92e49914b", "IPY_MODEL_5f82f955f4fe4677ab0e70f555ab1699" ], "layout": "IPY_MODEL_0259430f42b148b2b13055969ac60541" } }, "a35189180aca46fc97ad116f261f97c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_d166ea6ec90a4336b7ebbed375116782", "style": "IPY_MODEL_90806a55a4c44b79aa9255172ae552e1" } }, "a356bd6e1d3b477fb4ecd73e0926d246": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a35cc34b2f3f4cc89dbbb410122dd177": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "a35dbe83b10a4997af40fab367ed7e2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a35e7ffc8b1e424aa2d6488f12fb9a88": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a372a19244aa43b69ff573e722259eb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "a376efddbcc74d3cbba43ace5813a6b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a38178510180402ab2e465e30eaf3a5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_725c8a38f9af4c4f91b64157c0db7091", "style": "IPY_MODEL_d14c564fbfce408fac66ae2bd3e85b5b", "value": false } }, "a38406fef0d84c43adb7d37325b81e49": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "a38472c1bf60478f8b9b2fa5bb18b5f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_f8fb1d585d7043729bdf0d98b1a10c17", "style": "IPY_MODEL_f68470fb6ff346368ae95424d9cdfe65", "tooltips": [] } }, "a38aac9855af4e09a1cb63378be23af0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_03042500e6784bd48593a37dff5cc466", "IPY_MODEL_118a1e8ccc2f47eb8f2efbb9f5adb517" ], "layout": "IPY_MODEL_75cc71bb7d9342e8a14fae15d40956a9" } }, "a38e8dd7831c48b4be8ea41820053f0d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a39b45c8e3304fb3ad6f4ad12d7f9223": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b585cd51f3a244d8bfb8e8d065a4fea6" ], "layout": "IPY_MODEL_c507508ae2f94c61ad839acd96406deb" } }, "a39d08a80bd84614b38dd635bdf1e22f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_5d1eeac81739481dbba7fc1a3832f518", "placeholder": "[]", "style": "IPY_MODEL_ae12d5b9d7a8429e8c28027db5a2a56b", "value": "[]" } }, "a39eebcf1122438c9180a22befbf7512": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a7b948dd9a8c46eea95d58e9d03e152d" ], "layout": "IPY_MODEL_9d9bf91cf9ce4c2ba4a0b67e8aeb0e9d" } }, "a3b6688a24da4c5caa942167422ac902": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_570633cdd1354a67aa40e55e2283c9aa", "style": "IPY_MODEL_f3eef349445549c59d52344a2245c4c9", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "a3c819f92b194367a804e95def781fac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a3cbe56ca8a5493cba94a1439114a604": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3d50d807a9a4b76ae69d239a76eef5c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3d7a21d275647668568c0b9a1dbc9cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_04d81be43dd64c7fac1418a732c73fa4", "IPY_MODEL_13fbfec46ab24f519817056c05ff2c35" ], "layout": "IPY_MODEL_85b79fcd113041a1b8b658232d5765d8" } }, "a3d7d9287cb04bcd9af71b8cdf7064bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3d93d2c0151452ca2c8b760e83eff9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3dc9aad569340d1b205c0518b586af5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3e2e819e3334f8eb57f8d4ed1af5ed2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7eb24d2f8b694ec883551eb53d48fa98", "IPY_MODEL_e5e7d8afd4444a5995270da2e18cccad" ], "layout": "IPY_MODEL_8eda856f69eb4b18bd6e4cadb08e78a9" } }, "a3e6ddbba82649b795327bda5be7296c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a3eab279e75e4434a6c493b1c411ac8e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "a3ed2f96b67f45d3a8866e92187de304": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3efca4a1d89449fa27bed5d6bb8aeca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a3f3adf1b58b402cb520fd46d99a6bfd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d7004bc43e2e477a8b3b60c0a6fd0090", "IPY_MODEL_49400fb4f103480e83467449a4a3c525", "IPY_MODEL_7dd069520ba142629f3fbfd55aaff038" ], "layout": "IPY_MODEL_9adbffe091594017982ff5fc113c98d9" } }, "a3f5b9f939124c188dec36ae38d455e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a3f6d6e7394742d3b94896594c2c2512": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_26a6abac4e20479d94f08c00dc431f9b", "style": "IPY_MODEL_50d21e83ac5b488f8efe043a5f04b648", "value": "Function parameters:" } }, "a3fe13ce0cdd40d08558021882722ead": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_776bb9d596a1410e8f910e9ba2232b0c", "IPY_MODEL_4eb88980a57e49a4a7d4bd8f15d7b4c0", "IPY_MODEL_4bfd94edb7354f14a2253ed09de8b22d" ], "layout": "IPY_MODEL_beda5434631f4830aee46011646fafa5" } }, "a404824d9c0848908f2a90cdb4f9ceb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_64a245e9a03b45e195a1214672b1433b", "placeholder": "[]", "style": "IPY_MODEL_017fd69ac554436faa9da79b2e1cdca0", "value": "False" } }, "a4062cd1bc8d45548b19c5a2b193c05d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_09ce927c919c41cb91c1548aa19997b3", "style": "IPY_MODEL_0f08dcd2a24749b3b8af8e721aee200a" } }, "a40b59b4bbe445fe82885291e8c44d15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a4171f768ac74f489e64e93675a2f424": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f504f5167aac43f8913cb7a92f13fb07", "style": "IPY_MODEL_dfc7e94b3d3f4d64869b8e6572154c65", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "a41c1945710d406d8c991b5a69caef3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a43e47da7c494104a3db167bd4ef1607": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a440ae0a4f7e4a158ea923bbb9a9fc42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_692622ab32e24f30ba4d1be08521a5a0", "style": "IPY_MODEL_380ae23260244946b42d18b47cc3dcbe" } }, "a454136b19214b6e9189d6c8dfaa768b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a45679e5e7504ee8846fb7230a575496": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "a457b62660f74d028cd82c5acec1d191": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c56ca2d4c6be469891171cc06f7a8d3b", "style": "IPY_MODEL_3e8e8cda19dd4d008386afedd99159fd", "value": false } }, "a459d2fc84e24b7ab0bb66de919747c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_19f403fd4ee8423ebc5bab9cb6ca9c91" ], "layout": "IPY_MODEL_30f230bb4b764cc7ac4f0f14ab699a3e" } }, "a45e607ecce7489698c9f0ae48ce9f0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9bc4b6db67b7461ba548109567f146b4", "style": "IPY_MODEL_51f1db52dcfb497cb09b0a14fb32e5fe", "value": false } }, "a45f60996ae64cb18eff9a578aea691b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7ae68320fec5475b9f7717cb51293064", "style": "IPY_MODEL_3fd05c25b233484f93259e1e5fc62a0b", "value": " <<< " } }, "a45fe90a57574d52af1aece714a3fb23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_07de916bb5574eb7871a98fc02766e7c", "style": "IPY_MODEL_ec5b0660f08e49b8b38e57140b2352df", "value": false } }, "a4635cfc32bc4683ac4e12fd7ec9e1f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a46e42efa25347a5a8c0c410e537cb86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_e99b25fbd7bb454eb428e751ab5ac013", "style": "IPY_MODEL_00a6ed43357a4c23a8f621174293544b" } }, "a478aeabf02e407c9d9e49bd386aac91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_cab703e34f394a7bab3aa63979f4a2df", "IPY_MODEL_7980032512424ef89b3292e1e32d8d47", "IPY_MODEL_d9e0558e6045472999bee3d0a515f1f7", "IPY_MODEL_9906df9187084ba4a772a989ae27afdb", "IPY_MODEL_aca3307583d6435487dfe5a5af83058e" ], "layout": "IPY_MODEL_60c2122b88b64b8493c2e2e4cf1fb57a" } }, "a47ac9fd1f3047deb8f8553db1589b71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7456df1b87f346f0b41b2464a41f91b9", "style": "IPY_MODEL_7a6980685f3c43e2b59835012cd0f801", "value": " Receive <<< " } }, "a47f6e581b6a422485d3cb808eb7d8c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a48282f4625e4a94b72643e0b0eb9fe5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a48c54f81c13404ea4e60a731a808ebc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a4964e75ccde4dec859fdd921cf950aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a4a316e2b6184e8c89099261bf0c090c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a4ac9f537f044a0e8af7f108c08c4d77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_772ea745eef74cde8d38d75649e74e32", "IPY_MODEL_2b391a38d3e6487986af664766d03f55", "IPY_MODEL_4e6f3ca02c0643e784774e376e8810c7" ], "layout": "IPY_MODEL_56c7308e52724694b5918ee44a5c2d40" } }, "a4bdc4a1bd0a4e2c9c6eb0772b256e5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_dcf14bb6123940abbb83edb76e6b7352", "style": "IPY_MODEL_f78aca22b3004fcfbdfb926ac2871819", "value": false } }, "a4c0b5722a6d4dbfbdb9d56e21b75462": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9078eced9d2046bfa79d87d8799e2f2e", "style": "IPY_MODEL_63bd52fd6e97401a9c3cfe0354bf759e" } }, "a4c20fc8180f4510ab6d6294df13fbf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c5836bf7436a43e4b3ee15896a74620c", "IPY_MODEL_6df61ee67a18462a910feb5f5f987aa6" ], "layout": "IPY_MODEL_68a7042c29b840f09d853aa5b73fa218" } }, "a4d081a3b04b4284bcc43da2de6cd094": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "a4dc5d27273145ae9719a749bec2c9c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_046a33b2584d46daa5ed1ee9f7d29c15", "style": "IPY_MODEL_611bc5b590db4d028d43f456d12c885b" } }, "a4e2efb628ea4d1dbf7e2237153ee569": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a4e7b9b44fe14712ac3e3c3baa21424c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a4e844ad5e5245b3a3af4818be5ead02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a4e928aeebb7429ab59bd5b8616a609f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3ee38c4e9ba4457bbcf2b4b752b04adf", "IPY_MODEL_a7f71bce19e343dda7f306503c59de30" ], "layout": "IPY_MODEL_e90904dfa1a747e68eaabfda3e018c36" } }, "a4f5002bf01f4d9d95b212f7e7dc6593": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_45fbb4236d744c43a598fbe580a7c9b9", "IPY_MODEL_deeca7fcf77a4ef4a00773ed4b36403d" ], "layout": "IPY_MODEL_5d97ba0ba4614c0ea715fee83315d7a0" } }, "a50377334e024e2680fa1ab9f7992a8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_04945621e7784f4d83da717179f67295", "IPY_MODEL_4fbaf28d3dc040878572d83bbb871b17", "IPY_MODEL_7057d7615b5f46618ef22b35b5760b51" ], "layout": "IPY_MODEL_f293cb0454474720b3633aa4b9cbf485" } }, "a5098d35474b441c93d9152b946a3f6d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5266fb8f31646c9b9eed312111303f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a5279ffc08cb4cca90737f4d12f49507": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a52a8b3cf85b4cba87c5708b4280274e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "a52c0fcbdc624cb9a51d7e3181f07830": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5318d47f7fb42f6a904ea122886e9dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5369692cc00430b99fb3dbe4ef61ea6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_58cec611e0fb4450a6a4437649a2f732", "IPY_MODEL_5308a3ff5c224abe9e6ff11d268330dd", "IPY_MODEL_58b01c7e7427444ea07b6a3a4109cd93", "IPY_MODEL_34a1c269cf04491496d50021a7437e24" ], "layout": "IPY_MODEL_67d335478e034d689b15a7239c771e22" } }, "a536f0ed6f744534a2a9b474a160b39f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a13188fb306843c38bfa839375abc9d4", "style": "IPY_MODEL_98452f8a2f844889994855a7e9d5545f", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "a53acfa2a3af492abdb0d54b87d4e38c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "a53cd3e87d7f4c369916856a826447bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_696314591a0b4c63b6bfbfaa59585bbe", "style": "IPY_MODEL_3ea56dff75cf4a27a216ea8fc5cfbe74" } }, "a54561353042432f96a71771ad05fc00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a549e555c0b249cc8b95e51db9b0eb0d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a54cd07e754342dd88508d4ebe6d081f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d6b4eb5de85c4711b559c262f1e9797a", "IPY_MODEL_ef0a176863184e6cbc503849ee9ce9af", "IPY_MODEL_02833674e6f74331804b5c76a2a8b426", "IPY_MODEL_568d79848f0a41f9b4fe4428d94877ef" ], "layout": "IPY_MODEL_cfd0b7ca3a90416f976ff2529f4351bc" } }, "a55784f422a24ad3ab4e9d01441b3649": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_ea7031ec62f549ceac7cc72046878bd3", "IPY_MODEL_e5131cc1e15b4ea48a5fe0400c590d85" ], "layout": "IPY_MODEL_7fdd15d9e543422893754e00e7a220e3" } }, "a56321db8eb94891ba001f9f409fb2c6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a571e4cdba114d9d9291c2ea2c3a66fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "a581470d718b47f78c49c2b0795fdc2e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a586f63fb9f845f78d2eb64a66b9811d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "a597fd45f0474116a957cf0918bab30f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0545e4ce8f7040558fc9e8ec1c754dab", "IPY_MODEL_f81c8dfd950148f9a8a6e3d324c8a376", "IPY_MODEL_12c086bf357a4ef9bd4c867ffc84f7d9" ], "layout": "IPY_MODEL_9e2a822953854c18a3b65bd64b319576" } }, "a59fead3b90041f98829b7c2af260547": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_920bfdbb058b41338ac3b7b369d51f8d", "style": "IPY_MODEL_004929af17a64d4387ecb9765d4d5cf2" } }, "a5a16513d0cb42b899314ad9bf14adf5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5a4ca1b62e04746b5315093d021889c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5a9a8cba9034a0c8e3a36a6bb1abd35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a5b3c28923804c5c81407ee60ca19dc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a5c9ad8bb1fe4d00bcec6fe45ddc7c26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5c426f3052364587923c45fbfc0b76a7", "IPY_MODEL_3c535ea43e21416b9fcc8282c67192ec", "IPY_MODEL_e5b67133909841118ab2cdf80736e89d" ], "layout": "IPY_MODEL_8e23b31ad6dd45528572e35b53deabeb" } }, "a5ca75304c7d4cd99e3febf92e49914b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_901a562db6e047c7ba1cd998104b96a7", "style": "IPY_MODEL_91700ec28d9a42a68eee8f26bd8604f7", "value": false } }, "a5cb42eed1fd40a09492d93357115746": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8f96579ab1a242d1963d2bb5fdd3adff", "style": "IPY_MODEL_d5ed5aa40a044a50acac7424808d3d7b", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "a5d5e446c89c4059aef82123ce4eed1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a5e6a67aef4a417ba8c7a6a76c825a71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5f07b9a1525406f83dfe3dd17d04bab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a5f587fbdc744c498a6ac43b9a76901f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a5fda2a6ecc54187841b61a1aef017a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "a5fdcc9f02d6400d85fdca17215ca59f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_13d61ab984554cafbdd3d8d85152f8d3", "style": "IPY_MODEL_3eb445bbfe344f96a1dcfa56cc4b4ed3" } }, "a6074a171634435c90993d9905ff1635": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_8e7b039187f24216a401f2c3992cf3f1", "placeholder": "[]", "style": "IPY_MODEL_cd5a656ccb2d4857927bd545e0cf8eec", "value": "bit" } }, "a61216a0365944f7bfacd3004a3ca6fc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "a617314fd6214ca8b346255622afe454": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a61747fecab14f8d9ab575e512295229": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_6160523d85914327990d534579385095", "rows": 5, "style": "IPY_MODEL_f0dafcd2bb5f41b899c3d3a1abdfed66" } }, "a61b9087745d4949a920c0f812983434": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a61c4d39d7624f67ac771134fae8908b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8567a47447df4aea8ea1d56942f2fab4", "IPY_MODEL_4cd429ab634c4d339e6026769cedcdf2" ], "layout": "IPY_MODEL_3694eab3213841a0bbca97c594de3cf8" } }, "a631884aa9d74faeafb035678cda0fca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "a639d2bd47ca47d2aac1a0bd17fac87e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a641a967ae2c42acb7bdf4bbdd7e1d78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a646c0409ece4aa7801f7d40cbb56722": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9bae9d1b2b3b4d46bd564ff68bd80e8d" ], "layout": "IPY_MODEL_5fff67a12afd4b56b001e81bc64ea556" } }, "a64bb4b1742744ae852defc715bfe149": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a652f3d051604f51ac7690b7f578c04b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "a65415a0b4ef435b838e68dbfab97801": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_377b95f180124119a9af42a716b6215c", "style": "IPY_MODEL_7ea99b7cb12d4ca19fc96ae74bd60b08", "value": false } }, "a65b068a4b614c44af23b2dc5b3a112c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a65f913f9c824e35a1e8e027f6284fe7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a66df61857e548e2bf8b124d5b70cbf1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a6727d2d4ab3488099071e6e6fe080b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a674f3dff2a7499492665158408674d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a6764d5193724fcdb85aaebb565bac42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "a67a57111aaf4cae830039d2bdec19b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a68678082d064502a5e5788cf8dc01a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a68f863c36444d0cb25d565a577a7011": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "a6a3415b46ff427687a7baebf4016388": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a6b4dd3d62404a258c085e279c06562f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a6b57cc7686d4c64b9fa56930294bf0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e73096df1d3940d0a98ab361edc1035a", "IPY_MODEL_7bd2e7fc75714691a82280951def7779", "IPY_MODEL_c33ab4ff7af34e5792740ad0ba16536e" ], "layout": "IPY_MODEL_34bf1f4fe9cc45a28d4fbb3d8838d42b" } }, "a6d2c1bb51df49ee9d9b55b0f4b631b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a6d362669b5343c19d0889f909a61f37": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a6d50dae2e5b476090ac1435a9a4d537": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a6d6fc7f67c84dbea81c396dcfecd010": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a6de0c7a869f47e08e59001446d913e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a6e54341bf7941db803ff3d79c1d2f48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_5631c45b86194cda9abd722af7c23099", "style": "IPY_MODEL_da162c13dd1d4af9a34853e403eddc13" } }, "a6f88afd9817498982e8ce51cf98d91e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_85ff03d280d34e0e9ae9a73234e89854", "style": "IPY_MODEL_6772ca9718994686853feddea8973e3f" } }, "a6f96a1fba0f4bbbb296cf90d4c46e1f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a710686cce0449aca25685ae3a6a6f49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a710b0fb321b4d1fa7408e4878b99150": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a7127e88797446478b927e364b669f76": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a712c810d6434a74ab79211ad405cf03": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_fb2568e5a5774bdc97c4f904e536b797", "style": "IPY_MODEL_cd34ff4472c84268afc311e8bcd0c6da" } }, "a71938a773c646efb8efd3f08a410f43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a71a75580ce24ea996f9643b864af6c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d290e7e4a93c442eb5b3a0088d0e5328", "IPY_MODEL_e711d72239ad4e1eb019933b832d91c2", "IPY_MODEL_f06056df5798412fb8634c38013f68b0" ], "layout": "IPY_MODEL_88724a75006a4d93a1eb70fa1156e262" } }, "a71effec25ed40bc80d6bebe82826489": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_45c889611eba4853a5b97e164e305ad3", "IPY_MODEL_7da1528b3ec34e40a5c4fc0976deb87d", "IPY_MODEL_36e24ec877644fa6903b55e0eaeaec95", "IPY_MODEL_2fe3aa214d364cebb2ac91ab1fa720e4", "IPY_MODEL_64d54a37bb0b487d8ca1be89b1863184", "IPY_MODEL_bc37c72f66774cdc9251a8583803deab", "IPY_MODEL_2d4b258a0da0443a911a76ac23c67383" ], "layout": "IPY_MODEL_8853da1ce7ea406889f82a56d1ca9c2e" } }, "a7291efe90f945f392b12b31b9248c62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a72bcdabbf984304bfac93a3b970af72": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a7336bc32a4042808284a45e7ec25c9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a73af7aad38b4c56bce11adab052cfdd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a73e416e8604466399f666f44affe3f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a74159d474914393bbf277a1bca71676": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "a7439e25c9ae48d596c7452d3511a8dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "a744ac2e00314d6a87dc9f890d9ae211": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a76782fbd3b44e87b827cb0a100b255f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "a7726882696a419c86bf89276a9bdbc5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a778534471134ce997c5f70dd1465d02": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a778a2fa2a48421ea42aba0f46a28daa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a78133d45dc949dd9fbe6a2ac9079163": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "_options_labels": [ "2, df >>> 3, df" ], "index": [], "layout": "IPY_MODEL_67df82b705d9401080d6e09a3f86808d", "rows": 5, "style": "IPY_MODEL_e0796217795b48ad866989d6df0572a5" } }, "a7841de266ea44cc950be7196291094e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_651ed842ffe94c08b2dafffdf74f49a0", "style": "IPY_MODEL_b5207d9df53349cf856c506fd4f73935", "value": "Function parameters:" } }, "a78a3b3f49c84027a4abe61288766733": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a78a69b8aa80452a8c808840f01253aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_36d3cfffd7864a4a87da3ff4a678613c" ], "layout": "IPY_MODEL_c14dc4845976463e835af4ae26c3e1ef" } }, "a78c805fbd104dfe92feda7e314892cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_c84bbd10bedd4ba0a90b339b65ab4808", "style": "IPY_MODEL_7f14d7fd654f4f359327084bc8872316" } }, "a7900c98637e47acaa29db59dfa87c3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a7985c6700a94facaabd6b0908fdd2c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8e9d6ccb4cc94a16bef1610e9f4633d3", "IPY_MODEL_2c5c1428fb0c4b2ca0c2b3cf21b2f8f5", "IPY_MODEL_c40d93f1b5e14d1bbee30c20e5757e18" ], "layout": "IPY_MODEL_8a81223fa23d48ed92f0572dbe4648ee" } }, "a79d0ddb9f4d4823b2e61bf5ac7b692f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_906f516675d8418dac80777e3e9895ab", "style": "IPY_MODEL_4f48c7c5629f4bc69edd2db1e0990c5f" } }, "a79de7b4dcaa4ebe890fae10cd279bd8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "a7a113a5291441a39c7cea3b85b946cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2accb171aa9e41eab7b7e2d05ef4e187", "IPY_MODEL_38924aac4a794ca1bd3dedeff445ffe3", "IPY_MODEL_4b7db87918ae4298a0d1c5f7b6ebd3c3" ], "layout": "IPY_MODEL_15478c4e261d40ad975028b39b404c55" } }, "a7a50d16ac884eddb7031782b8853c7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a7acf32418314032a22a2fa2d4a0bd44": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5819b876b66c41baa20aab9ff053006c", "IPY_MODEL_f3da940cdca042b180e11140b6489045", "IPY_MODEL_dc6a52866aef49adb6c6ecf2d24d06dd", "IPY_MODEL_720c534809d54a40854ae15dbaec6ab4", "IPY_MODEL_154656cd7d944f9c843923841cd5065f", "IPY_MODEL_e4c9f71c853746f5a0c77f7b1bfe090c", "IPY_MODEL_d8fb4bbfcf814a6ab58da95267bd1547", "IPY_MODEL_073da8a186544467ac7d3b89693f9310", "IPY_MODEL_1b83601a610e4f209a80231386c52b6e", "IPY_MODEL_1120b6b350ff4985a461500309fe9e7d", "IPY_MODEL_bdc8219601b844bc899fffb4f822fd51", "IPY_MODEL_dfdb33f2187d4bfba3ac7e08d475fa5b", "IPY_MODEL_a8a30d5015d94478afb4bca92672bfc3", "IPY_MODEL_d74ce861529c41ac8201c6a5bb290007", "IPY_MODEL_15446b91ae7c437e82467f98cdeb42fd", "IPY_MODEL_9400ffc077cc4408bf2bb95c6ee931af", "IPY_MODEL_c9e42e436a954f7f89101006963a08b6", "IPY_MODEL_f4988f4476784e78932c57a65ddaaf89", "IPY_MODEL_696d40ce044c47f0986730554eab6c34" ], "layout": "IPY_MODEL_c6d9b1e599244c9aa5a50611a65e1da1" } }, "a7b140f3492e42578616bab85fe4d1e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a7b239f5aab642cb843c271de437b91d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a7b948dd9a8c46eea95d58e9d03e152d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_8a8598726d4642efbc8026a518228851", "placeholder": "[]", "style": "IPY_MODEL_cbd8996da0534c589806936380e020a4", "value": "openpyxl" } }, "a7c16b0ad5294a5cadfc88496bee4d4b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a7c82971b47141f6b6a036895ad2764f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "a7c997566c1d41e5a6dc9e1c58760348": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "a7cb7957e7a4461cba8772a330ffc2bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a7d05921923d4369b7540bbcdedc7e30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e079efb072984a6088ebedeb9acb102d", "IPY_MODEL_bbffa185042248bca24c49fd68a57aa2" ], "layout": "IPY_MODEL_807ffd5386ef4f1393673651115eeba7" } }, "a7d4d288dd29431c8cfe22d47fd768ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "a7dbb90ed9aa4881956688716ff5ce16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a7df25e4a61e44ed9be6c0227570af04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d56f096ecb704801866ea1b4208bb31c", "IPY_MODEL_d301b5f3f1a9472aacb8c58bd11bb0a9" ], "layout": "IPY_MODEL_e06b5ce4f9ab4268a0813dbfd434546c" } }, "a7f240954fab43a49542fe665826f064": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_75149c3e61684a15987778d5f6b739cc" ], "layout": "IPY_MODEL_903d3036e5284eb38b59b0dff73ccd34" } }, "a7f2598a5bd64d9bae2dceb450951b60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_41e2f01eae0f407581a5a5b9f8410725", "style": "IPY_MODEL_3725840e431c48deaa82df2adf404b80" } }, "a7f71bce19e343dda7f306503c59de30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_737046b20349481fac38708ff2df130d", "style": "IPY_MODEL_9a37d94ad1554721bdeab3d34ee44bfb" } }, "a800593969924dd1b8c88474a1df9a51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_410880011c2246b8b821abf881ddc728", "placeholder": "[]", "style": "IPY_MODEL_9fe866db9fb0438983feefb07bebb746", "value": "False" } }, "a80eec6a4dca4209bc02b5c5aa197295": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a8138b694d6a4e2697f69f9f604325d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_df0cab5834494107b2983bfb7d88af9a" ], "layout": "IPY_MODEL_59c1c1b5e8fd443690904c12eee862a8" } }, "a81567dceb89433c820f6eda19e34318": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8d252a52133840079fee034dd250840c", "style": "IPY_MODEL_7ef5d1e1532349d8b76e699e84464401", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "a8233fc482f14448abe5823a52e8c083": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a82d09d42ec44ba8af0ffd67cda067fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a82d63c46f574de0b5538b0ac3b4f3de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a82ef901e321495699f07ad107560af0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "radius", "layout": "IPY_MODEL_7bd256f8f9f246948a7668dd3e77d409", "placeholder": "[]", "style": "IPY_MODEL_e12a365c3ac94dccbba4811da51f6579", "value": "2" } }, "a83196e081494fdfb189fc0d9820a072": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a833852b92594503a11f880388cfeba4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_2caf97333bab4493956e8fa8ec185e69", "style": "IPY_MODEL_4dbac2a244e34753aaaf8214dd76efae" } }, "a838e34593044937bfb1c641fcb6a5d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a8394d54ee8046b2b711f9f407f3cff2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a83bd101ea514572a17ed9abf93e8e16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3d78922fcc114c6f9deef14960ad517a" ], "layout": "IPY_MODEL_c68b0a26f6904d26a8cd2b2ce48af547" } }, "a83c878ec56847d08664d52f1966bb4a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "a840a01a2f514e4a8762b3474f83c789": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a8462c96f0a04447a882f970e222f407": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a8505f1a4c5147f1a0cf06721f1d5cb1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a8509d50979f481eb41b31552ceb69d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a86050a7ee0d41fc86b5cd41692b5d3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a860c35033b140fa86ccd1bd59432aa1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f84819c4dda5454dadd8fbde5c199a99", "style": "IPY_MODEL_e23b24a305f54c8e9a1ec86a97b5ef65", "value": false } }, "a863b2d017594f29a33fa9f5ad528951": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a0e5265d283b4026a9ba77e0eaeebcd5", "IPY_MODEL_cbac9303d7994e24ab2135c6eaa65baa" ], "layout": "IPY_MODEL_2a3f1c153c074d6aa8795bfed5d6fa44" } }, "a8692995e38148839dba995f9ce3e219": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "a86c487afb7344e6a56132cad51f904d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9aa46f7443c4401d8559db85fe26a83b" ], "layout": "IPY_MODEL_7bd1053fa2ee4c098d1e18b71dd94997" } }, "a8836e895f9846349cd76938658545f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a89412e3568a4d9bb9c5d9708c6b048a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "a89ad538673f4c36a0878ad16d9803ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_72098ffd2d5c40069cb934b4d961e86f", "style": "IPY_MODEL_0a81af47970a402e8611912dd52f3d37", "value": true } }, "a89bb020227248e3a67bbed9f1425d05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ac2f51906a324a839e77790cae7a161b", "style": "IPY_MODEL_39711e4f723c4179bcafffc0261af311" } }, "a8a1872d087645a2afddf3111dc857d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a8a30d5015d94478afb4bca92672bfc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_71d81d85057a46f2b684f82823d212ab", "IPY_MODEL_0c5e307df5f6423f8251087efb591a1d" ], "layout": "IPY_MODEL_cf1d40550d8a4a939dabca5887d3793b" } }, "a8adcc31a74d4086b11659441b2e98af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a8c15717ec2d4c01a39600681019b167": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a8cd0ca964d84b67b0cea342776fe0ac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a8d91ed9ea4847c6a6b00fda9d127c1b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_c50ff6241ccc4263ac6626e352d30d99", "IPY_MODEL_59deef2a9c134452a24e63764a53317e", "IPY_MODEL_afe0e936f32a495eb0fd834090c40f00" ], "layout": "IPY_MODEL_f2251ae0f9654a4190d252af6c803f70" } }, "a8da285c857f462e830e079f59186da6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a39d08a80bd84614b38dd635bdf1e22f" ], "layout": "IPY_MODEL_7dbf8e1c05e04ed1ab242bffccc4d7e3" } }, "a8e979f2a7a74b8b810ba2b7a1851132": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a8ea4f49b274484da6d2c13c0270897f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_203cde155e2149aea194016d58a5c67a", "style": "IPY_MODEL_06a369ab9ae54e0fab00af8cbd45153d", "value": false } }, "a8ed51fbf790474cbefba9c46e25168b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "a8f763fe41da452699bcc2c59ec74c17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_94af0d042c094748ae989cd54398361b", "IPY_MODEL_f46ec2ab249548598b01dc638a0a7130" ], "layout": "IPY_MODEL_64af5b2ba6cc4bf6afec04990091fada" } }, "a900c690e0f54306948eafbe9c41eac5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_654fa416d09d42ca9c4584112b01839d", "style": "IPY_MODEL_4cdfd245822d4658b8998fdd65665860" } }, "a9044f568bc04b7088b0a5f3ddb1fe8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a9088c58f4634999a4fc0b47c75556d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "a917daf64bd44b00b78dd0d4156d3d64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0465636273604f1698990a30a9eff51f", "style": "IPY_MODEL_c7891c1f52594208b3fd467d1ba5a522", "value": false } }, "a92844f48dd843f9ad60045c27a9752e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "a92fe1bc5cad4c26803007be10d126c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_4829eb738f3040009e43611d578fdcad", "style": "IPY_MODEL_21126fb582f04a0cb03c83e83470595f" } }, "a93505b85412424cb29b467242bb96a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5534b44d576c4af7af583791383af035", "style": "IPY_MODEL_32abfdc6fe72405793cb24e5ca7918b3", "value": " Receive <<< " } }, "a955c7b2e36146a7b5f6f72aa5627ed7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "a95a0e7845e34f90a6cf1fa5ca39496a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b56535659ecc4d08a7c67e880202972a", "style": "IPY_MODEL_441cfcd5323f45b389d7a63098d9414f" } }, "a95b59114eeb4d69b42ce8462eb7d6e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a95d4897f78e4e4797ee19f56ffa66eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a965dcf7998f422cbfc96e087837bd8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5c9b38d49f2f416c8d80e6ec3dd55f15", "style": "IPY_MODEL_63aa5f2703154987a2c7f4de3c8e02b4", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "a96b373d0e2649d299608ae69562824b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "a97aa0524eac4fd794d3ac8198d03d9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a985093b22b04a68ae0ac0ff3e5ef8da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_89fba220490d4734ad7dad8f6109eb89", "style": "IPY_MODEL_c228c79355de4df595f8d5ff09a06c5e" } }, "a985aef751cb44848ddb02b37b8a92f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a98c3b7a5841445cbbb09fffd7d5f61d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "a9903b69b2c34e849d6545ec62801978": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "a9980e082a6642afbf128d646697964c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_4d0f73b6de8e4a53b7ea6be6d0798fe3", "placeholder": "[]", "style": "IPY_MODEL_77881ea01ad24ceca304b42242127696", "value": "False" } }, "a99b5a52cc9040ea8e89fce08c36d4b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a9b1c76d9eea444881e294675a2d922a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_0380e7e666a0432fa6925f91e14313ff", "style": "IPY_MODEL_313e9e6fbf4641859154469c5a70b425" } }, "a9ba59868d4c415584d677836b279206": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a7336bc32a4042808284a45e7ec25c9d", "style": "IPY_MODEL_5309a52f430441499174193c0372e019", "value": false } }, "a9c2b40900a64237b2fd19b11f0511ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a9c4270295194533a25b30feefb1c34a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a9c8f3a61a9644dfb576de3e8bb53d48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7badcdcb9f0c4009ae6f069641e1b3bc", "style": "IPY_MODEL_3654a72c47b24612862835228c5f03ed", "value": " Inorganic Descriptors: " } }, "a9c98f3f2631415cb6155f56ebb76012": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7891e4a815e6480286885b39d6ed6c7a", "IPY_MODEL_982d23a031e547af90b65a5836a91a42", "IPY_MODEL_31d3df39c1ff4beb949cfe94f0b03b1e" ], "layout": "IPY_MODEL_f6aaa3e2883d45e3a0d4c1b624cc8628" } }, "a9cbcd669589427a960742f4a0133fcd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c13fa19a3e2445579a1bb391395276ce", "IPY_MODEL_8c6d1b8a28914f43b98f4e762c0ed8cf", "IPY_MODEL_c0cfd5eced2a4692bef5e89cfa845bdf" ], "layout": "IPY_MODEL_1a2a832df63944d492b708009c04a099" } }, "a9d203e6a85944b5b1443f6cf978e7dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "a9d57ec732f44c1ca48e365f3cc34652": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_4da64f4b85cc40eb9785d720f7fe8dad", "IPY_MODEL_cee19531617c4e2884000949415691b8", "IPY_MODEL_4ae9588a02f4410583dd14da721baed4", "IPY_MODEL_f7c2beb463dc4a8c8e9b9a3e733880d8", "IPY_MODEL_b3418d0f97f9444e85fa0b2206f8b9a5", "IPY_MODEL_0494f947782d49d2a766d12206ed6db8" ], "layout": "IPY_MODEL_979c1580c26b49febb0a610d50d7d7f8" } }, "a9dd904af71e4f9992bcf84f39007ce6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_3c84b1367b8b43728dafdb0b0ce0e0be", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_e3a044921b114d0ab3f4f03216a99f0c" } }, "a9e5327006ab4519b1c35503eb643166": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "a9f02d94ac6f4de787844f57a03ca585": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "a9f973c25c484142a7853ccfbdbff90e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0ef44bec15cf42a8bdd83fbb1af89529", "style": "IPY_MODEL_0370b75105b04b79ba2150e2ac491f2e", "value": "Wrapper parameters:" } }, "aa15a46025fd44f2b4233f4a7140ec45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa16ef541c4a4cb299e9a34e3d0e0ab6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa1f80827feb4f2997d2375a284db7ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "aa21f74c0463427a97ac7c94f4639eeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "aa273991b8c84613b3b9d5f440bb8a80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "aa2ad96faee142e28579c35e9f3da906": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_b97ad72bd3a042d7a814458bca6833b8", "style": "IPY_MODEL_1b26cc3b79204dc4b092d0ac515b2d25", "value": " >>> " } }, "aa337e56b4f14ff581ce3d6aacda7339": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "aa3e4ea0872941f3acd67b39adcd4443": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "aa463eb3a47b4eb58741598dfbbd3997": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "aa46d826b143413fb44ea77e9269c0d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa5714e835714e1987c1da35c8527f6a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa7154077b2e4cb7bd36d9b2b288838d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "aa7862bb2b4f42c988bd86af9da18d37": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aa80598eaae74d879fb0e89b3fcf1fe0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa82e0465ba642acb8eb87da09c17a60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa8585281d0b407ab800a41b459e6efc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aa916052a4d542aba84e69503dd77656": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_2519bf486b3a4f34932790cb6a80b400", "placeholder": "[]", "style": "IPY_MODEL_3dba1e28b14440b5b898c7631efe1329", "value": "False" } }, "aa94d1b1402346f48fb64620eb861ee8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a124b7227471493db46a94b709a1f960", "IPY_MODEL_925526f0225540efbeef935f666f0990", "IPY_MODEL_0f4fa18c25664f798e5e840d1df8dfa0" ], "layout": "IPY_MODEL_2df8c90f48054d4f8fc241422f68345b" } }, "aa9b2cc8fd5f406dabd64b7ecde8eec5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_7d6497c27f614ee88953ba01271c2e2a", "style": "IPY_MODEL_395b1968a0084a1d819b00c152253f0c", "value": "Choose how to start:" } }, "aa9c419428be44349d32e8f2f65a2b81": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "aa9f3115a7e94461bc9f66ff5875356b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e1fd8a099de041238a8e6fc6e38c2d6a", "IPY_MODEL_bcae8fd1d39f4c19b61e8efe9cbdc493", "IPY_MODEL_c16846c752ed4feda39bed6540723344", "IPY_MODEL_5da39a19e78b459e943793eeb8b112ea", "IPY_MODEL_8507db77bdb24c3181680eb93eb67835", "IPY_MODEL_8dceea44b13a43dda8c4cbf5f7b60c9a" ], "layout": "IPY_MODEL_4d6a10077e134ab7a5c46fc7ced3293c" } }, "aaa2fe2dd2af4c808db78f8b8947a828": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "aaabc05e69174e63bc650aee4d48db3e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c04449ccf6c448b39bb968de4e753884" ], "layout": "IPY_MODEL_3ae2573e46154c38bab81105fe76e1ad" } }, "aac4f55ee65941c0bb7259a0bff2590a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aac7aaf961684374b822c5db542eef63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "aad3588eda8d4641b4c7cdbd2fd2b0c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9fcef392940e4fbf832113d8208a42c8", "style": "IPY_MODEL_732a7a2ea8c745e18577dd2f476035fa", "value": " Send >>> " } }, "aad43b04fa554791b3e3f1b68f738296": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aaee4269bc3c4573b19e5ac53ef7eab7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aaf7fff0c5374a2690cf8977868f44e0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab01ae707a494c68b3b41d9130e40c3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "ab09ed27f29d4e419da65b219a6142da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "ab15afdf07454adf9ea4c6d36446c0fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab25e8590032490099e4104df4fa0b61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_57cdc67edc37400fb41865b8e80ad7a6", "style": "IPY_MODEL_73159c3da21f4efb8b2f01c3cb302109" } }, "ab2b0980747540c1aa0d84c7db509694": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab2fa1b060574b08895dcdbf99465bbe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ab3343b2940a4988bc4e10b2e480ca5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_7fb053058bdf442199ab40d013ec7ce4", "style": "IPY_MODEL_ffedac81ce58411fb893f73deb916d16", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "ab344355b40744e2beba14445c9b0f35": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "ab40022d8d894378aa917036952d101c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5e43350b4b4b41f6aa6a7652dac7660c", "style": "IPY_MODEL_1f51d6d8b6be4169891e4ddefba166d6", "value": false } }, "ab4be7ab972a4c47a031c73405c0accf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ab4d1e8e1bd64eb8a204f8525ec5b2e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5554488675b74c7b9a31e09ec661fc23", "style": "IPY_MODEL_e7cafaf4a76b43c0913034b58003a5cc" } }, "ab5bb15e97a0471d928a585769549f5d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab60b3524cd14a999fbf922d6dad3ccd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab6cc0e0e4d2499492c22480019ca4b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab6d91287cd647b69d66e012197bec43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab70969fca14426995f039f9c16dccf9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab77bde386884efb9a727a7a6ac22777": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6ee4c9bdabac4049b279dcebb6243161", "style": "IPY_MODEL_e6c2dfb911714de6951d2b2888783b37", "value": false } }, "ab88a07d91a840f58fd22eda79f4a26d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ad376a7ada01438aa1969bf1da7cd066", "style": "IPY_MODEL_6eaf819352404fdcb2ebbbb838406110", "value": false } }, "ab8e6e2f214049469f2207a038192c2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab916d6e76084a439994736b06d2d669": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f73c2d7e4bda4921bb6b07ade33eb8a6", "IPY_MODEL_d4d2773ec3714be3aac81d495a853c9b", "IPY_MODEL_e33336f324584b6380b3cfd2be677182" ], "layout": "IPY_MODEL_b1e183290d784e6d8f1a17c820e5ca63" } }, "ab931cb2fb6e4ba580db15680b240d88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab937cce52c049c9b9d3300025ce8e89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ab967645690a47c49b821e8637b63175": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab99af7ea1fe4795923e4641dd267aea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ab9a3e7e3e31497eb5214eeec18b1fa5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "aba36ca67fa54e02a83364e40f35c526": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_da3518a6f98f43d8a8b09114fd3c39a7", "style": "IPY_MODEL_5008c8cc85884394afa33eed7aaaa00f" } }, "abaac2e1e80645d6b762b423bc0e61e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "abac6c07d7db4a39b3efa201f1c49f5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "abaff1f2c5454dfe8853c21c435279a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_eed89bd2fb8f41ba859411c8ee9f855f", "style": "IPY_MODEL_bfee7b26abdd46d998d4cdb7d55884ee", "value": false } }, "abb1e90e18ca406aa0d4fb2a931745b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abbab9149af14b21b07a37adeeb8bcb5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4adf5638ba854769882334b9b8fa7aa0", "IPY_MODEL_955cee8c1cea44f986cd4e5dc9b14899" ], "layout": "IPY_MODEL_ae685a0f025e45c988e1186b6a8ede71" } }, "abbbf32a73fc4e83813a185419d11eb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abbff98eabe844e688c888b41679205a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_92f7dfdcc68a49e4a87db39af2cf6c56", "style": "IPY_MODEL_8b681cf3b6894636811b5905e6dd2da9" } }, "abc803490b2d45558132d87c0d85643f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abc886e7b32d4b92ad4e51d1f2157ef1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7ccb4e6383134963bff3db4d0185db2c", "style": "IPY_MODEL_031c6b661b414d60817b61abaafaa49d", "value": "Wrapper parameters:" } }, "abcc126ff9df486eb43190405cec84d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abd3b5201cd44c0aa27cf1bc670e3281": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_064ee13e2d29428f9318f3d05648fc26", "style": "IPY_MODEL_c3c38d1a31b84472a875b1a5a69ae4b0", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "abe2b47192d14ca19d7b37a9e139a53b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d4eec7689cd24d1b8435b2a1f8a8fa3e", "style": "IPY_MODEL_c52b3705cc7942f387a1bbbe57af0b2d", "value": true } }, "abe53c88bc2c484fa03b736f9ff0f5ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f81b051d7d824c03826f5d819728b601", "style": "IPY_MODEL_312326c72ee14c969dcfff8b31aa43c8", "value": "Template 2: model selection with grid search and cross validation" } }, "abe792e7b4544a2d9a27841bee4a11d6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "abec0b46b1b447388efe27b9493609a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b2398810c92445a086d0b047d0846b19", "style": "IPY_MODEL_f90f73a9629541bb9576ff04338dca61", "value": false } }, "abecb219165d4471b00bd343e3d21414": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "abf15a0e7aa34eec88e6b9c79714232d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abf4ecd7525b42a9acf700bbed8d062b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "abffdfee19954e69832ae58abad78b31": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "ac07e55f75d147bc9d4d57d7b64f5f2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ac0b8e81ddd1434abef3ea48d880cc2f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ac0ea7da43f94fdd9047f5cce395fd33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bdf80fc51c74462c8b26ce1ded7a5167", "style": "IPY_MODEL_e5dba4075a0f4b92ad6bb3332f1c19d2" } }, "ac1a7379b862467f87cce320876d48b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "ac1d3b2278e44eb08310b11f1a8cde27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0ce87400b10444b5b8780aa139005b8d", "IPY_MODEL_b57d792362944ec0b2240cd935020c1c", "IPY_MODEL_ebb560a244b948409ed3497a4be4a0b7", "IPY_MODEL_fb8531d4840a49b4b693a8ce92aaa52c", "IPY_MODEL_c9d6f6b51a484e84b314b200ac2301c2", "IPY_MODEL_78351630b72b4229a96a19ca6b21f4df", "IPY_MODEL_111d6fea9bde480bb7767b7737021a92" ], "layout": "IPY_MODEL_56aa3a4e76d24c06890121a7fedb0051" } }, "ac2034b99c104640866ab0f03b0d9aa0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_26d8a5f89bde4e0baf5b910367638b26" ], "layout": "IPY_MODEL_c893a589871341548ee81bc61e44cc47" } }, "ac269ea60b074eff991a72ea6096b6b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ac2e341dac2844bfa7cecd6788a0a3c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ac2f51906a324a839e77790cae7a161b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ac3e22d5cf554352a27ee1959c4193a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bcb526a90609446f8a4ced8c5074dc94", "IPY_MODEL_27adb753864649dc85ad149444fa723d", "IPY_MODEL_63fb1e8236634916936e8699eedb5da2" ], "layout": "IPY_MODEL_b05e0cf41ac24d3b9a07e1b1d46e41c9" } }, "ac3e258b4a5d4cd1b08671324c77eb8f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ac3fc265c7af49a08511cdfa26d0a88a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_55b222da41ce464ea91928eff578d7cc", "IPY_MODEL_ac1d3b2278e44eb08310b11f1a8cde27" ], "layout": "IPY_MODEL_3463dfda2e5740a2a61fbb2ce9290d98" } }, "ac426a99b73743fe86d49c6b70f9f449": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_514580828ba346bc93ffcb04395f68ab", "style": "IPY_MODEL_c61cf6a979b542ec8f90935c33667f7a", "value": "Note: Don't forget to print/save the ChemML Wrapper's input file (configuration script) when you are done with editing:" } }, "ac54787bdc4444c38d9c8850c680b8ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ac59271138d64cdfa93af5adf3ec286f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c05c22c11dd04470857f7666dab9ca48", "style": "IPY_MODEL_95017c6fb2b0426286c84cd87674bd7e" } }, "ac5fbff127724c92ac762a0d2e84d5a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fa94d42c4a74432f8482f7e696d9f82c", "IPY_MODEL_19a044095df44a08a57fca4e896891ec", "IPY_MODEL_a271bd18d9694ab8b01e94228a2ad7c0" ], "layout": "IPY_MODEL_5a882bb5ff634d36a895ace9a2c621dc" } }, "ac645df4f2674ab695cd5ef887236abc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ac661f8badca48e9acf5da51659274e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ac793336877e4683a52823ed654fa391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_85522d734c8e4599a946acbc54ed0119", "style": "IPY_MODEL_116d469b9a484194aa07e34fe1c4e962", "value": true } }, "ac7ed3a9a26847db85de2dfd6bad0312": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ac841f1c50d64a67b230a130e772aeb8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ac8c5c6ad1c14573b09c151faf40a238": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ac8ee13765ab48bfbe6d8292f183b889": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "ac932106a2b141028a5735211bc87cbf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_32dc6a3d50be4e1e82aef4204ebbf8d3", "IPY_MODEL_1d470c7175d2490ca24e6cb3adc6ef4b", "IPY_MODEL_81746d15fdca480394505093db554ad6" ], "layout": "IPY_MODEL_f2221818f4144587b466b7ce469c3542" } }, "ac9499f935bc417f92fd56288a9a05ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "ac949e03bfb64fecbaf8fe02943bf662": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_74e9ff8223e14844977b05073bee63a3", "style": "IPY_MODEL_2abc11791e104980b9f53034048a62e8", "value": " >>> " } }, "ac9cb9aeaa3e406594d5467a265af247": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "aca18e4c4c134019a73ecc491361a24f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3d3930ad9fe44f2c81be5dcb22a4cbe0", "IPY_MODEL_6c00811946324e5db85b42555846589c", "IPY_MODEL_d33d93a32d1247948b0bf9960c9e353e" ], "layout": "IPY_MODEL_a8509d50979f481eb41b31552ceb69d9" } }, "aca3307583d6435487dfe5a5af83058e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_6af28ad5a91d43e0afeb5eb17a407dbc", "style": "IPY_MODEL_821f525a206641c39b2f5f4467495dbb" } }, "acc90ce8bae4476784db264aca159939": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_19ab62ebf5504b2fa7086a2fedeeb271" ], "layout": "IPY_MODEL_784d68c12d67454c945c85b128bcdc17" } }, "accecb6adaa9443e915dd060728c2287": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "acd22de372e84e429180aaf97f26f13b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_eb768ef1416947e3b1bb6dadfb49d8bc", "style": "IPY_MODEL_eebf5c6a6f704c139cd1f39a4e906725" } }, "ace829a2b73846b688f94a704ba70591": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aceb8ecabdc84c4295831d1ccad27f42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_ea50fa34bd6648d18cf79f82746af638", "IPY_MODEL_556e9e89cffa4c90a1c98d1b3f563c4f", "IPY_MODEL_589c52cc320b4c12b77f169bbfa9f423" ], "layout": "IPY_MODEL_b9949df2a25a4f048ecd59275f4c1ea9" } }, "aced049848ae4704983fa26ddf092ef0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9bbc03dabd0745e48a24db7e9ba2723e", "style": "IPY_MODEL_b9188467611f4445912f35738108617b" } }, "acee3b9a209d4558b3ebe0cdbcf71741": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad01035f1e4043f48a83a4b66e41f44b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_488de960df6c4de8b320ffb905ea0347", "IPY_MODEL_48ec058bd62047578734ce8eae2b6671", "IPY_MODEL_b6ed91a33b6a4af9b157cc3588f40e65" ], "layout": "IPY_MODEL_90f952401fa04eaa8e2398dde4ea4bd3" } }, "ad01526c8156425cb903cde1f3f99020": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ad05acbe5f1c4440bb69725d1edcea41": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ad0a883d9b44462ca43a332b132a805c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad0a97e1fef643ddbeb3b50b84913995": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_8257a885655a4f6c8fd70048d6f4acbf", "placeholder": "[]", "style": "IPY_MODEL_9c0d436977dd408bbd28624fd3a7f756", "value": "None" } }, "ad0ba4afaf1c480796046f2d852e6ba1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad0d6fc1c186458d8f02953bd4c08f9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2a516211aee64346a93b8421f1a467d9", "style": "IPY_MODEL_bab23239f7454586a6f80ecdf3dc0b6e", "value": false } }, "ad10487b47024f3a9fdcbab08b9ec26e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "ad1e1cbe08684b4da587e92e11e7ffb6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad22e44956944af88c8e6dd93fc6587a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad27444d6a124f489bae7531630c1303": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad300a51b57641bc80ef0ddb6c8bf9fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ad34adab4a3044e7ac056925081b4b3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_cf98a622e46f430cafb23adfe492c4f2" ], "layout": "IPY_MODEL_1d8bf5e728a149cdbc95924ca748f657" } }, "ad354a3b55be4a908e68cdd5101a98e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad376a7ada01438aa1969bf1da7cd066": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ad44cf1695f24c318f47f501f7e9fb63": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ad51e5aa758747d88d972d38b7c4663a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad5404c3ff6148619be393605807a068": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ed96f00ee1494bc787942d1e459e3d44", "style": "IPY_MODEL_f66821dccd824dbda85f2fa02859f4c9", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "ad578eee74f34005a8185a5e24b7571a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad5b21fca5ca4ee8940ecdf1b196c49e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_92dde9d494574eafa0472e1c4cbd01cf", "style": "IPY_MODEL_6b219a0768914072b9e27173af236f01" } }, "ad5b657fc08547599093885f4fb9f0cd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "ad5f2e1ab49b4c8498c9226101135fba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ad608774d6f84fbc9a32c801915a515f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad62c83c2e024b978d3c27b8d097d391": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad669faa37e84c73afeb0b2e6ddf2fae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5a0a6aecc2b646d1ba2a738df2a2025d", "style": "IPY_MODEL_b9183e9fa2c34e3b915950db5ac08888" } }, "ad6cb643351944959bd91702559d08fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_a78a3b3f49c84027a4abe61288766733", "placeholder": "[]", "style": "IPY_MODEL_5aceb19fdb07409b863f684ecc13dde6", "value": "False" } }, "ad7123ad30c64280b40b9af7b5e5cc09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9fa709c51db7422897a4b374a6491cdc", "style": "IPY_MODEL_d59cf7d9bd2e434a9fcd3e75c554e410", "value": "Wrapper parameters:" } }, "ad72e37c5f424ded9824d38be1be9390": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad874245e0a949c583f31d6a7d4cf57d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ad8769bfdeee42ba95cabc34725e2417": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9b09876f78f54a97857cf100367455b3", "IPY_MODEL_a06ff4986cc1487ea6ad6d914f877c8e", "IPY_MODEL_3bc80553533a49059b8b6a4bbf4e5698", "IPY_MODEL_230e54a230d6404bbe2671c78d3bb533" ], "layout": "IPY_MODEL_a7c997566c1d41e5a6dc9e1c58760348" } }, "ad89137b27d34275a73f4551b0fb9abe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "ad8ee5afd1e14880b81aae7bed6e917a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "ad912ec7199340c78ecfb1fbca9766ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5051133ce91240ecb479845d64bf0d63", "IPY_MODEL_0650f0f72dd54b6e9c3395830cf5a0b1", "IPY_MODEL_3b2929e22d334ecc93bd23ab01979267" ], "layout": "IPY_MODEL_7269b43921804211be3d2b8c97248d57" } }, "ad9e333fbb5640e18e7b993db760853c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ad9f731667f948a1af9fdfe5c2052cd5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ada1c32fcc734d8090bade243ab8a124": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ada7dfd699064a52a1bda1e6baecf910": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "adba6b68310b44cd9f7f338b70567a3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "add394b7ce254220b04e5595d41a2ed3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_a8d91ed9ea4847c6a6b00fda9d127c1b", "IPY_MODEL_13b2f3bed9274c60bd8ca07e0442e00e", "IPY_MODEL_6f3d08a160dd41f2b90ec386d0108be3" ], "layout": "IPY_MODEL_02fa0eaa692547afa4cf2497310d1bc5", "selected_index": 2 } }, "add607a7ae704fd3a0bbbd68b6b450d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "add6b8f555e949a9a927628ee18df671": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a6f96a1fba0f4bbbb296cf90d4c46e1f", "style": "IPY_MODEL_b4478af6845945ab896cefc7a8bca1cd", "value": true } }, "ade0ff6db637472a95704de4b32d3e0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ade5d9d10ce247a2a08c97166b55da2a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "adf51f77b9b14ea2a21b941984919ed8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "ae0bf53f51a24c51a53fceb8cb1778ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae106be897774887bfd23fdf9357b229": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ae11325860604ccc8a868c47df875a08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_14c7294f964f434ca8b307cfb8de99bb", "style": "IPY_MODEL_dafe8ea3e4fd42659d8107075936f765" } }, "ae12d5b9d7a8429e8c28027db5a2a56b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ae16f5db77194b2698b6480adf7bd66b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ae18a073bc904f8b8659dd9b53b87742": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ae25fdb64e104abf9bc24d70d9377bf9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae2afab0c19a4c88b4b1bae4de9190ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ae2cea07265c48a280dfda5285edde98": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ae2fae98d319475b96ef877bf2d44c3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_7a5e7b9ded4643ca952bdeea5252fd88", "placeholder": "[]", "style": "IPY_MODEL_fee135a1044e4c3b84783b3e77607904", "value": "None" } }, "ae3da504337741a282f4f782693230b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ae3dc31f9de74874a227a8c9286e977b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_c7a1a98f3f754d8abfd27beedc3c5c8c", "style": "IPY_MODEL_67c4a80e1e304ec28073027be3ed7415" } }, "ae50265ba5194c11aabf9c9ab04977c3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae57beb9f1074d78a7cd9ffa5721ad35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ae58104b78844c089e51ea42b629a0e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_b02b68886011475d85883a277caa2c8c", "style": "IPY_MODEL_4cf3d2bf7e2c46338f1bb851cd769497" } }, "ae5f16d12bff47e996181aae3125dc3f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae685a0f025e45c988e1186b6a8ede71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ae6df3927b804fbea0f12744e1771b73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_81dcafacef6e405b8aba315ca7fb134d", "placeholder": "[]", "style": "IPY_MODEL_0e2c3421a9804282832406346de6f1cd", "value": "None" } }, "ae72dc0302d042169ff3976f0073711c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae7d7dc7ae144861a2025b2662fb51ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae7d9748086b4f339727630dd087c863": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ae94da58bcd544399a104ca5a5e867c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "ae9bfab78f5e47fcbbf99b16103a5491": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aea5c915534d4871b6222a4a1a1951b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_d441ea872aff49518c48fbc33964d121", "style": "IPY_MODEL_24a3fb52aa6c43d99982624d7432a3b8" } }, "aea7d31a4fde4239b42fba12b1c55120": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_c3fbaaf4293646d29b6ea77a515e567c", "placeholder": "[]", "style": "IPY_MODEL_11c24bb084f64838909f3ac455fd2f0e", "value": "True" } }, "aeacb220924849eaaaa1c021a046d9b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "aeb131903325441e85af665e63cd7977": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1b4b57c17ae240ab870765764f413afb", "style": "IPY_MODEL_2e9f06e39f6c4f9aab4d4cc95adb34d6", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "aec7a49b431d41d4ad4e1d1e96b14a2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_049496dc25a644f48dbf66a358dee4f1", "style": "IPY_MODEL_acee3b9a209d4558b3ebe0cdbcf71741" } }, "aecdce14c6bf45e9972967cf7d158109": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_c246f7538a1849ac9cde7dda5dbdaa4e", "IPY_MODEL_410711c0fb344efeb95ee72bcb20d261" ], "layout": "IPY_MODEL_01bc4b9a83d74f9e9966993f65a55019" } }, "aed222f151104589bced557e9ceec2bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aed423ab45d44838a24031f34628ece7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aed4c9cbae6a4b4bb9f42ea8e7de381e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "aedc6e07233941919169e0a10c172201": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_394f85b36fe440dea38ca997ba485f64" ], "layout": "IPY_MODEL_751537f2f08c4f37838e66fbc3c518d7" } }, "aee32daeb63a4082ba8eeced7290cae0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aef18f1cf85b4a4e9dcbf0b4bbeb094a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "aef3180771cf49b381b763f5b9810f7e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "aef4d89ceee64e68ad7ab079c1d2352a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "af1be4d4d1464fa2a2a4ae4ec61e74b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b162bdbd465f422ba32591cdbf722e9f" ], "layout": "IPY_MODEL_909edd1e74b842d2a4d3ccec42b36cc1" } }, "af28c36913f349778eae48b8c47e6705": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "af29773195084ec6ab20792a8669d918": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5f19cd6624cc4e858ba7e0223e2de58f" ], "layout": "IPY_MODEL_42736818bf84459b92b807849e5fb94f" } }, "af34b5d6046e4defa22b8ebb01b9d444": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4f1ad992dcb3485d8a0ded12ffe811b3", "style": "IPY_MODEL_14a4e3fc5fad40cdb2c2d19162f8db24" } }, "af377330e4e14bbea017d5b0cdd10b05": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "af3fefd7a6844101b21f8a632d09732d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "af406142e8014ec8be8a67176c2d0e45": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "af5221f0e0dc4363b0e67c7754a0364d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_c583346051dc48e5a708147fdd7310b2", "style": "IPY_MODEL_d8359e0c7057458fa22e4a1c6004ad13" } }, "af53ff02d6aa4e5a9570a0f0469f0274": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_cb4640149f3a4fcbb376df2f781fb256", "style": "IPY_MODEL_560ad0882c7f42e59b497af0359ed663" } }, "af55b5a5e13d4522a741041549957333": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_41385ed760894dafa6fbf6d1ccd5caf6", "style": "IPY_MODEL_e0393c01250d4240962bfd93ce4228ac", "value": " Inorganic Descriptors: " } }, "af707194a70146628db1bfe03466e999": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_fb32702ef66448fb9180187b4ba93150" ], "layout": "IPY_MODEL_9c6a301600864a6a9d7384314fc4b7f8" } }, "af75a13791c04e6e8cc42ef06291971d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "af79f7dca20b41faad865b7ce8fe61f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_66bc7e8cd13546c7843aee9f501ba432", "style": "IPY_MODEL_77916dfdf850459093455f582f3b1c02" } }, "af7bdec55589494f8637a2932d5412b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "af8388d2767d4f589ed7594c996a9ee1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "af83a5687ce449609fb983b294a6755f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_d906438684cd44b49a40801a36bf35d1", "placeholder": "[]", "style": "IPY_MODEL_c0b1113aecf6431a96b05937d45a4e58", "value": "False" } }, "af93fe13471d4d9babd81411fc5b9e49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "af94b5e9c9124fec98aae2a931cdfda2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "af9a3de95ee34c0f94668723aaf5f425": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_aa7154077b2e4cb7bd36d9b2b288838d", "style": "IPY_MODEL_4b3fdb5542b84ad19ab1924c0214ec36" } }, "af9dd21dcd534222a477c5e840b264dd": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_ec99f7120c264a0d8892fafbadb365b0", "value": {} } }, "afa10219360942b9b76cf2dc247c7262": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_a6a3415b46ff427687a7baebf4016388", "style": "IPY_MODEL_6792005981a446e9b665096f14e2f36c" } }, "afa408dd4ee34cbebf86181ae2a4a022": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "afb56a98cce44f179187a4645030a8e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "afc1548e55fa47d28b25403a6e4d5063": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "afc3860feb3b4d0283e6e93da4470123": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "afc62b3806a245e7bc81af50f67d9dc6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a78133d45dc949dd9fbe6a2ac9079163", "IPY_MODEL_8b7aadbecffe4966a904c9d4a74bfa92" ], "layout": "IPY_MODEL_8fcf923b674d449caf96658e211c2405" } }, "afd0709480ba438faa7b4de2555bc1aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "afd58f28659b49e2b6e9e1738bebced2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "afd9de3a9a8d4c3baa0709d8bb34dac0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5fabdbebfa4d43c1a2838b9dce4f4876" ], "layout": "IPY_MODEL_e821acea41cd40809ebc7d91bc3fd71b" } }, "afe0e936f32a495eb0fd834090c40f00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_95c562082ade41eaaec5bcf15ac3f326", "style": "IPY_MODEL_2fbfa4efee224d05aa0aad86e5af5de8" } }, "afe32880991342de8eaccb64355b845f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3f637088b33649cba00521c88e68369e" ], "layout": "IPY_MODEL_2b3614f9819441dcb40238143e0f01d7" } }, "afe4c2cccf4848ab8ca4693de3cdd236": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "afec679192ee4bfda9ce36c5b43c3ce9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a2a7eaf7e6e7435792d30dab7a5a991e" ], "layout": "IPY_MODEL_ccdf5afe34254e75a9f8b9649969f5d4" } }, "afee39f25d2e4ca9914939318f69f710": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0f41aad5ec5148df8f1853bd0bdf1ca4", "style": "IPY_MODEL_6c1e86d9ed7a44f1b61c9114b90b3ba0", "value": true } }, "aff083996b8b458fbfa63a1f01407017": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "b005679d516f4db0b34b7ee59b7b7e9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b00d37ececde43e88d7943f72eced1ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c7053e6e609b43e3b68073c2df228ba6", "style": "IPY_MODEL_631339f55cca4b668d472857d5bc4e71" } }, "b0130523fddf41b6ba4ffb945c4f8c0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b019ac4a4ea545b5b3565cf62f5cc2ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d88b653bd98f4e5680438de3279db905" ], "layout": "IPY_MODEL_e271b288d15e45aaba3b4c00b4be7fc3" } }, "b026ca75713d46a1a76c13210f691e9c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "b02b68886011475d85883a277caa2c8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b02b7250edb248de980ec792a4b95362": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b02b9a25c01f4b7d887df9971e165217": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_165f878d931e4c259d48efad0ee3d375", "style": "IPY_MODEL_4756b7dad4974313b7d00598d4371336" } }, "b038df6f72714b748b00aea9b980c4b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b03add7f6b2a449d81acf2776b4a0e34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_7c27d3547c1e49f18763faf60036887b", "style": "IPY_MODEL_8f49e6b45e7e4f5abb04ff4d65ddafa6", "value": "Load an existing script" } }, "b05c0183a7814154a2667ce2df3d0daf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_2eb68187c96945078f90442e2fbdd793", "style": "IPY_MODEL_c52055110ec14ab38406473b45ec94b6" } }, "b05d69e0d1f240939d098096c959cbf1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b05e0cf41ac24d3b9a07e1b1d46e41c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b06387f554c14509aef107517f428377": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b083846a269940fdb7e576ca103904ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b50c9cde9766407a91f2427fc70c9df0" ], "layout": "IPY_MODEL_3d16516dddb94efcb2c39f815dbe732a" } }, "b083dd31961c44c8a1dd28f0c7f8195a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b0874239761141a8a861c045349352f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b08b676595374dc29a686eb6f7cbe273": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a00d00c028974498a92f38dd2f49f558", "style": "IPY_MODEL_67f11117241e42bf953c2f9120cdcb40" } }, "b094ca18e6ec48e4b4468525b892709a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_5aa1cf1edc7f4913a282a162b09c8325", "style": "IPY_MODEL_c64f83c9ab9a46f3be5520023e11651c" } }, "b0963aa8bbab429aaacbed2f403fd8f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b0a2cad266a842fab405e37eaea356bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_a6d362669b5343c19d0889f909a61f37", "placeholder": "[]", "style": "IPY_MODEL_525bc485585e415fa5e332dd96ccd5f2", "value": "0" } }, "b0a33a9997454ba4893649f8c8c5b071": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b0b3a851bcdf47289f20279422f6eac6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b0b763e4787b4c4584d05865cadbc71a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5254dd3dfb554de3a227d93e92a50600", "style": "IPY_MODEL_2204d5abb6a84f8bbc92a771208536a4", "value": " >>> " } }, "b0bbb88eedb94f33b193bb3df6ac6aaf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b0bd23218f8c4510a166aeb3de0c4efd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b0bd70de4a7c4396aaec8a85842826e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b0c01338a2484285aedf5cfe106b83b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b0c83d5cf4b34652a3e80e29f227c8e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "b0ca4adcb2b743f19871e7f2f2177eb3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b0d4d187faec43baa19e3ea90ea2405c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b0d92fdda13f420e9f96811094b1ac9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cfd7619454ea466b8610b32a3a0d01cd", "IPY_MODEL_d5b1d53a4e4442b48939658077fd5eb6", "IPY_MODEL_0634aabc9971495290d8c2b2d69aac53" ], "layout": "IPY_MODEL_3d2814239b3246ef8aaf0d3f410e2f89" } }, "b0dcd7fc5baa4e6f95e9159631bbcd4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b0f4d655c51b429886350475d8948ba1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b0f5c5f6201b4ac9a15f84ef8dd01d40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b0fb8eea742745c2b05657bfaac52ff4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b10e428e22404c5298f3896dcea1d5d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b10f5302ed7f4d149227ecac2761528b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b10f5e844e0c41cb9c5bc42c933bbae2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b10ffd830c524042bb3f2667a38872f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b11cacbbe4e94ccc9a6f0af573a8af95": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "b1218c05645f4212b611399df4583f11": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "b12250471d9d4f2ba5c4ea72eef4a238": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_84557c8d52fc429e90e3edcd196e8d97", "style": "IPY_MODEL_5aa3dda14c2249d8a543f1adf064bdd1", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "b1256d3de9414834b38a603fc3673aa3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b127ccf089794659b6f932049a95594a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "b128f4a214ba4665a231b77d9aa25e19": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b12be3df0e7244c1938eb3b8c9378d51": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b12c16f682f548c79991c2110ebd7f7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_cb1a93ab1dbb462ba3373b9f5b02bac6", "style": "IPY_MODEL_abc803490b2d45558132d87c0d85643f", "value": " Receive <<< " } }, "b155b25003c6404bbf179c91e3b2dd60": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b15675e3c7004010a6eb4ece9b8ee4ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b162bdbd465f422ba32591cdbf722e9f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_e4df696a01614e68b432084192332ac6", "placeholder": "[]", "style": "IPY_MODEL_80a67221d5ab40cca10886948de18481", "value": "None" } }, "b16857f6477540d7a1bed223c6a53ba0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b170bea9349e4684b6f539b78a1e25b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6491b1745eba47c6a1844d2e48b1ab3f", "IPY_MODEL_fb87095f9be647c9bb45ebe6c8553d70" ], "layout": "IPY_MODEL_74fb9d3139da4693b9c37a9867bfb74c" } }, "b17250186ebd4e37ac8c865c450bdadd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b17c18214eb34027b3429cee8044cb2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b187bbed0fc64225a7dc898927bbb9f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b18d1b515c694b94b7addd727dbaea83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b1905868a483422295777add59f36b62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b1960cb09bcc4db6b7c7f1586cbc2405": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "b19e2cadbfd848e1ba0d9be600be76f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_bd1bd825b1f0475c83210cb260e89d76", "IPY_MODEL_44595dc687584953b6c532f37825ebf7" ], "layout": "IPY_MODEL_64d2ddc764aa4f51b84431c864e0a026" } }, "b1a337eeb90d41cb939334e3bc4dea7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b1af9c0529ce41ac82fb1226cbcfd703": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b1b0ed32cc254d328a35233e375067bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7873dd41f8034146916263ffdae85f35", "style": "IPY_MODEL_ea2bf66ae4a344c29c1c35f9b699cbdf" } }, "b1bba19e06d8422fbd32d2d304be7c80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_08d580052d034e55a06f9c3f6246f87d", "style": "IPY_MODEL_90e7f92f920f40479e3e7c19d7c978e5" } }, "b1c3b4504954410f9ef2f27f58761cf6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7879849399fa4775be13285801a68dad", "style": "IPY_MODEL_9e9dfd354f4a4281874f10bbff7c00c9", "value": false } }, "b1c46fd3b2e94876ba3dac31b4d4ceb1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b1ce4e46734f425883d8fd43db7c603f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b1d4340740b14342b3fd5c13bb5aee3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b1d5c3990e4d43cdb12aeb0e0a7000b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a7841de266ea44cc950be7196291094e", "IPY_MODEL_93f2056accdd4405a71705ab9d1c75bc", "IPY_MODEL_17999e05acc24666a2dca596c8b1eb6d", "IPY_MODEL_d201acfd092d419886ead92fd81a0cfa", "IPY_MODEL_ec243c5c08954f17b53974e5670b0f9d", "IPY_MODEL_7ea3c5d093144ba6a91db498d44b88ee", "IPY_MODEL_ed0229f1fb164cab9f3be3c15e419ca4" ], "layout": "IPY_MODEL_dcac6d6005fe4ec99fdd5575d1080b4c" } }, "b1d81128a3f3434a9e5062799d3e6bc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6b7e832f35ea470d88d8f8cae4563a61", "style": "IPY_MODEL_79492d7dbd814b88add2576f450ac146", "value": " Send >>> " } }, "b1d825c857614e74b01c3e7838f7c839": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b1d89286c6814a848d79b8972f1762a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f21f0e4fd7b1455ba3ffe5224c6abb0f", "style": "IPY_MODEL_597c103b4b7d4691bb90cc048ead295c", "value": "Template 2: model selection with grid search and cross validation" } }, "b1e183290d784e6d8f1a17c820e5ca63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b1e454855de9474599659f20ef0dd4d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b1e4df4fd323450f88a816bbc472ea02": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_c1fdc961bb3e4c3dbaac0488b946046c", "style": "IPY_MODEL_a48282f4625e4a94b72643e0b0eb9fe5" } }, "b1e9c31f072045519c77b4fbb0d8b034": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b1e9f2927ac246679fd86fba8357d6fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5ed4f835e5984617b1335d2bcba513ca", "IPY_MODEL_1d16a2f8752b47baa64fcff161a41045", "IPY_MODEL_6e701f1bdf5d46c68cb36cd8c2bcf631", "IPY_MODEL_c093b96129864e9d87dd53df8c2d39fb", "IPY_MODEL_fdf80dce958b4831a2fc32b3716b7b01", "IPY_MODEL_11e56aa9c8224502aad9da3662d37558", "IPY_MODEL_2e5fd2b9f31148488eb32da8d436746c" ], "layout": "IPY_MODEL_6e7de6137daf4e6c8c6a6aee2401acc1" } }, "b1f70db9fcc54ba79085e44c4ac83092": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b20dac21fef8406597caa5ea0684d76f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b2104600fa8440ddac97e7663df81a86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b22170592dbc4447bd513caff21dd4af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_747a402dd3f742319552079d92500986" ], "layout": "IPY_MODEL_2d6effdf83b84897b5bbe7a4b560aeac" } }, "b2226236d254480dbf9d78a9c6b414e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_42df2f08374346c2aae22ce41e3e38d4" ], "layout": "IPY_MODEL_ad608774d6f84fbc9a32c801915a515f" } }, "b238d59cbbf245b1bba954dc65da2fd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b2398810c92445a086d0b047d0846b19": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b24b3e5fb89a421287b44a09267eb640": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b24e9e7a08534b0784a5c10600336d45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_abd3b5201cd44c0aa27cf1bc670e3281", "IPY_MODEL_b7c1663a14094f74a83db115b510b118", "IPY_MODEL_e9048896eeaa4ef2af193e4616774dee", "IPY_MODEL_037a4a51b80d4747954e1e92bda98282", "IPY_MODEL_004567be489749ec8640eb0baa0a3277", "IPY_MODEL_ba34f0e8146646e4816c5b946afa8300", "IPY_MODEL_781980c1afe442918c172854a4d8852f" ], "layout": "IPY_MODEL_1081706a097b4d1e87a1d9364e00e1d8" } }, "b2623183fb7b42fea20e0d93b1004c23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b2654e801ab64bce86d2aba7c368e87e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b266c0555dce4afe9742120f0816310f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b269c2a9554c4376b121418263665fb7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b2789eeed5c94befbf6a0c181ca75cc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b27ed322682e49598817a1096a48febd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b27f37833479470199f82477feb10137": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_be07eda73e3141c88372648f55d7aa03", "rows": 5, "style": "IPY_MODEL_f44d54f9775445d2abdd0e78103cfc57" } }, "b28438f02967410a810fac5d6319739f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d0f936a74bfb4c089d3978fc0b561213", "IPY_MODEL_a4bdc4a1bd0a4e2c9c6eb0772b256e5e", "IPY_MODEL_d53f52ac89f84465a892067c6554e406" ], "layout": "IPY_MODEL_a3d50d807a9a4b76ae69d239a76eef5c" } }, "b28b2349a6c64a00b78cda04772705ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b29e6d48292040a2842f9108d41fbb73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b2a695597311491686687f6cea3ef058": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_bb6c439186df4ef7888cce30823cdb04", "style": "IPY_MODEL_a40b59b4bbe445fe82885291e8c44d15" } }, "b2a97bfe388e4ee38567f3a84190944d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b2b58f2f86d0409d94b51e60603268ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b2cadd2066b14cd4aa320a569fce728e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_51a596e29e0545a5ac07152383a18157", "IPY_MODEL_e5badd38bd39462f8a5ac880aeacfc90", "IPY_MODEL_7ed4ce9f29404c969e429f91d5b9aa63" ], "layout": "IPY_MODEL_ae25fdb64e104abf9bc24d70d9377bf9" } }, "b2d12f7a26564043b53dbccb176c123d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b2dbf2f8095a4ac789a83c35be599b54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b2e0365d2b6b4998ba25e472c97850ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7324462564f24737a6fdea763c871287", "style": "IPY_MODEL_afb56a98cce44f179187a4645030a8e9", "value": " <<< " } }, "b2fe3e3e77b14f05b32cc3b25dc760f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b3051b396de34f6d8ccf6dc2f83388af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b311c9f64d78459c8baab4476f9e340f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b31400ad7d274fb094786698a6745a22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7d1884421097419eacd9803be80b2b46" ], "layout": "IPY_MODEL_4a173ffc38cb4f429242a39f0b9297b3" } }, "b323055eba2d4100a20b02ae21c4dc97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_3113d2881de34e47b7ba8a8c090698ed", "placeholder": "[]", "style": "IPY_MODEL_54c0e3d0513a40d7b92318e3c70bccf9", "value": "0" } }, "b325470baebd49be9b4c5139b79f96d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "b329dd9ea88547a2a8cfcd4fd571fd83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b32b4272ee6a43f5bcf242d2441dd1da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b337a1e709f240c69ee42a79ee1f4d54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b3400502da924345bd88a6ff34e73854": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b3418d0f97f9444e85fa0b2206f8b9a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_bf65654126e14c5e82f50a4c69892086", "IPY_MODEL_a965dcf7998f422cbfc96e087837bd8e", "IPY_MODEL_42c1baa2f02b49709638369db50ec4dd", "IPY_MODEL_1f86b1a887594757a61b0bd037001a9f", "IPY_MODEL_db30f595dbd94599bc7d24042f28d19b" ], "layout": "IPY_MODEL_0e223434b5bc4aa0942281d8a16d392e" } }, "b3423fa7ba83406292aa9cc8832cf031": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b355ad95b2b3445a91f939fc416a9810": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e60b92d8960c4f58be4ed1487dff6ba3" ], "layout": "IPY_MODEL_004273a96647426dac2ec6e9dc51a286" } }, "b3582a6bca944ab2b99bf9291cdedc46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ea395ceddb644e67ba66bb2830f67e90", "style": "IPY_MODEL_4eaa57693dcf4b99b2a00b730281ee56", "value": "all input tokens: " } }, "b3697b69cf5d4dad8c50a0e5717ee66c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b36a3825125145f5b89430c18b4ae0b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b36bb39057ae4c829734cca059123b3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_afd0709480ba438faa7b4de2555bc1aa", "placeholder": "[]", "style": "IPY_MODEL_9c39ea5b8dc1417a8442d8130cedd575", "value": "openpyxl" } }, "b36fad11462540b2ab3d78471e03ac94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ce8851aa825748db96691ee65b67001e", "style": "IPY_MODEL_974e8d2110884f3da7b7d947b4299104", "value": false } }, "b37126b4f48c4971bc7793a5449a8b61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8f1a64b42432420ebe47c8d967d663ba", "style": "IPY_MODEL_de1e1bd9482b4b29902696d5646e6d71", "value": "Function parameters:" } }, "b3878ab6c01646e996463784dc3cb80b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_718f9441ee5544798990b064bcef514d" ], "layout": "IPY_MODEL_eb67727c5d004846a67af4fbde5530ac" } }, "b388df4eadd7493f946553a9a5bc0065": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b38bf36069db4d86902a67139f272606": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "b38c348440f042fb80ee7d6a51423583": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_7223388d830d4c5ea0ba3438ececb761", "style": "IPY_MODEL_d4747ab37bb5433193f1d8461accf2e6", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "b38e02752b844836aae8fc5aa6de6eea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_8fd37ef4ca75463cbba2b092f2cab4a8", "style": "IPY_MODEL_ecd7fa255a584ccb8836357edfcf5708", "tooltips": [] } }, "b39216411e7f48d4b6a219f5d2e64072": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b3ace698b9914b5cb1a41e3b1ed4a702": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b3b88082be524636a89096de67325eba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b3ba305e9fa44bc88ae0b981fc693fcf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b3c7d30bc2ed4834949bf33399460887": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "b3cc9d5cbf2e4bdab96c8d63c4f92b87": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "b3cd588c61654752be518ae04c57475f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1983d647b90d441088994ddc17bb9bd2", "IPY_MODEL_079399a18cdb4351b6c3c30bac8c303e", "IPY_MODEL_45c6701127bf44dfb11a7c8d44124f51" ], "layout": "IPY_MODEL_42ec5fc9f8724219b91aea4752b20eb2" } }, "b3f3b07eb53e40ddb418d2c700a30792": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b3f6aeb6fce542bf864b146a5d9385f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b3fb410cce104d3dbc23c3de01c84707": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b4018839c689403c9886ce2043d3253e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c2fc60dc8b1f4aebb45e4ee376a2c40f" ], "layout": "IPY_MODEL_d093e62452974abe830124285231be96" } }, "b4052e73574646088cdcd6b94d05e864": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "b40769b1f6f349ac895a099a094b7dcd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b409f62ce0384fc68c9fd0e77ec94421": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "b412a1bd265c429a9c1a5bd70fd019b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b417d3c312a844a9ae2dec464829c646": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b4188bdd54af4eda8162e1b82116799b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "solid gray 2px" } }, "b428ea3260a84bac9c38a3bc4f7c89a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b43cbd9457d648d98ea30e1ae9600967": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b443c3ced0624ee68bd2d7a70d61f232": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a3317011e8fd421db0bba78b0c9f2e32", "style": "IPY_MODEL_923ad64641b84c0eb0169302c203e7b2" } }, "b445fe31249f40d7bd81ec76e12795f4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fe71854160774862b8a631cfc298c575", "style": "IPY_MODEL_3b3123923b104ce48f87d8dc14c3026e", "value": "Template 2: model selection with grid search and cross validation" } }, "b4478af6845945ab896cefc7a8bca1cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b44947809bb24e55bc53fb96df05f89d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d79a63a2b8ed45b68948f03fb401ff6f", "style": "IPY_MODEL_93fa097f443e4a08b0d75a63d3a7e4b5", "value": false } }, "b44a4c458af04ff0a9076a7acabaa429": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7ed95d3186f045c69b24679a778e846c", "IPY_MODEL_574881b7998945f39de0a13708751688", "IPY_MODEL_ded4b92979f44659a6578990600ad433" ], "layout": "IPY_MODEL_fec9f550a74e40be890db2739f5a9896" } }, "b44ca7fe20b04be5825351048c6023e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b450a0af9cb346bc8978ea97bdc32a24": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b460ea55ff6a48b9b75d399e1eb1f37a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_31339b608f4542a492f600376dada54b", "style": "IPY_MODEL_b611ceb935794d6a8e7d3bfe2a9a8ab5" } }, "b46131cc782b463aba29be335a4c68a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_767d83a6b05b45f2952adaed7823f9c2", "style": "IPY_MODEL_2b8e5555a0124f1b8b2b0e5afe399267" } }, "b46ef868ebea4fb4ab5ab765d545a029": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b48bbb2c04aa4b8ebed16cdf8e53ba65": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b4a2cb79bca7408b9b81d739c8829f68": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "b4c2a840e86244cd870d33a7237449f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b4c742afa9774e97be94a0bc050f8675": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b4c838f4660b4d0e8b7f57b171ed3b7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1bca497324c04c128681de6f4ae43564", "IPY_MODEL_a45f60996ae64cb18eff9a578aea691b", "IPY_MODEL_3a17dd5000714354b10fad6b72221d02", "IPY_MODEL_4aaad067e2814ad2ab506024cd194f9d" ], "layout": "IPY_MODEL_3436e4a5e09c46dc91849db4ae312a1d" } }, "b4d2a0bed5a943baa017e044f71be162": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b4e5747851c24f40bd1f7293bf1adf52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e3fd285c1c904371965a428d65a40650", "IPY_MODEL_677c737a03144c39bdcb37b4f8ba22cd", "IPY_MODEL_bde4f368095b46a2956a3c471b5882aa" ], "layout": "IPY_MODEL_d386d7ea37ab43b2a15c52b71c046f91" } }, "b4ecfbc4419f41be8a5ac63504d99aa3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_aac4f55ee65941c0bb7259a0bff2590a", "style": "IPY_MODEL_e7f83a7988b34363b3504db2c8b0f932" } }, "b4f81c632e734fd7a3d96c108504fce9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b50053a3b6df4b078cbba048205c3b36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b50a35d178fb44e9995fbdfa2d4662fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b2623183fb7b42fea20e0d93b1004c23", "style": "IPY_MODEL_fc39a579d45044a9ab7087aa00239c27" } }, "b50b6648804448e087789ab19da6b0cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_26c02e9b7e5e49d38dff6549d19e41c3", "style": "IPY_MODEL_d446dd8adf894ff2907b63383aa3ea5f", "value": false } }, "b50c9cde9766407a91f2427fc70c9df0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_d3226a92760e4889ae13180ac64d154f", "placeholder": "[]", "style": "IPY_MODEL_5c222c198f3047abb68f12d0c0298f08", "value": "None" } }, "b51344e7011543808171e465aea21a5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_2e3de0f277cd4cdb8b5735f086308fd8", "placeholder": "[]", "style": "IPY_MODEL_dfc3d7e45d4944fa9ff03fa2bab6ad2a", "value": "smiles" } }, "b5207d9df53349cf856c506fd4f73935": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b531ecf12f3645f9b7521d40f8f497fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_849947fcad32437a819595cf8b3c1520" ], "layout": "IPY_MODEL_50fd2faa9dd7439487c2b8e44bfe9830" } }, "b5370ae47eab4d35a8a8125d335a9874": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "b55a71196d4943c4ba0fb2b8dcbc24cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b56194a45fa14cd6a4c041c6549431ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b56535659ecc4d08a7c67e880202972a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b572bfc829954070b4176b7e108318a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5771d8fa00b42158478a5638dc7c54b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b57d792362944ec0b2240cd935020c1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ffb3265921f6455e8485efde2e3fe082", "style": "IPY_MODEL_a7900c98637e47acaa29db59dfa87c3d", "value": " Send >>> " } }, "b585cd51f3a244d8bfb8e8d065a4fea6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_037efc161e9c46338faed71a3a9ef8e6", "placeholder": "[]", "style": "IPY_MODEL_36dd8451880e4bcdb54b85f508866c65", "value": "bit" } }, "b58ae31a88144a208b27fddf98fe3d1d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "b58bc9c666264f788670755f591a9a33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b593a7660c0948d0aa63e34147abd5bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b5a9d52b957445edaf1a6d7dd55b3d60": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5abe93128ee4b918eabcd0cf66feb3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b5af672e19ef439682a0e12b4536fb42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b5b06503d81042cfb96e5224eea9990c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b5b21ce6658c4edd995e1040b87d33e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5b92c688bbb4445831d04ab8972bf66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5b97fcaa2a048dda87ffc67358f6459": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "b5ba2e9491d14bbaac0239046dc9ac3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b5c37b56fe014b8eaef3076f650fbe71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5c4b9655321494584ea75184022b5fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b5c6862dd6f641c09f61a4bc9223d09b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "b5c6909a96224eb0a185c5cc40c57ab8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b5ced1d8a7374c1faf4fd983675bccc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b5cf60b3ed2b43c0adbd7dc5b9426804": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b5d68bc245b648179208c1a89c39f068": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b5dc14768a4a4fa1818222fda3b1af63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b5df85b8b3614f03810248f721a2cfc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_4501755c6a6141bca0b503236d641351", "style": "IPY_MODEL_4a253226e5c8412d885db672df5fba8c" } }, "b5eb67ee0ccd4ae7a02d88fe48277f54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b60483016f5a47b0bc6f4a032b5876e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_919d034a1da147e0ac13ee30c4505cc1", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_a9e5327006ab4519b1c35503eb643166" } }, "b611ceb935794d6a8e7d3bfe2a9a8ab5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b6321105bfd64ee4be78f900355a5d67": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b6329c5eac00453abe6d4302df42ceea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b6419f42461c49e7b48b548db73bd00e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b642ab18f2024a0bb78454728c557ea0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b66343cd236648e2bf628ae7980050c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_06e87e4dcca14e08837f9a7cdeea64fa", "style": "IPY_MODEL_bbfe5260778c49568434ff012641271f" } }, "b6660d5a17dd4a9780bd46b629010f3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_67e9418ea78f4668b9da2dd3022ffdd2" ], "layout": "IPY_MODEL_101223b4d0c543d3b2638da5aed252b8" } }, "b666f104ec7e4d48a26c95213b67526f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b67b23fcae0041ef9e9198e5c662b08a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_c822b05a92184cd49556d79feb4b45ff", "placeholder": "[]", "style": "IPY_MODEL_fad1ece31884426887a8bca2ba5aeeb4", "value": "True" } }, "b68335ca0b514eb4b7fa4d370d418559": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_496e34c704464fb38d56145b9b7712c1", "style": "IPY_MODEL_c5f3ba7a8e894240a5122cbf9824940b", "value": " <<< " } }, "b68ef03d402f4e80942cfd02c001bb46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_292f0cf71d6a4b21a5a5445f36d04203", "style": "IPY_MODEL_e552b3c0f62b40589d69b21ec8822ba4", "value": false } }, "b691694e4ad94e3291866a8d8598438e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_4f977e2c888041fba1ac9181a0378fc0", "style": "IPY_MODEL_5b4e5842f4e24393b65e6692e475b6f1" } }, "b69196bfda764374a3af5dc693803c57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_26cd92eb6a2b4fd68422048c6f5c5667", "style": "IPY_MODEL_faf4ff59807d45ddb011a56babf022ec" } }, "b69e7e95769a439a9c48f3bc6aa5dc9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b6ae2facf6ea42df95cf6019e25da4b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_d046bb9a8032426987b1b198bf52c70f", "placeholder": "[]", "style": "IPY_MODEL_c66c0f90bb5e46c1896041de3dc2e159", "value": "1024" } }, "b6b16abb402e4e08a54ff74d84d4d84f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ec3635c7aa2c45be95890a687a54d627", "IPY_MODEL_b1c3b4504954410f9ef2f27f58761cf6", "IPY_MODEL_95410bed22b549399e4f3b9509146ba5" ], "layout": "IPY_MODEL_8b4baee99e3d4817b09449ba55c2e69e" } }, "b6b54f682a4e45759d5c8f9720f848e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_e3363c1ad4754717a0e361744dcd3f32", "placeholder": "[]", "style": "IPY_MODEL_c42c5623ac484c83be9f24e810f024af", "value": "required_required" } }, "b6bf781389bc4d399df74d582aa3795e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fa9d43eaee6648fc9cb8b4f7a75d149a", "style": "IPY_MODEL_346399cc1fef416ba67954789d9ce44a", "value": "all input tokens: molfile" } }, "b6cc1ae9dd654837bf8e3e952a93bf71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b6e28a2eedcb4c849d96964c4644501b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_f30c571ebb0142db812183ffbaf6c990", "IPY_MODEL_46fd50a619b640929ed4d9d57db9ef73", "IPY_MODEL_d19849cd4c164f6ba466b8840129be2a", "IPY_MODEL_a3d7a21d275647668568c0b9a1dbc9cf", "IPY_MODEL_cd99fe21b7cf4b4f8882cf7eb20248a5" ], "layout": "IPY_MODEL_411b340100fc4d7897d22562306cff43" } }, "b6eaa99291074c7cb97fd439da3a667a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b6ed91a33b6a4af9b157cc3588f40e65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_29193cd9b0d74a23914de9a38829d7ff", "style": "IPY_MODEL_467d235ff6dd41d0967cc917f5c07591" } }, "b6f99a8e735f4556997f40469d077e85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4b1eb829cc6346aca2be2bb27cc9d1cb" ], "layout": "IPY_MODEL_13c94943124d43e4816dce5731106f78" } }, "b70309eb22ee42dbabde82716def8941": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b7042cbecc164595aeef49ff4152d4f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dd0ba5aab4b442359d7ecc3721a8b774", "IPY_MODEL_0002e264e86a4f83afabba6919ff9bbf", "IPY_MODEL_f43bd92b3d51442a89be7cf2a085799f" ], "layout": "IPY_MODEL_7b5585d920634fc3a9f0166076b379ea" } }, "b7068b46aa6d4a4394fea35e00793e46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b03add7f6b2a449d81acf2776b4a0e34", "IPY_MODEL_b60483016f5a47b0bc6f4a032b5876e2", "IPY_MODEL_c48fff4ae0f546ce853ba00988dfd20e" ], "layout": "IPY_MODEL_36c0132113e84e19a6caf741fd94cf3a" } }, "b71e8760c0c04c69886ec82960491fc0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b7255e8a1bbb487eaf1a30fc46abb30c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b72f3b86eb1a4c8c89d6978140eb410e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "b73c0b468c8a4cadb339c65bbedf8f83": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "b73c10881bb542d09059c78296db2c4f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_11d7c57aeb4b49acb72b682851619529" ], "layout": "IPY_MODEL_4e06d6c6781641bfb19560d38f564af1" } }, "b73c16b073e2412bb205542e9d1f2350": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8892bd81c051417a8d28036ff390f26e", "style": "IPY_MODEL_0fc92afe657f4616a45b6d381812cdde" } }, "b73cd00b47284052aba88382a12b4ccb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_87f8b389d27d49a69fcdcfe40f4ffcdc", "IPY_MODEL_dcd1a26674344562b9264ab83cfc698e", "IPY_MODEL_8a689c46d43e4c9c9be3b749a8c617d6" ], "layout": "IPY_MODEL_34b3e563a8d0436b80d071e83ad58f38" } }, "b74dba1c263f4efaab4a1204f4eb375b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b76c512b938a4f469e0ac624fa968456": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_e0073d717b424190b4366aa9c4b2bac5", "style": "IPY_MODEL_54b22ab42b12419e99865a18bc38d4f8" } }, "b7719dc0f5ed4816946664df29389697": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "b773c721790b49ba94373c3a39da3f1b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_745315275af94fdca9e5497fd0dde1cc", "style": "IPY_MODEL_f1f1d96bef3248d69f81c009fa218b9c" } }, "b778d5d83fd3420c910cefb41037cba2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8811efe5dff24da685c8b80fc6d35162", "IPY_MODEL_7b0ff7f7bb894c4dbe112297c67c8a0e", "IPY_MODEL_8d8d8fd803d84153a48312ca072238df" ], "layout": "IPY_MODEL_37f67caeb37644a6ba6be18215b306f1" } }, "b78232af52114e1d979257db7283ee06": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b7867c94162348e69334b4d83185b80a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b79bd2e3311e448eac1dbbb65656a136": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b79dc91f1b754f8a943a89aa6f287f19": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b7a543e971454f0693fca357db7215c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_02e30010062c436ba9e194bef9204bac", "style": "IPY_MODEL_adba6b68310b44cd9f7f338b70567a3c" } }, "b7b1151820754daca3ddaad694adeb2f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b7c1663a14094f74a83db115b510b118": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_75a93c6e462f4bedad25742bc38ff528", "style": "IPY_MODEL_108aecd1376d4af09f90ae09169317bb", "value": " Send >>> " } }, "b7c17c15358e466cb7f83af1687c89be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2bb1f1f64efa4991bb91429869f36812" ], "layout": "IPY_MODEL_42c44727deaf49bf9d2b8abd9db0a1a5" } }, "b7c31d8998194951a024b19962d58678": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b7c4bad4931a44ee99993b5018cb1268": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "b7caf773b68f43a8b95985a5a66a0ae0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b7d66a3f3e114fdabc3b202771fb0659": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "b7d755ceda27468784afe0b0340c0023": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "b7e30533862f4d57b5e442558bf5501e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b7e68eab98be4f488c3f03cf5f38432c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b7f6ca21a98848a0b411dd6180ec53c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "b7f82ff6ffcf466691e2e75d05163bb8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b8010a480c9642598520c40853edd1a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "b8021fe797e74263be0db20962e14920": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "b8039ee410b74afaa173d39a3d7b8bbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b80473b4fabe43879f9cbf73f0d83a10": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_285d381a2a4d42448e4483d9ffb067af", "style": "IPY_MODEL_fdeb713ef7e74f22bdd299aba7efe399", "value": false } }, "b8165ff7286b4e4a941cc0d6d7b030b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b0a33a9997454ba4893649f8c8c5b071", "style": "IPY_MODEL_e8d460e25fdc4aca835e8f7db503b397", "value": true } }, "b8173447bcae489ca2204ecc1ee343f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b817de8bdb3d421b8c77e68596325894": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_c4817514692a436396a73fb0cd389012", "placeholder": "[]", "style": "IPY_MODEL_751f6aa15ef94bad9bdf8176bec27efa", "value": "bit" } }, "b81b91378e51413a815008ce83c0d8ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_21ae93f8d1ff456d83b0ecf46c9119ce", "style": "IPY_MODEL_59d65b56928a4e3291a79472ccec2879" } }, "b820d27143c34ca7933f4f0594120fa6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_8486ed49d2cd46ac894366b65cae9aed", "style": "IPY_MODEL_3e4e61e53f204eea9456f146d34b7664", "value": true } }, "b8248412999d44c9961eb1bcfc0e0ee2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ee1f777935a043c8867b72b68778ec90", "style": "IPY_MODEL_e8a8c4a1e1d34570ba57ed296c0651d5", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "b8261298c6e44cc994d9103a93409810": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b826211b55054227ba222d760c5987ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "b82e03dd5a744b778896a854fba600bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_377154cb17c949eab6882e9a4da87235", "style": "IPY_MODEL_1851153982a94a6aa8f391b013155eae", "value": false } }, "b8381d3993a04714b8beb17da0afb899": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "b83a183301774f37a0be3735a9d13647": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7ce844f75ac84fb08a017db3a91c1e16", "style": "IPY_MODEL_6762eed60dee42c79239fc3728550969", "value": true } }, "b843d2ad1db3498589f2bafacba7b31e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b8511c8c1ecd42cfbaa0d9d21dc9df51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b851bd7b176d4880996579b1347c182b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_65cc9aef250744e496b590923919fe68", "style": "IPY_MODEL_1c480099ca7747489f620cd8414ef7ee", "value": "Wrapper parameters:" } }, "b851e2fe173840518a10eb6c68490043": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ad6cb643351944959bd91702559d08fe" ], "layout": "IPY_MODEL_6dd63f6c4681452da5d9cf762a1cbdea" } }, "b853be2d860948908afabc03ddaca792": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_49845a19fc3a451b91f54d8a231b26fb", "IPY_MODEL_439dd9115a764cb39690dc44a6afbb8c", "IPY_MODEL_d689755308804b9a9a5d6d1194ba66cf" ], "layout": "IPY_MODEL_9746b88da4ef4ab99988e0333694da62" } }, "b854f7d7adfa4a70b6fd59a5c5600c33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b8685a35c0ca4fc897b5226da8b334e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b86a5796a70847a1ae2563d59b18621d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b871cb2f6fd94b4eaf81b68e0cfaabd6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b87e8ff0e673442f99d2a6bf7e8d3681": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b87fdb79de40456f990008593642e7dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b888f4cab2e44e4091e3dedecb067b6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b89bdba1043f4a6faeca781b02090ca7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b8ab5ce88e6d42a99ada0db204eca9e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_dd1ad509c14342f0be7651cfca725daf", "style": "IPY_MODEL_4fe4ca43f41c4f948e44a4ae879137bd", "value": "Load an existing script" } }, "b8bd77b45de24049b4e183c95256d78b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b8c5c00f751a45f8a65d3a4fb5e813bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "b8cdbb7f4e254a1ba83fa5b82d158aa5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b8d2d045bc214bdeb9617c61e632480f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b902a9b8baf8469e8cc2705ffdb4a20f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_b127ccf089794659b6f932049a95594a", "style": "IPY_MODEL_1e3faf1691ca46a4b7fa2f2a379aedb1", "value": "Load an existing script" } }, "b9183e9fa2c34e3b915950db5ac08888": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b9188467611f4445912f35738108617b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b9220109829b41b7a0f33fa598bac716": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b923e1356dff4523a0f0689ae9a91fc1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_90cb9ba152424dbc999b0cd8d615d305", "style": "IPY_MODEL_fab665150939411ba7c1d876235b90da", "value": false } }, "b924d39c82914e57858ae93dd6ad7313": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b9255d61448c406da001ef29efecc9f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "b92908cda4454201903d09958a061ab2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b2226236d254480dbf9d78a9c6b414e7", "IPY_MODEL_57f7b257bed649aaa77d44cf6ece78b4", "IPY_MODEL_26e8d6dc1cd247d38a335c5d9d1b2671" ], "layout": "IPY_MODEL_0337b2dad97f4e48b7e6ffad378f5e07" } }, "b92d40f5a2794c93ab8fc6ab0ff22d6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_98ebad5e431b42a68794c750a8db9b6c", "IPY_MODEL_2c6bebb549b94b76974b053b7f1980e8", "IPY_MODEL_7443b178b9464be3817568f37b577b64" ], "layout": "IPY_MODEL_9cd1177b57d44929a2192b50d580f331" } }, "b933520f0189464b9dcd251fa35a86b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b940624b3b3c462686ea8098c6a7f26a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b9496d13e0a443e5a3d05427570dfd8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b94975f5339a46938f47426510b1e2f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b94b1a9525be4be4b9ba605db9e2d6b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b94c8129026e4fee8e1e44275285e10e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_466f425bcc1b41fe9bc9b848cb696bbd", "IPY_MODEL_c64669c1978d4858a00c2f14189a5df4", "IPY_MODEL_e7c6f4d289e6424e8147096af4711020" ], "layout": "IPY_MODEL_3470ac219ed94efdac05d5bb1df73297" } }, "b94e96f5176c4778b804bef991d704e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b94eaccced1e4254a570a84d8d9b95f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_51e9fef0077642888aee997b83a4f8de", "IPY_MODEL_a38178510180402ab2e465e30eaf3a5c", "IPY_MODEL_4fd34da5a2de4e0fa0250e9ca6df6b2b" ], "layout": "IPY_MODEL_bd09913cc37f47ffa3762800df8b4135" } }, "b95255c431684b5b8d3862db0b386132": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b95e37f8c4ef4f56b237338bb930afe1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cb6f21f353c44c6e814b26d7743e35f3", "IPY_MODEL_64688e97785548e5821748f7ba36f64b", "IPY_MODEL_ced181d1e7914f0d9e1686dcd514d1a7", "IPY_MODEL_7718cd8255904245ae7a20dce4ce8b35" ], "layout": "IPY_MODEL_bd5d92517163474caa2d29b966af05d7" } }, "b95f0cd7627c4bb4982b7cb4d1cec12a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "usecols", "layout": "IPY_MODEL_7b454b17b61741c5843c068c49e584b2", "placeholder": "[]", "style": "IPY_MODEL_d315b41858a245fdbb614b09ccd32c12", "value": "None" } }, "b95f5e4fa94f41c3adfbba7ac7521b36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_dd6283e9c0824d1194bd7990d503c998" ], "layout": "IPY_MODEL_c17abaa647b14622a6ae7ddccd46b591" } }, "b95f8c91486c4eb5a0ea228cd81dccbe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_7c8c4478a96f4f84aa1561ea3772fea5", "style": "IPY_MODEL_fdbf65bf376b487faaf703c36af69f26", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "b979ea5565af4c16b2476deef35b6b73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_34a784029a7f455ca8bacc3c744afe01", "style": "IPY_MODEL_ced1ef839ecd4b6abcd1a0b534a75651" } }, "b97ad72bd3a042d7a814458bca6833b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b98721205bc945aaa1bc0e0fb2ceec20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_31ba1da8584245c9ad22f3ca479e8015", "placeholder": "[]", "style": "IPY_MODEL_f92912ca5471482799eabeba831d40fa", "value": "False" } }, "b991429f2e6f4d5a95ba6713c69bcf5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "b993f0a0a4e644f9b760c426d95144f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6de139714ece4518816b41437bb59ee3", "IPY_MODEL_c22afa070cd144a29cff03bfb44970b4", "IPY_MODEL_d48c3594190446539c9872c54db75193" ], "layout": "IPY_MODEL_5af0f3082c9d47b19bdc4c86f92431f8" } }, "b9949df2a25a4f048ecd59275f4c1ea9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "b9a7d04fd3804c4f929a2b86e1a3f349": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_68ab336caacd42b3b114b64e4ba33fb2", "IPY_MODEL_e2a5eddfe3ed4c5da914f9c860b88378" ], "layout": "IPY_MODEL_c2989eceba734add91b51d795ab6151a" } }, "b9aaa157c96d4caabedf1cdf1c492058": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "b9b3d5ea56c848da9ba3a95c15df60a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b9b994f7f4df4261a66df85679dbda81": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b9d0efd89bab4b40a6871961e988da8e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "b9d8f230735f4ea18b1ac50fd855ea54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "b9d9020446734ee3b67e675f65fc1d95": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "b9f6dd5919294531a8db0daa194a2181": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "b9fce72fb2bd4d5b97cf0e7a8d6a8435": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_462d7c81dfbf4309aaa904aa2cac5047", "placeholder": "Type something", "style": "IPY_MODEL_b05d69e0d1f240939d098096c959cbf1", "value": "CMLWrapper_out" } }, "ba04d509296b4abdbb4dca274cf59234": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ba22b6039e8b4bec9aa79e2021c182b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_05550c51b0874bb6b30e2ac14d158ec8", "style": "IPY_MODEL_5352053aca644f3591fd476165131b8f", "value": "Template 3: a complete machine learning workflow" } }, "ba2d472a546e4c03ae1bb934416a87ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ba34f0e8146646e4816c5b946afa8300": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_03fe33fc77444058a2c0f6c737af8776", "IPY_MODEL_1b17a00f444547d7979942100f1f153d", "IPY_MODEL_cee3e86fb58049e29eb09417dc814a07", "IPY_MODEL_09b1814cad354d19b72cf2ddc0575ca9" ], "layout": "IPY_MODEL_8545b162983042199d9791999c3bb99a" } }, "ba4151fea0d341598907035181e0f4f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "ba42273f5ad640709e1f0ff62ff7597f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_13844c45291f45bebda4330634289a83" ], "layout": "IPY_MODEL_2e9183a531f74ecc96c2d754d8da0765" } }, "ba4833923f2e4610984dc109116370c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_efb4e1c011fe4c559cb79986e98df85d", "style": "IPY_MODEL_24cadba7ad194293ac28655c067908ed", "value": true } }, "ba49628e05a5406599957daeba7590f5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ba4ca467be964aa7bd92fa529cf6d77b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ba57da561f084e429e00177ea731b97a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_03054de488ca459f90fc7b6d1f9d4065", "IPY_MODEL_ccd9d2f5158b4156a43c9478352993e6", "IPY_MODEL_9c8a609b04834d0f9327f09a16e43c8c" ], "layout": "IPY_MODEL_7924d96b04684dba984be779fd4ba11e" } }, "ba5e635c84ff4e3493d55b9a32fe24f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ba89bac7c5944f93a3740aa662bbc172": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_6385e04b21bf4c429f12ff4b0110a82d", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_89c08f49157340349e5ee0eba07d34c7" } }, "ba8ff736ae564ece9700d78eecf34eff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "ba950b87e9ad4e3a8cef9ca891f79866": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f99b87327a394647b374df060abf0174", "IPY_MODEL_e9740b3861e04b6ea4426ab6060f6efa", "IPY_MODEL_64fa1dee924e48769556e80a56ac5f4e" ], "layout": "IPY_MODEL_1e19a79c11404cf393ea5e6b528dd6d4" } }, "ba9884a8881642fb85487342771112d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_3449bff7fe2a42a79328bf3ccd716226", "style": "IPY_MODEL_34f0c2903e194dab90ff06cff57f1b39" } }, "baa8f76687a8482fb284e91a2ea5d781": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "baab9be80d1d4646b945f551987cc60a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "baac503a7a134eaab3378c6dc73f12a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "baae80ef4e6c4de3a1c8d4c0b7abc623": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "baaf4c73a8d141a4a282a5a7379a98e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d21d4feac50a4d50bc37136600a1f351", "style": "IPY_MODEL_2fc03aa5e906472787a98a9edc86900c", "value": " Send >>> " } }, "bab02df965e946e3a95eca3a28c7e5af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bab23239f7454586a6f80ecdf3dc0b6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bab58f207efc43ff9b660131f9cb8fc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "baba37277b584df4b284a4849bfe27fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_380a91abf9114bc9ab0a6ee78607037a" ], "layout": "IPY_MODEL_1367759d4424442b868cffa6e9ff8a4a" } }, "babedb942b934095b377f5df20d1949b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8b147878bdd54558926207f024c4b1c1", "IPY_MODEL_7b54cbcaa8c94c5da933819386e0ba17", "IPY_MODEL_b73c16b073e2412bb205542e9d1f2350" ], "layout": "IPY_MODEL_62270c34be5a4aa7b7ec25d0acc27e3b" } }, "bac1b7f819984b909e544b59bc074055": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bac75676d4de4d4da13f26857f4d3f01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bae56675798d491983286cd23cd38bdd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "baea60dd9aad4dbbad6da06b7f88ff18": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "baea8f58742f407fa91b20cda8323d10": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "baec4b04ac3343658b4a543d90c70288": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_b428ea3260a84bac9c38a3bc4f7c89a2", "style": "IPY_MODEL_33ba230290604ee59218a148f7b7ec44" } }, "baf0f465053e46d98da0ca27caba1ecf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "baf30a275e3e49798e43254b0a36cb88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "baf33861e93e43529ab98f23a7e08d40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "baf3d20ff4ae40d980b326f5ea7df056": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2e959b3619ae4882b39e89db01f0ed4d", "style": "IPY_MODEL_9a08fd2332f9470f984d4cac32224ed5", "value": "Documentation: " } }, "baf3f61380fa47f5b2f4d42bc14fe07d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "baf45704efa24b56bf9a2ce8de89b4a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bafc41f5f7a04c17b50c9b12a62b4c7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb05afd552fc41a4a9d901ef07a6f173": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb129881465c4c09b23cfe2ab57376be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_40540f026c7044df93964da840c9dde1", "style": "IPY_MODEL_e3d298f38c4948e09ed2aecee0f26355" } }, "bb1b83aa06c641459acc444dedcd0e93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0b515dc9e42147cbb99a7ca4c106d043", "style": "IPY_MODEL_ad62c83c2e024b978d3c27b8d097d391", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "bb27af43cf294064beb09f1ce3e706e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bb2967ca8e1349acac8e346597a87fe0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb2b89bdc4204e3b83e8d5a8ec9048a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bb2bc0ee0e124cc3b1157d6ffbd250d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bb4a3c45a83c478387d70945392d1a8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2b2cb72192754d2abb4d01c8c7cc8c92", "style": "IPY_MODEL_189049051ccc4bdaae598fb32396e0c3", "value": false } }, "bb518a1dee58467bb3a55342cd0fa20d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "bb60aa82d9404b5aad49b237b375837f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb65cbd9e7ad48e9b4578a695782fbad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb6a3498a8594da597aef56f5715272f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "bb6a4476f1d945fe8139287f473faff1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "bb6b2883cc3f464f89a7b1cf8d6c47ef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_80124184848e4fc98f65b861f09398b7", "IPY_MODEL_96e4ae24490d4e5689ab73cb86361800", "IPY_MODEL_894eaa1eb0be4c6d97a27b7d4b951d4e", "IPY_MODEL_bf92011bf0564b63af7761252fd977c9" ], "layout": "IPY_MODEL_bb518a1dee58467bb3a55342cd0fa20d" } }, "bb6c439186df4ef7888cce30823cdb04": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb6d5c8cebd64e74a46041253ee11a0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "bb749733e3cd495d81560b44ef7f9326": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "bb76fbe0ee374bd48c4cbf389ddd8a57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_c9b9e11efc6743888ec371354b339b66" } }, "bb7a22963c254c37a85196e58aedc50f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bb7a4a8fc6bf410784707bd615de0a70": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb867d8fc1674e15b9d63b05bf402749": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2ddd245919054dd688d436b1b7cf8ce8" ], "layout": "IPY_MODEL_13abc5a44f3a4ae6989f84c36bfecf71" } }, "bb894cb7840e4061b58840299f2c5a18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_b851bd7b176d4880996579b1347c182b" ], "layout": "IPY_MODEL_f3507ec1ecd5442789479e354c5e915b" } }, "bb8cbb1a184f444eaccb46c8c385fd01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb909e9e7173434e8b5801be944773ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_54291e44b5384ca79d71924b940bced2", "style": "IPY_MODEL_09c329326ee446c0a5f3b2e28ce6404d" } }, "bb99e5a2217d485a9e59be5c5f89be8a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bb9cbece64434c8097df5f42192d40f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "bbac1034ef334aab996102897a097101": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bbacfd7f453f457796f0e81747192d1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8e5441e83fbc4b5dbb0c060339b80b40", "style": "IPY_MODEL_09e39eef1d5a431f94579c963cf1dfa1", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "bbb153a57a6142eaa46672d7f2673855": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "bbb274433c454d1ab2d48a635cc146f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bbbd8e3a82a14c70ad904e45c247003a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bbc49a9c9348490a9fb8e9476f185fd3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "bbc644b9cd9c4ec1b519c9ad87a997e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bbc8e45a2ac5404b9418407c9e664bd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_f6b70dd151dd466db3b45d9e4a6020d7", "style": "IPY_MODEL_f8b092b662954911807b7bf2c4dc6ec3" } }, "bbcdc89fe6f143b3ba05c35a2693c050": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bbd18f6880d14f418798d531c1ddbac8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e342909ebca74f0cb5dfc734ec02d1de" ], "layout": "IPY_MODEL_61f351bdbd98489c96126b030fa99a63" } }, "bbd4d786848e409b8f386623f6fa3ec9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bbd6b7e4c27b49c58b041eb6911385a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_0ff8f72704e94894b96c55e06c97603a", "style": "IPY_MODEL_0234edbc30e44ea6a7f136967fdf8c55" } }, "bbdeff604a1a4c938c7fcc909a8d5042": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_93b399c58f37402ebee9f4fd7bd5ef4f", "style": "IPY_MODEL_bfb5f23cb9ae464a8da27e59db295c01", "value": "all input tokens: molfile" } }, "bbe2076caff34bdab2cc7ade8a4f3a77": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_c43592cd959940169effdf60c8791d1e", "placeholder": "[]", "style": "IPY_MODEL_25d753b967a0430c8e314a2fc7e2765b", "value": "None" } }, "bbe2b1efc5784daebda60495a8419994": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bbe453b873cd4879b3e66d084ec5cc4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d31b70b4702c48e182c9647a45614b32", "style": "IPY_MODEL_06f7da8b6a2b4e8eadf9f939248ee474" } }, "bbfb025af7024935a740ee4f37648022": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_5dc5b1d9c3234329a8d3b9761edfe453", "IPY_MODEL_ee6619f88a2d47878ea22051342ee9d3", "IPY_MODEL_801a684d4b5548129be1cb7318d8b447" ], "layout": "IPY_MODEL_029fc16b85344295940cf9c024a21520" } }, "bbfb8535a75f400f8a5e7ad5cda27ac9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ad300a51b57641bc80ef0ddb6c8bf9fb", "style": "IPY_MODEL_e3e3fae17d2942a1be8c5c0bce7ea979" } }, "bbfd9a9c1286476282f8aa27d8ecaf68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_aea7d31a4fde4239b42fba12b1c55120" ], "layout": "IPY_MODEL_5ee717d8becd4ca0954a855faf5d2dee" } }, "bbfe5260778c49568434ff012641271f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bbffa185042248bca24c49fd68a57aa2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_05d9eac6727745f8b1d24bc7ece451ed", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_ca262a62133145dbbba5359833d6297c", "value": "read_excel.txt" } }, "bc0b21f451464f818bf53fd5d027cbbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3ec0971f43014524ac56c6593945e423", "style": "IPY_MODEL_3d44970e3c1a4ee8a5dc8502f985d5bc", "value": false } }, "bc2aea5f9caf482db038531ebacbbb7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "bc37c72f66774cdc9251a8583803deab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dc944d5e2b494efb965613fab5cd0240", "IPY_MODEL_e027e404c23e4b5593709ffb125ed068", "IPY_MODEL_d3aa4cf66e0f433ebb82cc6d79a6484e" ], "layout": "IPY_MODEL_3c39aa5962714211a57ab295040913d1" } }, "bc3d751299ca4d10a5664a64e56ca798": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "bc44e2165eec46a0ab3b116c3036c795": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bc4d82d101904b1380ecf97cf396cc0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bc506bb69ed44f5eb5c2f79cbee21a6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bc529d484f794c058ac02ea346e1c596": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_1b9a108e8ab5422b98519cf56be7fdab", "style": "IPY_MODEL_0ac89c5200aa4c1a869b5f5b16aaf27f" } }, "bc576df75e2143d58382a6c251e0cc61": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bc6a1e445f7443ae89fe71923942622f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bc7c2fe1549a436cab4a3c82ce36aa54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "bc89aed182764202926e9a715040fe1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bc96b7e7e0de473385251d48bf414c45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bc9d7b2a460047698ceca181bd755828": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "bca079b0447e44aca3e9e3f418895e2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0a3feb1564ac4ad88fc02590e806a638", "IPY_MODEL_2183d236a9f1449b919fba56ebf959a7", "IPY_MODEL_e35a3610dc8a41f9a2989503d4e72413", "IPY_MODEL_11ec390f55be478ba63e48aa31e68fa0", "IPY_MODEL_d5cac1ef2f424c98b18821b6adbb037f", "IPY_MODEL_884c438da3304db8a4d4f0a041616418" ], "layout": "IPY_MODEL_5eead94a139b46fd9b5a6f48f9ed26fb" } }, "bca8860658ea4dd78f17bdc38adb35c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bcae8fd1d39f4c19b61e8efe9cbdc493": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_377bdf62dc044e1198b79770bef38b4e", "style": "IPY_MODEL_7256053e36d446c7bea4cdcd7ddbd788" } }, "bcb04f89ac81440fa2f1c23bc85cacc6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "bcb526a90609446f8a4ced8c5074dc94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4939b4494ddb49678e66fa4f9d927339" ], "layout": "IPY_MODEL_264e653efd5d43ac9c6d2a141f3ee3e6" } }, "bcbc9faf7b984e9792975d75c05831c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_da19bc5dabf14801bf422afc29e30035", "style": "IPY_MODEL_ec9139323e35487e8b218bd0d2410e74" } }, "bcdc2bdb42c34e6f8c3f1ccf4819c7b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bcdfdd6f8b6c403ca8c4c7bd9e5f6b3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bce5ce459ded4043818eb14a1ea26aa7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bce6ba769bcc47259e7779a3748bcb43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bcea574ef4aa492aad8c97e261101c33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bcecebaf731e4b0095b7128ef10e97e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bcfd530774f34da29180bf67a89902ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd09913cc37f47ffa3762800df8b4135": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd1140ee44b344629b772086c5ee1b7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "bd173ae00862424b900b8b23cdb644ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_749b58934dba41d2a08789debf1f7149", "IPY_MODEL_a15c59be3de147a7ad499ddf3ca4caf0", "IPY_MODEL_4e5448f84da2440d9aea528e2dfd7e3f" ], "layout": "IPY_MODEL_b1218c05645f4212b611399df4583f11" } }, "bd1aa5a1fe2b4e1dadb06779226fa27a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd1af517013442efbb26e63f3a11c53e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bd1bd825b1f0475c83210cb260e89d76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9c6e48a184ad4aec831a3baafd3e1698", "IPY_MODEL_c1d94d68d9b343608dfffbde1904d1ad", "IPY_MODEL_8611a8919bd549dbb36024bd0c6f519f" ], "layout": "IPY_MODEL_5ffa782bad254cbda5b525ce371d62e9" } }, "bd21008a289c4036ba8f145770919a09": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd2939b457224354823fc2a19ba87141": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "icon": "check", "layout": "IPY_MODEL_2727309c128b4b5c9fa991bd464427f5", "style": "IPY_MODEL_cbd27805b8284c129b4b26db75397b29" } }, "bd2cc7033e644d37978491097bf78b5b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "bd2e011b70a546d498d6c7e36b214e9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3cfeab289f294249bcab508b962b0b0f", "IPY_MODEL_ddecf3943813460b9556a4db4ec53344", "IPY_MODEL_ae11325860604ccc8a868c47df875a08" ], "layout": "IPY_MODEL_006da62bb5ba4fc0b57e8491492a8304" } }, "bd372102b70041418bcedc96440918b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bd429244e41143ed87d1d7469f121010": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bfd385b36fd2496e9afffec8688dad32", "IPY_MODEL_99673a672027426a81975e78323429f6" ], "layout": "IPY_MODEL_e288d8a07f494ce28997f6b56fbabd64" } }, "bd4f8fed077b4ac8abfe4b40ca83a06e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0014684e34bc45f5b1948209119d92c5", "IPY_MODEL_9648a81045554febbe03212feb0c3d5b", "IPY_MODEL_02e8e5a1172f4362a81185cbadff628c" ], "layout": "IPY_MODEL_e4422a65c9df4deab31bcc9dbd90dec1" } }, "bd5d92517163474caa2d29b966af05d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "bd5f0449f8ee40df83e5a39efa0f935b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd64e4420a7540658cf084057b0bb66e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd71ab35053d42aabdf31dc88f4d669f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bd7f75e6f1164b86b1114372c74d5776": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_784ea072a18c410b989b335a40e6a8ea", "style": "IPY_MODEL_2cd8bcf93ab7472280dcceba4d705a70", "value": "all input tokens: df" } }, "bd9dee19b42a4a5195cd3132c22292d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bda86562ba5c49819530ac9e5a31b8c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "bdab747f500b4cec8eb80edb4dfd9126": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "bdb4049caee64dbca0075d6f8f682558": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "bdbae654a7954ad4981e4d952f4c7596": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bdc6d0a6bcc24330a0a4d96ab4001706": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "bdc8219601b844bc899fffb4f822fd51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_eaaabea92ece4237a8fedbe773480f03", "style": "IPY_MODEL_6a698ff098794665958e9e2c0791c45a", "value": " Inorganic Descriptors: " } }, "bdcd42da32034dcf907a4c102789202a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bdd784370cba4fae9aa46fb97e56ec22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_396e8739a9f14370ac6aefd22e71b993", "style": "IPY_MODEL_4e450b443f924087944fe7dd6033261e" } }, "bddeb6e6874b43eca55e928e8fca4e76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bde4f368095b46a2956a3c471b5882aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_440af9aeec6e4df190dd5a606162463d", "style": "IPY_MODEL_891e165b93fc4fdeaaf8ed34f42b5c0b" } }, "bde84a61ae614b209017b136698ebce1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b9d9020446734ee3b67e675f65fc1d95", "style": "IPY_MODEL_5f5a3e32ba1a43a698e112f9b28e8204", "value": false } }, "bdefee6bc34849ca9fcc0f06f367d95f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bdf5a11dc4844d08b9e77f4b66cbd63c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_382392a9a0e545539c1361387e6cf585", "style": "IPY_MODEL_913a0a745af84106a1e8cf2d475af5fd" } }, "bdf6c0613c2e46ebbd4e81b80e751f6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ae3da504337741a282f4f782693230b5", "style": "IPY_MODEL_da61c98151e64f2c9ad6488ae9f286f9" } }, "bdf80fc51c74462c8b26ce1ded7a5167": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bdf936efd9f041ba9093a9c081294cf3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "bdfc463aaf124de8a09934508150a32e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bdfe8ae37879419bbd8eccab7ac29518": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b70309eb22ee42dbabde82716def8941", "style": "IPY_MODEL_f4bf653324f44f11ba3113cccba14fa4" } }, "bdfff1021ee64e91a9cce1a1a7a7b9d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_ea44c9f5c1084c81ace3b4bbc3918148", "style": "IPY_MODEL_2c8dfe0f168245f78985c3eff8f043f9", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "be01602874de4b5bac8996f234b36224": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "be04b7fa2b4c4e20ab505e9c5b3edd33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "be064c9a173c4ed5ba3431a66438c930": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "be07eda73e3141c88372648f55d7aa03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "be0e1b0edff14bc383d911b1064cdb72": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be183a8aaa6b4a2180e9224988996c48": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be1b82adba1446968d368b3bce6367c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_89e1ab2820c844379898d24731f96644" ], "layout": "IPY_MODEL_ea9f77fb574e4eee9e51e70b71a69040" } }, "be1c3168c6624095a0612c91f6b6ae2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_be5d8b638a724f6a8b4a32b1a148cd00", "style": "IPY_MODEL_0fed9ed3cf0d4bd993186912fe717d47" } }, "be38ad7502ac41b6ab538ed59ba81632": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "be3eb57f61954da59cf6cd8ce1b020bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be553084594144ed87ba595b4e28203e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_42f92b0d28aa496c8da939a1a6b5481a" ], "layout": "IPY_MODEL_03829c3bcaa84cb5a6687694865ab8f8" } }, "be55d2fd04e94ec9a116462f186ccc28": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be56e5d82f294a2b88bb7b4d75b11ea5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be5d8b638a724f6a8b4a32b1a148cd00": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "be6c03de83bd4bc0af38f1792d3b5f94": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_7169157b41854abc87deee6deec0d8f5", "style": "IPY_MODEL_bca8860658ea4dd78f17bdc38adb35c7" } }, "be701d5a12934528879256cae0a6e857": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be72e3d681814756a436eff27bb183ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be744b64542749fc86ddb57f326de3b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_a0b8789a7fa3485e8a4b13d56be1c1b3", "style": "IPY_MODEL_9d7f9281595a48e883faf83144af0720", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "be74fec3278143008c6f80bf44a9c7be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d3b5cc8f63f54a848301f806c674f864" ], "layout": "IPY_MODEL_1bb7682089224965967ddaf89fc143fc" } }, "be83177ea1b34de5a00b37c02072311c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "be850e5b8be7417d9d7b0a014661190c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3527c0600bdf4c0ea246d433bc1ec428", "style": "IPY_MODEL_4499cc8ac5d54a32ba931dc63e2e0f98", "value": false } }, "be87bb201d56451aaa53d82a103fd4ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9e039c6f7f22415d9245bcb2f8dd9a2d", "IPY_MODEL_58f92b3c3dde4a8a9667c82eddbd3688", "IPY_MODEL_465549f9b41444049a59f8ceb30df35e" ], "layout": "IPY_MODEL_550363fb6da5411dbbef156ed6a8fbd5" } }, "be962bb789594027ac6fa4066ef9a1e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "be962e78f87441cfbe0f939cbbbc2556": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "be9e5ac97afb4fe1bbef5d1f46ef2c2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "be9ed08b5fb74fd38c2d085a1e0e7268": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_389e62f28cb6448eb50cd78b1ae14b25", "style": "IPY_MODEL_5bf68f4c56954af786443da0907c5990", "value": "all input tokens: df" } }, "beab61c0dca1448697f499197644b455": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_0cb3db949b204beb84feab4e7e7de767", "style": "IPY_MODEL_82b047532bc84bf6b423cbdd19363741", "value": "Template 1: A simple machine learning model workflow" } }, "beac8c8d59a04b83a6a312d088fea924": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a2b214810f974bebbd08d8015812b8e2", "style": "IPY_MODEL_98ec2edcd94a418a9232b923b2ae01c8", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "bead4d2415b24e2dbf535c7336e9958e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "beae2d96da29456fb09b7e9c33b677a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "beb50a595e594e019297189a41967332": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "beb75ee865cb456a949168b3573c2ade": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6da848ec0b0c4328bb90ba3f2bd9be52", "style": "IPY_MODEL_7afe46cd2b8f4c5c853d5a6d6c4b3f50" } }, "bebe824fdd854962ba39f780e2eb1748": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "becf5b8e158b4c70ba885239831361b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_881703949f524bed95c9d87980ff134d", "style": "IPY_MODEL_ebdb3781ad404d09982879a7accfc138" } }, "bed71c6645d84aa7975f40c9c012a894": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4d1c9de26be945d0aa229a4851434c50", "IPY_MODEL_c7ee80d2e6a1499caa710698060d6a18", "IPY_MODEL_607f63c9043349ac8a5458791bf7ab79" ], "layout": "IPY_MODEL_3aa3d0399a064626bc0bf18d3f544c32" } }, "beda5434631f4830aee46011646fafa5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf015b6620b0473c9ad50931761bdc60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bf018604473c4ddfada0f2f7c7af8f16": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "bf02be882b7d433b915b0e2714fc06ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_e2c933b3ca564e0e98d675884325c7f9", "style": "IPY_MODEL_27354cdeb3e54ba0a53e3bbfd3cf2652" } }, "bf08b3ec9ba348e8af25584ab91540d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "bf08cd71a9d447558b49838edea86b99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_045d2c93d5d245e6a546b4a8f8db50cf", "style": "IPY_MODEL_fba7fbaa04c64d0c971ee6746a836d21" } }, "bf09fecc6d5641b7acd2c1f36ef3c81e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf0b0be115b34f5786f17f164a795726": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "bf0bfeb93c12461cbd16beca5bc90081": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "bf0f7cd11e5a4040b063728f47907cad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf18d3a2447c4f1d93df6af986cf9eeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bf257680d73b4752ade3ab4198680074": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf25b967ac904ff680cc38833a011d1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bf31f3c555834c618fb0fb127580b6db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf4020b63d414278a8aa650e9e756980": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bf48069a5a464e969b8fac5122518873": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bf4931d8677344be94fc44b33c92ebda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3846717c136c4d1db10b61e72c0b612f", "IPY_MODEL_b69196bfda764374a3af5dc693803c57" ], "layout": "IPY_MODEL_bf0bfeb93c12461cbd16beca5bc90081" } }, "bf4cd7bf736941c0b95fb5ae621c65df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf4d2035ce7b49778558d8424fcdee22": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bf58efbd41604f198cc78559dd74a6df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_45923a8831034876b5864a6989cd1ea2", "style": "IPY_MODEL_722ad71cee7f4e64abc3cf8332d303dd", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "bf5c11e8d23a4b3ea961f8e4d60804d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bf5ee08b253344b1a9d2c0beb6873ca1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_31c7dc06f1a542df8648f2ae49ae14b9", "style": "IPY_MODEL_73669ba464e942daa517e8ec4677601c", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "bf63d6d10ef7455e921b0a091d3453d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2f9763c7cb3449b68bed3b73278f3dac", "style": "IPY_MODEL_c058b4cf077844068fd3ea586c9f08f6", "value": true } }, "bf65654126e14c5e82f50a4c69892086": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Represent", "molecular descriptors", "chemml", "RDKitFingerprint" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_7eb87bcb121c4618b2aa906af4a32cc6", "style": "IPY_MODEL_3cf2c4bba8a14dcda8c6572edc96d263", "tooltips": [] } }, "bf6be51a07aa4fe6b2e7f6f108a5fa97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e1e0e161f6994e388699285a2522536d" ], "layout": "IPY_MODEL_3d07278d00334d7ab28487619fe7ca94" } }, "bf6c82df5c2445c19559da7a418d1627": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bf7ce11a356941c7b407cdf22a6070e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_036187bc976c4f3ab514b970da88dde0", "style": "IPY_MODEL_cb880b2cae6c4ab58641f3b5931452cf" } }, "bf92011bf0564b63af7761252fd977c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_6534541034c741238088c8db91968830", "style": "IPY_MODEL_0820265f5e67486fa93fff90d0352c4d" } }, "bfa185d8013846c09a8a88e648fcb235": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "bfa20c21db2c44f4b1a6479a390531a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bfaa11b7086b41dcbefdd221076b21f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_1118ff2f95ea4d02abf6aeb2ca8641e0", "style": "IPY_MODEL_fa76d43153684f139451ffb21371d72f" } }, "bfaaf3fa6f18415db3895b4de9c3beab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bfb430e003ce45a48367a4ecf183a716": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "bfb5f23cb9ae464a8da27e59db295c01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bfb873be34b5453babd2b6a27a3c7817": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bfc59c473cc54e0d8979554429c305d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bfcfedef0e404c9c966b7a725d48ef80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9128ae57ad7c44939bcee5892cb0d1cf", "style": "IPY_MODEL_0c27dd91e6824566be89b4b8b34c9061", "value": "all input tokens: molfile" } }, "bfd385b36fd2496e9afffec8688dad32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_27a55c110cdc48e180b12ce169a5d179", "style": "IPY_MODEL_55b08fef2dfc45bf833da2a4fd5b434b", "value": "Template 3: a complete machine learning workflow" } }, "bfdf0a358b354287b269408530369045": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_9aae3bac7d53452bb5ef377570838be4", "style": "IPY_MODEL_9a78a2274c5f45cd81cc509d8f19a6c4" } }, "bfe326b89ae44015adcd9b3b380129d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "bfe831ec468143aba6c84f0ffd1b816b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_346e58274cda4dc6b90e4077369ebe42", "IPY_MODEL_a14f3a6513c6454bb8234dfe05c45bf1", "IPY_MODEL_17491530cfc64f659cd9fb522051b780" ], "layout": "IPY_MODEL_647ce92373444490b37f146b4a66d995" } }, "bfee7b26abdd46d998d4cdb7d55884ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "bffc94e022b348cd83b7ba8504977a1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c40d5d5d6402468bbefb4715ba9964ee" ], "layout": "IPY_MODEL_1d6d5e995fa44363907c57c8fbaf8a51" } }, "bfff1787105c4dc99f44fa477c7cd60a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "bfffdfe2d3494919a72cc826322e723e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c000c1f92fe143fc90bb02d5a22819ac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c00665daa5db4599b11e7bbed3e8c4dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c01363b1d099432cac20cd4aef7f0c09": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c0145ba1782e45d3bb18dc4baab2d0bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c017a16eeac44200952d3d6e5d4be976": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c01a92bcc5e64bd9819d254b77fda9d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ca36bd1124b2470ead3fb42cef50b41d" ], "layout": "IPY_MODEL_456fcb33783e418bb52e95fe01f29db8" } }, "c01b41e3e23d4c0db8fdf7764fc36e6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c01d820d6c3842b0a367dea4b147414a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c01da074480e45b6b3b3db28f19b4563": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "c03a0d0c8f384574a7daf8e008b1b785": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c03ae228eca544a79c2269d4c18de32e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c03c946d76c34f08b9f8bc9b24db3c02": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c03dea3c50044791bcddb393e714453c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c04449ccf6c448b39bb968de4e753884": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "parse_dates", "layout": "IPY_MODEL_d5b5a7fd58a148878dcf4a6c29c180f2", "placeholder": "[]", "style": "IPY_MODEL_06466ee378fe4d37931757d4bb25c48f", "value": "False" } }, "c045bd986b364a25b000a7ab237a3a6b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c04c14aad78d46cfa124da6495cd7bec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fb4180b995584b0e98bab2ec57fba14b", "style": "IPY_MODEL_973248ad1a064987a55fc3a6781b3e59", "value": "Documentation: " } }, "c058b4cf077844068fd3ea586c9f08f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c05c22c11dd04470857f7666dab9ca48": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c05d0e8964954ab7ac16e05c2bf78a49": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2e4d208bcd904a9793c4894c0d2cab3b", "IPY_MODEL_616b4d5e766c41b28544f2c8365f2c27", "IPY_MODEL_e333666f916d4286ba2a5e7416ba5d1e", "IPY_MODEL_5fcb1161bbe54684948c3aa617b05600", "IPY_MODEL_c64962f621d6443587ef6fb33e52989a", "IPY_MODEL_1f8106cd70c74a54b7ea44bc249081a1" ], "layout": "IPY_MODEL_7e3f08c14933494492f8e9f665daed62" } }, "c0660458b9fc4ea6a3620b8a81636fea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3c55fad321154f8498ce453c55240a40", "style": "IPY_MODEL_d70d758e69424a38bf186bfea4ad59c8" } }, "c0681675a68d469a8d32a08709a4aaf8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c069148ea14b45eebfc247b6db79eda5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_eda69a93adc14b99a0b565a9ec6549a1", "placeholder": "[]", "style": "IPY_MODEL_8843337bb351423fa5240d70b1daefa1", "value": "Morgan" } }, "c07b000f38494be3931c076a7c9f4a39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_39aeef84480f45f8a71b0d00e9f6718d", "IPY_MODEL_8bf1bc715e73415e80112dbe2be46340", "IPY_MODEL_c79e498388634d399fc7c7b9c9e29d7b" ], "layout": "IPY_MODEL_2bfadc20f0d449ba8df5876d0bb67ac2" } }, "c07c35791fcb49a2a8920b29e0a1658b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c08245445ba646db93ed8fdc10559d74": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c085adc1339343a39140d03064ccce30": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_a1fa362488924c80af9f51f06f1f7337", "style": "IPY_MODEL_d1ccf62cb8d54e95bfee38109b5f3c37" } }, "c092e1bd94c4469f82a4915c675fa8c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c093b96129864e9d87dd53df8c2d39fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_fdb2078ed5cf4905b317a52697308c5a", "style": "IPY_MODEL_906cc151aee741eb95e24457bbe43d52", "value": " Receive <<< " } }, "c095c080c68f450f8293c2691c2fc75d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c097baedadc3414096f8517ee21f3aa6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c0996091a4ae4fd3a0577c00ac68d7cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c09aabaeffcb43f589d02956802a9480": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c0a85f9e8b094904b05979a237fad175": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f6bc5fc9487a4b198f05445bc08d3717" ], "layout": "IPY_MODEL_9332bf864ad24dfdb435e1c170cd0a78" } }, "c0ae721f2a81419990ce364f772f6e78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c0b1113aecf6431a96b05937d45a4e58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c0b8831ceae241e0bed747977b6c0594": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "c0cb4c96c69b4db59ef3ee23a540fa9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c0cfd5eced2a4692bef5e89cfa845bdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_397e131761604d5aae6e5922c8e4bd79", "style": "IPY_MODEL_ad72e37c5f424ded9824d38be1be9390" } }, "c0e1c53d46014446a93dd014e9abc2f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c0e251cf73a749aa8bb1e017e70743a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c0e56a0335ce4ce39f3cd7f5100c30a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c0e8c6e3be094e5fb5f2c2c931ace1ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "c0ec11bccd334841a4f2c4ac8fb7f42f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "c0ec4444b1044398858de3f038192e1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_fd370d538be54025b2ee07439c312677", "style": "IPY_MODEL_ab931cb2fb6e4ba580db15680b240d88", "value": false } }, "c0f1354a4822420098c63e40e4dcf400": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_f88414fa853f4209998a8cb889838fec", "style": "IPY_MODEL_cdd26350915d4bac9b15e753925b324b" } }, "c104064d2bcc4e47a092a6921011afed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "c1105f6546be4fb199de9ac6ae844ef3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c1155b62e1e044108bee7104d81344a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c115ad0c99574d038aa778801e41124d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c11d86dd020d47cf986c6fbdb9598f87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_dfc810929b364aa9a309d729320a1fca", "placeholder": "[]", "style": "IPY_MODEL_66f91f6f1c76430b879ced115bdbb633", "value": "Morgan" } }, "c1286f65a4c1496fa71adf91f74e00e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c12a1a2cf6df45529f13226a112f0ec7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_498f248868f94d61bc4cbeb1f11a1a7b", "IPY_MODEL_f5c48ca5a4104555bd69d3da76f34e3a", "IPY_MODEL_51b041303e204e59a726b4f758238a53" ], "layout": "IPY_MODEL_5b4d7a9bfcdf43469246b27bd861037f" } }, "c13184dc76ef4cb08d130b83004e11ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_97432b7d8f9541a1bf4e1d31d6bdd89a", "IPY_MODEL_f42a564066ce4f989522ec65627444e7" ], "layout": "IPY_MODEL_138765fa112144dbaa84d9fb22336391" } }, "c138add437d446fcbd44192f50892176": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "c13fa19a3e2445579a1bb391395276ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_16c491db909c42388d0788bc45e5898b" ], "layout": "IPY_MODEL_a8a1872d087645a2afddf3111dc857d4" } }, "c149f987ff8b4d398901d5b2f7d02f2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_bdcd42da32034dcf907a4c102789202a", "placeholder": "[]", "style": "IPY_MODEL_fbf5d63d53d74861a3da82c33b152b93", "value": "None" } }, "c14bef12a5e74a21b0b41943a481a247": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9cefa22ed5044002b0bfe162687f0f62", "style": "IPY_MODEL_f115b90e66ac4b0daaa43a332c0cda28" } }, "c14dc4845976463e835af4ae26c3e1ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c14e53538ae743e29bc097aeb3fd6081": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e16a8ec9fb41456cb332a23b70be389e", "style": "IPY_MODEL_7817aa97c5b24eb6933ee89f8ee24735", "value": " Inorganic Descriptors: " } }, "c153e61858eb4f52aec7588e8f45550c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "c155ce3f7e8c45f9b4e414307b5de989": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ab01ae707a494c68b3b41d9130e40c3b", "style": "IPY_MODEL_20a895a2242649b0b43120ceb1947cfc", "value": " Send >>> " } }, "c16846c752ed4feda39bed6540723344": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_decc127fc672468eb802aeca5013f5e7", "style": "IPY_MODEL_dddeeb2809fa498098d4d34e83873925" } }, "c17508ce60f047dc93e806e258e0c4d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6d25d1422d1b43589adb59034df62ffb", "style": "IPY_MODEL_2d2ca35423fa42b681098870021ad58e", "value": "all input tokens: " } }, "c17abaa647b14622a6ae7ddccd46b591": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c17f124b006449729e41bdfa460bc9b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c18ecb35c9dd46bcb719569d0852a366": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c19221436c5b4c75ba54ced634390685": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_27c9671cc2a44110900123ce023d956a", "IPY_MODEL_a71effec25ed40bc80d6bebe82826489", "IPY_MODEL_d5e0c29e2b024f9890f31a81179e1564" ], "layout": "IPY_MODEL_c7f8cf7287ef418fa320c5996c486a4a" } }, "c197ddcc2c9142afbded5dc75a87b759": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c1a37011d1f74225b0d39ef45145a74d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_583e2a28b7e54d6b80e4f8f179595c7c", "style": "IPY_MODEL_794e52a9c5504f90a2fabedcce3754e5", "value": false } }, "c1a7f4d2c4f74479b60e7007d70e56f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_587881f5137b46b5bbf0d11f2d46fcc9", "style": "IPY_MODEL_61cf1201f38f40ed91bd10c6971ed4d9", "value": "Documentation: " } }, "c1aab509df7940adb180a65d35a767c0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c1d94d68d9b343608dfffbde1904d1ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a3f6d6e7394742d3b94896594c2c2512", "IPY_MODEL_e56440eeec494eec9fd6b151727f9311", "IPY_MODEL_7163276a03b841a5b98913ebbb0a7353", "IPY_MODEL_e758872617dd47b4ad67412d02d41b58", "IPY_MODEL_e1f9f293a827470d8e85d1140d84cead", "IPY_MODEL_3b23dd9f8f014a2dbe21e7f2e13675f3", "IPY_MODEL_8914203e6883439e9e31c6e4eca317a1", "IPY_MODEL_cb9c6c08526144ffa6474e5011c3f5dc", "IPY_MODEL_232d11d151b14ece8cd7cec4e9dd0897" ], "layout": "IPY_MODEL_ed7948eaf92c4835a674ff3d8490be18" } }, "c1e9e1fd308e464bab9ab33d204e42ad": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "c1eb0cf24f9f406dad461c77de129fbc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c1fdc961bb3e4c3dbaac0488b946046c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "c20c1080afdf41aca43b62f5e364b4db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e22fa036fb324b9b9d8d606f09cf159b", "IPY_MODEL_16d0cfcbccea48dc89a794311c1e0d2b", "IPY_MODEL_d779f467a76b416a8d4ef6184afc9f2e", "IPY_MODEL_b12c16f682f548c79991c2110ebd7f7b", "IPY_MODEL_2bec7b8d9a814853b59738b124c6a79b", "IPY_MODEL_2fc043e59d584f36bde500fb19760f3e", "IPY_MODEL_01e8630c03634db7b7c3100b7f5eed9e" ], "layout": "IPY_MODEL_feb9cad1740b4290b6388f2cda6b6b4d" } }, "c20e195ed0034ee0b064f3bd447809b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c214a2bca199455da0de2c729d854b46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_0ad24789a04c4a8d97543982a4a5ad8b", "style": "IPY_MODEL_54ba2bd54c734d159d2b13bebc6b8eb6" } }, "c21db7974bb640838dfad7a5f3c4b726": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c00665daa5db4599b11e7bbed3e8c4dd", "style": "IPY_MODEL_c450a4669e394a4fabcaa6cf4bb2c2e0", "value": false } }, "c228c79355de4df595f8d5ff09a06c5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c22afa070cd144a29cff03bfb44970b4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_169089a0f371425d87afbf4ab9fad295", "style": "IPY_MODEL_e2547f55291c4f5c9ebdd46519ca7e8f", "value": false } }, "c22f1292280541739ed0f4ba5058f23a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ecd6a5ed994c430089314a5a503a27e9", "style": "IPY_MODEL_cfcd80a537fc433698e2539181e6dc05" } }, "c23510b2f2b14e3a848a62c05c50ebc3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5302c362efe44967b6cb18b2fc669c28" ], "layout": "IPY_MODEL_ee2a2da4d581441f9d7131bc5fc88492" } }, "c23565b90dfb44eb9ed5889b35259d68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9000a05ce2834cf19690cbce13074745", "style": "IPY_MODEL_47e6651f91ee48a7a60b19b3fbf47fc5" } }, "c236d23cbd5d40d79d61c73e3350ee86": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c23a698ab1734e28899255b7b1054dbd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "c2441d4c9846429fa9d25a6565a96ec6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_36c3267d02124002b97c2022a807795b", "style": "IPY_MODEL_39ced043f41d42ae84d0b5cd0b950329", "value": "Choose how to start:" } }, "c246f7538a1849ac9cde7dda5dbdaa4e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_eecb5a235409494d91f2d4cab62923cb", "IPY_MODEL_5a3a8202d876410f91de1ab03c145118", "IPY_MODEL_270b358fef224e1893b3b44a798e5e8a" ], "layout": "IPY_MODEL_43965b8b8e904dbcb943f2bf1413c26c" } }, "c247c7edf6904536b34aff09eb78a8c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6dbedfe212e64db289600c3704dc6d61", "IPY_MODEL_b9fce72fb2bd4d5b97cf0e7a8d6a8435", "IPY_MODEL_a440ae0a4f7e4a158ea923bbb9a9fc42" ], "layout": "IPY_MODEL_4b34e72db5cc449a88cc2075ac3cde56" } }, "c251ccb88dfd4518810f2412d05344c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_48b5d4b45f0946a5b9ac323a3b41bbc1", "style": "IPY_MODEL_804d9ce6d25a4987a5077846947e93b3", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "c25daf58509f4173913b95f2c12c3c5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_7220a1d0b0c54cdc9b9c52e13266d661", "style": "IPY_MODEL_7c0e75d15a3d409f8af47c484577d914" } }, "c2681cb028e2463da4299f73c06c280b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c2742cec144f45c59da2f52dae503304": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_8a541c03b6e34de9a2f3717a974f8506", "style": "IPY_MODEL_4cccd614ac9e4782a3008b9fe91a104b" } }, "c27a1a084c3c47fa8ba09fb6f09d27f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c2837270d25d4b1db6a2941d076a716b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c284c49dbfe0420b99bfaff3ebb42e66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c2868407f1cd4576972244467c691fd6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c28c502c4a0c46b49913277a8bdfa3bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4714b515b806444eb24e4a484df3df3a", "style": "IPY_MODEL_f46ef91675c846a1b0f956f5e63ad7ad", "value": "Load an existing script" } }, "c28cbc96cb204b1e99d7971e20a42577": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c326435dc4864e96970e8d37bbf01b44" ], "layout": "IPY_MODEL_9d2c5466b14945a2a9f106356cd1ef85" } }, "c2989eceba734add91b51d795ab6151a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "c2a718687b1044e4bd807ed1fbec1319": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c2ad2a8b51564d7b88047a61228dcfd3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c2b179c89c1b4cf9bfa1cb0b6fd48e9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c2bd84a27b584c3685d6515a9d105373": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "c2c2212c12944397a8efe6fa720ac5a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "c2d307aa2f0f43fba11519ea98118e8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_196ab41a5bad4a1a91a4b72c63d7170c", "IPY_MODEL_29697caf14e744199e2df14132cfd916", "IPY_MODEL_f14603b909234bba9de8e4ac993e642f" ], "layout": "IPY_MODEL_935da3d565464518b08dd0794f09938e", "selected_index": 2 } }, "c2d98b8c2ca74ca29670da59eba29fa4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c2db13933d0c437f9e71c2da518c8cff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_489762670cb34a23bbaa724db159458b", "style": "IPY_MODEL_7604fea26ac6411f90d606934fb3b7ed" } }, "c2e3286407b64170bbd9e48434150113": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_52b494229d624393bfb079a8bd0472d8", "style": "IPY_MODEL_42a3ab239d1a47caadde69bb8e20f023" } }, "c2e4278a0348451584183bb9e46cb332": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_177db58e184647249500526edb71956f", "style": "IPY_MODEL_ed730f4df8834a529d1e732f2f7f4dce", "value": false } }, "c2e8a911d33e47469c3f77baee3c5a4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "c2ef0382ab164e94b590076b45fc3836": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "c2f683bfda6c4ef294edf19581bdc24d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 20px" } }, "c2fc60dc8b1f4aebb45e4ee376a2c40f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_77b511591df1407db75f22e99c92441f", "placeholder": "[]", "style": "IPY_MODEL_910b68bb64e94d6999890e5d47d20e1d", "value": "None" } }, "c302a6a5193f41e3b88c5447fbc131b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c30fad158a664ffeb7e756588bf4f411": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_16bc2bbb252840f383c2bf6a6fd50223", "style": "IPY_MODEL_93366042b5e54f0087c4ee98bb78f3a9", "value": "all input tokens: df" } }, "c32628806ed94692a3426d7253944184": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c326435dc4864e96970e8d37bbf01b44": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_ab6d91287cd647b69d66e012197bec43", "placeholder": "[]", "style": "IPY_MODEL_6d5d766d722e476f9ea55078f3765608", "value": "[]" } }, "c3330c67ef1c417383a9c591d21d777c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c333ff77921f460a99ca237087a62ec4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c336d16e22734f589f04b65121718ff7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_0d50edf4797541f29783197b8fef6614", "style": "IPY_MODEL_64ca73834416475dbac102551be16f8b", "value": false } }, "c33ab4ff7af34e5792740ad0ba16536e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_1c6d8f8e7c4c4e75b03ff532de174329", "style": "IPY_MODEL_60912fd5461545d8a344dd11681604ab" } }, "c34a1f10ee1b453889fc12ed6bf8c577": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c34c7feb15db44f5a7cef1c41334c7cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c34f818570624a04925f03d77c63bfad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c355e901f92044f288fe4abc6e4a1615": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_d0659d67f019411daf8ebf9b050ecb2d" ], "layout": "IPY_MODEL_0f1cf538197a47b08d3c90cb7e45fab4" } }, "c35b53fe0441483498d062087f6ea936": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c373790bf56542b2ad08d9cce59a5f20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_fe6c537c3e3549b58efa87c8701847ff" ], "layout": "IPY_MODEL_0159f21d1a8a4187a902b30e2ebabd29" } }, "c375c7a33f1a4381ba308fb1524325b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_a181707af31648339561e143e5d3e42c", "style": "IPY_MODEL_b329dd9ea88547a2a8cfcd4fd571fd83", "value": false } }, "c376a1966b914a8181312be9a0c5e940": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3a7a2133ca09400f9fc7380b29eeb0a3", "IPY_MODEL_9fedd79a985542cc91211dcf89033b61" ], "layout": "IPY_MODEL_ab2fa1b060574b08895dcdbf99465bbe" } }, "c37ec41c859d4f92ab9ddb152a4afcbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "c3837eaa92f4492a863a7c190547c481": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c39432c09e6446d7ab48bcadd4516e19": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c3a20fa145474681b39adc2472fe6741": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ab09ed27f29d4e419da65b219a6142da", "style": "IPY_MODEL_abf15a0e7aa34eec88e6b9c79714232d", "value": " Molecular Descriptors: " } }, "c3b0efc4d0844f1a92e6380f3815c7b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c3b44d9a1e9543efbd358e4ed80e61a5": { "buffers": [ { "data": "iVBORw0KGgoAAAANSUhEUgAAATYAAAGXCAYAAAA5/HziAAAABmJLR0QA/wD/AP+gvaeTAAAgAElEQVR4nOzdd1xT9/4/8FeAJAQIhBE2yHAgVEBwCwV3caFWRYurt2qH91pb7bi1d3yvvfbn1Q5be2tbb2tbR61eR1WcVSrLFkWwAiIqKjLDTiCMhPfvD7+crzGAgMCB8Hk+HudB+OSM90lOXjkr5wiIiMAwDGNAjPgugGEYprOxYGMYxuCwYGMYxuCY8F0A0/3q6+tRXV0NlUqF+vp6VFRUAABqampQV1en069Go4FSqdQbh6mpKSQSiU6bkZERrKysAADm5uYQiUSwtraGSCSCubl5F80Nw+hjwdYLERGKi4tRXFyMwsJClJWVoby8vMWusrIS1dXVqK+vR3l5OW91W1hYQCQSQSaTQSKRwMbGBtbW1i12dnZ2cHFxgb29PUQiEW91M72PgB0V7Vlqa2tx9+5d3LlzB3fv3kVeXh7y8/NRWFiIwsJCFBQUoKioCBqNhhtGIBC0GhJWVlawsLCAUCjUWYNqWquSyWQQCAQtrllZW1vrtalUKjQ0NOi0Na0JAoBSqURDQwMqKip01hAbGhpQXl4OtVrdaiA/uuYol8vh4OAAJycnODo6wtHRES4uLujXrx88PDzg4eEBmUzWGW8BYwBYsPGgvLwcmZmZyMzMxK1bt7ggy8nJQUFBAdefpaUlXF1d4eTkxH2gnZ2dYW9vD1dXV9jb28PR0bHZ4OntqquroVAokJ+fj6KiIuTl5aG4uBh5eXkoKipCQUEBF/hNZDIZF3L9+vWDt7c3Bg0aBB8fH7i7u/M4N0x3Y8HWhRQKBVJTU3H9+nVkZGQgKysLGRkZKCoqAvBgP5S3tzf69esHT09PnQ+lh4cHbGxseJ6Dnq+2thZ37tzR6Zq+KG7dugWFQgHgwWawj48PfHx84Ovri0GDBsHf3x/e3t4QCAQ8zwXT2ViwdZL8/HxcvnwZGRkZSE9Px+XLl5GZmQkigrW1Nby8vODr6ws/Pz/u8eDBg2FkxA5Md6Xy8nLcvn0b6enpyMjI4B5nZWVBq9VCKpXC398fwcHBCA4Ohp+fH4YMGcL26fVyLNg6QKPRICUlBfHx8bhw4QIuXryIoqIiCAQCeHl5ISgoiOuGDh0KuVzOd8nMI2pqavD7778jJSWF665du4b6+nqYm5sjKCgITz/9NEJCQjBmzBhYWlryXTLTDizY2kCj0SAxMRGxsbGIj49HUlISVCoV5HI5xo4di5CQEAQHB2Po0KHc6Q5M79PQ0IDff/8dV65cQWJiIhISEpCVlQVjY2MEBAQgNDQUoaGhmDBhAjtQ0cOxYGtBcXExfvnlFxw9ehRHjx5FRUUFnJycEBISwoVZUFAQ2z9j4IqLi/Hrr78iISEB8fHxSE5OhlarRWBgIKZPn44ZM2aw5aAHYsH2kIyMDOzduxfHjh1DWloaTE1NER4ejqlTpyIiIgLe3t58l8jwrLy8HGfOnMGJEydw4sQJFBUVwdnZGVOnTsX8+fMxfvx4GBsb811mn9fng+3evXv44YcfsGfPHqSlpcHV1RWzZ89GREQEwsPD9c6uZ5gmRISUlBScOHECR44cwaVLl+Do6Ij58+dj4cKFGDVqFN8l9ll9MtgaGhpw8OBB/Pvf/0ZcXBysra0xb948LFy4EKGhoexIJdMh2dnZ2Lt3L/bu3Yvr16/D29sby5cvx4oVK2Bra8t3eX1Knwo2hUKBL7/8Ep9//jkKCwsRGRmJ559/HpMnT2aH95lOdeXKFXz//ffYuXMnamtrER0djT/96U/w9/fnu7S+gfqA/Px8eumll8jU1JRsbGzozTffpDt37vBdFtMHqFQq+vzzz8nX15cA0Pjx4ykpKYnvsgyeQQdbVVUV/eUvfyFzc3Nyc3Oj7du3U3V1Nd9lMX1QY2MjnT59mp5++mkSCAQ0d+5cysrK4rssg2Wwwfbdd9+Rvb09yWQy2rRpE9XU1PBdEsMQEdFPP/1Efn5+JBQK6dVXX2XLZhcwuGArLy+nqKgoEggE9Kc//YlKS0u7fJplZWX0+eef07hx48ja2ppMTU2pf//+9Nxzz1FqamqXT7+r7N27lwAQABKLxXyX02U2b97MzaeLi0u3TFOj0dCOHTvI2tqafH19e/Vy0hMZVLAlJCSQu7s7OTk50enTp7ttui+88AKZmJjQxx9/TAUFBVRdXU0XLlwgX19fMjY2pkOHDnVbLV1hwoQJBh1sTQICArot2Jrcu3ePwsLCSCwW09atW7t12obMYILtp59+IolEQtOnTyeFQtGt037hhRdo5cqVeu2pqakEgAYMGNCt9XQ2FmxdS6PR0HvvvUdGRkb02muvUWNjY7fXYGgM4gq6v/zyC+bNm4clS5bg888/7/Yzv3fs2NFse0BAACQSCW7dugUiYj+7YZplbGyM9evXo3///li8eDHMzMzw3nvv8V1Wr9brg62wsBBz587FzJkzsX379h51cm11dTXUajX8/f1ZqDGPFRUVhZqaGrzwwgsYNmwYZs2axXdJvVbPSYEOWrNmDSwtLfH111/3qFADgP379wMA1q9f/9h+Dx8+DIFAwHVZWVmYP38+bG1tubaSkhIAD040Xr16NTw8PCASiSCXyzFnzhykpqbqjFOj0WDfvn2YNGkSHB0dIZFIMGTIEGzduhWNjY16NVy/fh2zZs2ClZUVzM3NERoaivj4+Cd6DdpSa0hIiM68L1q0CAAwceJEnfamm84AQGlpKV5//XV4e3tDLBbD1dUVEydOxM6dO6FWq9s1/Z7k+eefx/PPP4+XXnqJu8w60wF8bws/iRs3bpCRkREdOHCA71L0FBYWkoODAy1fvrxdw0VGRhIACgsLo/Pnz1N1dTVdvHiRjI2NSaFQUH5+PvXr148cHBzo+PHjpFQq6dq1axQWFkampqaUmJjIjevo0aMEgDZu3EhlZWWkUCjok08+ISMjI1q3bp3OdLOzs0kmk5GLiwudPn2alEolXb16lSZPnkweHh4d2sfWnlpTU1PJ3NycAgICSKVSERFRbW0tjRw5kvbu3asz3oKCAvL09CRHR0c6evQoVVVVUWFhIW3YsIEA0EcffdTu6RPxt4/tUQqFgiwsLOjjjz/mu5Req1cH2//7f/+PHBwcSKvV8l2KjpKSEgoMDKSoqCjSaDTtGrYp2GJiYpp9funSpQSAdu/erdNeUFBAYrGYgoODubajR49SeHi43jgWLVpEQqGQKisrubZ58+YRAL0viby8PBKLxR0KtvbUSkT0448/EgCaM2cONTY20tKlS+mdd97RG++yZcsIAO3bt0/vuWeeeYYLtvZOv6cEGxHR888/TyEhIXyX0Wv16mBbuHAhRUZG8l2GDpVKRcHBwfTcc8+1O9SI/i/YSkpKmn3eysqKjIyMdEKpSVBQEAGg3NzcVqfRdN7Ww2ssUqmUAJBSqdTrf8iQIR0Kto7Uun79egJAY8aMoenTpzf7pWVlZUUAqKqqqlOn35OC7T//+Q9ZWFjwXUav1asPHlRVVfWoqyZoNBrMmzcPLi4u+Pbbb5/o6Gxzt8Grq6tDZWUlALR6pd7s7Gy4urqisrISH3zwAQ4dOoT79+/r7KMCHlweu2m8SqUSpqamsLCw0Bufvb09bty40a7621trkw0bNuDs2bNITEzEt99+q7fftGm8pqamkEqlnT79nsLKygrV1dXQaDQwMenVH1Ne9Ky97e3k5OSEe/fu8V0G58UXX0RdXR1+/PFHnYWxf//+uHjx4hOPXywWQyaTwcTEBA0NDaAHa9x63bhx4wAAM2bMwIYNG7BixQrcuHEDjY2NICJ89NFHAB5cT6xpvFKpFLW1tVCpVHrTLSsr6/Jam8TGxqKyshJDhgzBK6+8grS0NL3xWllZoba2ttk71D/p9HuKu3fvwt7enoVaB/XqYHv66aeRlJTE693Nm/z9739Heno6jhw5ArFY3GXTmTNnDjQaDRISEvSe27RpE9zd3aHRaKDVapGQkABHR0esXr0acrmcO+Xk4aOGTSIiIgAAJ0+e1GkvKSlBVlZWl9baJCcnBy+88AL++9//4qeffoJEIkFkZCR3C70ms2fPBgDExMTojXfo0KF47bXXOjT9nuT48eMICwvju4zeq3u3fDtXVVUV2djY0F//+lde6/jmm2+43xq21LX1UjVN+9jUanWzzxcVFZG3tzd5eXlRTEwMVVRUUGlpKW3fvp3MzMx0dqiPHz+eANC//vUvUigUVFNTQ+fOnSN3d3cCQGfOnOH6vXnzJtnY2OgcFU1PT6cpU6aQvb19h/axtadWpVJJ/v7+dOTIEa4tNjaWhEIhPf3001RfX8+1Nx0VdXJyomPHjlFVVRXl5ubSyy+/TA4ODnT37t12T5+o5+xju3jxIgGgkydP8l1Kr9Wrg42IaMuWLSQWi3n9EfG0adOeONiSkpKaHa45paWl9Prrr5OXlxcJhUKSy+U0efJknaAienDawIsvvkhubm4kFArJwcGBli1bRm+//TY3/oePDGZlZdGsWbPI0tKSJBIJDR8+nI4dO0YTJkzg+n/hhRfa9dq0pdZVq1bpzPPvv/9OCoVC77XYsGEDN0xJSQmtWbOGPD09SSgUkpOTEy1YsIBu3LjR7uk//CP4pm79+vXtms/OolaraciQITRu3Dhepm8oev0VdLVaLSZMmIA7d+4gMTERzs7OfJfEMB2i1WoRFRWFc+fO4fLly/D09OS7pF6rV+9jAx78zu7gwYMwMzNDWFgYbt++zXdJDNNudXV1iIqKQkxMDI4cOcJC7Qn1+mADABsbG8THx8POzg5BQUHYu3cv3yUxTJtlZWVhzJgx+Pnnn3Hq1CmEhobyXVKvZxDBBjwIt/Pnz2Pp0qWIjo7GkiVLmj11gXlyD/9+s6Xu73//O99l9grfffcdhg0bBiMjI/z2228s1DoL3zv5usKhQ4fI1taWPD09ac+ePez6VkyPk5KSQpMmTSIjIyN6++23dY76Mk/OYNbYHjZr1ixcvXoVYWFhWLx4MYYNG4azZ8/yXRbDICcnB9HR0Rg2bBiqqqpw4cIFvP/++xAKhXyXZlAMMtgAwNnZGd988w1SU1Ph6OiISZMmITw8HIcOHYJWq+W7PKaPSU1NxQsvvAAfHx9cunQJ+/btQ1JSEsaOHct3aQbJYIOtyVNPPYXjx48jNjYWFhYWmDt3Lvr3748tW7bo/XaSYTqTVqvFwYMHER4ejqFDh+LXX3/FZ599hmvXrmHu3Lns4qNdqNefx9Ze2dnZ2LZtG3bu3AmtVotZs2Zh4cKFmDx5MtscYDpFamoq9u7di7179yIvLw/Tp0/Hn/70J0yYMIGFWTfpc8HWRKlUYteuXdi9ezcSExNhY2ODefPmYeHChQgJCelxV+NlerabN29yYZaZmQlPT08sXLgQf/jDH+Dt7c13eX1Onw22h+Xm5uLgwYPYv38/EhISYGdnh3HjxmHixImYOXMmHB0d+S6R6WG0Wi2SkpJw7NgxnD17FikpKbC2tsbcuXOxePFijB07lq2d8YgF2yPS09Nx7NgxxMTEIDExEUSEUaNGYerUqRg/fjyCg4PZJmsflZ2djV9++QUnTpzA2bNnUVVVBR8fH0ydOhVTp05FeHh4t98hjWkeC7ZWVFRU4MyZMzhx4gROnjyJgoICmJmZYeTIkQgNDUVoaChGjRrV7MUZmd5Nq9UiLS0NcXFxiI+PR3x8PAoLC2FmZobw8HBMnToVERER8PLy4rtUphks2NohKysL8fHxiIuLQ1xcHG7fvg0TExMEBAQgODgYQUFBCAoKgr+/f5dek43pXESE7OxspKSkcN1vv/0GpVIJGxsbjB07FiEhIQgJCcGwYcMgEon4Lpl5DBZsTyA/Px9xcXFISkpCSkoKUlNToVQqIRQK4evri6CgIAwdOhSDBw+Gj49Pj7wEdV9TWVmJ69evIyMjA1evXuXet6qqKpiYmHDv24gRIxAaGgpfX192IKkXYsHWiRobG7lv/itXrnAfmtLSUgCApaUlBg0ahMGDB2Pw4MEYNGgQBg4cCA8Pj2bvccB0TENDA3Jzc3H79m0uxLKyspCZmYmCggIAgKmpKfz8/BAcHIyhQ4dya9qmpqY8V890BhZs3UChUOh8uDIzM5GVlYW7d+9y9x2Qy+Xw8PCAp6cnPDw8uM7NzQ0ODg6Qy+U8z0XPUV1djby8PBQUFODOnTvIycnBnTt3uMd5eXncr0tsbW25NWYfHx/4+vpi0KBB8PDwYGtiBowFG49qampw+/Zt7oP58Af0zp07OvdyEIlEsLe3h7OzMxwcHODk5AQnJyfY29vD1tYW1tbWsLa2ho2NDfe4t5xuoFQqUV5ejvLycpSVlXGPi4qKUFRUhIKCAhQUFKCoqAj5+fk6d0g3NTXV+SJ4+MvBy8sLdnZ2PM4ZwxcWbD1YRUUF8vLyUFhYyH2w8/LyUFxcjPz8fBQVFaG4uBhlZWVobGzUG14mk3FBZ2pqColEAqlUCqFQCJlMBrFYDDMzM1hYWHCnsJibm+vtHH+0jYj0fo72aFt5eTkaGhqgUqlQXV2N+vp6VFRUoKGhAUqlEiqViguy5m6oYmlpCblcDkdHRzg4OMDZ2Rn29vZwcXHhgt3R0ZFdMZlpFgs2A1FZWamztvPoGlBdXR1qamqgVCpRX1+PyspKnbamcKmsrNQLyaqqKr0LB1haWuqds/Vwm0wmg1AohFQqhZmZGXc7PJFIBAsLC1hYWOitYT7csdvOMU+CBRvTJlqtFiYmJjhw4ACeffZZvsthmFaxvacMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmwMwxgcFmxMp/jhhx8gEAggEAhgamrabD/79u1DYGAgJBIJ1++1a9e6uVJ9vbl2pnks2JhOsWDBAhARJkyY0OzzCQkJWLhwISZPngyFQoGbN2/C1dW1m6tsXm+unWmeCd8FMH3D/v37QUR49dVXYWFhAQsLC+Tm5vJdVpv05tr7KrbGxnSLpiCwtbVt8zBDhw7Fpk2bcO/eva4qq006UjvDLxZsTLfQarXtHsbJyQnr16+Hh4cHwsPD8dVXX6GioqILqmtdR2pn+MWCjemQ69evY9asWbCysoK5uTlCQ0MRHx+v19/hw4chEAhw5MgRAOB2vo8aNeqx04iJicH9+/exZcsWVFVVYeXKlXB0dMScOXNw8OBB1NXV9djaGZ4Rw7SBRqMhAHTgwAHKzs4mmUxGLi4udPr0aVIqlXT16lWaPHkyeXh4kFgs1hs+MjKSAJBare5wDRkZGfTnP/+Z3N3dCQDJZDJavnw5nT9/nhobG9s0Dr5qZ7oXCzamTR4Otnnz5nGPH5aXl0disbjLw6GxsZFiY2Np+fLlJJPJCAD5+/u3aVi+a2e6B9sUZdrt5MmTAIApU6botDs7O2PgwIFdPv2m881MTU0hFArbNSzftTPdgwUb0y4NDQ1QKpUwNTWFhYWF3vP29vZdNu0bN27gb3/7G/r3749Ro0Zh165dmDlzJs6dO4fU1NTHDl9XV8db7Uz3YuexMe0iFAohlUqhVCqhUqn0AqKsrKxTp1dUVIR9+/Zh165dSE5OhkgkwtSpU7Fp0yZMnz4dYrG4zeMSi8XdWjvDH7bGxrRbREQEgP/brGtSUlKCrKysTpvOtGnT4OLigjVr1kAikeCLL75AYWEhDh06hGeffbZdodaku2pn+MWCjWm3jRs3wsbGBmvWrMGZM2egUqmQkZGBRYsWNbuJ11H5+fl47733cOfOHfzyyy9YuXIlrK2tn2ic3VU7wzO+j14wvcPDR0WJiLKysmjWrFlkaWlJEomEhg8fTseOHaMJEyYQAAJAL7zwAh06dIj7/+EuKSmJt3npzbUzbSMgIuIhT5leRqvVwsTEBAcOHMCzzz7LdzkM0yq2KcowjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhwcYwjMFhly1imjV+/HhcunQJDy8etbW1EIlEMDL6v+9DoVCIa9euwdnZmY8yGaZZ7J4HTLMiIiJw/vx5vXaNRsM9FggEGD58OAs1psdhm6JMsxYsWACBQNBqP0ZGRli6dGk3VcQwbcc2RZkWjR07FhcvXkRjY2OzzxsbGyM/P5/dto7pcdgaG9OixYsXt7jWZmRkhPHjx7NQY3okFmxMi+bPn9/q5ujixYu7sRqGaTsWbEyLbGxsMGHCBJiY6B9jMjExwcyZM3moimEejwUb06pFixbp7WNrCjUrKyueqmKY1rFgY1o1e/ZsiEQinTatVovo6GieKmKYx2PBxrTK3NwcM2bMgFAo5NokEgmeeeYZHqtimNaxYGMeKzo6mjsxVygUIioqCqampjxXxTAtY+exMY9VX18POzs7KJVKAMCZM2cwceJEnqtimJaxNTbmsUQiEebPnw8AsLW1xbhx43iuiGFax34r2ofV1taipqYGFRUVqKmpQV1dHWpra6FWq3X6q6qqgouLCwBgxIgROHjwICwtLWFsbMz1Y2JiAqlUCoFAAJlMBnNzc5iZmUEqlXbrPDEMwDZFDUJjYyOKioqQm5uLoqIilJSUoLS0FAqFgnvc9FelUqG6uhoVFRXorrdeKpXCzMwMFhYWsLW1hZ2dHWxtbXUe29vbQy6Xw8XFBS4uLhCLxd1SG2OYWLD1AhqNBnfv3sXNmzeRnZ2Ne/fu4f79+8jNzUVubi7y8/PR0NDA9W9ubg5bW1vI5XLY2dlx4WFnZwcLCwuYm5tDJpNBIpFAIpHA2toaEokEpqamEAqFsLCw0Jm+ubk5RCIRtm3bhlWrVgEAKioqdPqpq6tDTU0NtFotqqqqoFKpoFaroVQqoVQqUVNTA5VKpRe0TQFcXl6uMz5HR0e4urrCxcUF7u7ucHNzg5eXFwYMGIABAwZAIpF00avNGAIWbD2ISqXCtWvXkJaWhqysLGRnZyM7Oxs5OTmor68HANjZ2cHDw4P7wD/84Xd1dYWjo2OXfeiJ6LFX/OgojUYDhUKB3Nxc5OXlcaHd9LgpzBsbGyEQCODq6or+/ftzQefv7w9/f384Ojp2SX1M78KCjSeFhYVITk5GWloa1926dQuNjY2wsrLCoEGDMGDAAAwcOFDnAyyTyfgunTd1dXW4desWF/jZ2dm4efMmsrKykJeXBwBwcHBAQEAAAgMD4e/vj6CgIPj4+HRZIDM9Ewu2bqDVanH9+nVcvnwZCQkJiI+PR2ZmJogITk5OCA4Ohp+fH3x9fREcHIzBgwfrXKWWebyKigpcu3YNly9fRkZGBtLT05GSkgK1Wg2pVIqRI0di7NixCA4ORkhICKytrfkumelCLNi6SHp6Ok6fPo1Tp04hISEBKpUKVlZWGDVqFEaPHo3Ro0dj5MiR7PeWXaihoQGpqalISkpCUlISEhISkJubC2NjYwQGBmLy5MmYPHkyxowZo/ezMaZ3Y8HWSZRKJU6cOMGF2f3792FjY4OJEydi/PjxGDt2LHx9fdmaGM/y8vKQmJiI2NhYnD59Gjdv3oSFhQXGjRuHyZMnY8aMGejXrx/fZTJPiAXbE6ipqcHPP/+M/fv34+DBg6itrUVgYCAmTpyIiRMnIiwsTOc3lkzPk5OTgzNnzuDs2bM4e/YsysvL4evri3nz5uG5557DwIED+S6R6QAWbO2k0Wjw008/4dtvv8WpU6dARJgwYQLmzZuHyMhI2NjY8F0i00ENDQ04d+4c9u/fj8OHD6O0tBTDhg1DdHQ0lixZwt7bXoQFWxvdu3cPO3bswH/+8x8UFhZi8uTJWLBgAWbOnMl2RBsgjUaDc+fO4ccff8T+/ftRX1+P+fPn48UXX8SYMWP4Lo95DBZsj5GcnIx//vOfOHbsGORyOf7whz9gxYoV8PDw4Ls0ppuoVCrs2bMH27dvx5UrV+Dv74+33noLUVFROj8rY3oQYpr166+/0tSpUwkAjRw5kn788Ueqr6/nuyyGZ7/++itFR0eTsbEx+fj40K5du0ij0fBdFvMIdojuETk5OZgxYwZGjhyJ8vJynDhxAhcvXsS8efPYgQAGI0aMwK5du5CRkYERI0Zg2bJl8PPzw6lTp/gujXkIC7b/pdFo8K9//QtPPfUUcnJycOrUKSQmJrIrxTLNGjhwIL799ltkZmZiyJAheOaZZxAdHY2ioiK+S2PA9rEBAK5fv44FCxYgKysL7777Lt588022dsa0y/Hjx7Fq1SpUVVXh888/R1RUFN8l9Wl9fo3txIkTGDVqFCQSCa5evYr169d3SagRERISErBq1SoMHDgQYrEY9vb2CAkJwa5du9p1CSGtVovt27djzJgxsLKyglAohLOzM6ZOnYpt27bhzp07nV7/k7KwsIBAIGhTt2PHjhbHs2XLFq4/V1fXbpyD1k2bNg3p6emIjo7GwoUL8c477+jd3YvpRvzu4uPXhx9+SMbGxrR06VKqra3t0mllZmYSAJo4cSKlpaWRWq2mW7du0cKFCwkArV27ts3jWrhwIRkZGdGmTZsoNzeX1Go13bx5k9555x0SCARka2vbhXPScVeuXCEAFBkZ2WI/YWFh9NVXXxERkVKppP79+9O0adP0+gsICCAXF5cuq/VJfPPNNyQWi2nmzJlUXV3Ndzl9Up8Ntg8//JAEAgFt3ry5W6aXmZlJJiYmVFZWptNeV1dHtra2JBaL2xSuv/32GwGgFStWNPv8K6+8YjDBVlVVRV5eXhQREaHXX08ONiKihIQEsrW1pYiICKqrq+O7nD6nT26Knjp1CuvWrcPmzZuxbt26bpmmj48PGhoa9E7mFYlEcMLipK0AACAASURBVHNz4y7L/Tjp6ekAgEGDBjX7fNO9CXqr2NhYLF++HMCDK+/eunULMTExPFfVfmPGjMHJkycRHx/fbcsY83/6XLBVVlZi2bJlWLhwIdauXct3OaioqEB2djaGDh3apit9ODg4AHhwp6jmhIWFoaSkpFNr7A5//OMfsWbNGr7L6FTDhg3DV199hU8//bTF94vpGn0u2DZt2gStVotPP/2U1zqqqqqQkJCAmTNnwtHREd99912bhgsNDYWjoyNOnTqFiIgIxMbGPnYntUajwb59+zBp0iTuCrtDhgzB1q1buWErKir0duK/99573PAPt8+dO5cbt0KhwOrVq+Hh4QGRSAS5XI45c+YgNTW1g6/MA4cPH9aZZlvWZruyno6KiorCrFmzsHbt2m67xwSDvnXwoGl/1oYNG3itY8OGDQSAAFB4eDhdvXq1XcPHxcWRm5sbNw57e3uKjo6mPXv2NLuz+ujRowSANm7cSGVlZaRQKOiTTz4hIyMjWrdunU6/zzzzDBkZGdHNmzf1xjN69Gjas2cP939+fj7169ePHBwc6Pjx46RUKunatWsUFhZGpqamlJiYqDN80z62lrpXX31Vb5qRkZEEgNRqtU57c/vY2ltPd2ma7/Pnz/My/b6oTwVbXFwcAWj2Q9vd6urqKDMzk1566SUyNjamf/zjH+0avra2lr799luKjIwkqVTKhYOtrS3t3btXp9+jR49SeHi43jgWLVpEQqGQKisrubazZ88SAHrllVd0+o2Pjyd3d3dqaGjg2pYuXUoAaPfu3Tr9FhQUkFgspuDgYJ321g4erFq16omDrb31dCc/Pz964403eJt+X9Ongu3LL78kmUzGdxl6Zs+eTQDozJkzHRq+oaGBfv75Z1qwYAEBIGNjY0pJSXnscJs3byYAemsyQ4cOJTMzMyopKeHaIiMj6cMPP9Tpz8rKioyMjHSCsUlQUBABoNzcXK6tq4OtvfV0pyVLljR72grTNfrUPjaVSgVzc3O+y9AzY8YMAMCxY8c6NLyJiQnGjx+PvXv34q233oJWq8WBAwe45ysrK/HXv/4VQ4YMgbW1Nbff6o033gDw4IKZD1u7di1qamrw73//GwBw48YNXLhwgTtaCTy4sUplZSV385lH98+lpKQAALKzs9s0D9u2bcPHH3/cofnvino6m1QqhUql4mXafVGfCja5XI7S0lKde3D2BE03By4rK3tsvwkJCdyR0eaMGzcOAHTu0zljxgxs2LABK1aswI0bN9DY2AgiwkcffQQAeju1o6Ki4Obmhm3btqGurg4ffPABVqxYoXNXd7FYDJlMBhMTEzQ0NIAerP3rdU31dLWeVs+j8vPzYW9vz8u0+6I+FWwjRoxAbW0tLl682O3TXrduHRYtWtTscydOnAAADB8+/LHjISIUFxe3OA+XLl0CAAwdOhTAg59fJSQkwNHREatXr4ZcLuduRadWq5sdh4mJCV599VUUFxfjgw8+wA8//IDVq1fr9TdnzhxoNBokJCToPbdp0ya4u7tDo9E8dp46S0+rp4lGo0F8fDxGjhzZ7dPus3jY/OVVYGAgRUdHd/t0165dSwKBgP7nf/6HcnJyqLa2lnJycujNN98kABQcHEw1NTWPHU/TARA3NzfavXs35eXlcePavHkziUQiCg4O1vkVw/jx4wkA/etf/yKFQkE1NTV07tw5cnd3b3HfXlVVFVlZWZFAIKAlS5Y0W0tRURF5e3uTl5cXxcTEUEVFBZWWltL27dvJzMyM9u3bp9N/W3558Kj27GNrbz3dZe/evWRsbEw5OTm8TL8v6nPBtnfvXjIyMqLk5ORunW5lZSXt2LGDpkyZQh4eHiQSicjCwoKCg4Pp/fffb1OoERFptVqKj4+ndevW0ciRI8nZ2ZlMTExIKpXSsGHDaOPGjXqnfCgUCnrxxRfJzc2NhEIhOTg40LJly+jtt9/mjqY2d8TwjTfeIACUlpbWYj2lpaX0+uuvk5eXFwmFQpLL5TR58mS9sDQ3N9c7vcPBwaHF8R46dEiv/+joaO6Ax8Pd+vXr211Pd1Gr1eTt7U3PPfccL9Pvq/rcZYuICBMnTsT9+/eRnJwMS0tLvktiDNiKFStw4MAB/P777z3qaiSGrk/tYwMAgUCAXbt2QalUYtasWS3uZ2KYJ7Vx40Z8/fXX2LlzJwu1btbngg0AnJyccPLkSaSlpWHixInsqqdMp9JqtXjjjTfw7rvvYtu2bYiMjOS7pD6nTwYbAPj7++PixYsoKytDcHAwdzSRYZ6EUqnEnDlz8Omnn2Lnzp14+eWX+S6pT+qzwQYAAwYMQEJCAnx8fBAWFoYPPviAl9MBGMNw9uxZBAUF4dKlS7hw4QKWLFnCd0l9Vp8ONgCwsbHByZMn8fbbb+Pdd9/F8OHDkZyczHdZTC9SXFyMxYsXY9KkSRgyZAguXbqEESNG8F1Wn9bngw14cELqX/7yF6SlpcHa2hqjR4/G888/j5s3b/JdGtODKZVKbNy4EYMHD8aFCxdw5MgRHDx4EE5OTnyX1uexYHvIwIED8fPPP+O7775DYmIiBg8ejGXLlvH2+0KmZ6qqqsI///lPeHp6YtOmTVi1ahXS09Mxc+ZMvktj/lefO4+trbRaLfbs2YP33nsPt27dQmRkJF566SVMmDABRkbs+6AvysrKwhdffIGdO3eisbERq1evxmuvvaZ3uXeGfyzYHkOr1eLHH3/E559/jri4OHh7e2PlypV4/vnnIZfL+S6P6WL19fU4dOgQtm/fjl9++QX9+vXDihUr8PLLL7NA68FYsLVDVlYWvvnmG+zYsQMVFRUYNWoU5s2bhwULFrR6xQ2md9FqtUhKSsL+/fvxww8/oKSkBOPHj8fKlSsxe/ZsmJiY8F0i8xgs2DqgpqYGR44cwf79+3Hy5EloNBqMHz8ec+fORUREBFxcXPgukWknlUqF8+fP49ChQzh8+DAqKiowcuRIzJs3D1FRUew97WVYsD0hlUqFY8eOYf/+/Thx4gTUajX8/PwwefJkTJo0CWFhYTAzM+O7TOYRjY2NSElJwZkzZ3D69GkkJiaioaGBC7O5c+fC3d2d7zKZDmLB1onUajXi4uJw5swZnDp1Cr///jvEYjFGjRqFsWPHYvTo0Rg9ejRsbW35LrXPqaurw+XLl5GUlISEhATExcWhpKQETk5OmDRpEvdFxC4GaRhYsHWhgoICnD59GrGxsbh48SKysrIAPLjZ8ejRozFq1CgEBgbiqaeeYmt1nUir1SI7OxtpaWn47bffkJSUhJSUFNTV1cHBwQGjRo1CaGgod0Jt04U3GcPBgq0blZaWIikpCUlJSUhMTMTly5ehVCphbGyM/v37IyAggOt8fHzg4eEBY2Njvsvu0YqKipCZmYnff/8dV69eRWpqKtLT06FWq2FiYgI/Pz+MGTOGW1vu378/3yUz3YAFG4+ICLdv30ZqaiquXr2KtLQ0XL16FTk5OQAAkUgET09PDBw4EAMHDsSAAQMwYMAAuLu7w9XVFaampjzPQdfTarUoKirCvXv3cPPmTdy4cQPZ2dlcV1VVBeDBT+MCAwPh7++PgIAA+Pv7w8/Pj7ufBNO3sGDrgSorK7kP8KMf5IqKCq4/e3t7ODs7w83NDW5ubnB2doazszPs7Oxga2sLOzs72NnZwcbGhse5aV51dTVKSkqgUChQUlLCPb537x7y8vKQl5eHe/fuobCwkLswgVgshpeXFwYNGsSF/IABAzBw4EA4OzvzPEdMT8KCrZd5+MN/9+5dnRDIy8tDYWEhqqurdYYxNjbmws7c3BxWVlawsLCARCKBVCqFVCqFRCKBhYUFAMDc3BwikYgbXiQS6dy2sL6+XmcaRMQFbl1dHWpqalBRUQG1Wg21Wo3y8nKo1WqoVCqUlpaipKQEtbW1OjWKRCLY2dnBzc0NLi4uXFi7uLjA1dUVbm5ucHV1ZZvmTJuwYDNAarUapaWlKC0thUKhgEKh4AKlpqYGlZWVUKlUqKmpgUqlQlVVFWpqarj7izbdn/Ph8T0cRMbGxnqXVLe0tISxsTGEQiEsLCxgZWUFiUQCMzMzWFtbw8zMDGZmZjprk01/5XI5u0Q706lYsDFtotVqYWJiggMHDuDZZ5/luxyGaRX7NTfDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvDMAaHBRvTYZmZmYiKioKjoyNMTEwgEAggEAggk8m4frZs2cK1u7q68lhtxxw+fJirXyAQ6N3Bvi9qy3vK97LBgo3pkDt37mD06NHIzMzEwYMHUVVVhaqqKvz4448wMvq/xWrdunUgIgQEBPBYbcfNmjULRITIyEi+S+kxHvee9oRlgwUb0yFffvklKisr8dlnn2HMmDEwMzODVCrFvHnzUFZWxnd57WZhYYGQkBC+yzAIPWHZYMHGdEh2djYAwN/fn+dKepehQ4di06ZNuHfvHt+ldJmesGywYGM6pKGhAQAgFot5rqR3cXJywvr16+Hh4YHw8HB89dVXqKio4LusTtUTlg0WbEy7/PbbbxAIBDhy5AgAQCKR6Oxcb+qWLVvWpvEpFAqsXr0aHh4eEIlEkMvlmDNnDlJTU7l+Ht3JnJycjAkTJkAqlcLMzAzjxo1DQkKCzng1Gg327duHSZMmwdHRERKJBEOGDMHWrVvR2NioN+7q6mokJCRw0zExMWm23sLCQkRFRUEmk8HW1hbTp0/HrVu32vz6xcTE4P79+9iyZQuqqqqwcuVKODo6Ys6cOTh48CDq6uraPC5A/+DG3bt3ERUVBalUCltbWyxevBjl5eW4c+cOZsyYAalUCicnJ6xYsQJKpVJvfKWlpXj99dfh7e0NkUgEa2trRERE4Pz5822upTuXjRYRw7SBRqMhAHTgwAEiIoqMjCQApFardfpTKBQEgJYuXarTHhAQQC4uLjpt+fn51K9fP3JwcKDjx4+TUqmka9euUVhYGJmamlJiYqLeOMzNzWn06NGUmJhIKpWKkpOTyd/fn0QiEcXGxnL9Hj16lADQxo0bqaysjBQKBX3yySdkZGRE69at05s/c3NzGjt2bIvz3zS/kZGR3LR//vlnsrS0pOHDh7fpNWxORkYG/fnPfyZ3d3cCQDKZjJYvX07nz5+nxsbGNo+nqb45c+bQpUuXSKVS0XfffUcAKCIigiIjI+nKlSukVCpp+/btBIBee+01nXEUFBSQp6cnOTg40NGjR6myspKysrJozpw5JBAI6KuvvtLpv7n39OFaunPZeBQLNqZNuiLYli5dSgBo9+7dOu0FBQUkFospODhYbxwA6MqVKzrtV69eJQAUEBDAtR09epTCw8P15mPRokUkFAqpsrJSp72twXb06FGd9ueee44AkEKhaHHYtmhsbKTY2Fhavnw5yWQyAkD+/v5tHr6pvuPHj+u0+/n5EQD65ZdfdNo9PT1p0KBBOm3Lli0jALR3716d9traWnJ2diaJREKFhYVce1cGW3uXjUexTVGGN4cPH4aRkRGmT5+u0+7o6Ag/Pz9cvnwZ9+/f13nO3NwcgYGBOm1DhgyBs7Mz0tLSUFBQAACYPn16s5tPAQEBaGhoQHp6eodqHj58uM7/Li4uAID8/PwOja+JQCCAqakpTE1NIRQKOzyeYcOG6fzv7OzcbLuLi4tezYcOHQIATJs2TaddLBZjwoQJUKvVOHXqVIdra4+OLBsPa35HAsN0sbq6OlRWVgIArKysWuwvOztb5+TNh0/wfJi9vT3y8/NRXFwMJycnVFZW4oMPPsChQ4dw//59vR30NTU1Har70Vqbzst6eL9de9y4cQO7d+/G7t27cevWLchkMjz77LOIjo5GeHh4u8dnaWmpV5+xsTHMzMx02o2NjXVqbno/TE1NIZVK9cbr4OAA4ME+xq7W0WXjYSzYGF6IxWLIZDKoVCqo1eoWd9Y/qrS0FEQEgUCg015cXAzgQcABwIwZMxAXF4etW7di4cKFsLOzg0AgwMcff4zXXnsNRKQz/KPj60pFRUXYt28fdu3aheTkZIhEIkydOhWbNm3C9OnTeTmaKBaLYWVlhcrKSiiVSr1wKyoqAvBgjak7aunIsvEwtinK8GbOnDnQaDR6RzQBYNOmTXB3d4dGo9Fpr62tRXJysk7b77//jvz8fAQEBMDJyQlarRYJCQlwdHTE6tWrIZfLueBSq9XN1mJmZob6+nru/0GDBuHLL7980lnUM23aNLi4uGDNmjWQSCT44osvUFhYiEOHDuHZZ5/l9RSJ2bNnAwCOHz+u015XV4eff/4ZEokEU6ZM6ZZaOrJsPIwFG8Ob999/H97e3vjDH/6AEydOoLKyEmVlZfjiiy/wj3/8A1u2bNH7trayssI777yDpKQkVFdX49KlS1i0aBFEIhG2bt0K4MFmVnh4OAoLC7F582aUlJRArVbj/Pnz2L59e7O1BAUF4caNG8jNzUVSUhJu376N0NDQTp/n/Px8vPfee7hz5w5++eUXrFy5EtbW1p0+nY54//334enpiTVr1uDYsWNQKpW4ceMGnnvuORQUFGDr1q3cJml31NLeZUNHq4cWGOZ/NR0VffPNNwmAThcdHU1ERFOmTNF7rukI2cPd+vXrufGWlpbS66+/Tl5eXiQUCkkul9PkyZPpzJkzejU0HT3LyMigKVOmkFQqJYlEQmFhYRQfH6/Tr0KhoBdffJHc3NxIKBSSg4MDLVu2jN5++22ujoePrF2/fp1CQ0PJ3Nyc3Nzc6LPPPiMioqSkpBbrf7R92rRpnf66P05L9SUnJ+u1v//++xQXF6fX/re//Y0bX0lJCa1Zs4Y8PT1JKBSSlZUVTZkyhX7++Weun82bNzc7zUOHDvG2bDxKQPTIzgaGaYZWq4WJiQkOHDiAZ599lpcaAgMDUVJS0urRMIYB2KYowzAGiAUbwzAGhwUb0+M1/Z4zLS0NeXl5EAgEePfdd/kui+nB2D42pk16wj42hmkrtsbGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYcHGMIzBYT+pYpo1fvx4XLp0SecS2rW1tRCJRNx1/gFAKBTi2rVr3E1DGKYnYPc8YJrV0k1yH74cs0AgwPDhw1moMT0O2xRlmrVgwYLH3uDEyMgIS5cu7aaKGKbt2KYo06KxY8fi4sWLLd5aztjYGPn5+dydoRimp2BrbEyLFi9e3OJam5GREcaPH89CjemRWLAxLZo/f36rm6OLFy/uxmoYpu1YsDEtsrGxwYQJE5q9zZmJiQlmzpzJQ1UM83gs2JhWLVq0SG8fW1OoWVlZ8VQVw7SOBRvTqtmzZ0MkEum0abVaREdH81QRwzweCzamVebm5pgxYwaEQiHXJpFI8Mwzz/BYFcO0jgUb81jR0dHciblCoRBRUVEwNTXluSqGaRk7j415rPr6etjZ2UGpVAIAzpw5g4kTJ/JcFcO0jK2xMY8lEokwf/58AICtrS3GjRvHc0UM0zr2W1EDVlFRASKCWq1GbW0tiAgVFRXc83V1daipqWlx+JqaGtTV1QEAXFxcAAAjRozAwYMHATw4Sbe1I6NCoRAWFhbc/+bm5hCJRDA2NoalpSUAQCqVNns6CcM8CbYpyrPKykqUl5dznUqlglqtRmVlJfdYqVRCqVSipqYG1dXVqKysRE1NDdRqNcrLy7nxNDY2PjaseqqHQ9DS0hLGxsawsLCARCKBVCqFpaUlJBIJzM3NYWVlBTMzM0gkElhbW0MikcDMzAxWVlawtLSEtbU11xkbG/M8ZwwfWLB1EpVKhaKiIhQXF6OkpAQKhQLFxcWoqKjQCa5H/2/u5W9ao3n4gy2VSiGRSGBhYaH3ITcyMoKFhQWEQmGzASESiWBubg4AkMlk3K8JBAIBZDJZi/NkYmICqVTK/b9t2zasWrWKG749a3wAoFQqodFoUF9fj+rqagDNB3JTWFdVVUGtVnNhrlarUVNTg4qKCqjVai7Ym9ZImyOVSrmQk8lkOqEnk8lgY2MDBwcH2NvbQy6XQy6Xw87OrsV5YnoHFmytqK+vR15eHvLy8pCbm4uCggIUFhZy4VVcXIyioiIoFAqo1WqdYS0sLCCXy2FjY6P3YWrtf6lUqnfeWE9BRI+94gdfmjazq6qqWv0iefT/srIylJSU6HzBmJiYcAH3aOi5urrC2dkZLi4ucHd319nUZnqOPhtsGo0Gubm5uHPnDnJzc3H//n3k5+frPC4sLOT6NzExgaOjIxwcHODg4AA7OzvI5XI4OjpyC729vT0cHBwgl8vZ6RC9iFarhUKh4LrCwkIoFAqUlJTofZHl5eXpfIlZWlrC1dUVrq6ucHFxgZubG1xcXODi4gIPDw94eXlBIpHwOHd9k0EHW3l5OfLz81FQUIDbt2/rdBkZGdwCKhKJYGtrC2dnZ3h5ecHJyUnvsbu7O9vJzQAA1Go1t0w9vHw1PW7628Ta2hpeXl7Ndv369WP7AbtArw+2xsZG5OTkICMjA5mZmcjMzER6ejpu3rzJ7asxNjaGq6trswuWh4cHu/QO0+mqq6uRk5Oj94V6+/Zt5OTkcPsETU1N4eXlhcGDB2Pw4MHw9fXF4MGD4ePjw9b6n0CvCrbbt2/jypUrXHhdv34d169f5xYSNzc3buEYOHCgzrdiT91vxfQ9RIT8/Hwu6LKzs3H9+nVkZGTg5s2baGhogJGRETw9PbmgGzx4MPz9/fHUU0+xZbkNemyw5efn4/Lly1z366+/QqFQAACcnJzg5+cHX19f7q+/vz93bhTD9FYajQb37t1Deno6MjIycPv2baSnpyM1NRXV1dUwMTHBwIEDERwczHVBQUEwMzPju/QepUcEW1FREeLi4hAfH49Lly4hLS0NKpUKQqEQTz31FIYOHYqgoCAEBQUhICCAvYlMn6PVapGVlYWUlBSuS01NRWVlJUxMTDB48GAEBQVhzJgxCA0NhY+PT489gt0deAm227dvIy4ujguzrKwsGBsbIyAgACNGjOBCbMiQIWy1m2FaQES4desWF3TJycn49ddfUV1dDblcjpCQEISGhiI0NBSBgYF96uBXtwRbeXk5Tp06hZiYGJw7dw55eXkwNTXF8OHD8fTTTyMkJARjxoxhm5IM84Q0Gg1SUlIQHx+PCxcuICEhASUlJbCwsEBISAgiIiIwbdo0eHt7811ql+qyYLt27RqOHz+OmJgYJCYmAgBCQkIwadIkPP300xg+fDjEYnFXTJphmP9FRMjMzERcXBzOnTuH06dPo6KiAoMGDcL06dMxdepUhIaG6lxvzxB0arBdu3YN3377Lfbv34+7d+/C3t4eERERmDp1KiZPntzqz3cYhul6Go0G8fHxiImJwfHjx5GRkQFLS0tMmzYNS5YswaRJkwzivLonDraSkhLs2bMH3333HS5fvgxPT08899xzmDFjBoYPHw4jI3ZlJIbpqXJycnD8+HHs27cPCQkJcHJyQnR0NJYuXQo/Pz++y+uwDgdbbGwsPvnkExw/fhxisRhz587FsmXLEBoa2qePxjBMb3Xz5k18//33+P7775GTk4Pg4GC8/PLLWLRoUe/bbUTt0NjYSP/9738pKCiIAFBoaCh9//33VF1d3Z7RdLkZM2YQANqwYUObhzE3NycAzXZisZiGDBlC27Zto8bGxscOJxAISCaTkb+/P7388st06dKlNk9z8+bN3PODBg3SeW7s2LEde0HaMI+Pdl999dUTTYvpvRobGyk2NpaWLFlCYrGYHB0d6f333yeVSsV3aW3W5mCLjY2l4cOHk5GREc2dO5d+++23rqyrw7799lvuw9meYCMiunLlCgGgyMhIrq2uro6uXLlCY8eOJQD0xhtvPHY4jUZDhYWFdPjwYRo3bhwBoGXLljX7BdDcNJvk5+dTYGAgLVu2jBoaGrh2pVJJ/fv3p2nTprVr/h43vSZhYWFcsD3JtAxdX3ht8vPz6c9//jNJpVJycHCgbdu2kUaj4busx3rsDrDy8nI8//zzGDduHGxtbXH58mXs378fw4cPf8J1xc6Xn5+PNWvWdOodykUiEQIDA7F3714YGRnho48+QllZWavDGBsbw8HBAZGRkTh37hzefPNN7Ny5EwsXLmz2+mvNuX79OsaMGYPp06fjm2++0TkHiYjQ2Niod79PANxh/c7S2rT6us58bTr7fessTk5O2LhxI27fvo3o6Gi8/vrrGDVqFFJTU/kurXWtpV5KSgp5enqSs7Mz/fe//+2OoH0iU6dOpZUrV9L333/faWtsD3NxcSEAdO7cuXYN19jYSCNHjiQAtGfPnscOGx8fT/b29vTFF1+0q36iB5ubrW2ytmWNjel+j3vfeor09HQKCQkhU1NT+vLLL/kup0UtrrHFxcXh6aefhru7O1JSUjBnzpxuCdqO+vrrr5Geno4tW7Z02TTof9e22nvVBYFAgD/+8Y8AgH//+9+t9nvw4EFERkbiP//5D1auXNmxQjvoj3/8I9asWdOt02R6F19fX1y4cAF///vf8dJLL+Gtt97iu6RmNRts6enpiIiIwPTp03H27Fk4ODh0d13tcv/+faxduxZff/21zqWsO9O9e/dQUFAAS0vLDh0Gb9rMuHjxIhoaGprtZ9u2bXjllVcQExOD6dOnN9vP4cOHIRAIuK7pyiZbtmyBQCBAdXU1EhISuOef5Gc0LU3r0fY7d+4gKioKMpkMtra2mD59Om7duqU3vuvXr2PWrFncPQtGjBiBY8eOYeLEidy4li9fzvWvUCiwevVqeHh4QCQSQS6XY86cOTqbQY/WkpWVhfnznlc8JQAAIABJREFU58PW1pZre/vtt7nHrq6uSE5OxoQJEyCVSmFmZoZx48YhISGhXePcsWNHp7w2XfG+dTWBQIC33noLO3bswJYtW/Dpp5/yXZK+R1fhGhsbKTAwkMaOHauzw7onmzJlCr3yyivc/525KVpfX88dPBCJRPTdd9+1abhHqdVq7qBGfn6+3rAWFhYEgNauXdumWiMjIwkAqdVqnfa2boq21L366qttnlZTe2RkJCUmJpJKpaIzZ86QRCKh4cOH6/SbnZ1NMpmMXFxc6PTp06RUKunatWs0ceJEksvlJBaLdfrPz8+nfv36kYODAx0/fpzrPywsjExNTSkxMbHZWsLCwuj8+fNUXV1NFy9eJGNjY1IoFEREFBAQQObm5jR69Giu3uTkZPL39yeRSESxsbHtHmdnvDZted96qg0bNpCpqSllZWXxXYoOvWA7ceIECQQCSk9P56Oedvvyyy/Jy8tL51D0kwZbc93s2bPp5s2brQ7XWrDV1NS0GmyDBg0iS0tLvVM+WvKkwdZcratWrepQsB09elSnfe7cuQSA+/ATEc2bN48A0IEDB3T6LS4uJjMzM71gW7p0KQGg3bt367QXFBSQWCym4ODgZmuJiYlpcd4DAgIIAF25ckWn/erVqwSAAgIC2j3OznhtiHpvsGk0Gho0aJDOikVPoLcpeu7cOQwdOhS+vr6dskbYle7du4c33ngDX3/9NXcXps4QGRkJehD6uH//PqKionDo0CF8+eWXHR5n06WihUJhs3dB8vHxwcmTJyGVSvHGG2/gww8/7PC0utujR8jd3NwAPDhK3eTkyZMAgClTpuj0K5fL4ePjozfOw4cPw8jISG+T3NHREX5+frh8+TLu37+vN9yIESNardXc3ByBgYE6bUOGDIGzszPS0tJ0Lund1nG2pi2vTW9mbGyMBQsW4Ny5c3yXokMv2EpLS3vNpbKPHj2KyspKhIeH6+zXaDrd4y9/+QvXdvPmzQ5Nw8XFBTt37oS3tzc2b96MS5cudWg88fHxAIDRo0e3+IPj0aNH48SJE7CwsMDatWvx8ccfd2haHbVt27YOTfPRmyY3XWqq6TSIuro6KJVKmJqaNntXJ2tra53/6+rquNvyWVlZ6by3AoEAKSkpAIDs7Gy9cT3uC66l3ys3LfPFxcXtHmdrHvfaGAIHBwfuIrA9hV6weXl5IT09vVe88KtWreLWrB7uvv/+ewDAhg0buLb+/ft3eDqmpqbYuHEjiAhvv/12u4dvbGzEZ599xtXcmrFjxyImJgbm5uZ47bXX2r1jtif+nE0sFkMqlaK2thYqlUrv+UfDRCwWQyaTwcTEBA0NDc2+x0SEcePGtbuW0tLSZs8l/P/t3XlUU3feBvAnbDEJELYAsomAiFIRwSqoDBaVum+VosWtHZfp2FGnavfOnDO19qhdplPb2tFOtWPd8LhMrRtuFRBahIoKgqAICIKABBKSAAm/9w9fbolhVeBC+H7OuYdwc5fvJeS5+/011sDXSr0nfm7tlZ6e/lTfr65gEGzR0dEoKirCwYMH+ainx4qKisKIESNw7tw5xMXFdWjct99+G7/++ivmzJmDqKioNocPCwvDTz/9BLFYjNWrV3Oh2B5isRh1dXXc74MHD36qXejOMmXKFAC/75I2Kikpwa1btwyGnzt3LrRard7ZykabN2+Gh4cHtFpth+vQaDRISUnR63f9+nUUFxdj+PDh6N+/f4en2Rl66ufWlvv372Pv3r1YsGAB36XoMQg2Hx8fLFu2DK+99lqzp+z7KoFAgI0bNwIA3nrrrVbvIGhoaMCDBw9w7NgxTJgwAVu2bMErr7yCH374od1r5vDwcBw/fhwikQivvfZam9e/NQoKCsKtW7dQWFiIpKQk3LlzB2FhYe0atytt2rQJdnZ2WLt2LeLi4qBUKnHjxg28/PLLcHZ2Nhj+o48+gre3N1555RWcPHkSVVVVePjwIb755hv84x//wMcff/xEl0RIpVK88847SEpKQk1NDa5cuYKFCxfCwsICn3/+eWcs6hPpqZ9ba+rq6rBw4UI4OzvrXabTIzR3RkGpVLKRI0cyd3d3lpWV1bWnLzrRypUrmz2j+fzzz7c5bnM3iEdHRxsMN27cOL2b0lu6CV4qlbJhw4axV199laWmprZ7no+fET179iwTiUTc+8HBwQbjxMTEcMNnZWWxsLAwJpFImLu7O/vyyy9bnZ+Tk1OLf5MjR440O6+kpCSD/u+++y5jjBn0b3ofZXZ2Nps9ezaztrZmYrGYjRkzhv38889s/PjxTCwWG8y/oqKCvf7668zLy4uZm5szmUzGIiMjWVxcHDdMc7W08G/Nhg8fzlxdXVlmZiZ7/vnnmZWVFROJRCw8PJwlJCR0aJqd/bdp7XPriWpqatiMGTOYVCplaWlpfJdjoMXHFlVWVmLq1KnIzMzEt99+i3nz5nU4NAlpDz8/P6jVauTn53fpfAIDA1FeXt7s2VTSftnZ2YiKikJxcTGOHz+OkJAQvksy0OItVba2trh48SJiYmIQFRWFefPmoaioqDtrI0akpKQEdnZ2Bndd3L17F7dv30ZERARPlZH2qq2txQcffIDAwECIRCKkpqb2yFADWgk24NHZqa+++goXL15ERkYGfH19sWbNmmZPiRPSlsrKSqxcuRKFhYVQqVT49ddfER0dDWtra7z//vt8l0da0NDQgNjYWPj7++Ojjz7Cm2++ifj4eAwYMIDv0lrW3n1WtVrNPv30UyaTyZiVlRV7/fXXWX5+ftftJBOjc/bsWTZnzhzm6enJLCwsmJOTE4uJiWnxjo7OsnXr1haPe5GW1dTUsC+//JJ5e3szc3NztmLFClZYWMh3We3S4UeDKxQK/Pvf/8bnn3+O+/fvY/LkyViyZAlmzJjR+x4fTAgxkJycjO+//x779++HRqPB0qVLsW7dul7VZN8Tt3lQX1+Pw4cPY9euXYiLi4O1tTWio6OxePFihIaGdnadhJAuVFBQwLV3kJ2dDX9/fyxZsgRLly6FTCbju7wO65Tm94qLi7F3717s3r0bN27cgLe3N2bMmIGpU6ciPDycWnMnpAdKT0/nmuFLSkqCvb09FixYgCVLliAoKIjv8p5KpzeYnJaWhoMHD+LEiRO4fv06LC0tMWnSJEybNg1Tp07l7cpuQvo6lUqFc+fOcQ2ZFxYWwsnJCdOmTcPs2bMxefJko2k4uctaggeA/Px8bo1w/vx5aDQaPPPMM/jDH/6AcePGISwsDK6url01e0L6NKVSiaSkJMTHxyM+Ph7Jycmoq6tDUFAQpk2bhunTpyMoKMgo2/7t0mBrSq1W48KFCzh37hwSEhKQlpYGrVYLLy8vhIWFISwsDOPGjcPgwYO7oxxCjM6DBw+QmJiIS5cuISEhAVevXoVWq4WPjw/GjRuH8PBwTJkypcc/EbszdFuwPU6lUiEtLQ2JiYlISEhAfHw8qqqqYG1tjWHDhiE4OJjrhgwZYpRrFUKeVGVlJTIyMpCamsp1N2/ehEAggJ+fH8aNG4exY8ciPDy8Z19v1kV4C7bH1dfXcx9QWloa0tLSkJGRgfr6elhZWSEwMBBBQUEYMWIE/P394efn1+yzvQgxJlqtFrdv30ZGRgbS09O570bjgyoHDhyIoKAgrgsNDTV4Blxf1GOCrTm1tbW4fv060tLSuMC7fv06amtrIRAI4OHhAT8/Py7ohg4diiFDhsDOzo7v0gnpEI1Gg6ysLGRlZSEzMxM3b97EzZs3kZOTg7q6OggEAvj4+OiFWHBwsMFDOskjPTrYmqPT6XDnzh29Dz8zMxNZWVncQwwdHR0xePBgeHl5wdvbG15eXlzXF44vkJ5JoVDgzp07Bl1OTg7u3r0LnU4Hc3NzeHl5Gays/fz8IBaL+V6EXqPXBVtr8vPzuTVeTk4O94+Tn5/PPcRPIpHoBd3AgQPh7u4OFxcXuLm5wdnZmY7nkSfy8OFDFBcXo6CgAMXFxbh7965egDU+PlsgEMDFxYX7H/Tx8eFCzMfHh6777ARGFWwt0el0uHfvHvcPlpeXx72+e/cuSktLuWHNzMzg7OwMDw8PuLi4wNXVlQs+d3d3yGQyODk5tfjsfGJ8VCoVysrKUFJSgpKSEi64ioqKUFhYiOLiYhQWFkKtVnPjWFlZwdPTk1t5Pr4y7Wij26Rj+kSwtaW2trbZf9SioiIUFxcjPz8fpaWleo+ibmzA19HREc7OzpDJZHBwcED//v0hk8m4ztbWlutoS7BnqK6uRmVlJeRyOSoqKlBSUoKysjIuvBpfl5aWorS0FDU1NXrjy2QybkXn5uYGFxcXgxVhVzXcTdqHgq2ddDodSktLW/znLy8vx4MHD7j3mq69G1lbW8PW1hY2NjZc2DW+bvwpkUhgaWkJqVQKkUgEsVgMGxsbvdd9VU1NDVQqFRQKBRQKBdRqNZRKJaqrq6FSqVBTUwO5XI7Kykqua/y9af/HGyoyMzPjVkROTk5wdHTUW2k5ODhAJpPB2dkZzs7OtLXVC1CwdRGlUomysrIWv1yP92v8WVNT02xLTk2JxWKIRCJIpVJIJBJYWFjAwsKCayZOKpXCxMQE/fr1g0gkAvB7E3cikUjviykQCFoNS0tLyxZvs5HL5S22/VBTU6PXOIlOp0N1dTX3t6mvr4dWq4VCoQDwaCtKp9Ohrq4ONTU1YIxBLpdDpVJBrVajqqqq1b+JUCiERCJpc8XR3Hu98SZv0joKth6qcStEpVLpfcHlcjlqamqgVqtRXV0NhUIBrVYLjUbDbSVWVlYCeHRsqLa2Fg0NDVwwPB44jUHSksZpNacxVJvTNGgB/QAVi8UQCoUwMTHhrrlqnJaZmRm3G/f4lqpYLIZYLIa1tTUsLS0hFou5rVvazSdNUbCRdtHpdDAzM8OhQ4fwwgsv8F0OIa2i1RwhxOhQsBFCjA4FGyHE6FCwEUKMDgUbIcToULARQowOBRshxOhQsBFCjA4FGyHE6FCwEUKMDgUbIcToULARQowOBRshxOhQsBFCjA4FGyHE6FCwEUKMDgUbIcToULARQowOBRshxOhQsBFCjA4FGyHE6FCwEUKMDgUbIcToULCRTrF//34IBAIIBAK9luabOnDgAAIDAyESibhhb9y40c2VGurNtZPmUbCRTjF//nwwxjBhwoRm309MTMSCBQsQGRmJsrIy5Obmws3NrZurbF5vrp00z4zvAkjfEBsbC8YY1qxZA0tLS1haWqKwsJDvstqlN9feV9EWG+kWjUFgb2/f7nFGjBiBzZs3o6CgoKvKapcnqZ3wi4KNdAudTtfhcfr37493330Xnp6eGD9+PHbs2AG5XN4F1bXuSWon/KJgI08kKysLs2fPhlQqhUQiQVhYGBISEgyGO3r0KAQCAY4dOwYA3MH3kJCQNudx4sQJ3Lt3Dx9//DGqq6uxYsUKODs7Y+7cuTh8+DBqa2t7bO2EZ4yQdtBqtQwAO3ToEMvJyWE2NjbM1dWVnTlzhikUCnbt2jUWGRnJPD09mVAoNBh/1qxZDABTq9VPXENmZiZ7++23mYeHBwPAbGxs2LJly9iFCxdYQ0NDu6bBV+2ke1GwkXZpGmxRUVHc66aKioqYUCjs8nBoaGhgFy9eZMuWLWM2NjYMAAsICGjXuHzXTroH7YqSDjt16hQA4Pnnn9fr7+LiAl9f3y6ff+P1Zv369YO5uXmHxuW7dtI9KNhIh9TX10OhUKBfv36wtLQ0eN/R0bHL5n3r1i38/e9/h4+PD0JCQrBnzx7MnDkT58+fx9WrV9scv7a2lrfaSfei69hIh5ibm8PKygoKhQJKpdIgIB4+fNip8ystLcWBAwewZ88epKSkwMLCAlOnTsXmzZsxffp0CIXCdk9LKBR2a+2EP7TFRjpsypQpAH7frWtUXl6O7OzsTpvPtGnT4OrqirVr10IkEuGbb75BSUkJjhw5ghdeeKFDodaou2on/KJgIx22adMm2NnZYe3atYiLi4NSqURmZiYWLlzY7C7ekyouLsbGjRtx9+5d/Pzzz1ixYgVsbW2faprdVTvhGd9nL0jv0PSsKGOMZWdns9mzZzNra2smEonYs88+y44fP84mTJjAADAA7I9//CM7cuQI93vTLikpibdl6c21k/YRMMYYD3lKehmdTgczMzMcOnQIL7zwAt/lENIq2hUlhBgdCjZCiNGhYCOEGB0KNkKI0aFgI4QYHQo2QojRoWAjhBgdCjZCiNGhYCOEGB0KNkKI0aFgI4QYHQo2QojRoWAjhBgdCjZCiNGhxxaRZkVERODKlSto+u+h0WhgYWEBE5Pf14fm5ua4ceMGXFxc+CiTkGZRmwekWVOmTMGFCxcM+mu1Wu61QCDAs88+S6FGehzaFSXNmj9/PgQCQavDmJiYYMmSJd1UESHtR7uipEVjx45FcnIyGhoamn3f1NQUxcXF1Gwd6XFoi420aNGiRS1utZmYmCAiIoJCjfRIFGykRS+++GKru6OLFi3qxmoIaT8KNtIiOzs7TJgwAWZmhueYzMzMMHPmTB6qIqRtFGykVQsXLjQ4xtYYalKplKeqCGkdBRtp1Zw5c2BhYaHXT6fTISYmhqeKCGkbBRtplUQiwYwZM2Bubs71E4lEmDx5Mo9VEdI6CjbSppiYGO7CXHNzc0RHR6Nfv348V0VIy+g6NtKmuro6ODg4QKFQAADi4uIwceJEnqsipGW0xUbaZGFhgRdffBEAYG9vj+eee47nighpHd0r2odpNBqoVCrI5XKoVCrU1tZCo9FArVbrDVddXQ1XV1cAwKhRo3D48GFYW1vD1NSUG8bMzAxWVlYQCASwsbGBRCKBWCyGlZVVty4TIQDtihqFhoYGlJaWorCwEKWlpSgvL0dFRQXKysq4140/lUolampqIJfL0V0fvZWVFcRiMSwtLWFvbw8HBwfY29vrvXZ0dIRMJoOrqytcXV0hFAq7pTZinCjYegGtVov8/Hzk5uYiJycHBQUFuHfvHgoLC1FYWIji4mLU19dzw0skEtjb20Mmk8HBwYELDwcHB1haWkIikcDGxgYikQgikQi2trYQiUTo168fzM3NYWlpqTd/iUQCCwsLbNu2DatWrQIAyOVyvWFqa2uhUqmg0+lQXV0NpVIJtVoNhUIBhUIBlUoFpVJpELSNAVxZWak3PWdnZ7i5ucHV1RUeHh5wd3eHl5cXBg0ahEGDBkEkEnXRX5sYAwq2HkSpVOLGjRtIT09HdnY2cnJykJOTg7y8PNTV1QEAHBwc4OnpyX3hm3753dzc4Ozs3GVfesZYm0/8eFJarRZlZWUoLCxEUVERF9qNrxvDvKGhAQKBAG5ubvDx8eGCLiAgAAEBAXB2du6S+kjvQsHGk5KSEqSkpCA9PZ3rbt++jYaGBkilUgwePBiDBg2Cr6+v3hfYxsaG79J5U1tbi9u3b3OBn5OTg9zcXGRnZ6OoqAgA4OTkhOHDhyMwMBABAQEICgqCn59flwUy6Zko2LqBTqdDVlYWUlNTkZiYiISEBNy8eROMMfTv3x/BwcHw9/fH0KFDERwcjCFDhug9pZa0TS6X48aNG0hNTUVmZiYyMjKQlpYGtVoNKysrjB49GmPHjkVwcDDGjRsHW1tbvksmXYiCrYtkZGTgzJkzOH36NBITE6FUKiGVShESEoLQ0FCEhoZi9OjRdL9lF6qvr8fVq1eRlJSEpKQkJCYmorCwEKampggMDERkZCQiIyMxZswYg9vGSO9GwdZJFAoFTp48yYXZvXv3YGdnh4kTJyIiIgJjx47F0KFDaUuMZ0VFRbh8+TIuXryIM2fOIDc3F5aWlnjuuecQGRmJGTNmYMCAAXyXSZ4SBdtTUKlUOHfuHGJjY3H48GFoNBoEBgZi4sSJmDhxIsLDw/XusSQ9T15eHuLi4nD27FmcPXsWlZWVGDp0KKKiovDSSy/B19eX7xLJE6Bg6yCtVov//e9/2L17N06fPg3GGCZMmICoqCjMmjULdnZ2fJdInlB9fT3Onz+P2NhYHD16FBUVFRg5ciRiYmKwePFi+mx7EQq2diooKMDOnTvx7bffoqSkBJGRkZg/fz5mzpxJB6KNkFarxfnz53Hw4EHExsairq4OL774IlauXIkxY8bwXR5pAwVbG1JSUvDhhx/i+PHjkMlkeOWVV7B8+XJ4enryXRrpJkqlEnv37sX27dvx22+/ISAgAG+++Saio6P1bisjPQgjzfrll1/Y1KlTGQA2evRodvDgQVZXV8d3WYRnv/zyC4uJiWGmpqbMz8+P7dmzh2m1Wr7LIo+hU3SPycvLw4wZMzB69GhUVlbi5MmTSE5ORlRUFJ0IIBg1ahT27NmDzMxMjBo1CkuXLoW/vz9Onz7Nd2mkCQq2/6fVarFlyxY888wzyMvLw+nTp3H58mV6Uixplq+vL3bv3o2bN29i2LBhmDx5MmJiYlBaWsp3aQR0jA0AkJWVhfnz5yM7Oxvvvfce3njjDdo6Ix3y008/YdWqVaiursbXX3+N6Ohovkvq0/r8FtvJkycREhICkUiEa9eu4d133+2yUBs3bhwEAkGz3dq1a9s9HZ1Oh+3bt2PMmDGQSqUwNzeHi4sLpk6dim3btuHu3btdUv/TsLS0bHHZH+927tzZ4nQ+/vhjbjg3N7duXILWTZs2DRkZGYiJicGCBQvwzjvvGLTuRboR3wf5+PTpp58yU1NTtmTJEqbRaLp8fmPHjmUAmu3WrFnT7uksWLCAmZiYsM2bN7PCwkKmVqtZbm4ue+edd5hAIGD29vZduBRP7rfffmMA2KxZs1ocJjw8nO3YsYMxxphCoWA+Pj5s2rRpBsMNHz6cubq6dlmtT+O7775jQqGQzZw5k9XU1PBdTp/UZ5+g+9lnn2HdunXYsmUL1q9f323zTUlJwciRI59q/H379mH58uV44403uP7e3t748MMPIZfLceDAgc4olXeMMTQ0NPS6LZ+lS5fC19cXM2fOxLx583D06FG6F7Wb9cld0dOnT2P9+vXYunVrt4ZaZ8jIyAAADB48uNn3G9sm6K0uXryIZcuWAXj05N3bt2/jxIkTPFfVcWPGjMGpU6eQkJDQ6/7HjEGfC7aqqiosXboUCxYswLp16/gup8OcnJwAPGopqjnh4eEoLy/vzpI6xWuvvdah44y9wciRI7Fjxw588cUXLX5epGv0uWDbvHkzdDodvvjiC17m/9///heBgYGQSCSQSqUICwvD3r172z1+WFgYnJ2dcfr0aUyZMgUXL15sc1dNq9XiwIEDmDRpEveE3WHDhuHzzz/nxpXL5QYH8Tdu3MiN37T/vHnzuGmXlZVh9erV8PT0hIWFBWQyGebOnYurV68+wV/nd0ePHtWbp0ajadd4XVXPk4qOjsbs2bOxbt26bmtjgqBvnTyora1l9vb27IMPPuBl/mPHjmWLFi1iqampTKlUsqysLLZo0SIGgP3lL39p93Ti4+OZu7s7d+LB0dGRxcTEsL179zZ7sPrHH39kANimTZvYw4cPWVlZGfvXv/7FTExM2Pr16/WGnTx5MjMxMWG5ubkG0wkNDWV79+7lfi8uLmYDBgxgTk5O7KeffmIKhYLduHGDhYeHs379+rHLly/rjd948qClrrkTKLNmzWIAmFqt1uvf3MmDjtbTXRqX+8KFC7zMvy/qU8EWHx/PADT7peXTqFGjGACWnJzc7nE0Gg3bvXs3mzVrFrOysuLCwd7enu3bt09v2B9//JGNHz/eYBoLFy5k5ubmrKqqiut39uxZBoD9+c9/1hs2ISGBeXh4sPr6eq7fkiVLGAD2ww8/6A17//59JhQKWXBwsF7/1s6Krlq16qmDraP1dCd/f3+2YcMG3ubf1/SpXdGbN2/CxsYG3t7efJeip3HX7scff2z3OEKhEIsXL8bRo0fx8OFDnDt3DvPnz0dFRQUWLlyI3377jRt2+vTpuHDhgsE0hg8fjvr6eu6EBABMmDABI0aMwK5du1BRUcH137p1K9auXQszs99PpB89ehQmJiaYPn263nSdnZ3h7++P1NRU3Lt3r93L9LR6Wj1NBQcHIzMzk5d590V9KtiUSiUkEgnfZRjo378/AODBgwdPNL6ZmRkiIiKwb98+vPnmm9DpdDh06BD3flVVFf72t79h2LBhsLW15Y5bbdiwAcCjB2Y2tW7dOqhUKnz11VcAgFu3buHSpUvc2UrgUcMqVVVVXOMzjx+fS0tLAwDk5OS0axm2bduGf/7zn0+0/F1RT2ezsrKCUqnkZd59UZ8KNplMhoqKCr02OHuC4uJiAICjo2ObwyYmJnJnRpvz3HPPAYBeO50zZszABx98gOXLl+PWrVtoaGgAYwyfffYZABgc1I6Ojoa7uzu2bduG2tpafPLJJ1i+fLleq+5CoRA2NjYwMzNDfX092KPDGgZdYz1drafV87ji4uJ2fb6kc/SpYBs1ahQ0Gg2Sk5O7fd47d+5EcHCwQX/GGA4ePAjgUQC1hTGGBw8etLgMV65cAQCMGDECwKPbrxITE+Hs7IzVq1dDJpNxTdGp1epmp2FmZoY1a9bgwYMH+OSTT7B//36sXr3aYLi5c+dCq9UiMTHR4L3NmzfDw8MDWq22zWXqLD2tnkZarRYJCQkYPXp0t8+7z+r+w3r8CgwMZDExMd0+3x07dnAH5XNycpharWZZWVksJiamQ2dFG0+AuLu7sx9++IEVFRUxjUbD8vLy2NatW5mFhQULDg7Wu0UsIiKCAWBbtmxhZWVlTKVSsfPnzzMPDw8GgMXFxRnMp7q6mkmlUiYQCNjixYubraW0tJR5e3szLy8vduLECSaXy1lFRQXbvn07E4vF7MCBA3rDt+eWqsd15ORBR+vpLvv27WOmpqYsLy+Pl/n3RX0u2Pbt28dMTExYSkpKt85Xo9Gw2NhYNmfOHObt7c2EQiGTSqVs/PjxepdQtEWn07GEhAS2fv16Nnr0aObchPrWAAAGkUlEQVTi4sLMzMyYlZUVGzlyJNu0aZPBJR9lZWVs5cqVzN3dnZmbmzMnJye2dOlS9tZbb3FnU5s7Y7hhwwYGgKWnp7dYT0VFBXv99deZl5cXMzc3ZzKZjEVGRhqEpUQiMbi8w8nJqcXpHjlyxGD4mJgYtnXrVoP+7777bofr6S5qtZp5e3uzl156iZf591V97rFFjDFMnDgR9+7dQ0pKCqytrfkuiRix5cuX49ChQ7h+/XqPehqJsetTx9gAQCAQYM+ePVAoFJg9e3aLx5kIeVqbNm3Cf/7zH+zatYtCrZv1uWADHl1ecerUKaSnp2PixIn01FPSqXQ6HTZs2ID33nsP27Ztw6xZs/guqc/pk8EGAAEBAUhOTsbDhw8RHBzMnU0k5GkoFArMnTsXX3zxBXbt2oVXX32V75L6pD4bbAAwaNAgJCYmws/PD+Hh4fjkk094uRyAGIezZ88iKCgIV65cwaVLl7B48WK+S+qz+nSwAYCdnR1OnTqFt956C++99x6effZZpKSk8F0W6UUePHiARYsWYdKkSRg2bBiuXLmCUaNG8V1Wn9bngw14dEHq+++/j/T0dNja2iI0NBQvv/wycnNz+S6N9GAKhQKbNm3CkCFDcOnSJRw7dgyHDx/mbpEj/KFga8LX1xfnzp3D999/j8uXL2PIkCFYunQpb/cXkp6puroaH374IQYOHIjNmzdj1apVyMjIwMyZM/kujfy/PncdW3vpdDrs3bsXGzduxO3btzFr1iz86U9/woQJE2BiQuuDvig7OxvffPMNdu3ahYaGBqxevRp//etfYWtry3dp5DEUbG3Q6XQ4ePAgvv76a8THx8Pb2xsrVqzAyy+/DJlMxnd5pIvV1dXhyJEj2L59O37++WcMGDAAy5cvx6uvvkqB1oNRsHVAdnY2vvvuO+zcuRNyuRwhISGIiorC/PnzW33iBulddDodkpKSEBsbi/3796O8vBwRERFYsWIF5syZo/dMOtIzUbA9AZVKhWPHjiE2NhanTp2CVqtFREQE5s2bhylTpsDV1ZXvEkkHKZVKXLhwAUeOHMHRo0chl8sxevRoREVFITo6mj7TXoaC7SkplUocP34csbGxOHnyJNRqNfz9/REZGYlJkyYhPDwcYrGY7zLJYxoaGpCWloa4uDicOXMGly9fRn19PRdm8+bNg4eHB99lkidEwdaJ1Go14uPjERcXh9OnT+P69esQCoUICQnB2LFjERoaitDQUNjb2/Ndap9TW1uL1NRUJCUlITExEfHx8SgvL0f//v0xadIkbkVED4M0DhRsXej+/fs4c+YMLl68iOTkZGRnZwN41NhxaGgoQkJCEBgYiGeeeYa26jqRTqdDTk4O0tPT8euvvyIpKQlpaWmora2Fk5MTQkJCEBYWxl1Q2/jgTWI8KNi6UUVFBZKSkpCUlITLly8jNTUVCoUCpqam8PHxwfDhw7nOz88Pnp6eMDU15bvsHq20tBQ3b97E9evXce3aNVy9ehUZGRlQq9UwMzODv78/xowZw20t+/j48F0y6QYUbDxijOHOnTu4evUqrl27hvT0dFy7dg15eXkAAAsLCwwcOBC+vr7w9fXFoEGDMGjQIHh4eMDNzQ39+vXjeQm6nk6nQ2lpKQoKCpCbm4tbt24hJyeH66qrqwE8ujUuMDAQAQEBGD58OAICAuDv7w+hUMjzEhA+ULD1QFVVVdwX+PEvslwu54ZzdHSEi4sL3N3d4e7uDhcXF7i4uMDBwQH29vZwcHCAg4MD7OzseFya5tXU1KC8vBxlZWUoLy/nXhcUFKCoqAhFRUUoKChASUkJ92ACoVAILy8vDB48mAv5QYMGwdfXFy4uLjwvEelJKNh6maZf/vz8fL0QKCoqQklJCWpqavTGMTU15cJOIpFAKpXC0tISIpEIVlZWsLKygkgkgqWlJQBAIpHAwsKCG9/CwkKv2cK6ujq9eTDGuMCtra2FSqWCXC6HWq2GWq1GZWUl1Go1lEolKioqUF5eDo1Go1ejhYUFHBwc4O7uDldXVy6sXV1d4ebmBnd3d7i5udGuOWkXCjYjpFarUVFRgYqKCpSVlaGsrIwLFJVKhaqqKiiVSqhUKiiVSlRXV0OlUnHtiza2z9l0ek2DyNTU1OCR6tbW1jA1NYW5uTksLS0hlUohEokgFotha2sLsVgMsVistzXZ+FMmk9Ej2kmnomAjhBgdupubEGJ0KNgIIUaHgo0QYnTMAMTyXQQhhHSm/wP80gFZFFrfqQAAAABJRU5ErkJggg==", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_a5a16513d0cb42b899314ad9bf14adf5", "value": {} } }, "c3bdaf73b1004b6381941a491398fbcf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c3c28e8acfdb4bf9bd9896a0d5e40acb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "c3c38d1a31b84472a875b1a5a69ae4b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c3c85d896fd04226b6c116de0ef92a6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3e155a30397542dfac85b820d466396f" ], "layout": "IPY_MODEL_18a6c5b4ac3c4fb58edcd88847e4b09a" } }, "c3d944a16d4d47ab9e1f4a051d631ba0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c3dca217d52a4f839a8a836d65cf8ebd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "c3e2d13da34e4d4ea4c8ff0afe56afe5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c3e6cdadf7704dbc8ec3edf2f6b798b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4ec9449b7139473da1cea9839a5b525e", "style": "IPY_MODEL_ad0ba4afaf1c480796046f2d852e6ba1", "value": " Send >>> " } }, "c3edc773d73b409593c3d5aeed835d67": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1a0882ea2a114b98b0340f96ea7b4fcb" ], "layout": "IPY_MODEL_29a64cfe4f864570bdd97dadfb5e2be5" } }, "c3f0a2f9779449b0b2e4b1e2bec92f01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "c3f2bb808e7a4024aaf6afb7c6552925": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c3f9fbe1f0d7440981022a4ccaadb94f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c3fbaaf4293646d29b6ea77a515e567c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c404273240e34e2799175669b62b7644": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4049031633e46848dc780881eb75b6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_bf257680d73b4752ade3ab4198680074", "placeholder": "[]", "style": "IPY_MODEL_fc06367b4cf94eb084c31d2b7f477b23", "value": "1024" } }, "c40d5d5d6402468bbefb4715ba9964ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_7ebb5b0255594a84906529d1ad9225e8", "placeholder": "[]", "style": "IPY_MODEL_75ebac6b7a50429d88f3dfa3b6c40c27", "value": "." } }, "c40d93f1b5e14d1bbee30c20e5757e18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_d950fc4a05f24ea092c410547cfe3371", "style": "IPY_MODEL_f862e405cba34a11bddbbc3c54e9bda5" } }, "c40f3018265f489594db2f7d9af002b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "c4104b4a5d4a405989cbffdfb129b4fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "c41b0fc19a5148839ea60a9736d72f50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1fd58ccd0f7c448091e146c82882a4d6" ], "layout": "IPY_MODEL_4ca8b6bc97b74199b6de08df132ed013" } }, "c420d98971dd462f9036076d4bd98d3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c42c271617344223b6959c05bcdf8de2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c42c5623ac484c83be9f24e810f024af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c42c9dde92294d05bdf13a3772e79101": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c42cda6669ce4e1cbbdd1bf790a20356": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "c434c12d4cea44658203a3e7bba3df66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c43592cd959940169effdf60c8791d1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4367d75a6ce419887e3d604404e5104": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "c43801d740c2418e998fcd70ee75357e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_6b196a23b8c3472f9b6ba602d3fb5b16", "style": "IPY_MODEL_74c48dfa672a4a9a862fa3d0d511bf08", "value": "Template 1: A simple machine learning model workflow" } }, "c43b50ed8b014724b00224c11b14f8e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c442cc2d7b65472cb8291d6ee1b77a01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4441934d7944e6dbe51df6206130674": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c444e408faa7437c9a3be58c8284ff85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c444e7d84b444c19b2c401e4c65721a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c450a4669e394a4fabcaa6cf4bb2c2e0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c454d8b791b34b86ab87c022ae9deec5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c45fe66d04444f16af9966c8112847cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9eaf25b2e09e4af887ee60a2d8b64ca8", "style": "IPY_MODEL_68992e92ecd6425b987d79c3da71c1ce", "value": "Wrapper parameters:" } }, "c46457dd0de54ed496df645791909532": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c46c9b3569da470c9a3a90f92c6a9597": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c4817514692a436396a73fb0cd389012": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c481acba836d4926bb882b3be0ae135f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c485e25d8c794b81abe43b863148875c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "c48867525cc94687ba8c21c9e079487c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c48c8b4cf7174f359cab739ce43a5592": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e1f1b2d73614481c8ec22a7cc00abb21", "IPY_MODEL_68e6fd01492c45828318d508be727d7f", "IPY_MODEL_a53cd3e87d7f4c369916856a826447bf" ], "layout": "IPY_MODEL_ba5e635c84ff4e3493d55b9a32fe24f0" } }, "c48fff4ae0f546ce853ba00988dfd20e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_09237f8a93f847f895a43f1bd0339259", "style": "IPY_MODEL_5dad52e5e81c4b0386c214187d848a4d" } }, "c4a04adf26cd48479483d85007a54a91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_5f81db23f6eb4fefb51eb9fc3efe884e", "style": "IPY_MODEL_ee3c4610c677497b8631b3b5986936a7" } }, "c4a0564b6bf54ca58954de02eae98591": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c4a7c6ed07fa45a38c2c8c552ec95d53": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4acf721f846443fa687bdf3b3001fe6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_68a667e720ee454f95f5c83fbf461248", "IPY_MODEL_d43d303e7c4f49edb023e03e80fef2d0", "IPY_MODEL_c5d2cb68bece4c4b8dda1cd1af65628c", "IPY_MODEL_7eac2b1a4eaa46c09052fd7c03495210" ], "layout": "IPY_MODEL_d07303bc72fe4019975bbbedc13d3366" } }, "c4b1bbc7c52541a98d419d61ea10b297": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c4b467718f0a443c82f6b6922b0ace3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_ad578eee74f34005a8185a5e24b7571a", "placeholder": "[]", "style": "IPY_MODEL_10f3f85bca4149c9a903b4b1901a89f3", "value": "smi" } }, "c4b52f43efaf413e988743274564fc73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_6152542e3e784bf69691ecdbfc5471c8", "style": "IPY_MODEL_3b9c470b6ba54b62a572dd8542480b47", "value": " Entering Custom Dataset from Excel: " } }, "c4b7882652a143eebd668d186d611f61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_6e3cf01f25754e1da5f08da0615a92bb", "style": "IPY_MODEL_57b5e8198e884556a4ff8bde6be544ef", "value": false } }, "c4b89bc4ba9c4ce2ad9327ea4ca67733": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c4cb106d78a346618f863ad5f64af2cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4d9175ca09f4052a4c313f28903ec39": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c4dc7faeecfd4dccaad627575c20c018": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_90dd2bdf5b1443bc80a96db701f04c99", "style": "IPY_MODEL_b417d3c312a844a9ae2dec464829c646" } }, "c501e47f3177466793906a04c2b3f357": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c507508ae2f94c61ad839acd96406deb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c50ff6241ccc4263ac6626e352d30d99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_cc5b6af169184d93acb8530d955d2cdb", "style": "IPY_MODEL_6631fc249cc04d5faaa5886b61df542c", "value": "Start with a new script" } }, "c51bbe252438499fa054fac8fb5085fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_35fba21206f84a4c865c082557b012cb", "style": "IPY_MODEL_3aaac75c5cfc4400b90029906e37c983", "value": false } }, "c51d507cf44c47b69a77880d9d800d81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c51dfb2b055444f2b02b56be6925cd9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_783dc9befce549c78529ebb97c06fe35", "style": "IPY_MODEL_3da1be899ecc4f84b07d047707118e82" } }, "c52055110ec14ab38406473b45ec94b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c52227163f0f430abe8b0d867812f508": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c524c4f9b5004a0d93068f3187841736": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c52b3705cc7942f387a1bbbe57af0b2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c545933e4eae4b50ae844987bd881875": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c54acda8732a43ceb6be15bb00d85076": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c54f7ad3600546caa6a8c22868e35616": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "c56a0a9561334e0c9bed9ba9d6b1d1a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c56ac72a837f4b9998e5995b06d5c5cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "c56ca2d4c6be469891171cc06f7a8d3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c57e9df1f9b547518a06260ff7d285a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a43e47da7c494104a3db167bd4ef1607", "style": "IPY_MODEL_f9fc439025614146b199d3c8a676c76f" } }, "c583346051dc48e5a708147fdd7310b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "c5836bf7436a43e4b3ee15896a74620c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_bbe2b1efc5784daebda60495a8419994", "style": "IPY_MODEL_e120f7984b154424a4c93d61d279ba5d", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "c58db314ca6940e6bb9e2572acbd69ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "c5903d803b224f4abc3b3872a0103491": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_66d8b35f7f2f4852beb802cc81de9961", "placeholder": "[]", "style": "IPY_MODEL_2b40096b3cbb473fb8404a485c57d733", "value": "bit" } }, "c5921ee84b7845d8b8dcad9aeaea65b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5a3f92abb5d4de7825d6a5b23cc82f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c5a902aea0d84ffe9ab8a5d513f72060": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c5b0e840c1a6491cb68e6b5b004e57da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5b1061bbc464f6eaf786d51f9cdf2a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5b9b2eba418494f9387c395bafe8f43": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "c5bf9bd60a5d45a0a085c78cc783148e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c5c3a46d7f9e451d83e8a68064f2ece6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5c47834d11c4b55b8443cef4fd87a61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "c5d2cb68bece4c4b8dda1cd1af65628c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_66ae4f984ff34943ab76f3e7012ca590", "IPY_MODEL_96a81e07f71743fd9c9d599cff2f2341", "IPY_MODEL_3796af7dc10f4016a4d394c97ee97976" ], "layout": "IPY_MODEL_ed76687665e04d8091a6eb5f4023522d" } }, "c5d6a4376d354df983ae47e245e3b025": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c5e4d6af8db341ea95b287d9d7a0ce87": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "c5e619fd6c8142dc9a2a2ff03bf2da16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5e6e836efce4a958abd0215081b9f95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_36adae60765e4cf7a99babcfd11e7fb5", "style": "IPY_MODEL_be38ad7502ac41b6ab538ed59ba81632" } }, "c5e77e6b838e49b18f78cc72a5de8781": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_ad5404c3ff6148619be393605807a068", "IPY_MODEL_f8943a0959a346409853eac275ca6e3d", "IPY_MODEL_ccb3a95f3aa942bfbff4cff61a90b1af", "IPY_MODEL_a93505b85412424cb29b467242bb96a7", "IPY_MODEL_6c38de4355834fc483f772dc941bcd81", "IPY_MODEL_5b072247e69e425e83a2688447cc7f38", "IPY_MODEL_fb1b2eb99f354dc6ba010bc605537b4f" ], "layout": "IPY_MODEL_4d502b243f3d4fbd80bda2bcdb8375c0" } }, "c5e875570c584f2caff80969bb1c6127": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5e7fc755e8fc4d79a1f5148a5c7d6cdd", "style": "IPY_MODEL_3fdc4613cb7f4b988bcfc14307af246a" } }, "c5ebb3d164334ede8bf3934dac9dfb5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_922d726b82ff4f7ba78de85fd5ef4866", "style": "IPY_MODEL_5490d8ef8f164ca3858c70bccc671fc2" } }, "c5ef567e05de432a9f738385a35a63a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "c5f3ba7a8e894240a5122cbf9824940b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5f44ae1f8c34d769f1d62a50164fa37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_57d4629dc68546f2969fdaab57913774", "placeholder": "[]", "style": "IPY_MODEL_9f4293b29235441da71292e8162fa265", "value": "0" } }, "c5f8b44839914fde81bf90bacba6c367": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_452e6682a44a46b1aee8240b9b3c9f03", "placeholder": "[]", "style": "IPY_MODEL_79fd808782084e499ae2d43dc0517ce3", "value": "None" } }, "c5fa43a559064e2aa3ead824525ba1e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c5fb8e3bf6814ad993521465c1adf437": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c6028bd994a34e0ba2e564035dd04029": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0a805fb471d944199f5e3953599b2a2a", "IPY_MODEL_87f3cdeb033443f8859901293ce0e4ae", "IPY_MODEL_345551c3770d4d459e983e862ffbd038" ], "layout": "IPY_MODEL_fc6219048395443793cd52579b0af540" } }, "c6097f38513c40d0950eb90860d86368": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_f221573c0f87400c9ef4f9eeae1866f4", "style": "IPY_MODEL_33a66c808eb64dc68afce4999f89bd07" } }, "c6126fc7aff249608050825d790d1407": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c61359bc4b284e40b8dfdf34f1594884": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "c613b267ccdd408797b94bcf6b5bd4ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c6177231284a401b86cc36266aa7ea6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c61a603e1e634a1eb2c33820f68d86ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c61cf6a979b542ec8f90935c33667f7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c61e7b9203d34592b1ada7e5c627d306": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c641820f9afd4edb9b9875188767e425": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_7b7e27b5c42c4f94a9a7ddf1b05bbab4", "placeholder": "[]", "style": "IPY_MODEL_8b7be4110b0b4fafbeaee06cd0cb07e5", "value": "None" } }, "c64587192a6042d7a336cebe39233742": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "c64669c1978d4858a00c2f14189a5df4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e6b17d59f552447494770dbcc62483ee", "style": "IPY_MODEL_31eee759320c49148a28f9a0ac984c3e", "value": false } }, "c64962f621d6443587ef6fb33e52989a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_4fe4b7f97d7d4f6d99cc488ecce94cd6", "style": "IPY_MODEL_52760461056c48a3b096a088b27d921f" } }, "c64bf0bee6ce48bc945b56082bf99d54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c64f83c9ab9a46f3be5520023e11651c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c6534541d6244253a5d08964d6828bfd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c654b565ee3241c0a9e8884ffd310118": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c655cc38741f4753b8963a4189bccc62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c656922a6634468088a98defe17391c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c660016fa1bf488787e7ececf6b8e040": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_19d0d8c87ef94c4f869566c7952632cf", "IPY_MODEL_7a1208343b6d4f8a83c4496776abda4a", "IPY_MODEL_aca18e4c4c134019a73ecc491361a24f", "IPY_MODEL_d76bc3c7003d4e0eb5aff2f71c001ade", "IPY_MODEL_4490aee44b764cb2a676f419e79db0bd", "IPY_MODEL_e0bca0d8e6c8453997e1dd34e3c8f6df", "IPY_MODEL_ab916d6e76084a439994736b06d2d669" ], "layout": "IPY_MODEL_6cfe25d0809948eba7cfc28506d6ae13" } }, "c663a330a7d34218aefa1165f87700fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_5363bad3aadb493094914ea2144b3b0c", "style": "IPY_MODEL_2e8eb32777aa4bb9bc6412f61554a522" } }, "c66c0f90bb5e46c1896041de3dc2e159": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c6759f9e2a8a4243a8195cf653632de4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c67a018f86be40a8b7b698a88c4bf63c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0708c3831b4442918128e43f1f2b55c0", "style": "IPY_MODEL_14637fe62b51451aa02439362e605c81" } }, "c67c11c5b5054c7cab94fc9a0574ef69": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_487263db917d4518a4c02a04f03cc77e", "style": "IPY_MODEL_266af102cc564887a26295a053698587" } }, "c688eb1c1e5f4214a66a1ef542b763d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "c68b0a26f6904d26a8cd2b2ce48af547": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c68c5b3f6d7c48f1b81ba54f2e1b0077": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c68d83ea16d4479eacf02bfe53577004": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c68e09b21bb549e191c57534c2143c5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_09f7ffc0deed4777a0ae15089b6cad30", "style": "IPY_MODEL_f409e02fa1ff4c7a9ae3765562133df2" } }, "c69a29f11b354cc49c908a68a6e9de5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_88d6c1f261f04a6f8bc37fd6e0f04f7e", "IPY_MODEL_9a41871e143e499884aa80816fe5ccb0", "IPY_MODEL_6909597e044f4f44b90ba1c46c6ea713", "IPY_MODEL_fcda9b670a584059ae491949e4f8488e", "IPY_MODEL_24ce8cd0955646e68b9613818db610b9" ], "layout": "IPY_MODEL_082e6b3663aa439b9fc51cd7a3e535d6" } }, "c69a71941e424a3ab90941d04c39d829": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2f280a22605a41e4b0fe547dda716d1b", "IPY_MODEL_7a15076e5a144c86a8345c8da9e2eb7f", "IPY_MODEL_fcba132358154c63ac3db1c60acd1e5f" ], "layout": "IPY_MODEL_22f7d6b8bf0f4f0b95efc0c51050824e" } }, "c6a26ef9bc5349ab8bf4e66e30c4e947": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c6a891604d534712b9d2f606714d882f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c6af330839e6448f9ea03e027add304c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2ced505c2cd74f27a93b86a3fa5da04a", "IPY_MODEL_c2d307aa2f0f43fba11519ea98118e8b", "IPY_MODEL_bb76fbe0ee374bd48c4cbf389ddd8a57", "IPY_MODEL_60692d836a964e7e9c426c8fe8df2d57", "IPY_MODEL_6de7819be52c43d494f3449ad028866a", "IPY_MODEL_a7d05921923d4369b7540bbcdedc7e30" ], "layout": "IPY_MODEL_1fd37f74ea3746c181c23c532c349196" } }, "c6b4ecd90d0345198aa14aad9a8a01fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "c6c7a2650430478aa6397c213e401539": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d31bdc42a1024d9bb9ffe01bb9a3a7df", "style": "IPY_MODEL_66c8b8b187b94a41996712f6868d1c2b", "value": " Receive <<< " } }, "c6d03ebf91e740d393e0f8cd43f5691b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "c6d9b1e599244c9aa5a50611a65e1da1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c6de2c3a850e4031b5473ecc164bf141": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_987294f18aa44af08552aaa7e8425f8a", "style": "IPY_MODEL_e384c78e6a89481ba0b83cacd7564cc9" } }, "c6e260a2959b4634b35fba9b81a8751d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7f5ea89e50204e2caee142dc29f7d638", "IPY_MODEL_280282db64074814977c43ad29f40390", "IPY_MODEL_280b0b1ab24f49c8b35205d2303c5d70" ], "layout": "IPY_MODEL_a86050a7ee0d41fc86b5cd41692b5d3b" } }, "c6e71e7cd5a04a2c86c2ed47ee2a580e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c700a2acc7fb4442853e952ebd47fea1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c7053e6e609b43e3b68073c2df228ba6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c705af75710345baab64fdc6586f8fc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_bbb153a57a6142eaa46672d7f2673855", "style": "IPY_MODEL_b0b3a851bcdf47289f20279422f6eac6", "value": false } }, "c709f0b1fa47425bb3855e03f785c05c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c71196752e7343ef8a94f8c0d0e49d32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "c71f3369d4af4189b3e200c2f4116f12": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e244e816ca5b4d1299f1ad062c132cd6", "IPY_MODEL_c085adc1339343a39140d03064ccce30", "IPY_MODEL_4ed6b003213341ce8d1a032464073f76" ], "layout": "IPY_MODEL_9c95a1c8730e4864a66fb0affb5870d2" } }, "c7354d717c36447cb4a07854c7bfdcbf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c736f3bf7159412cbed69b23bac89090": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c747ebcffb844d41828b6adb5299c39b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_709354ee9b7040d392f2fb0c81b2ea18", "style": "IPY_MODEL_5ac2faa3982a47b49f32e63cdf337e0b" } }, "c7514ae71cae4d3d817a1590065c996e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c75817b0a97f47619a12b689e996beaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c7590fb2f1f9488e8d1ceeebcbaf6535": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_13d5a1f6a25543819993ca5ac1655797", "style": "IPY_MODEL_9ce5c08a72db4a0180b27a11be50dbe3" } }, "c75e23f7420b43a68dd7a7de8ce7a9f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c7650021d0b14750a8c4db3563cf3f3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_4acf25f4e03b40f28d2633fdb7424651", "style": "IPY_MODEL_f2004215bd614e0599379e97b749aa8b" } }, "c767c9e75e664f11811ed0d5db1ccd53": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c7891c1f52594208b3fd467d1ba5a522": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c7904569b4ad4714a3967701d5de8b36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "c79183e68b694521873c93156d44c604": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c792f895666448e4af9b69d63e794928": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c79e498388634d399fc7c7b9c9e29d7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_d79bfcfb62924001aa0082cb64716feb", "style": "IPY_MODEL_6d7b4013e2574d068cb23bb0501607c1" } }, "c7a1a98f3f754d8abfd27beedc3c5c8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "c7b0ddd69b7f426bb5e1f13bcb43c8bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "c7b5bffab9914d32854bf124319eaaca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "c7bc0daf7ced491d895a61d3d1c9a3cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c7c36079948c48e9b4b62cf391ddeaed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_aff083996b8b458fbfa63a1f01407017", "style": "IPY_MODEL_e3701537d61a4330bd4b955fdeb0d9c6", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "c7c71c995d3e407f9e8582f0085dc087": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_a74159d474914393bbf277a1bca71676", "style": "IPY_MODEL_876e22a89e004be492eb27b3691fd9a5" } }, "c7c897666abf42c79bc7ff8e25a5093a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2e4f7f6ee59b408c89a89998e7b38d8b", "style": "IPY_MODEL_54a908218a5848c4ac0650c54ea39274", "value": " <<< " } }, "c7cafcbcc5e74ba38e38b2c78ed818dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c7d5ff80b1bd4b1cb6083278618dbeeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b6b54f682a4e45759d5c8f9720f848e5" ], "layout": "IPY_MODEL_e45fb1b2da124b9a873a9a1ba81e6ab3" } }, "c7dda2b4e6d74c7591e738446f8e7bd8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "c7e17e1c007243198b1013dade27ab08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_494b82d4781a490dbfbdf3c00b2c3c04", "IPY_MODEL_d34b79762da8419dbc34e4f3b7ae676e", "IPY_MODEL_a23930f9c9754b16bcb3d17cc3e2cc5d" ], "layout": "IPY_MODEL_cfdd5851431547f890d9015879d07526" } }, "c7ee80d2e6a1499caa710698060d6a18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d95f712bc4154f0b892f3420ddc712c2", "style": "IPY_MODEL_1d74b6b456ce4354b42970494f94c4fa", "value": false } }, "c7f3ad9a69094dbb944e877d5f38183b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "c7f8cf7287ef418fa320c5996c486a4a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "c8007be99fc74b1ca918f7fb139940f1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "c806b34ec70c4974b937b46a237e2e53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "c81be1b591b542f4b0168d83080f3c53": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e53042e767974d4b8c9e0e0ddc113478" ], "layout": "IPY_MODEL_94da0339609c4b1389723c48ad41c2e9" } }, "c822b05a92184cd49556d79feb4b45ff": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c824eed3655a419db5b1391ab2d8aedd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c82545ea7a104cbfb46bea7bc5c1742f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c8289651e2ad43caa01e97f6d49f297c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_70ff7ab57f0c4d92a8baeb8ddfda161c", "style": "IPY_MODEL_2e452b5ab3e44684b9af6707ae4a2933" } }, "c828cdb89ed444849caaf01cbd6e90c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_94fa354fa2bf4c34838ebcdaabe9e8a6", "IPY_MODEL_5c1e856f863e481e817cf5c755afd88e", "IPY_MODEL_73f2e43e8c4b40cca7476d3b68d71e28" ], "layout": "IPY_MODEL_7fdfb28d93e942429f5d56163f4f7273" } }, "c82a4d762e414c2da42fa4a22dde9b4b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "c82aa940e3af40ac88602ceb86c62780": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c82c8546804944a2a9f3bc4e4daa088a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c837bd5cdabc4787af4c59b729f9d68e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c84bbd10bedd4ba0a90b339b65ab4808": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c8615611938f421a8994fd95bb3a2a73": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c86a013f961e4e1493c5bf9096c669c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b355ad95b2b3445a91f939fc416a9810", "IPY_MODEL_c375c7a33f1a4381ba308fb1524325b0", "IPY_MODEL_a191ee8e11584d51b5b59b6237007615" ], "layout": "IPY_MODEL_6c0c8e9516754817abc132f16f99263b" } }, "c86c68719b194758a730ad82ca527d1f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c86f91bb6d9a4a55bd9466ad9b75a86d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c8726d4edb0b45c68eb604f21468e72c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4d77a939b97648bf9112ba004bc5db27", "style": "IPY_MODEL_a7cb7957e7a4461cba8772a330ffc2bf" } }, "c87892f32d0a4bf78dc3f70c5a1c0de8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e934c3b9a5864bd3be7fc13315509267", "style": "IPY_MODEL_e0cba17eeab04d84a9674ef3e2970a3f", "value": " Receive <<< " } }, "c87c1f8b8684424e8022cb5c4bb7eb0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "c893a589871341548ee81bc61e44cc47": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c8972ab8c16c4d94b627081647402829": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_fa3a658df53c4924a7255ec229e6567e", "style": "IPY_MODEL_50c925ae5f504c97985ad584258c356a" } }, "c8a8842055ba4669a08bbf798ec6a1e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5b99ce7b67f94b0f8545390704f514e5", "style": "IPY_MODEL_9c0973a337ae4d96a32186fd40b2e858" } }, "c8b1482484fd43eca4f313abbab04c49": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "c8b8284e466347cbbbd0e743f81e4be6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_67b009cb06924620a7a6cb2187eb6f18", "IPY_MODEL_1947b85c74b34c2c8bcf77f1960a44c0", "IPY_MODEL_b0d92fdda13f420e9f96811094b1ac9e", "IPY_MODEL_e5ca186568554f5f9a10fddd74ccee45" ], "layout": "IPY_MODEL_bc7c2fe1549a436cab4a3c82ce36aa54" } }, "c8b9296968f4406b87728c8b768ea34e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_6a12c2a177ac4f62a12dc4c1ea873df6", "IPY_MODEL_27f26d949d2a46b399a332f400fb220b", "IPY_MODEL_0a82f83e411544e6b6ae448c76452df8", "IPY_MODEL_e5e2b8c5e60c4986b2c1d6914203789d", "IPY_MODEL_b3582a6bca944ab2b99bf9291cdedc46", "IPY_MODEL_6c2d4765751c404fb2aa763d134bace3", "IPY_MODEL_efd2ebed939840e9929a1e29d62d9f07" ], "layout": "IPY_MODEL_9a1a89752d724add955cad0ee4abe8c2" } }, "c8bc3280af8e430fb14c9d6a38f44bdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_00d1800494fc45ff8014f3e8518ae741", "style": "IPY_MODEL_c39432c09e6446d7ab48bcadd4516e19", "value": "Template 1: A simple machine learning model workflow" } }, "c8ca025cc07f41dcb9775d5062b5d808": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "c8d09d17bb3848808d934cfb8b5fb166": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c8d19d822f104aed80c0179384d0e673": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_82fb610d235f4225981c3599c08e541e", "IPY_MODEL_3cf698d211e540218095a866bb4702ff", "IPY_MODEL_de7409acb40644a5ad42144b95a4541c" ], "layout": "IPY_MODEL_c000c1f92fe143fc90bb02d5a22819ac" } }, "c8dbef56d7ce488e9d876a3ea08d622d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c8ddc6f01fcc48a3948e934861158771": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c8def38ae4fd4dca8dbf640c7c53163a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c8ed069c5a4a45bc90262096f4f1bfe5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c8ed254b2278418f8b38766c8038ec15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c8f13a2f7829475593cf4c47c892f2ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c8f7d2e96fc8498eb7fd7c0b02034620": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_c444e7d84b444c19b2c401e4c65721a3", "placeholder": "[]", "style": "IPY_MODEL_6828477e57fd4141860c91ef43393640", "value": "0" } }, "c8f9b45d3b3d49028db1c57d91ef8992": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_70015d9d73f74b29931f32e68f53c26b", "style": "IPY_MODEL_8ecefb150a4b4152bceff6c08add01d4", "value": true } }, "c9045c63f4eb490cb8fb0cf614e69a41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c908af42a16a409ba2f3dee5acd1a3a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c912e667073f47309f9d30855b900060": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_1673600c7f134c7197a10d44950c922d", "style": "IPY_MODEL_e71e1134050e41c7a18eeeee2835e8bd" } }, "c92b92f6c5ef4a66b821c1acece9820a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "c94dff62c91946fcbe1894e483fb3191": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c955196679d94c0ea8260a75f125b049": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "c955556db0de49868d6a7cce85610b1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_33d2de06a0fa4b7bbedd9c5b0fc4f370", "style": "IPY_MODEL_83630d5ff0ec466e99de558483abfed0" } }, "c95c19ec0254478284ee99a08817c568": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "c96a430b3756415480cdd00b7f42b69f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c96d2d4f849b4ef2884c9c14a8c7d6fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "c97bfe9e9ae64348a4d9f9339e5108fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_791bf70253bc425fb09b333f4fe90286", "IPY_MODEL_d242883abf1e4d05ab969ca31b749c96" ], "layout": "IPY_MODEL_00e0536ddd7d4ee9a50cd254b4ae16a6" } }, "c980bcc744ed4b08a1f28448c89de802": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_94eee9364d68435883609b65c6305692", "IPY_MODEL_6ce5547a717242629490ea673da2a3c9", "IPY_MODEL_91849c383857421d8e2958cd38bde5ea", "IPY_MODEL_4d2dacb0906d4811b1ad69358178c5e7", "IPY_MODEL_2898a0248246428c8d2dec63fd89cf5e", "IPY_MODEL_b4c838f4660b4d0e8b7f57b171ed3b7b", "IPY_MODEL_fe56ca363cb84f82b6f86e246bae36dd" ], "layout": "IPY_MODEL_2baa053ac99249afa2d028ea85517128" } }, "c9ab41fe643f451eae6f84b77bfd3b41": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c9b0c5437a144838aa9efcd2454ae61b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c9b68abefdd24fba96efe3c05275ed14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4efd31af0db34aa3a666084c98f6430e", "style": "IPY_MODEL_2b41363ef56e48a19a1f4fe78b4b0b4d", "value": "Wrapper parameters:" } }, "c9b9e11efc6743888ec371354b339b66": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "c9bc35fe33014fee8e2ddaa26f5b8655": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "c9d0a5a5214b4dfa96c8b640f8e98ef6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_866709125bcf45b7bfab9d75e5ddcd9d", "style": "IPY_MODEL_6c8d322d9dbe411b9c5729fe72ec1b03", "value": "Start with a new script" } }, "c9d6f6b51a484e84b314b200ac2301c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4b9ae411c5124c52ab830db31b9c70b7", "style": "IPY_MODEL_b8d2d045bc214bdeb9617c61e632480f", "value": "all input tokens: molfile" } }, "c9dbc4c9fd7e452c9d8c2a28a0154552": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_9dea4316b06c4ddd9aeadc69f7d4ea08", "style": "IPY_MODEL_f497b542f83e4f3b873fedb2aaecf4df" } }, "c9e42e436a954f7f89101006963a08b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c43801d740c2418e998fcd70ee75357e", "IPY_MODEL_89442b2658ef49fd8a554ca11908f323" ], "layout": "IPY_MODEL_7693672e17ca44d9a1b5e51691060f1d" } }, "c9e6b7a00ee04a25b4d8e5de8078fb08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e05403c149d848fa858345b388696b88", "IPY_MODEL_a457b62660f74d028cd82c5acec1d191", "IPY_MODEL_21ca7c8f89ea48729f9274d04e14c0eb" ], "layout": "IPY_MODEL_f2dec25551444510bced6e5736478d46" } }, "c9ed861e8b8144afa85e5799580b917a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "c9f99786ff3549538ca5e80e98afac82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_23c1a6cabcb1415d93eb46bbad81150b", "IPY_MODEL_13a31c58b1084805b48e6b791afa1c43", "IPY_MODEL_3adbf4a009354e469d96c8decbc7601e", "IPY_MODEL_f8c234df566544bab517998dbcbcb55d", "IPY_MODEL_46a5c5fce99447d08efe4232dd28b9fb", "IPY_MODEL_13bfde997aec49af9bd1ebfdcfde58f5", "IPY_MODEL_cc4b78f698924382b0bc944682504a36" ], "layout": "IPY_MODEL_56c96777adc04c8498a9addc80874146" } }, "ca0a1154e64942119bfc2d8e2b09f7e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a35189180aca46fc97ad116f261f97c3", "IPY_MODEL_e6b2ec4c643b4e81aa321cc93ade427c", "IPY_MODEL_7feb18d8d4bc42448c7e313ef90ebb65" ], "layout": "IPY_MODEL_9593cc516b754b569aa36fc42729229d" } }, "ca0dc292736c4efb9a9faebf6530df64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ca14bbb675224adba1adb1380f38ba4c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0f85d7357f724242a28fa86f1322432e", "style": "IPY_MODEL_9ae3cbb70d8e41258370f64f0e231114", "value": " <<< " } }, "ca1a1c59e02c43d9984487093a14eec5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ca1da9c1b28840cfa07be233fda853b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4912a57f418a46179a4c604632e2acd0", "style": "IPY_MODEL_fd1354d5f46240488e9baf04dc65be0f", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "ca252c834de440969ed76a9929da1547": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ca262a62133145dbbba5359833d6297c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ca28ae167a284d5c82366763b62eabca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ca2cf1650b5c4b4ebc8b01bb42264a11": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ca36bd1124b2470ead3fb42cef50b41d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_fd919c089dd342f8b0d81d24f953acc3", "placeholder": "[]", "style": "IPY_MODEL_195904422e334c97a872ffd222b2a7cf", "value": "None" } }, "ca43644ef52045ce9aff92088c4bf6dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ca4d5a39526842b99301b39757975a0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ca621fd97a9a424088873d7d09c33e0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ca716fbc509a4893b6fe6aac4dd5e758": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ca71915addfb436192b1af406220d1c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ca79ed961bee4ab7888022579cbbc825": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ca85a408319a4f34929f6ebbd2b43e8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ca875504b7824b7da60876fbe0c7ec5a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ca9424618ba84bdfa194186ce74c9686": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "ca9b75a7606f43daa79f133e37e6363d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_731148f1a11740d583aee5bba0cdf41d", "placeholder": "[]", "style": "IPY_MODEL_5891f528946041f4a1a7f52b0eb09a69", "value": "True" } }, "caa14b3b42744dc48c8fec44dc7121fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "caa37e7c065f47eda45bc0523c027e3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "caa5d82d2f9841c58424c3906097ab23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "caaea3768a964f30827487a58d13ceb4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "cab223bf6e7a4a328a8c22d89b0966e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cab4b480630446bbb0c5edc263f282e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "cab703e34f394a7bab3aa63979f4a2df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_da145c8909494489b858164c86ddec15", "style": "IPY_MODEL_886be25cfddb44df8f83e55a13ebeae0", "tooltips": [] } }, "cac62267f7ba46d59e64e28a8c85357b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cadec94ec8a140a2b057329bf989537f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "caeb4ca2fa594851a588d1f792dba5f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "caed121d4ef94ef2b49b25830aad4761": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "caf4e92170e24c65b76e2a8e1efc3ffa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cb0abdd44c3f4bedb0ab53828a353e62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_07c63a6f942e4eb5ac161d7591207d4e", "IPY_MODEL_9c5c760c175c49919dfffe28e3678d0e", "IPY_MODEL_43546a4487144d15ab7af2d4f44bb422" ], "layout": "IPY_MODEL_119bec5f2c8846569624bd7d39285852" } }, "cb1a93ab1dbb462ba3373b9f5b02bac6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "cb29e8eb2171439585ca2b8a04a03b5b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cb2b90f55a914024bf6307746f0cfd65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ad05acbe5f1c4440bb69725d1edcea41", "style": "IPY_MODEL_6d81a52f10cd4040a0eebc54b4f78faf", "value": false } }, "cb2d3eb5a530479a86e2c1352c1f22ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_0f5781a30dbb46dcbeab9ca2155daf5c", "style": "IPY_MODEL_f46ea919717b4b17a3aa5bce1abaed7b" } }, "cb449eeebac54749a0d29271e68ef3d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9a724cce263842eb99d4d1fa38035356", "IPY_MODEL_500f375c1a8840228335483113564d9f", "IPY_MODEL_911ec61e3fa7423e8c8909ef5a5295f4" ], "layout": "IPY_MODEL_0c6597c0182245d2bac352c642618792" } }, "cb4640149f3a4fcbb376df2f781fb256": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "cb4ff75dde2144c7ac99693c7bec76f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "cb521fcc09ca448cbc5bf237438c91e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cb5360277f3b42e48cacc595df8a5cb3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "cb54cdd0856343f5943357e0c842c9e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cb56001f84474567a81676ccdd8fc24d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_739fd525eb7e40b4a191c47df56c8a64", "IPY_MODEL_334d399121534ce19da599318e0aa85b", "IPY_MODEL_4b1666aaba6a477c80370e8de09bd8b2" ], "layout": "IPY_MODEL_fddf1560e68e46f38febde74078ec404" } }, "cb5758fe988b41dea6f06bd86e120e26": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cb68bb2596cd4e5193e643ae19d8c249": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "cb6f21f353c44c6e814b26d7743e35f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d6eaddc1259445a08afb42df51b48384" ], "layout": "IPY_MODEL_040deb07c50b40e4b9b9df2d1ace1653" } }, "cb6fd635f2a64a0f98550deed44b7a3d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "cb7b19b4e3b245969e97f7c40ec2afef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_abe792e7b4544a2d9a27841bee4a11d6", "style": "IPY_MODEL_b388df4eadd7493f946553a9a5bc0065", "value": false } }, "cb880b2cae6c4ab58641f3b5931452cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cb9c6c08526144ffa6474e5011c3f5dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6174a8cc936d4482b6c9a066c9be5c79", "IPY_MODEL_d36be9a9920849e49ce08c5c9ccd6865", "IPY_MODEL_926112d8738d4213870094b9d26b7cc9" ], "layout": "IPY_MODEL_4fe54144fcb84b52bfb88c540cfe0591" } }, "cba682b39bba455ca3499349afd7a8ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "cba8d6b8c58e49bb90386788d432df57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cbac9303d7994e24ab2135c6eaa65baa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_bb7a4a8fc6bf410784707bd615de0a70", "style": "IPY_MODEL_fed1b68698ca441fb32adb241a085edb" } }, "cbbe5870de9c407fa93998ebb7167286": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cbcee553e9a341aea737f1fa115afeec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "cbcf4ef8c04347ef85560094a40aab32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2caa62501d3a42e384415e0f820f904c", "style": "IPY_MODEL_5acf820a62ca4610972a1eb0d78ba43d", "value": false } }, "cbcfe1c787ee424394b6b7c440ce3f02": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cbd27805b8284c129b4b26db75397b29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "cbd8996da0534c589806936380e020a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cbe05c2759814c7682b78c7191797e8b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "cbe2bb72aee3458cbe15acbc3dbee8c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_d15570c2561c489ca1f191a423a043b9", "placeholder": "[]", "style": "IPY_MODEL_a98c3b7a5841445cbbb09fffd7d5f61d", "value": "openpyxl" } }, "cbe530dcd6eb42c3929a980572d21d7d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_a35dbe83b10a4997af40fab367ed7e2e", "placeholder": "[]", "style": "IPY_MODEL_3093795e0d3e4d5794c4c69763079ce1", "value": "pi_smiles.xlsx" } }, "cbe83cb3d2584ccf8cbeafd44d58298a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cbea220f158041e382b6b2a9c568d583": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_51cf74b4dd6a45dcaedfe825a7cad12a", "IPY_MODEL_37d0cc14d8c5496ea3f3446a19e08b51", "IPY_MODEL_36160802998b4a5da5d5553481220742", "IPY_MODEL_c13184dc76ef4cb08d130b83004e11ad", "IPY_MODEL_8b07685a2c4b4bed8f6c199fd4873387" ], "layout": "IPY_MODEL_80ab2ab5a55d49b6ac95a2546df8784c" } }, "cbfe518876324a319cef7780c47de7fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "cc04c5a3330c411692e3ba10176085d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "cc0ebce504434754b871338afe46e57f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c0681675a68d469a8d32a08709a4aaf8", "style": "IPY_MODEL_a73af7aad38b4c56bce11adab052cfdd", "value": false } }, "cc0f8e0ab34e4506989ae857d48e3f13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "cc1dcf57236746e2814067520612dfb2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cc2fc4795c524bf1a5f74390736a0ffd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cc4b78f698924382b0bc944682504a36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b27f37833479470199f82477feb10137", "IPY_MODEL_95de8f8282d146b483524b4a2bf40559" ], "layout": "IPY_MODEL_ab70969fca14426995f039f9c16dccf9" } }, "cc502b8d7e4a43e58bf9536487ddb067": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cc59a9a7039145928a30cb9934dfd735": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "cc5b6af169184d93acb8530d955d2cdb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "cc678387ed364e4aa00da0a106d8eaec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cc75892ad4c74f8cabd345d1abac14a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_86e8322d3b7247969e0a67f55e8d55c5", "style": "IPY_MODEL_cf4bc815d4fe4b59b7b69b9fb84545db" } }, "cc83021efde24f9eb7634498ba9f0ed0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cca3fae6587e42e782a99b22f957e3ea": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ccae9e2fed2e45c78c0ea1ef477d8c0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ccb3a95f3aa942bfbff4cff61a90b1af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_53b407506958483ca41d9ed86a4cccd9", "IPY_MODEL_4ed289c49af74b0898d6242974642a86", "IPY_MODEL_ffd04425a8b04a0f95fe35e2fbb5ee01", "IPY_MODEL_5930f1a2bfd444c49b49ce862076bda7" ], "layout": "IPY_MODEL_3c5c736175d04cf497e26391afd96213" } }, "ccb6f2abd15e41f482ef9e30ceed1d5f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ccb70c510bcc428a9f95c4d0647da2f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f2892ba98b1c4082bda7b7c8bae50a59", "IPY_MODEL_92e34dec71214a8aa387c5eaff535403" ], "layout": "IPY_MODEL_fdd5a4ceadde4fb4bf325fef0f7bfe97" } }, "ccc839e0c34f4e73ac30967f94fe4d5e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_363cfd774fc4450785069d02bcc4b339" ], "layout": "IPY_MODEL_fae4185b85a5448390ecf90c2fc0fd78" } }, "ccd9d2f5158b4156a43c9478352993e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d27c3bfd23434c29a9dc08055588419e", "style": "IPY_MODEL_d26de0a17e4d49ac833f8621e55c78e2", "value": false } }, "ccdf5afe34254e75a9f8b9649969f5d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "cce5f81168754106920d450205f7d3b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cce832c14bb748e98954c241a77f7768": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_fc6b94f8ccae483d80fb23f41cc8456f", "style": "IPY_MODEL_16cb568962f0449dac559f4fa43788c8" } }, "ccebc05d52b04495854586bba065d948": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd0b87bd0c884c24a96eab4492a0b27a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd0f5fedd6a74167bac8b53b12ea7096": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_eccc5139186d41a4ad1fa2e1032a0087", "style": "IPY_MODEL_bfaaf3fa6f18415db3895b4de9c3beab", "value": false } }, "cd108a2e52434c618b882cd94864081a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd23b1aac1e2453cb566dd1df61eae41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_98986aeed0d04da8a322833d708e40df", "style": "IPY_MODEL_95ff561d99064a9aa1607ff0abf410bf", "value": false } }, "cd300f029dfb40db886abbde04c7e0d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_1e58afd5a4e34fa198e5ad2973353434", "style": "IPY_MODEL_ceef227304394d95addeefc89438fcdc" } }, "cd343cd14808457b8c7c6da3114d2e7f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd34ff4472c84268afc311e8bcd0c6da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cd4bbd1598eb4df4a3a25347d3767df1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_982a8836b6a441358c5f8e88da5ec1af", "style": "IPY_MODEL_9621c51c31774d80900fec6f1cbac3cb", "value": " Send >>> " } }, "cd4da30eb2c641bea1971c56c746ca32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_1e2a0588778d4934a38c64d1e6c7803e", "style": "IPY_MODEL_c5c3a46d7f9e451d83e8a68064f2ece6" } }, "cd571ca3733b40a7848f0dd881d21ffa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cd5a656ccb2d4857927bd545e0cf8eec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "cd5f2f6d4b11480bbac4cd240e582271": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cd674ccf5d274907bebe49a3ca2bf6e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cd6d2b63066e4165b89ff6b9f0264fd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_067dce2e93fa43269cf262e6015c81f7", "style": "IPY_MODEL_4b85e2ba00db46c296a528a034825666" } }, "cd7114ac0fbf4203b33548b188b38884": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9898ad7622d44b6eab8de1f60ce1e919" ], "layout": "IPY_MODEL_731e63c6aa084a04a36ba31b93e31ed5" } }, "cd82f3954cf7482687d8c8bd4a1aa8be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd86685a9c854ea1905ea928d48b04e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cd8fff10760649daaba84da0a874f4ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "cd917bee1de14e09ba49ceb50b95f0af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cd99fe21b7cf4b4f8882cf7eb20248a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_bb6a3498a8594da597aef56f5715272f", "style": "IPY_MODEL_293ba2161c38483ea853e0fdbfc5b5ac" } }, "cd9e150d4d65405f902d3c91b1d6851f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cda387779c184049a3900b4ce04cf16c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cdab07acf7c7430fb9923d6af7188152": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1589a99714ba4fb48c69a922184c5fa6" ], "layout": "IPY_MODEL_9694b024119546b3ac4c789a857708b2" } }, "cdacbef4aac74b118c33a927d91ffccb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cdad31444d9949548249022a408980ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_97b5981fb765472b94f0cc8cb3750b16", "style": "IPY_MODEL_f4199ed69272466eba32b6bfe5188fdc", "value": false } }, "cdc01f9324534b1a9a163fb89a238bef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4a482df5b9e94c8096e78411ce959d78", "style": "IPY_MODEL_ae106be897774887bfd23fdf9357b229", "value": " >>> " } }, "cdd140d31de6488d920d1d70888ab849": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_f314d800a5fd49bab26fe4407bb2a532", "style": "IPY_MODEL_9c66fd3b0adb48388e6acb8d8e4e8932" } }, "cdd26350915d4bac9b15e753925b324b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cdd32e6c67ba4c06b1baff459e1f09ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_20e524b1e9f2439bb8141298dbc3b590", "style": "IPY_MODEL_1e321c8056294d98b9bdf990a4f53562", "value": " Send >>> " } }, "cdd434fa2ba44537a297cf7455fb8194": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_6a28fdce91104b06904b1e4b5c7c4bd2", "style": "IPY_MODEL_40191f852ce9449f8174964a435f57e7" } }, "cdda67f82037482e91937ef489c0e59e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_335697ed3e2c49dd890c7876ae291f07", "style": "IPY_MODEL_97fce0cde25f4ceb9afefbe6ab2f90dc" } }, "cddc0a26c45b47a888d1370139c5fd9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "cde4880bc96447fd8b8553fffcf67ee5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "cded9ded0ab34f0d9dbe60ddcceb5c0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "io", "layout": "IPY_MODEL_fb1932bc00a442cba92ba6cc8331e9b8", "placeholder": "[]", "style": "IPY_MODEL_f68aeaad5c1547068e98a69c25eae94b", "value": "pi_smiles.xlsx" } }, "cdfc3b1f20594f18a46a765798ec21d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_029c8dcfde464397862071fc8b674194", "style": "IPY_MODEL_1d14abaff53f480cabaf195982733f9a", "value": false } }, "cdfebc9f6bf443a1ab996f3611a7af2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "ce022bb1b80c46ef8efeeeb38731c733": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_632dbfa923e24f2a982ad0d79b72d3c2", "IPY_MODEL_37fdc542b8b84ccb9bbcddc73e2aaa1f", "IPY_MODEL_9919132d6c794e968458c77b22e6e1dd" ], "layout": "IPY_MODEL_ef7b3f8f1e964f64bc57c43f0d84ee12" } }, "ce1018d1d0b34ec394f39894eee18527": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ce1b6382e7974b778a897da59f0fb280": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ce1ec30d3b4e40838542b6c9f03d3c2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "ce2ae80edba74294a4e4fbf1184209ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_d6afadc4071242dc805cdc5a53336640", "rows": 5, "style": "IPY_MODEL_3688b5b78fcb47cfb4695633e7d8fd60" } }, "ce2b78ceea874cf09d7806c958ad6ecd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_8c9c8f7deb8446e5b2bdff7506cb6028", "placeholder": "[]", "style": "IPY_MODEL_193f81176fef407ab2b9ee08a96283b2", "value": "csv" } }, "ce2c01261509436b982b2919615e3430": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ce372302a9ec4f63abaf158139f5d937": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_156556ca49a047b4af14825c515f3e30", "style": "IPY_MODEL_57f12991a991492cabe362ed31bc744e", "value": " Datasets Overview: " } }, "ce471cd977ff4569abff5adb82d4c43a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2084b7f7bae44552bdd831a654058ea8", "IPY_MODEL_91655d85e67d4f5a848bdd25bc44f812" ], "layout": "IPY_MODEL_909da6ca08d741739c843f92d94519ea" } }, "ce66c51f57fe4118abab3558aa7f7d17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d029f9dfb81041c88cdc6597266e4475" ], "layout": "IPY_MODEL_b44ca7fe20b04be5825351048c6023e3" } }, "ce74a181b79f48e09a75b2f8ad665226": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "ce8851aa825748db96691ee65b67001e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ce94f8fda24745d3bf41ec363390cec8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_64082f8d63914dae8e3c15e72fbeb6ad", "style": "IPY_MODEL_c9bc35fe33014fee8e2ddaa26f5b8655", "value": " Send >>> " } }, "ceb5c6cd066e4b17aa44f65f9e3f9ca7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ceb6d352a0994b4fbd4466464705baa8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ceb8c23ee84e4710b4a3fb48bf441cd5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9551174a87324c6f8b19c3720aea4057", "style": "IPY_MODEL_d2a74ea4e3494201af36213ed84a8bd6", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "ceba6279dda948029c40fd3128b92d24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cec6ac29b9ed42b59144cd6cb12cc77d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ced181d1e7914f0d9e1686dcd514d1a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6ae61f025cf64c84bf56bb10488926cb", "IPY_MODEL_7a1eb2dff2c045f7aad52b91a2a2c936", "IPY_MODEL_b094ca18e6ec48e4b4468525b892709a" ], "layout": "IPY_MODEL_bdf936efd9f041ba9093a9c081294cf3" } }, "ced1ef839ecd4b6abcd1a0b534a75651": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cedac47395cf4731bf681666856c3098": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_1b3ea744ecd04b5ea80846352000a469", "style": "IPY_MODEL_788fb1bd3ccf4b78be5b6b7b33418214" } }, "cee19531617c4e2884000949415691b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_a3255b29e64047068d76d00a2247d49b", "IPY_MODEL_930f7265fd8d47b9a42f0bcf8169afab", "IPY_MODEL_c2db13933d0c437f9e71c2da518c8cff", "IPY_MODEL_93d8c31b91bd418f8f8b74cd3e51e39c", "IPY_MODEL_e4a93583443b4722800d7531b4751de7", "IPY_MODEL_9db167d87dd0409d9b9b5feae8ea3aa7" ], "layout": "IPY_MODEL_e8cbdaa6085b4ee8a98ac1d62c9fa36b" } }, "cee3e86fb58049e29eb09417dc814a07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_29e8b62b58d345f48a6e3f0ba5e62969", "IPY_MODEL_22ec3b0543e243f78020192d71db6148", "IPY_MODEL_458afa0dbdb54768b00534435bfe143f" ], "layout": "IPY_MODEL_6ee6d7827a0946cbb121e58c5f3447e9" } }, "cee6838f8eee47c894de76727ef9c233": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ceef227304394d95addeefc89438fcdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "cef16b0ed0644564a0054e827274041b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cef446767a14446498b398a4dab738b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cef63b035f8e4fe6a0a49a953d27de97": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_588bf79bb96b4e4f8d7a9571093d1b78" ], "layout": "IPY_MODEL_00f1c929b0a345478500b00150bee9dc" } }, "cf028766bc9649429a40990aa40d57e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "cf07982b07b64e4bbe0720e81d31989e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cf0c4ca64d5a4b629993812cb2593f7c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cf0ec3b8ad15478bbadd5af9ba9da347": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "cf15be073cfc41f186fdf2a7ee95ed70": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "cf1d40550d8a4a939dabca5887d3793b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "cf2b849d1bba4e1b9a8c49476ee1c777": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "cf3cd42b3cdc414fa704aec394dd707e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cf45d841411a4ac2b34ef5c2d553ae25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "cf4b12be5293456a9dbf5e7e50183b26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e0f48c61b8854c5894650e3dbcf04b31" ], "layout": "IPY_MODEL_ef06a13b93fd43b49202462fcad687b9" } }, "cf4b706f7154402b9fc6e5016acee9fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "cf4bc815d4fe4b59b7b69b9fb84545db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "cf502d1e44514d69972b43c7eeea2149": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_24c25e49bf794998b9b563e51e6c3e25", "style": "IPY_MODEL_2b664b4f8a934b46b3f398f77f1ab303" } }, "cf64ae4b60a14c3caaab95d2ce46fef2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_36ba1fb205fb478f95eef8b8df0cfe8f", "style": "IPY_MODEL_17c6905351294766a5d1ccb8d9101b24", "value": "all input tokens: df" } }, "cf7de43c923a4064a3d080ffb7cab5c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cf80199430454d398146bdcef0341a35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_c017a16eeac44200952d3d6e5d4be976", "placeholder": "[]", "style": "IPY_MODEL_7d95c7df15744b05a969fa01fd630516", "value": "None" } }, "cf98a622e46f430cafb23adfe492c4f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_fe6788ffb1ec4a2d886b2137ec29b9e6", "placeholder": "[]", "style": "IPY_MODEL_c68c5b3f6d7c48f1b81ba54f2e1b0077", "value": "smi" } }, "cf98c2dd16da458a9405766cba9d061d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cfa82c2151074330ae6ce02f51d98e13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cfab66e15f384d08a3ae16e77f580e8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "cfb6f7b910b2481caccb63c28ee67cee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "cfcd80a537fc433698e2539181e6dc05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "cfd0b7ca3a90416f976ff2529f4351bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "cfd57b057890435ca869b06115d93cdf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "cfd7619454ea466b8610b32a3a0d01cd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_d5af5b62992e4dbe9add4c1ea7d77cf5", "style": "IPY_MODEL_8046effb19b3478e8f34c05b3d5e4525" } }, "cfd8da205f024b6fb00f870d0b122013": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7aac703d788b464ea5d3cee40f23f431", "style": "IPY_MODEL_61cd6b2f976c4a4489727833ee896706", "value": false } }, "cfdd5851431547f890d9015879d07526": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "cfe404d2be9d4b0db0dbd30a6e6deac5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "cfe767350eb64c36ba777da23e71cc05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_2e70a98ad3054ca1881985456d16233c", "style": "IPY_MODEL_6a6a9a7ac55243bfae07991b48738a64" } }, "cfeb86eee1544506a5e1d0b53aedeb12": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "cff416d7395244a384cada0b4e9627ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "cffba6d8517f48868319f66f4bb0ef1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d006314dfcce468f890a978bdaa2382b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d007d66d717d4b85899871522ac68986": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d012f80554a946e08c15fa3798297315": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_394adfe6eeda43f49b3e4461070e4435", "style": "IPY_MODEL_40a345fa8bc545c48d05b9dcae3366e6", "value": false } }, "d014b1c919314f5780fd28717ee7f77d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d016c4ab8b2e4060912fc694a3613f85": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d016f1aa8ce345f9b96176fa84f8353a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_62c2878ca785457690034c031f7ada11", "IPY_MODEL_abaff1f2c5454dfe8853c21c435279a6", "IPY_MODEL_aec7a49b431d41d4ad4e1d1e96b14a2a" ], "layout": "IPY_MODEL_8b67da12daa7483b80fd265536124e16" } }, "d020de53e9a34b27aa1d649c1fce0f18": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d029f9dfb81041c88cdc6597266e4475": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_e0be416221394f68be9b49d495263a6e", "placeholder": "[]", "style": "IPY_MODEL_4de2e51566a5470bb2a51f17c1fb8bdc", "value": "None" } }, "d02aada9fd354c73928281542a0e926d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d02fc8090b7e44c0a0eb588078978bb5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d0380b6f6c624912a472b543484df73b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Start", "layout": "IPY_MODEL_f85cee5d55ab4dd9ad3970424b22e29a", "style": "IPY_MODEL_91854dce2d8d44828dfe8ebf7e22ad35" } }, "d039c2084965413597d1cc160918bcb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d046bb9a8032426987b1b198bf52c70f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d047d460405f46018da73e74b6e635ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7a22669a2ae14aaa8a3cd13686835b9b", "IPY_MODEL_58c7bb8bc1eb46489582e224e648bd85", "IPY_MODEL_7fd750b0dc284672b39ed31b8305980a" ], "layout": "IPY_MODEL_75419546bbbf4857893f42721cf0cc2e" } }, "d049350d870a4ee59e10dcb1a3278cc6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d049896879fd43c8a05d535fb03bb207": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_cce832c14bb748e98954c241a77f7768" ], "layout": "IPY_MODEL_60b9ff4c022a45e6b60fd8266ed24c14" } }, "d04c752f8dd14d889af8bb66d28e0a0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "d054ccbdcfb74afc809603ae0e7e24c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_5e75a8a3e0234ec78d01f0dc4d17cccf", "placeholder": "[]", "style": "IPY_MODEL_5e1087c29f8c44f58f29fddb188b6f1c", "value": "False" } }, "d065935985d549148af688a1378db813": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d0659d67f019411daf8ebf9b050ecb2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a586f63fb9f845f78d2eb64a66b9811d", "style": "IPY_MODEL_0c4da19db4a649deac552531c5857c5e", "value": "Wrapper parameters:" } }, "d06ab70aca1c4be28258f48b4dce25e3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d07303bc72fe4019975bbbedc13d3366": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "d07db7c3de924d22a5fb4eff9f5136fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b6ae2facf6ea42df95cf6019e25da4b0" ], "layout": "IPY_MODEL_1c65f2220961448e817fc0fcbb372205" } }, "d08a707246c54084b1866ae6788838ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d08e47cdc55f435b8455fc3533a75053": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "d093e62452974abe830124285231be96": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d0985f58134d4f878895f968155c1bb0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "d0a55fd4fa1b4149b2d1c6ce06622436": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_129578b213164f2faab34d05e831ebb0", "style": "IPY_MODEL_060b47e0a3b145beb76bb3bf7fae1444" } }, "d0a896ef5d284ad88d23eceae01d584f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d0acba749e1247fea753fda5217e9c18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f748ad761c694600bfa7abaa215a5c1e", "style": "IPY_MODEL_16ba6b4c746a46cf836be8bf1c1e784d", "value": "Function parameters:" } }, "d0ad9875c26b48858d4de98d6d4f19dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d0af2b6738d3401fb30c971025423a5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_41e0b482dcb7451faa9e893a8b0121df", "IPY_MODEL_ac949e03bfb64fecbaf8fe02943bf662", "IPY_MODEL_c07b000f38494be3931c076a7c9f4a39", "IPY_MODEL_f14c661eb35c4d72b968b7a605a3b0b3" ], "layout": "IPY_MODEL_3c68208658864f278f24c66f13e9d766" } }, "d0b01e3de9dc4da39dcd1dc615beb718": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d0cda0431250424499a077cb8c8e8ee3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_b128f4a214ba4665a231b77d9aa25e19", "style": "IPY_MODEL_f95f5cb2729e491d9733fb3fbe98ae2e", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "d0d008f247e84912b95eb700dcda6473": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f4412ba173ae46dca74b353855134b76" ], "layout": "IPY_MODEL_df36829d248f406f81ee51c1ead3f5b9" } }, "d0d6819c53454571bfaecdd96cf4e121": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "d0ea873c971341639ac1e6255a6509b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d0f936a74bfb4c089d3978fc0b561213": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ed46be68cec5459389d7afdea528f191" ], "layout": "IPY_MODEL_ac3e258b4a5d4cd1b08671324c77eb8f" } }, "d102221907a848f58915b8d4753f88c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "d102e2574e744a1e8f27170ab369536e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_340f9278f89e4fcd81d36dcf67e296bd", "style": "IPY_MODEL_57f96e5785854d23a863dbcee957bec6", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "d11e5e75ba5a4b438e39a869cffe1827": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_81591a209be94991865f5391ae7c48c2", "IPY_MODEL_368e4cc1e55c4aff8ea144d1c131530c", "IPY_MODEL_93bdb25d431f447788fc2ab7b9d62db4", "IPY_MODEL_010f096df3134e0eb154bdfc43378aac", "IPY_MODEL_e28bc63a7f85470392ad3943c3c763f8" ], "layout": "IPY_MODEL_4cf0cc849ff1401c8cf3fd6104c5c36a" } }, "d11f80b7f3fb4330981415cffe06c631": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "d1204609be5a487183f72e3b563f905b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d127bba8fc464c2b8a761404eafe21ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d13b18236db844b5a05704a7d92a91dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3e74b7201fb343c89eca7e2ca3869c64" ], "layout": "IPY_MODEL_fa99d1751ec84b409518dde0701ae18a" } }, "d140ba3f20b946d296eb4100399dab82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_817383bd7b534b6ea4d17310044f4b35", "IPY_MODEL_442494199d804e278a994aa2fcf900b2" ], "layout": "IPY_MODEL_2023ab350aa9423b899b16b4e4bf5380" } }, "d14209ed1f1b4aa48ded75ea5357d42b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "d14c564fbfce408fac66ae2bd3e85b5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d154726db4b3401eaf969bfcbefdc46f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4ca4bf0b1ee54a3bbab0614ec8bd7802", "IPY_MODEL_57e65bdda7f64abdb040a5df1833eaa0", "IPY_MODEL_05792c25e3a2468caea5ba7b7bfca778", "IPY_MODEL_8f256f79772b4d0fbffb9bc189768f8b" ], "layout": "IPY_MODEL_fd952a58dec545fcbb9bef1df5ecd55e" } }, "d15570c2561c489ca1f191a423a043b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d15c56369cd24d1590ab5fbf72205c92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_a9980e082a6642afbf128d646697964c" ], "layout": "IPY_MODEL_e0d2fe162cc540938780006ec38a6113" } }, "d15fd59c0eb2422ab3c4981c67c37409": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d16191c48cdf4074a74e40e71aadee42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d166ea6ec90a4336b7ebbed375116782": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "d1728cca38e54c8986f1d14a8ac8e373": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "d17532b3ecb74b46862ae5585bd771ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d179b1548d1a4de3873261544d3976d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ef0e73668f4c4cbdacaf550945934b81", "IPY_MODEL_3931db4f85bd49a5b99988c91d2060fb" ], "layout": "IPY_MODEL_99e5d352d804471f80075a82e9edc460" } }, "d17de0a52cbe4261a511b46ad98509b4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "d182ca7f831f4f4b935bea339ddc2817": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d1879ba4e4a24d9fb11f32de0fe066e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "d18ea4945f104735a3aa45e45e62cef9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_ad0a883d9b44462ca43a332b132a805c", "style": "IPY_MODEL_0c8841a1cf8b44679c27dc5bab2ec85c" } }, "d1955aeb489a4d8b9d82a2fee42ae093": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f5e31769994c47da95ea9ecd14416b45", "style": "IPY_MODEL_ab15afdf07454adf9ea4c6d36446c0fe", "value": " <<< " } }, "d196134d7d6d4f3987a118182cbe8f5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_21639c2697be40e78982e23286313fdb", "style": "IPY_MODEL_1f7dfa665ef74d25bd1c1d2c58bd0229", "value": false } }, "d1967cd2e4774c25b3fb737579d461df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c82a4d762e414c2da42fa4a22dde9b4b", "style": "IPY_MODEL_4dcc29d18069460293ee06218f2c9727", "value": " Receive <<< " } }, "d19849cd4c164f6ba466b8840129be2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_27889ee39b414432a5589d03dc8b4caf", "style": "IPY_MODEL_25938988eecb411186a1867d486c94c6", "value": "Documentation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html" } }, "d19f80a8bd33452aa4bfd44580e5838e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d1a10780c14f4f758760d982f9c10a8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d1b74e5a7f28480e8f4921b4ce8dc5e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_fee29fbdc6714956bd4cd05dc0b0b4b1", "style": "IPY_MODEL_99e50ac996f442d489fc738651dec9a8", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "d1c767e806d64525a7886b443a338786": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_aaa2fe2dd2af4c808db78f8b8947a828", "style": "IPY_MODEL_ab967645690a47c49b821e8637b63175", "value": false } }, "d1ca2e6a536348459f82f98ee0908796": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d1ccf62cb8d54e95bfee38109b5f3c37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "d1cde8b5f33344888b770f7fd9b41741": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d1d0563f70014686815ec01399e5a529": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "d1d55d591980438fbb876cd60b1c0e42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d1e116f10c2243b683a56154897f1e34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "d1e5b1eafe8146c68b218ad9c0e1c990": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_03ef640bf0854c179ef4ac75428d1914" ], "layout": "IPY_MODEL_8d7605b7595c4f20a0b262409b34d5d8" } }, "d1e8a129ee79489fa451af144d073c22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_cf2b849d1bba4e1b9a8c49476ee1c777", "style": "IPY_MODEL_b3b88082be524636a89096de67325eba" } }, "d1f6a79f6f7947d897247f4c1f932676": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_9ea7285ad5184ee49a9789900ebd0382", "IPY_MODEL_e2d1d770d5584255abc0b8398285e460", "IPY_MODEL_94350c4d73a542d08eea8102aa9bd9d3", "IPY_MODEL_fcfd302a18e048ae82acbb57d9fcc398", "IPY_MODEL_bfcfedef0e404c9c966b7a725d48ef80", "IPY_MODEL_55ee4eb6c0e6414599abfb520a1a77c3", "IPY_MODEL_ce471cd977ff4569abff5adb82d4c43a" ], "layout": "IPY_MODEL_0442a75edb6f4cc0a5ae7409f8257ccc" } }, "d201acfd092d419886ead92fd81a0cfa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_87e589b559934a029c399f4de5a0a223", "IPY_MODEL_ab77bde386884efb9a727a7a6ac22777", "IPY_MODEL_c8a8842055ba4669a08bbf798ec6a1e3" ], "layout": "IPY_MODEL_94e7ceefc5d844579199822bc4d39e9c" } }, "d20e61fda20544f8be2a67f1a1805715": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "d21d4feac50a4d50bc37136600a1f351": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "d220d75ced2c472fb82f9547a891f14a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_af53ff02d6aa4e5a9570a0f0469f0274", "IPY_MODEL_5745385ddf614c28b85edfce49ac084c", "IPY_MODEL_5859de12b78a444d8efa3e39dca9c834" ], "layout": "IPY_MODEL_534431ffc6c34a15b8b79e176369fd0d" } }, "d22392944148494292424caf433e43d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6c317cfc90b74424ab5b0c31cfd74f56" ], "layout": "IPY_MODEL_d69490a3c8804692ac973907ddc25695" } }, "d2245df957c14acab5ea5ff61753cd5c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_c3837eaa92f4492a863a7c190547c481", "style": "IPY_MODEL_79fc4ffa6a2a4b3c93458de37d09dc92", "value": "Template 2: load_crystal_structures --> inorganic descriptors for crystal structures --> concatenate and print shape" } }, "d22df0ff407245d5ab4a0b8fc2f87236": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d23671edfa4e48cfb274d248282bab6b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d23b210954ab4eea889882ccd266f419": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_50fc506527ad48938be3f24068a44e0f", "style": "IPY_MODEL_2e453a94f7374ad292c5c127a6127ac9", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "d2415b4512d544a299756b708029aed2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d242883abf1e4d05ab969ca31b749c96": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_4e9285f5aeac40838a41370621d28e4f", "style": "IPY_MODEL_12d1810308904551820cee8972592e4d" } }, "d24d18b580664462ab8a6d7fbd25c82e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "d24df416c1ce429fa290b8d0fd069a54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_d8efc93333eb474a92f3afaa7cd9201f", "style": "IPY_MODEL_804e38a4037647e5bf798a7d781e3c06", "value": true } }, "d252b62b4fb247669517f12cb28229ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d25341cba3b8411ab310ff710c2464fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "d256dbd0d047437c8a54c4ff16626af0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_19033b155e8c40f6a34ed614b3df9987", "style": "IPY_MODEL_58bbb890ae3b4bc3824a217b624b5e11" } }, "d259e74da07042a6bd2ddcaf52e18a64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d25b127a29144313a9ebc41811f84818": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_555e608821d4487c88453ce8b3d3d2bd", "style": "IPY_MODEL_289938a8414e4c08950901a04af846fb", "value": " >>> " } }, "d26b83277ed04222824e86a08fa342b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d26de0a17e4d49ac833f8621e55c78e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d27805be661c43c5a814cd29a56ff19d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d27c3bfd23434c29a9dc08055588419e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d27e3b970af54d689125ceda9471b423": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d2839e776765416ab7128391baa47cab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d28ce4d7ecc24b198ed4137a07ede184": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_c61359bc4b284e40b8dfdf34f1594884", "style": "IPY_MODEL_918f5ca05b214bad9c5543033855e630" } }, "d290e7e4a93c442eb5b3a0088d0e5328": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_861c54639750422fa407ffa8dea45b26" ], "layout": "IPY_MODEL_4936dffa11dc423a941966acd5478c9c" } }, "d29d61829dd84b349c8215d1d99aad6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "d2a2ea37799a47748d32aa2200ddf3d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d54fc58a7b19449e8889295888f3c59a", "IPY_MODEL_c21db7974bb640838dfad7a5f3c4b726", "IPY_MODEL_6092a371906e40d4a6c0995d57e888aa" ], "layout": "IPY_MODEL_d006314dfcce468f890a978bdaa2382b" } }, "d2a30062b20b41f68e6f919ed3d0a20d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_ac645df4f2674ab695cd5ef887236abc", "style": "IPY_MODEL_f4965ca3f4854813bb87e9a04322c6d4" } }, "d2a746027ed043c2a6d6d1d2639bbd38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d2a74ea4e3494201af36213ed84a8bd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d2a8b34da02d41c48154ff0a49e331db": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d2aaa2a3d058443b8f5fdb41567fb5d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d2bf011731e74bfc8a102cb4caece4e2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_7d47a353fd93405fad4ae90ee73b08ce", "placeholder": "[]", "style": "IPY_MODEL_b8039ee410b74afaa173d39a3d7b8bbd", "value": "csv" } }, "d2c14e2362a140679af576c538ea0f87": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_e80862c803364de9bff0c7051b9530c4", "placeholder": "[]", "style": "IPY_MODEL_972e944597014c8aaf6a82c26ee08052", "value": "0" } }, "d2c421c19de248638ed0ba697a97ad7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d2c667e48d30454190066c4071e0e803": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d2cee4f1794b474eb8ab2e7a7018092a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_56952007910a4e9da24192ba505380fd", "placeholder": "[]", "style": "IPY_MODEL_d5695d601902401784d55071b1276b78", "value": "None" } }, "d2d6dd1d57044729b7f4cc77ee6cfd0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d2d76dad62fe4b369d189b5102b8c5c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d2da1eaff57d46b380b16321583390f7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d2fdb39450134b519195785b0ac6c1a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "d301b5f3f1a9472aacb8c58bd11bb0a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_45344132b3d54ce788f92084b6001f7b", "style": "IPY_MODEL_245d705c06614367ab3e15f9eed50158" } }, "d3022cf95101472abe1678bafbc20b07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d30d004686754d538be03ace474f3a48": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "d3133a0d9b3b4468b67cc9139d3a63d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_35ce4d029fe641678b8c995bcc20e665", "IPY_MODEL_c2e4278a0348451584183bb9e46cb332", "IPY_MODEL_e43b4952a6e247d39bc8cb1836a9f9b1" ], "layout": "IPY_MODEL_a25dd855fd43464abbcf033242141669" } }, "d314808f693d43c68ea4fc973f4024c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "dtype", "layout": "IPY_MODEL_ad354a3b55be4a908e68cdd5101a98e4", "placeholder": "[]", "style": "IPY_MODEL_23147c79af6349d6bb261a0d3952977f", "value": "None" } }, "d315b41858a245fdbb614b09ccd32c12": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d31b70b4702c48e182c9647a45614b32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d31bdc42a1024d9bb9ffe01bb9a3a7df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "d3226a92760e4889ae13180ac64d154f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d3245039b8b3479f97690592103fc9e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5d73c1f979394d25ae1b5b57e15defb0", "IPY_MODEL_0a7e334192ed4ffbbc16fe6ccfa8428f", "IPY_MODEL_a89bb020227248e3a67bbed9f1425d05" ], "layout": "IPY_MODEL_fbffe3271ed0437e8a932a4dd3f000e0" } }, "d33d93a32d1247948b0bf9960c9e353e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4db115339b05499b8a34fd3446dbc51f", "style": "IPY_MODEL_00f3d7e58c104c54b0338d39a6cb52a7" } }, "d34b79762da8419dbc34e4f3b7ae676e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_80bd2c4c4d184d4d97af545eebee0575", "IPY_MODEL_0bd4e3ce9cf445daa6f3132f38fcacc7", "IPY_MODEL_0e8e9b21e54a4b2aa890a51eedf7dcf2", "IPY_MODEL_7f04e123af3443da84361a1c1ee84682", "IPY_MODEL_5081bc3850bd47eab4103feb52e58391", "IPY_MODEL_a9c98f3f2631415cb6155f56ebb76012", "IPY_MODEL_b2cadd2066b14cd4aa320a569fce728e" ], "layout": "IPY_MODEL_a30ec4180e8d4925810c8bd0dcbcd626" } }, "d36088421bb04375b44442cb2c2fe349": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "d3653f90abf54643b854e6b57e295f3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_3c396913b2264c90bc1b7e68e089b791", "style": "IPY_MODEL_0344ae37ccc94aea93d06938d60426c8" } }, "d368faa6e36843d290dfeb25121016ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f52cf0b753e14203a7542ea6e8b7efbc", "style": "IPY_MODEL_d8386b4e8ec1455fa460e9f7ad0a9815", "value": "Wrapper parameters:" } }, "d36be9a9920849e49ce08c5c9ccd6865": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_275b113b2d614376a4b8599b504133ce", "style": "IPY_MODEL_c6177231284a401b86cc36266aa7ea6f", "value": false } }, "d37ccc0cd680466eb83970c24a6f8f11": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d386d7ea37ab43b2a15c52b71c046f91": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d389816a00c34b54820cf529314d967f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_42d13f570ac14d198d67276d38aa3dba", "IPY_MODEL_54c0b000acd44f369596d1b07f100d3b" ], "layout": "IPY_MODEL_9fc5326d0e484d5284d51c90f53a913a" } }, "d38dc9db75dd47e2a246176e034cb783": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d39aa2354b31492bb328dc3b51c9b698": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_243ad7f2947e4dfd8ea0af0d17f0c3b8", "style": "IPY_MODEL_06e78276568b4aea853fc1782ca7bd88" } }, "d3aa3c74f9c04d63aa55d3fa1324d31c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f1ea33f36a1349f4804c5ca1be10c74e", "style": "IPY_MODEL_98db4a3ae0724c5db734456f28ae4dba", "value": false } }, "d3aa4cf66e0f433ebb82cc6d79a6484e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d0ad9875c26b48858d4de98d6d4f19dd", "style": "IPY_MODEL_f5764eaa5e5b4ed3b2da6e5654b68858" } }, "d3ad8b8824fe482698ed1cf35b92c5db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d3b5cc8f63f54a848301f806c674f864": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_0d857c5398ed4e89b143ee134ced103f", "placeholder": "[]", "style": "IPY_MODEL_2710fdf628c24122a0d50c9cd3ea243a", "value": "False" } }, "d3be7ddeb12e4a6ca75f470a969c78ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d3c73cea13c84e198233fa7700eb8a88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d3db132f61ae4282a14895f08de6b05b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d3e04204a9494428a3ae1ce7fa6c241d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d3e8198a703a45dba29e71b31e40c073": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_88e933a4cd3a4c1ba838e9179d1a989d", "placeholder": "[]", "style": "IPY_MODEL_c54acda8732a43ceb6be15bb00d85076", "value": "None" } }, "d40c8a9fdb954201bddf4e9a73555461": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c3c85d896fd04226b6c116de0ef92a6c", "IPY_MODEL_faed17a55cb940cda86862319e3564c6", "IPY_MODEL_54f3831c4d784fb5a5f84c9858efba9d" ], "layout": "IPY_MODEL_caeb4ca2fa594851a588d1f792dba5f5" } }, "d4111b0ad47e451c80c9f9a9b5a05ce0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d4140d2568a84cc1b4c25b1f4e01e768": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d41865a6d8e94020ba72eda88e12d3b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_4ae7ca6501f94be6ab26de99fb508156", "style": "IPY_MODEL_1450c0d7036f495685b35b9847d450b5", "value": " >>> " } }, "d41b2b69be144878b0b8990b10e70410": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d4238be579d94e6fa55d3df48738cf1c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_1727918fd9e8413981302945595f51b1", "style": "IPY_MODEL_b9255d61448c406da001ef29efecc9f3" } }, "d428a6e2ebaf4e03b0ab8945876c5b1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d42e6205a887458b9af54644befad88d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d4381dd4a0c240f98c2472807136094f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_9f6b4d6cdbd74c8a8b4db0fc4069c808", "style": "IPY_MODEL_c4a0564b6bf54ca58954de02eae98591", "value": false } }, "d439f4aca092421eac191cbf3abc3f00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "arguments", "layout": "IPY_MODEL_c2681cb028e2463da4299f73c06c280b", "placeholder": "[]", "style": "IPY_MODEL_1d6b1e45df0a4d4f9465ce4d8002250d", "value": "[]" } }, "d43d303e7c4f49edb023e03e80fef2d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ce1018d1d0b34ec394f39894eee18527", "style": "IPY_MODEL_af8388d2767d4f589ed7594c996a9ee1", "value": " <<< " } }, "d440b7f05ad9467ca6f009e7398c8e2b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_42f680464fbe4677bd03fd11b491c71d", "style": "IPY_MODEL_c6a26ef9bc5349ab8bf4e66e30c4e947" } }, "d441ea872aff49518c48fbc33964d121": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "d445cf7f62de4cbaba08dabb542712cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_f6155f469a9b47f6a2d0b09ec40298b9", "style": "IPY_MODEL_06862b55456a4e3fa53fa4c0c072ddec" } }, "d446dd8adf894ff2907b63383aa3ea5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d449c136d2fa44b28b0dadf513fb2cca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "d44fd524774f4688b56e7182cb3dc237": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d452cccca37c42f681edacc2f671fbbc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e751db30b106426db10047c0103000cf", "IPY_MODEL_4dbb8a4b51a34411bfec146fa3fb0e0f", "IPY_MODEL_7977b904943045228fc3e7e02b3c3a51", "IPY_MODEL_5d28b3d37cec4aa387fdb5cde1a3a0ca" ], "layout": "IPY_MODEL_8baba4c8f2214b12b87d34500f09b2ed" } }, "d4729c502039409ca69a9f4467fe92c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d4747ab37bb5433193f1d8461accf2e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d479c55fe66248bfad2947539ab77fb4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_427d6c126e1544c4947aafe08f27f25d", "style": "IPY_MODEL_ee7e31bad6d147faa72abc529c8a3c0a", "value": false } }, "d487d967b7ce451484da28fcb71fa9f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d489e03ac5f344dc9a6df09cea5685ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d48c3594190446539c9872c54db75193": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ea2d80c6183a4897a5278f2d8cf0eca1", "style": "IPY_MODEL_9c791a1cfd524a31b38e7f82aafcaf92" } }, "d48fdf51a6374c7399ce902d22e2a477": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d49828da1aed4514b6a882fb1d067f80": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_5cddded5b991419a8c49fea3e9d35c00", "style": "IPY_MODEL_7032964184b54015b1977aaf50bfb334" } }, "d49ee354c9cd41d884f08ce16ec31fb9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d4a308fe9e504779baf752f580cd4e90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d4ab280d500a4da7a2316e0461ddca60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "vector", "layout": "IPY_MODEL_90cfa246c1464444b859ead31fcbb01c", "placeholder": "[]", "style": "IPY_MODEL_6e5ed387101e4774bc5178c8f7c98079", "value": "bit" } }, "d4c1da7bcd974131b0021188e7b0b3b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d4cbb4bf2092448d8da8aba30b20b975": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_63eee21ffbaa4f50b7271d0f58c2fb37" ], "layout": "IPY_MODEL_0f6eabb6edf149d2b69b731a69c53b23" } }, "d4d2773ec3714be3aac81d495a853c9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1f425aefa6db4b028573d01ec05f1dc5", "style": "IPY_MODEL_fa696d78bd824f969a6aa545b94af97d", "value": false } }, "d4e3e235bf094f61a7b414baa199b5a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_6a0a5e8a8cdb403d8869e735d3f74adf", "style": "IPY_MODEL_4e1845713c8444ff822b45d4b08e1d24" } }, "d4e5c23c30fc47959514a9ffd64f4734": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "d4eec7689cd24d1b8435b2a1f8a8fa3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d4f34a73d1b84f1db290d257044b89bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d4f7ae0a48614cf8a71fc9d4b74b291e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "height": "0px", "margin": "20px 0px 0px 0px" } }, "d4fa73131af640cf9fa3e75c86e5131a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_a6764d5193724fcdb85aaebb565bac42", "style": "IPY_MODEL_fc1312d82def420caaa44188333925b2" } }, "d4ffda438e36492facdf71019b20ac8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5161d2195e84079b1a7701a876bfa94": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "d516996216674d0f8d61657f9987262f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "d51b0f8597e74a50ab48b3261c8176d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d51ca92a128345d78f9a892afe8284b5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_269b3a68927441f9b0631ba8c70606d1", "style": "IPY_MODEL_6208909801c14b0d9020820a6e684bec" } }, "d52504660ea440b8bbe72daaeb72addf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_ec6373490a594ab39cc3f7a51a257920", "style": "IPY_MODEL_ec33960ee0034857be998aaaf71fc395" } }, "d53719c17da54fab9f3b0fb47a35f0e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "d53cdd28db0a41b2ad0128db011988b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "d53f52ac89f84465a892067c6554e406": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_720f70ef69a44029b9cdc0f9efe49630", "style": "IPY_MODEL_785c71efd0b3416a8e950b937b762a67" } }, "d54ec36efb4d406c9b6ab7145726711b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d54fc58a7b19449e8889295888f3c59a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_045af54b307b4e28bf0687c4c9b3bce6" ], "layout": "IPY_MODEL_b10ffd830c524042bb3f2667a38872f8" } }, "d5604d077b084e4cb157ac9edf5b287d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_e8ef98f4ccc24a68a02067f5651e1132", "style": "IPY_MODEL_8e99120ffe4b4c7f981b20cb62b50dfb" } }, "d566d7d90ad54916b6b481e514d29192": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_782ee15a35af4a3cb2ac55236b78377f", "style": "IPY_MODEL_eb999260f07b46b98ad1ae1be775e7d0" } }, "d5695d601902401784d55071b1276b78": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d56f096ecb704801866ea1b4208bb31c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_d903c7bf0e994e23a7c4611bc7577510", "style": "IPY_MODEL_37c26b41dc73494bbb2bc0bdc1f934e3", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "d56f47c36deb404e955ce8213ce13c35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d57b00b730564e799234a6491ea3fbd9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d585b48a57ee433383409d32effd6cc2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d58de82a59344ea28fa18d9cb368c12e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_cac62267f7ba46d59e64e28a8c85357b", "placeholder": "[]", "style": "IPY_MODEL_0e01ffe0110c491cbeba498725a3c07a", "value": "None" } }, "d590b5b5d4544a8c9544c1c0c1ecbbf0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3c5989d219a34972af0aacf9e340d51b", "style": "IPY_MODEL_06aa0d2231bd4f7ea5b1d7e0b939639c" } }, "d5926de84a8b4ef8b56fe7f6849bca93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_7c8b7abf9b3c4a1cb3fb67f35f295ca3", "style": "IPY_MODEL_b39216411e7f48d4b6a219f5d2e64072" } }, "d594004f55084a71a376b884cd16f670": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d59cf7d9bd2e434a9fcd3e75c554e410": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5a08761d0fc4392ba967afde4efde05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5aa303d0cc84389b9d7286cb0236dfc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5ae0f70986b4c638b44e7bdcb8d2476": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5af5b62992e4dbe9add4c1ea7d77cf5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "d5b1d53a4e4442b48939658077fd5eb6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b9d8f230735f4ea18b1ac50fd855ea54", "style": "IPY_MODEL_9f3d5ebc0ad240ff97b24e1da6e6f49e" } }, "d5b5a7fd58a148878dcf4a6c29c180f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d5bd467ece8449e1986f226db01948f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4d41a23fe6984533bd77914b40aa2791", "style": "IPY_MODEL_a639d2bd47ca47d2aac1a0bd17fac87e", "value": false } }, "d5cac1ef2f424c98b18821b6adbb037f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2f746848d64649e3a9634c3f26217b02", "IPY_MODEL_0c06c416eba14ec0963d2adc1ffe0077" ], "layout": "IPY_MODEL_ffe1f51197514b59b032b4f0c75f5e79" } }, "d5d5ff5fa982423992e49e8e7c58311b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f01e3f6ec0fb41fea759769d6af04738" ], "layout": "IPY_MODEL_c1eb0cf24f9f406dad461c77de129fbc" } }, "d5da41329bfd47dab2ff409deb204571": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e6f4e6da9f5949b190048345641c375c", "style": "IPY_MODEL_32cf6bf022ff4a818fc2b51dc22a2b4c", "value": " >>> " } }, "d5e0c29e2b024f9890f31a81179e1564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_58cf2fe49ffa44a1ba4809afbb972669", "style": "IPY_MODEL_0283f154ceec4285a7866206477ef5b3" } }, "d5e2ac02aa364bc980c551bad213e7eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d5e4f157a65f4b669cafe8ba9270dc47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0081defa92b046b69a3c48f72343e646", "IPY_MODEL_dfdc8fad89fd451d9301c8011aec9d8e", "IPY_MODEL_7fdd6b93634e43cea76377a46a96d0f9" ], "layout": "IPY_MODEL_bc4d82d101904b1380ecf97cf396cc0b" } }, "d5ed5aa40a044a50acac7424808d3d7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d5f20b01c6eb4d248dd10af919dce459": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d61d0c5d881c447fb7a8727c9783798a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d62448b16ba541faa6ad6ec1136252f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d628b0cfde764bce8b4fb333ccc6601f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d6343720890f44e89ad20474c6e99381": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d63a87c10cc74e7c873c75b5f84d0263": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_61caaee6602f4778a450a5aae0ec2a07", "style": "IPY_MODEL_db44a1ff954e4473b6d3986f4bfa6213" } }, "d64eab3ca68f45b1853ece2dfdfe3023": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_4377b68189ac4c13a19ae575b2ad34e2", "style": "IPY_MODEL_a64bb4b1742744ae852defc715bfe149", "value": "Start with a template workflow" } }, "d658d49e2b484d71922045de365c4707": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_50d40da4e438456596e07a3fc93d2f9d", "IPY_MODEL_50966fa6d4024cbe81b67d19000440e5" ], "layout": "IPY_MODEL_bb6d5c8cebd64e74a46041253ee11a0e" } }, "d65927064fc14fe5844e24d36f5467c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d65d6ca81c74479ab75c11cbf789d74f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_bebe824fdd854962ba39f780e2eb1748", "style": "IPY_MODEL_cc0f8e0ab34e4506989ae857d48e3f13" } }, "d66dca315c7042ff915a534d8623e4c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2b4f429646264b398a7fc8ba21fdd829", "style": "IPY_MODEL_baf45704efa24b56bf9a2ce8de89b4a0", "value": true } }, "d66ec1dca3744e0da8aa72040528c118": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d67144b7f16f49f4a2dab2cb43b595d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d15c56369cd24d1590ab5fbf72205c92", "IPY_MODEL_93e9422678484dfaaa731bfd3eb1d0f8", "IPY_MODEL_972976b50f8946389ca10d7f99ca4f7e" ], "layout": "IPY_MODEL_87bac8c61b1143a3af5c15974aec54b1" } }, "d671bf88c26f49f192d8667dd930323a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d67c25d593724145b059797f887635d1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8b18c675a4ef47bc873e48c9fc3925a7", "style": "IPY_MODEL_f30b5fb7708e4b9b8c66379ac5345321", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "d6896f65a00147f98a23287941fa6f09": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d689755308804b9a9a5d6d1194ba66cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_eacfc141e0a94f65a1d616999b724334", "style": "IPY_MODEL_5b2fd108bb644ddc96b542f0d4bb24ed" } }, "d69490a3c8804692ac973907ddc25695": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d6afadc4071242dc805cdc5a53336640": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "d6b4eb5de85c4711b559c262f1e9797a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3f1cbfc306134097a58679cc580caacc" ], "layout": "IPY_MODEL_fab02325275343508ef9b75df1ed472a" } }, "d6ba4d8a91b34c5ab23df25fc36c73d8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d6ba7138571144b1b4a2318891dd2540": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d6e4a9825a064d9da95f6d826b1ef1d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d6eaddc1259445a08afb42df51b48384": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_257d575635da45ad9c3f8a5a40130980", "style": "IPY_MODEL_f2321e3fbbfd4c63907a5053eddda9e9" } }, "d7004bc43e2e477a8b3b60c0a6fd0090": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_0dbc50a105b841dfbabcefa48f729e56" ], "layout": "IPY_MODEL_dde01787e99d43d194de25ccb92c63d3" } }, "d7012dbc65a24f09b241369ee049f34f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "d70bed7dd40b466192f9a011bb28bc89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_85322809d333412db4ce6ef2d333f50f" ], "layout": "IPY_MODEL_601655b61c6041e99e9a7356ea658260" } }, "d70d758e69424a38bf186bfea4ad59c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d70f6b36771d4e84907fb77572b31e42": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d710c48cd0cb46b9bd2c830ae38c8154": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8b374533e0484631997caa61dd0c6414", "style": "IPY_MODEL_de7f50ccd67246d289129a737d09957c" } }, "d7130df4183a46f8b7cba442c3730715": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6572fa8d50a54866bcafd88693be0c80" ], "layout": "IPY_MODEL_ae7d7dc7ae144861a2025b2662fb51ed" } }, "d7289293e4a14f4b8004919a70798d01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d729cc3c4ebb486f871758f8be7ec915": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_545fe03d0ca846acb7554d1d9dd662b8", "placeholder": "[]", "style": "IPY_MODEL_5f916fef7cd84a28bab0499e8698dfe7", "value": "None" } }, "d730c28eb42f4c5bafaf4726ed95a788": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d7441fa116414c1ba5b8f30354b7e308": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_baac503a7a134eaab3378c6dc73f12a4", "style": "IPY_MODEL_bbac1034ef334aab996102897a097101", "value": "Documentation: " } }, "d74452db00a84ff2a14a06937c42e7af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_16e1ceb417b74b12b4a6c214ae3b030e" ], "layout": "IPY_MODEL_0cfa4c779b5a4e629d9e5ae3f112cade" } }, "d745536070f648dfa397c5b195bfbbd9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d74b301771bc4754983904731a6c63e8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d74ce861529c41ac8201c6a5bb290007": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e2b1f9ebe85143b3a0230dc188e45191", "style": "IPY_MODEL_eb72dd35b73c49b7badab967ca1be677", "value": " Generate Morgan fingerprints from SMILES codes: " } }, "d74f08a29e8341b2842035fd70023ceb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d75133147e444af8bfca0637e4082508": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "d7616b9d0d174251a33541c24a9a6719": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_c5ef567e05de432a9f738385a35a63a8", "style": "IPY_MODEL_14a2454fb6484a9fa2a27936a5182b32" } }, "d763179dfded4b72a2572d89ab7ca5cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "d766f62739624ed8820b5b9a0e52bb20": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "d76bc3c7003d4e0eb5aff2f71c001ade": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d13b18236db844b5a05704a7d92a91dc", "IPY_MODEL_3fc5e017ca64412c8a7d3f3b9acfcf43", "IPY_MODEL_df38991e3f53484b8135cb1fbb76338c" ], "layout": "IPY_MODEL_dfeb2dc5a00d462f952f0ab16add98a1" } }, "d76ea8c89a3c4ae9acddde7a0fc7479d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a8138b694d6a4e2697f69f9f604325d6", "IPY_MODEL_f5219ca73a484ff799a1cb7716ee8734", "IPY_MODEL_15eef73cd38c4d589067471aaf229787" ], "layout": "IPY_MODEL_871fba061016435abef3a0c527f44b97" } }, "d7757d4918374321a43d531f33487f59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f5e74eb85f2146a4a3c755fe7ae03f0f", "IPY_MODEL_0c88fdd4bc53494c8aae1c6452705343", "IPY_MODEL_3026f30c25e042f8a246a5f3a14c20a6" ], "layout": "IPY_MODEL_08cc1aeb3cad44f5858698cd7b19f846" } }, "d7768d7f2a634817ae9b3a42bb478f42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_7c75e8de5f7e490cb0f4dbcdeea7f971", "style": "IPY_MODEL_84fb7728fdfb4254a9595112ab3a44d7" } }, "d779f467a76b416a8d4ef6184afc9f2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4f1ec1ec44f042e4980db6830fb123af", "IPY_MODEL_3a17cd3144434bfb9d5b8021698ff960", "IPY_MODEL_d8ab225acb7744118990657317803684", "IPY_MODEL_bb909e9e7173434e8b5801be944773ed" ], "layout": "IPY_MODEL_e9d0c7b7357e4d8a848c1c9654cceb24" } }, "d77ed942dca7456b85143acdb9a65e7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d786187d72b342d18cfbd6df91f3625e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "d78c76a0dfcf4a95a7b74bba2a94b570": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_a0757d4813294975bc22e6e2cc14f055", "style": "IPY_MODEL_529d1d8e967b461e9f2013fb02b58fc0" } }, "d78e1d35942c4a74ae75f62aea40437d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d78eff3b140345039e79c214f696964a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d78f465dd14c45f6a060d0cc37f859f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1e58b62901d84e16b61ea0b2fbf8b4e7", "style": "IPY_MODEL_1f214b0fe5fe401682bc5942059e2dc6", "value": false } }, "d79952491f0549e2b926cf052a606cee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d79a63a2b8ed45b68948f03fb401ff6f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d79bfcfb62924001aa0082cb64716feb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d7a7730921584ebf9201ab90ba2a74a5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "d7a90e66dcfa47ceaa4f3e417c42b0fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a0a9687e8fc2467498efcdc409597955", "style": "IPY_MODEL_6a09fd488f0941979772b872fc38abf1", "value": " Receive <<< " } }, "d7bf3207ba6e4d1ea96694111c46c541": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d7c0271989ce4044a857ef5c96d44e5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d7c61ef36ffb4df4add882a129253d60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_72d4d008032c4be2a05d3877f4286d99", "style": "IPY_MODEL_b083dd31961c44c8a1dd28f0c7f8195a", "value": "Wrapper parameters:" } }, "d7c716f09cd04a93830c01fc3d3489d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "d7df615f315145bfa8c7690107e7f916": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_a32f2c48347140f28f995b38887e3c0e", "style": "IPY_MODEL_1ffea275124a4a49be8abe8f7d50dcb6" } }, "d7ef984d5e5842b1a972734b7f61ecd3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "d7f11a654c7c4a8a8d3b14b89de539b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "d7f89ab4e8e043028b13909ea312ce48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_197065f601644f8dbb039ed478ea372e", "style": "IPY_MODEL_d5ae0f70986b4c638b44e7bdcb8d2476" } }, "d8047d0253ca4d98b615585ab20538f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_36d891bc8e334127a688c355b4696819", "style": "IPY_MODEL_6b73b1924ced4aba9e2206e4bed31940" } }, "d80e8da436804d9092a0c81663f9fbd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d81a4dd9fdce499cb496e3aea00ed730": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d81f1e1c304c4c1ea1828c43aa10ba8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_0625f9604d2042c4ad7d50c267dbda52", "placeholder": "[]", "style": "IPY_MODEL_f8312a3eff4549f59a10e21904ca7dd3", "value": "None" } }, "d8262e4ccf34486db86ccc6c0b9304c4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d82c12ea21a9412f932038f9dd89ce6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_8df549bf87a44651b09344ebd4812485", "IPY_MODEL_fb43ee38e1884a3a9fbbca7cbc4e8942", "IPY_MODEL_8a871117edd94ec5ad6f623922a09e23", "IPY_MODEL_2ed0a1ca2fd04793beb1cbab66c5f820", "IPY_MODEL_d4238be579d94e6fa55d3df48738cf1c" ], "layout": "IPY_MODEL_dcc6f0cdaedd4b7c998481dcb32ecf2b" } }, "d82fe3eae1cf485eb5786add6596a260": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_df3feaee6da54b2b96564db9574adaa1", "IPY_MODEL_d66dca315c7042ff915a534d8623e4c1", "IPY_MODEL_908442e433f6427380beb3a99e102fc6" ], "layout": "IPY_MODEL_2ad8262b1ea24a3492f7e3e85805d496" } }, "d8359e0c7057458fa22e4a1c6004ad13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "d8386b4e8ec1455fa460e9f7ad0a9815": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d857856a022a4bb89ea3067ae78e40d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "d8676b73b0ff4a8a9fd9231809845cde": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_69df2afab8904546923eda6d3f4846f5", "style": "IPY_MODEL_f0aa506c17ed4ecd9253f9f5701e1e85", "value": false } }, "d86b996d714349cba90eed31113800ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_18112f62f7574e6ca21b577bef3a4bc8" ], "layout": "IPY_MODEL_48a33003d8e449448fb1ab5ed063fef8" } }, "d86d3e06e464432c825fdb66fc4f0e0a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "d879c4cbee254612b1ce44cc77808db8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d88aa4649ac34b52a39cdae02376619e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d7130df4183a46f8b7cba442c3730715", "IPY_MODEL_d9ecc6e25ceb481b91b57b427fc93ee7", "IPY_MODEL_b66343cd236648e2bf628ae7980050c3" ], "layout": "IPY_MODEL_837742d7a5ee4cd89c697c8e9bc13338" } }, "d88b653bd98f4e5680438de3279db905": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_be0e1b0edff14bc383d911b1064cdb72", "placeholder": "[]", "style": "IPY_MODEL_914f3183f1894e479e8e0d4021be49dd", "value": "smiles" } }, "d89b7bc70a214c0696fdb3c5a0829e36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "d8a208920cf14fd797c5f2947b9a8cbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_e9610ed2fd3644778f5bc7846131c1b3", "style": "IPY_MODEL_d80e8da436804d9092a0c81663f9fbd8" } }, "d8a2f281bba4410bbc5dbf344580d1c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d8a579be0f0d49ed9a34b3da2a87ebcd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d8ab225acb7744118990657317803684": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a92fe1bc5cad4c26803007be10d126c0", "IPY_MODEL_2cff7371c0da42de91e50c7a448db0bc", "IPY_MODEL_d5604d077b084e4cb157ac9edf5b287d" ], "layout": "IPY_MODEL_cfab66e15f384d08a3ae16e77f580e8c" } }, "d8b2f99481664fbba463b6c1ed0fb5c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "d8cafc340a0b439c8ed21ba5b97a7c14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d8cf30617c3a4538b932d6e79d1f765f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d8dd07fbf968414ab75b081f1c52031e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d8e1fb0dd3fa4c21b52ac3424dc843aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_e9569150d7024e31b1681ab93e96532b", "placeholder": "[]", "style": "IPY_MODEL_ba2d472a546e4c03ae1bb934416a87ee", "value": "True" } }, "d8e5f1689329405d92cc787a0deebb5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "d8eefd10da63415db3a7d3c6f4a06b24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d8efc93333eb474a92f3afaa7cd9201f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d8fb4bbfcf814a6ab58da95267bd1547": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_122f6ee2aa6c458f9606eb55339d8188", "IPY_MODEL_abbff98eabe844e688c888b41679205a" ], "layout": "IPY_MODEL_46a758ffe27e4ed29d89da4f7135c3b8" } }, "d8fe0de0a6d143d8afaed0a299432cce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "d903c7bf0e994e23a7c4611bc7577510": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d906438684cd44b49a40801a36bf35d1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d90ae050ffee47cb9536fc37622ec9e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "d913a5f50c794b1ca19f48e1bee2cf46": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ac7ed3a9a26847db85de2dfd6bad0312", "style": "IPY_MODEL_41f0efd4077842079332ab687cbf2b78" } }, "d914e4d94d1f4c50bfbd49958cf3713c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "d9168a6d6ae648fc87988be97899af3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4bc86ac0a65f40a781fa10ea153843eb", "IPY_MODEL_d4fa73131af640cf9fa3e75c86e5131a" ], "layout": "IPY_MODEL_5b523aa28bef49909aeffa14a78f6e1e" } }, "d92374f18acd4170a7ba9ed3eca6c7c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d9287fd07e7546a6a6206f3c23ff6dd6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d92ef17f9ca34cabb1bf5c450977b28d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "d9398899029547469660dca94767e7c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_0fdb4a7ee7c34034b22e37f68310ccd9", "style": "IPY_MODEL_7e342d6bbaeb4c17bd767a707de1f336" } }, "d945eafb883641ee9b5c3210329ccb4c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d94bdff50f8840f5a562aab41cb08be7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2cdf2e589e454427b064478753929fe5" ], "layout": "IPY_MODEL_33015126b31f4950ac73f353c9dda39f" } }, "d950fc4a05f24ea092c410547cfe3371": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d95afff51f824e2f8a470914b5d78002": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d95f712bc4154f0b892f3420ddc712c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "d983acefb48a4904b6e86fcc29ecf47b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d98763048797474099d417b58a85c2fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "d9878cb8ff344c3dab21491cee4bb10c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "d98d2264467a4547b3901a420fe7fcec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_470c7faa54c9400e9ad836db659b9926", "style": "IPY_MODEL_a48c54f81c13404ea4e60a731a808ebc" } }, "d9b01d60509347acb0947322bb1a5513": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_1162be94d9d54b1c8c0e28b01066403c", "placeholder": "[]", "style": "IPY_MODEL_81f93caf956b42468fa96594a6d38e03", "value": "csv" } }, "d9bbab7635444bc8b03713bdb9aaea59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3958ea7d8ebe4310885e7e643a16d148", "style": "IPY_MODEL_0c042346278541efa872b4f5503e97e1" } }, "d9bd7d1fd21c4338af41c98f4fa988c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "d9d0c4642ecd496ba30a571d5e935e38": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "d9e0558e6045472999bee3d0a515f1f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8c2a471c34cf4b07b6b74098216773d6", "style": "IPY_MODEL_6905ef56ba154ee5be5b05b575ff8ffa", "value": "Documentation: " } }, "d9e15ea31dcf4cb3aa5769798329d249": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a89412e3568a4d9bb9c5d9708c6b048a", "style": "IPY_MODEL_8130fbaeb32d4c42a89dea6cd033171e", "value": " Datasets Overview: " } }, "d9e6bb460cfd4395a7b9b1e2be699933": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8d2e022ecc6340bfb7f0fc61bf9cc1af", "IPY_MODEL_1f8f8f483c1d45c4aba01183478c52dd", "IPY_MODEL_1cdb0dc0821841b38591e6047a771457" ], "layout": "IPY_MODEL_0abb025d87e54dd6b15329050add881f" } }, "d9ecc6e25ceb481b91b57b427fc93ee7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2eeec62aeabc4c40a598d235d0eb75dc", "style": "IPY_MODEL_3379e4fb26d44a2d85a0d86c30ee4970", "value": false } }, "d9ee763250a34b3187a80b50554e19fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_e1b996fcb9e9423c91973851926fb5d5", "style": "IPY_MODEL_0b2a59bb07b04d5aaf46ec00f12ed4f4" } }, "da070e2e73844d3eb0950bbdbe75efec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "da145c8909494489b858164c86ddec15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "da162c13dd1d4af9a34853e403eddc13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "da19bc5dabf14801bf422afc29e30035": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "da26cc839e9c4c0bade3cb0d31b08551": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_78b6bb31cf414666a44672100e2a4997", "style": "IPY_MODEL_c34c7feb15db44f5a7cef1c41334c7cb", "value": "Documentation: " } }, "da2879bd707f451793f500aa5514bb7d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "da2b50cca17a4001b059955d9c3084f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_26c858c1d7674441b54f963216968000", "style": "IPY_MODEL_5194651c037946e18f19237f0c10ff33" } }, "da32cd41f133439ebe84e498cda6b7f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "da3518a6f98f43d8a8b09114fd3c39a7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "da37ad18e70441978ab5e3f0a4c57797": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ff45738fd3b547b190c80603e351db6a", "style": "IPY_MODEL_2a76f89d9376450a81818aaae616f14b" } }, "da39411f6594449a94b7b54cad0c7a5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "da61c98151e64f2c9ad6488ae9f286f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "da7cb9990396476d9b8257a606a94e30": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "da95c9b576e04b7a8566952fda04d80e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "da9babdefd9a489684c4e6af2b55ea01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "da9c04a97eed46b29720e7f327a0a713": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "da9d29ca595b45eca13e0d7ff240b16d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "daa70a3b168e462d8e739514fd059920": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "daa9a4628f644a1bab47af417c716d23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "dab4eec753094049b1771dc9046c3444": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dabe0b32a39a4b67a0d0cdcee285fd8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c8ed069c5a4a45bc90262096f4f1bfe5", "style": "IPY_MODEL_3057dbf79b5f4a5d916211fe732e04d8", "value": false } }, "dac3bad715004cdd960731c54a8c93a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dac626c8f12044829529f59b206e0297": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "dad04432ded7458290297f554917c282": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "30px 0px 10px 0px" } }, "dadf62e9491c489db4ca125c37ee1cd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dae596aece9543d28d216cd7a82ff3b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c454d8b791b34b86ab87c022ae9deec5", "style": "IPY_MODEL_8b8d842d10fc479092a02bae81aaae1a", "value": true } }, "dafc5db6895842d49b92c9bc4bc60c9d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "dafe8ea3e4fd42659d8107075936f765": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "daffdfa9afff4c48b5b41d557a7f132c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "db00ceda9bac48f48420a01cc1109b50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "db01bb1d79064c6d932ff8753518d57c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "db0c9891814d4457a95a883366776a3e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "db150d5dded44a0e88bf123c20571878": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_e005ad98443e4913b3d2086dd58feb3f", "placeholder": "[]", "style": "IPY_MODEL_9bda5f35fab84438a63550bafd71633a", "value": "True" } }, "db30f595dbd94599bc7d24042f28d19b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_b3cc9d5cbf2e4bdab96c8d63c4f92b87", "style": "IPY_MODEL_7b40f0ef37914fe29e9700c698086f2f" } }, "db37804da8e549e1bc0f67b480a2b0a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Output directory:", "layout": "IPY_MODEL_cbe05c2759814c7682b78c7191797e8b", "placeholder": "Type something", "style": "IPY_MODEL_40ef456912b0402583612a4563f751dc", "value": "CMLWrapper_out" } }, "db3fd63804bd442b935ace3620c3b43a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "db44a1ff954e4473b6d3986f4bfa6213": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "db44b31f98d149fa9e8f20dd290a9915": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "db48466813834f5ea5a13357d946977f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_db522712083e4a56870ba022ac32113e", "style": "IPY_MODEL_a5b3c28923804c5c81407ee60ca19dc2" } }, "db522712083e4a56870ba022ac32113e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "db562b58f707452397fb95444810c96c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "db5c01065ab54401b9b88999f9a64acb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a68f863c36444d0cb25d565a577a7011", "style": "IPY_MODEL_7fd77defd476483fb5d87d85c80a6f8e", "value": "Function parameters:" } }, "db788721c119488cb54df24738012efe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "db79fe889f5044d5a0b39b1a2179a6f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "db7a0c747eb24663828ef3b32c15b3a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "db7ef382b4ab40ea906d16fc52fbf150": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "db9603c4ac4b4c1c9ff864eb386a4b90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dba8bc8b7ac54cd4ac93705b8af76626": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "dba9814b7d934c4da411d5f3a89dab32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dbb82de120b04f3dbe20989da3ce1275": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_dcb4840e66644b4c86a7a9808791283e" ], "layout": "IPY_MODEL_b871cb2f6fd94b4eaf81b68e0cfaabd6" } }, "dbc63dda6d854794a223a76b69fe2e87": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dbcd3184767d44fd8fcee1cda34a5424": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dbcda2464b744d2cb6dd7fbf9a9b0a6f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "dbd19d04ca3a4cfd98b1fdca0e7d46ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "dbe31b9e5d72490889a371714075ece5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_be9e5ac97afb4fe1bbef5d1f46ef2c2d", "style": "IPY_MODEL_35f14a06901b488cb9603308b8f74b8b", "value": "Choose a method:" } }, "dbf4d2ac69b147649f67257705bbf192": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_78b83d07e16c45b0ac4f1cd2180b6f63", "IPY_MODEL_9db235f6d17d4d739979af1814eb380b" ], "layout": "IPY_MODEL_c87c1f8b8684424e8022cb5c4bb7eb0b" } }, "dbf6f2d781c04948af671f796eb9a77e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_197f5ab0e443422eb09b3e29c3421b44" ], "layout": "IPY_MODEL_4940447d12d5416eac8df62054f97f8a" } }, "dc072e059e2b4bfea9fe4b6d3838fc2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc1029614df344448e4ac698be82447d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc1692fdea894bb98bc4e4acb3e4c944": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_202271ab9c77443ea43a5005f21d8613", "style": "IPY_MODEL_899f08aa07c64cb7ab0cce8544ffb9fe", "value": false } }, "dc231e5927574c5783edde0868aca0cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "dc235fb3d2334e609d405abc41f6d25e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dc2df1043d964373a563a9bf0d38b8bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc2faf0de98d4711a4d28371ab713214": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dc3b4840158344ecbc7974828bfe44db": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc476f267a6d481f808577f101915a35": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_c3dca217d52a4f839a8a836d65cf8ebd", "style": "IPY_MODEL_0a17f843090e423b96d5f980162be77a" } }, "dc4fbc2183b54d759145834156752ace": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dc68d5660c8a42f9b17426379ae0a2d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "dc6a52866aef49adb6c6ecf2d24d06dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f280ce1194634b11be1bb1b8bfedcbfe", "IPY_MODEL_1b00c80fe8444659909f0fc372aa2cd1" ], "layout": "IPY_MODEL_fed0a10db5c94927af6039d0741735ce" } }, "dc6fab6369f7423c98d78895410e2dbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "dc72a392dcb447b99ba2afb0880b526b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "dc72db23ab544fe3ae44ffcdf7e4dc7f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dc83acf6f6034e2a8289e6d92576bd6c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc8981562eeb4c68af4057154e8accae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc8c9bacc8f14fe5889143a708f096c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dc93133982f44c1b9364a2606485a441": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dc931a66952349049bcd728eafbc003d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3fc39a0e1fb94649a1daef755c392ad1", "style": "IPY_MODEL_7f8bd3901c1d4c4db2adc567e0d893cf" } }, "dc944d5e2b494efb965613fab5cd0240": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3605a619e4e84812bc72656ef0b2af5f" ], "layout": "IPY_MODEL_45bf6671004d40dab430dd96ab7b354c" } }, "dc963e31b22e4b4bb5fedf4e8cb2e814": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dca27a90cd5243059fcb0f7a1ea7dcf6": { "buffers": [ { "data": "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", "encoding": "base64", "path": [ "value" ] } ], "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ImageModel", "state": { "layout": "IPY_MODEL_f2e3eeecf8934b3d84c6d9d761fc78bc", "value": {} } }, "dca50c0c93dc4ba29bb286cb2801257a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_709d2899d5624f1a8463561b99443e82", "IPY_MODEL_ceb8c23ee84e4710b4a3fb48bf441cd5", "IPY_MODEL_bbacfd7f453f457796f0e81747192d1a", "IPY_MODEL_0e4e655b0a7043799dba43579ad368ba", "IPY_MODEL_f74935248f6a4e9eb14bc8dc63d178a4" ], "layout": "IPY_MODEL_437cc27231904f698c485b30f5de55b0" } }, "dca83d00f52c4a85a9c696734515c58a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_b4a2cb79bca7408b9b81d739c8829f68" } }, "dca99dfdc760444aa65fa08bed8fc33d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3ebefb74eb2d4f4284e8e548ac9f3d26", "style": "IPY_MODEL_3ec2559816f94144b1033de7ec4394e7", "value": false } }, "dcac6d6005fe4ec99fdd5575d1080b4c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dcad09fc15104d9aa8f2c87427b7c963": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_69f0d11141fd4d81977de510eac72e9d", "style": "IPY_MODEL_58d53890f78b4fae93d060d176442303" } }, "dcb4840e66644b4c86a7a9808791283e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "thousands", "layout": "IPY_MODEL_df765d79da2b4ba8bc9077bea2141533", "placeholder": "[]", "style": "IPY_MODEL_d62448b16ba541faa6ad6ec1136252f3", "value": "None" } }, "dcc569b9933a4ead88d871e334342856": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "dcc6f0cdaedd4b7c998481dcb32ecf2b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "dcc7b7c399ba48399d42412ec9411d20": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px", "width": "100%" } }, "dccbf8623e4647ffb6cabc72becee428": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dcd1a26674344562b9264ab83cfc698e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_93c163cd48964aefac165f283af1877b", "style": "IPY_MODEL_78b469ba2dc7455f987be6b914b7c61d", "value": false } }, "dcd6be751b3b40fe9760b205700962a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_aba36ca67fa54e02a83364e40f35c526" ], "layout": "IPY_MODEL_8c9ea35983bd413890b4ed9e12ff0b36" } }, "dce3701d741d455987207d45ea45f905": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e83b295c2ca84db38f5dfda3dc52f5ad" ], "layout": "IPY_MODEL_be962e78f87441cfbe0f939cbbbc2556" } }, "dce9b69071154db19630da395fd87ec0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "dcebeafd3eff46368640205abc7183a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dced7411f9be4326b16889ce781d4985": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "dcf14bb6123940abbb83edb76e6b7352": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "dcf9d5a591994d8db78bd453ba2de11a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_129b730e7e7549c89932e4c98af06347", "style": "IPY_MODEL_c20e195ed0034ee0b064f3bd447809b3" } }, "dcfd0c70dc02401f878e6262445c860c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dcfe746f39144841a487b7cd21bb0012": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "dd0550a618254dcc9ab8ecc71ab7f47b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "dd0ba5aab4b442359d7ecc3721a8b774": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_33e12f121b1b464696b5b53a7de78727" ], "layout": "IPY_MODEL_5bbc2375e871455087b69ab9ff7af7c2" } }, "dd1ad509c14342f0be7651cfca725daf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "dd278f2ad23f43ca87fbd20d4bf6b959": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd3d31dd9d434ae488d64f8ebad020c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2099924bcf1e46d9a980d34ac3d23631", "style": "IPY_MODEL_a6d50dae2e5b476090ac1435a9a4d537", "value": false } }, "dd3e6db4cbe44b649f6ef8db4d1efd62": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_b854f7d7adfa4a70b6fd59a5c5600c33", "placeholder": "[]", "style": "IPY_MODEL_76e1a301137c41a8aec88de98dbc2ab2", "value": "0" } }, "dd467220f8004d2cb151e1e5937d96bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "dd4b9212c1b9479895de54eb176282a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd5e3549dbac41d29ea5257d10805b8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_f4820def6b224216b9c28ee5ddebe77f", "rows": 5, "style": "IPY_MODEL_70857fa876ee4edcba31eb640f28acbc" } }, "dd6283e9c0824d1194bd7990d503c998": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_eb1380c06131448892b94f6d7f5e50d9", "placeholder": "[]", "style": "IPY_MODEL_7b6ae42e04064e2eaab7860cb93a3996", "value": "csv" } }, "dd6606cfa79742a1915f8b91136c8573": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dd675908b82b44b499ad9251c7672c48": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd69258e43d44e0eb6f8f158a10a1eab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4762d5dda621411092430ffa94e321d8", "IPY_MODEL_7f97915d9c894e0684943b0a9c36d5a7", "IPY_MODEL_c747ebcffb844d41828b6adb5299c39b" ], "layout": "IPY_MODEL_c08245445ba646db93ed8fdc10559d74" } }, "dd6d7b803fde49319f386127255eeb12": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "dd713dd3c6aa4f04b57e869caac85edd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd78145291b2439c9733dcc92dd5094d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd7dff5b4d4644cb80da47631fe53d80": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "dd7e12587d2b4ebea7622bd9288596c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c095c080c68f450f8293c2691c2fc75d", "style": "IPY_MODEL_efed374bcab741a882aca8975d6a0c1a" } }, "dd80c77c73ca49769f828d9aa9f20713": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dd92fe73e44c4b9180412049e1fce853": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Load", "layout": "IPY_MODEL_a0d56107d8c345e49255c724a48b17c6", "style": "IPY_MODEL_bf6c82df5c2445c19559da7a418d1627" } }, "dd9ca17b4370479d9d0b3db5e0a14f3b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_22759a9c3dd542249f6136e30483fd9c", "style": "IPY_MODEL_cf0c4ca64d5a4b629993812cb2593f7c", "value": false } }, "dda1572f00284b1ca8b44ef3beae3f75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "dda45794660b4ca6a9af656c7896ebc2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dda6f4d647704de1ada20eb51e7560d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ddb8344b403c49bd986943e576122f15": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ddbddb6216a84cd49bc9d6f7003e28df": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ddbed5e0f103428ab0a0d51a61fe4123": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_45e7ffafeff14b3293d0ba064434f5a7", "placeholder": "[]", "style": "IPY_MODEL_1723565e61d74cba9b8af02a2a10ca2e", "value": "1024" } }, "ddd5109e3b964a788b46b7e9d7b87e3c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_392036bc95b74fdb9cffba4a6d3b9a60", "style": "IPY_MODEL_c43b50ed8b014724b00224c11b14f8e3", "value": "all input tokens: df" } }, "ddda470626ef4e58a23bab9efd5c5ca6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "dddb34af3fd040f8bf1a1db81c7b89a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dddbc783580144b9a8e85a4084165a27": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dddeeb2809fa498098d4d34e83873925": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dde01787e99d43d194de25ccb92c63d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ddea21fae0cc410c85aebb4475dcbb2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_b1960cb09bcc4db6b7c7f1586cbc2405", "style": "IPY_MODEL_1e012fdeee1e4c998a3fef76eedfff6f" } }, "ddecf3943813460b9556a4db4ec53344": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_40602274379741768ef7d98dc52e8312", "style": "IPY_MODEL_f001e6b8e635475a95889f52a0d4175c", "value": false } }, "ddf1564cd5b84840b1c179934898c3bb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e028d2f34e91412682b6f9d4e7ee3caa", "style": "IPY_MODEL_d48fdf51a6374c7399ce902d22e2a477", "value": false } }, "ddf4defefcb74c1bbacbbce776146cd0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_68f7d9af32fe416585676811285bcd63", "style": "IPY_MODEL_150aaa9308f444f6a2f2bacfd6e9bf99", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "ddfb5cf4d201446f9d8003a59640a189": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_bae56675798d491983286cd23cd38bdd", "style": "IPY_MODEL_e8b13ad55cfb4d3caa264d526fa5affd", "value": "Documentation: " } }, "de1e1bd9482b4b29902696d5646e6d71": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "de2fdaa65c6b499080ce4ec4c4ca317c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "de32324e4ad541c88b731b047591b597": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_33783f9370a44f4e85d5826f898ee1fc", "style": "IPY_MODEL_1df57574e56849dba7806fdcee222e3f", "value": "Choose how to start:" } }, "de4a880a9f144dce8777e499885d2222": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "de51476b035c4cd79a6c1e8df1ce5fc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e8c8631e39aa45238bae5d34dc2ba4af", "style": "IPY_MODEL_5fd55567dae44fd6b7c25c7e22ef21e7", "value": " <<< " } }, "de59d0a146344feb9ea327db5b8092a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "de6d9bfa43234a35887df1053f149da6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "de6da3a7b2dc48489c646ae6f9f3968d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "de72ac5d57fb4c7f91a5d55e4742340c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "de7409acb40644a5ad42144b95a4541c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_1d91e7a0ac864c87876ca406f38d01af", "style": "IPY_MODEL_df059a8848064ed8a617f95d963ccd54" } }, "de74de4e8df9456e8b61b4fa9aca3454": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_73bc410872864c228733f2543155d115", "IPY_MODEL_18d714200e4f4a31a3ab083193ca885c", "IPY_MODEL_a4062cd1bc8d45548b19c5a2b193c05d" ], "layout": "IPY_MODEL_80020e458a4640608386bb83bb3d7ed6" } }, "de7c0a741e904d3b82b3b18e3b6c9fc8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_4c20a04de4cd4639824090ff5d69c5b2" ], "layout": "IPY_MODEL_b0fb8eea742745c2b05657bfaac52ff4" } }, "de7f50ccd67246d289129a737d09957c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "de81558a8e5a4f408d6e6c7865f08d34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "de83d949065c425db32bd9d9ee473081": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "de870951bf684ee0af9b75c28e72d9c1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "de8ead6ab3e64121919d7f65f6de6b7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_2f8009c65a76470c9b56147f44fb00ef", "style": "IPY_MODEL_8cf9c9cfb9da4cc19fd0a29ec0551acd" } }, "de9405c911e34c7d8c7b872f851fcb05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_e930f2d53f414e54845ee750e68c540a", "style": "IPY_MODEL_9bd05890848d4c76bb5303088645b213" } }, "dea212abf70944debe7d9b5a334c76f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_1ae2cae08b324605bb8270b7831f40e3", "style": "IPY_MODEL_093e9f5f05594a4dab37a7eddcb48df6" } }, "dea27d29474c4ee4a601dd57e5d75226": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dea5a0d9c9e945bf9fafcd005b7c6f37": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "deb19a2a4aa44c4abe0d75f144bc87dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "dec3600175d948fcb30a3ccc0431f7b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "decc127fc672468eb802aeca5013f5e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "deccd4d32e1448b8b2026644f2ab92ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_3bbd6be9b37a43589a1531ded32f0b90", "placeholder": "[]", "style": "IPY_MODEL_b2dbf2f8095a4ac789a83c35be599b54", "value": "None" } }, "decdd67f1dce4a49832b7553fceeff6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ded4b92979f44659a6578990600ad433": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_540501fb9ec749dd9764c0e69af7b975", "style": "IPY_MODEL_538d42bf7b1f4110b63ca401eca91bf8" } }, "dee2cfaff39e46f48401ed7d98a68372": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_5c1a7d97c97b452a81c124e06fe6469d" ], "layout": "IPY_MODEL_f0f526c9a8dc43a3a4a911eeaa84a7ee" } }, "deeca7fcf77a4ef4a00773ed4b36403d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_1d128b78117b4cd9a95e80ae3fb94d54", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_bc2aea5f9caf482db038531ebacbbb7a", "value": "read_excel.txt" } }, "def6df3643c148aca162cd355cede3e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_109b88845231443ebebe220dafd1d47c", "style": "IPY_MODEL_35300a580f48491a89253ae14a71fb61" } }, "def7f83ca35d471a9d86db595116371b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "defc1cfe32874729b782f7bb1a6e2ea3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_db0c9891814d4457a95a883366776a3e", "placeholder": "[]", "style": "IPY_MODEL_a042314940c041008f4b1ba9ef552e18", "value": "False" } }, "df059a8848064ed8a617f95d963ccd54": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df09a370ade84e5e86d032de5a2775af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df0cab5834494107b2983bfb7d88af9a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_77a39d52072b4a568febe5fdb787f26d", "placeholder": "[]", "style": "IPY_MODEL_c806b34ec70c4974b937b46a237e2e53", "value": "None" } }, "df195abbcc20475f9aa439ea57ec1b83": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "df28c0f5a28146d681f843069ee2cca9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df2b253298524aa18184c68d38a66cd0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "df31445f150e42139f9ecd2edc2b6a54": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "df355cc6844e4237a9b7ffb209fb56ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "df36829d248f406f81ee51c1ead3f5b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "df369257545d4f74a7c2f880f057cc79": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_65967fec36234ac4a9a501431d0f606c", "IPY_MODEL_d7757d4918374321a43d531f33487f59", "IPY_MODEL_5fd822a505774b16959345c6613eb0b9", "IPY_MODEL_26702e5e939141a79ae41c3bb5928335", "IPY_MODEL_29e932cd34e745b7997c5925307e312f", "IPY_MODEL_370af9092f28473cb35b47ed72e13e1c", "IPY_MODEL_11717bef94e347eba8faffb45f0c9536" ], "layout": "IPY_MODEL_d127bba8fc464c2b8a761404eafe21ee" } }, "df38991e3f53484b8135cb1fbb76338c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_256297e74b934ad4acc942fd695a3619", "style": "IPY_MODEL_b2104600fa8440ddac97e7663df81a86" } }, "df3c28f928754cc38de7cb21c77163ab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_d92ef17f9ca34cabb1bf5c450977b28d", "style": "IPY_MODEL_182d0625989b476680c640f7a0ec8e2e" } }, "df3feaee6da54b2b96564db9574adaa1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_b51344e7011543808171e465aea21a5c" ], "layout": "IPY_MODEL_dc8981562eeb4c68af4057154e8accae" } }, "df420920411d4aa2a4ee47074e7a4f22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df55de30c4cd46f1bd6b5f620df03812": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df5d81c068b0433db76f96d6735fbf68": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c7b0ddd69b7f426bb5e1f13bcb43c8bb", "style": "IPY_MODEL_9ca3916203ce41779b0e89abb2ca293f", "value": "Function parameters:" } }, "df674618a3d143c1b894b5a5ac8e25c7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "df679b20b60943e0bf88b365ab598687": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_b7d66a3f3e114fdabc3b202771fb0659", "style": "IPY_MODEL_d0ea873c971341639ac1e6255a6509b8", "value": "Load an existing script" } }, "df6d211d979a477193081046c96672be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_672afee74a124f48bfb5da9351327f8d" ], "layout": "IPY_MODEL_e5e91bdd29c74738a52fcfa1e69d1459" } }, "df765d79da2b4ba8bc9077bea2141533": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "df78e654a46f4cca94cc3accaa89bd6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "df7e82059f0e4108ab5c47ff94ef18fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df8c698cb40f4d2a99c303c5c34561d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "df953ef3ee4d4de28dc72bd18ddf2387": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df98f4db96fb46e3969ca26065bf195f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "df9eba5505a44257b91b186ce8eb7e25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_f0e5401e6cc049d0866d82be99defffd", "IPY_MODEL_f550936053384ceea5206981eefebbed", "IPY_MODEL_d140ba3f20b946d296eb4100399dab82", "IPY_MODEL_47f841e57c78469b845b82f82f28ddbd", "IPY_MODEL_6fb481e01d17414cb5cb80cb5a67f9be", "IPY_MODEL_c3a20fa145474681b39adc2472fe6741", "IPY_MODEL_19cf0303e9104a2d870cf4e9a852fd46", "IPY_MODEL_6718caffe1d44c5c84f7f6d6687d8eb4", "IPY_MODEL_7ecb657b86fa46b380e065a5d31ada8c", "IPY_MODEL_c376a1966b914a8181312be9a0c5e940", "IPY_MODEL_9979489d8bb043508cedd1023cf96283", "IPY_MODEL_5c46bdc875a6495b9d2332990762b7c9", "IPY_MODEL_e5e32ecc2f0c45a096b43b4144d06894", "IPY_MODEL_1ca005d7eb7545b797406fdadd1d82fb", "IPY_MODEL_a61c4d39d7624f67ac771134fae8908b", "IPY_MODEL_78ca137d17924e50bc723f5f4de95eda", "IPY_MODEL_ec48e305136a4862a2eeb1619cafeca1", "IPY_MODEL_abbab9149af14b21b07a37adeeb8bcb5", "IPY_MODEL_1b70971341894e39880b8b40af42bff2" ], "layout": "IPY_MODEL_d02aada9fd354c73928281542a0e926d" } }, "dfa82d7646c5437e8517ac5399db4b3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7790980a645a4246928af8c4dbbcb3af", "IPY_MODEL_906f8b1cb8764f2b89bdca2b2c328db1", "IPY_MODEL_7fc962dde91a40db9a7e37f735693238" ], "layout": "IPY_MODEL_9213f6e1baca40309692bb06fcd0f793" } }, "dfb1a2354be146678d1512fddd81d06f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_3b7c07d3608247699cae9116d9ef0fd2", "IPY_MODEL_25a52341ef12492dbd4a69d0cf481aa1", "IPY_MODEL_d63a87c10cc74e7c873c75b5f84d0263" ], "layout": "IPY_MODEL_a9d203e6a85944b5b1443f6cf978e7dc" } }, "dfbf39f9986743faa3d66a876ece44f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_7f28192bdb764e0aa3ac3474594a9310", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_f827fb9003ba417da9c65ad1aa5a6950" } }, "dfc36afc0f3f461d9ae1ca2032906111": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "dfc3d7e45d4944fa9ff03fa2bab6ad2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "dfc7e94b3d3f4d64869b8e6572154c65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dfc810929b364aa9a309d729320a1fca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dfcfc8d1c0a94b5fa34c5e23c9990076": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "dfd8eb2352774c31a6f88f434a48daac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "dfdb33f2187d4bfba3ac7e08d475fa5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_077556c9fc70473384fe94469d1bda7f", "IPY_MODEL_b05c0183a7814154a2667ce2df3d0daf" ], "layout": "IPY_MODEL_d08e47cdc55f435b8455fc3533a75053" } }, "dfdc8fad89fd451d9301c8011aec9d8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c481acba836d4926bb882b3be0ae135f", "style": "IPY_MODEL_1763138dfa1d4f25a153b343402f0e6c", "value": false } }, "dfdcd84d88114631aea2c3d0ef869628": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "dfe14f07d5854b2f928d9b87668fdcaa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "dfeb2dc5a00d462f952f0ab16add98a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "dfec960c1a67467990d0083341212b32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e005ad98443e4913b3d2086dd58feb3f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0073d717b424190b4366aa9c4b2bac5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "e00a11b2088a4d438614c1613d9818bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "e01406673217470fb5bd66a6d53b0564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "date_parser", "layout": "IPY_MODEL_53b61eaa8cd144e696ebd4c5be643c0f", "placeholder": "[]", "style": "IPY_MODEL_5a3775cd068844259f63c651035485a1", "value": "None" } }, "e027e404c23e4b5593709ffb125ed068": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b5eb67ee0ccd4ae7a02d88fe48277f54", "style": "IPY_MODEL_63fed48e44cb40e7995d86faf295aa41", "value": true } }, "e028d2f34e91412682b6f9d4e7ee3caa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e0393c01250d4240962bfd93ce4228ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e039e1db7b2c43358cdf377e5694c115": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e03cb81edeb64168b34af4788fd5315c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e0434cc2ffb74696815e04e24f5f754b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e04dcd170ab648e5b1a65a3d92fcf345": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e052296bf5054a9cbb5758f79aa786d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3c5ee08801324c7cb0890e00deedf328", "style": "IPY_MODEL_4f99dfab2db94ed7b16161a4ffafaf20" } }, "e05403c149d848fa858345b388696b88": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_aa916052a4d542aba84e69503dd77656" ], "layout": "IPY_MODEL_77399f829637467985dff8a0d65951ce" } }, "e05da51bf28049aba3de2138244a66e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6c8a4091534c4a3f9cfb4ebd5ea847b9", "style": "IPY_MODEL_66c6a9755595441ca6fee2744ec1410a" } }, "e0663478e34f439e8e52d325bf0d6e1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8830dc3b93294190bad6596c205c7fe8", "style": "IPY_MODEL_6686b892234641148bac8dd7b7eacd46", "value": " <<< " } }, "e068961085634d0da969eefdc28eda23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b1d89286c6814a848d79b8972f1762a3", "IPY_MODEL_e5dbb8125181472a9a9410c2a85c374e" ], "layout": "IPY_MODEL_148d3d090a9f43518d035163bc68cae2" } }, "e06b5ce4f9ab4268a0813dbfd434546c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "e06fb1c937e740aea20ab22febc9c61b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0796217795b48ad866989d6df0572a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e079efb072984a6088ebedeb9acb102d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_f898c4c4d6e14b5f95df49a1013e8a93", "style": "IPY_MODEL_2345a6521fba45488d7ea5ecad1780c0" } }, "e07fdc3bb65b464e8f9e97a071c203d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e08fb7b493c94507a88cc86af760b9fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e094cad1cc4b4f0092dffd4c5e06d36b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_f17d516cf36b4ebd8c77545831a38a0e", "style": "IPY_MODEL_ef65e46af2514c699294ab48bee87048", "value": true } }, "e09ce4a88ebd4bd7a50b1b2b332af1a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_2afabaf1ce834731b58a4350969b98d8", "placeholder": "[]", "style": "IPY_MODEL_efb791b558414838b1adbb3df3ce9a8a", "value": "None" } }, "e0b95a83a58a4a2fa16a7ecdb8b4e47f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_92af84b57a0f4ea0b6ec979fa504ee77", "style": "IPY_MODEL_f5d2f95e37244b559ef97a460b9958d9" } }, "e0bca0d8e6c8453997e1dd34e3c8f6df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_431803f4cbcc46cfa42353cc446ef5f5", "IPY_MODEL_b923e1356dff4523a0f0689ae9a91fc1", "IPY_MODEL_fd8e82d8b3144ea89757fcd4a740225a" ], "layout": "IPY_MODEL_1fa592259f0f4bf699193c8c4551da23" } }, "e0be416221394f68be9b49d495263a6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0c57fdc79554ce08783ce9dd1bce3ca": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0cba17eeab04d84a9674ef3e2970a3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e0d2fe162cc540938780006ec38a6113": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0d4c1eedd964ed29da5b78d59b88959": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0def135f07843029463f19315a3fabd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "e0eaee836a754d85a91df821ccb17cac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "e0eee125544643108da3772fbb620c64": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_6e395e9171ef449086e4e55b23d4fe61", "style": "IPY_MODEL_4eef895ddc7f4b3faf0353cae3d05f39" } }, "e0f48c61b8854c5894650e3dbcf04b31": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_97110e27e08a4be1be7cdc3b56f4cda8", "style": "IPY_MODEL_aa82e0465ba642acb8eb87da09c17a60", "value": "Wrapper parameters:" } }, "e0f547fdd4984601a9af26c5bb792eec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e0f6be014ab84b18a80be600b883fd1a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e0fc263ef7634865ba387d0d72d3d0c5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e103b64de2c948758ee119845d211fe6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c908af42a16a409ba2f3dee5acd1a3a6", "style": "IPY_MODEL_df09a370ade84e5e86d032de5a2775af" } }, "e10f5f83c938453396afbc786a2f86f0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "e118650fb3844e69ac13ff893cc28158": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e118c0aeaf884ed8a04d43c80e7e523a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e78235c2460d4b35912110c1b0d000f3" ], "layout": "IPY_MODEL_400fd396661d4885a42ff24d130c5ceb" } }, "e11edee77eaa452dad7734e42ada0e7c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "e1201393df3247e9971f2105620bcbaa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e120f7984b154424a4c93d61d279ba5d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e121df583986430d8a8c434ba07edfd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_bafc41f5f7a04c17b50c9b12a62b4c7f", "placeholder": "[]", "style": "IPY_MODEL_925f74f11fc4499384a41a9696fc2e1c", "value": "None" } }, "e12a365c3ac94dccbba4811da51f6579": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e14c6b60f76e4185a550443ed97f0715": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_7bc3018e558e4807ad4531666d271b6f", "placeholder": "[]", "style": "IPY_MODEL_83c506930a1d4eb8861b73c2400c28fb", "value": "False" } }, "e14c76dcbc464ee9b2110241be4d7489": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e167ad82b96f4f79a823f3157a3d750f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e16a8ec9fb41456cb332a23b70be389e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "e17344e19faa4e608beebf72ddfc4111": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_0b9c18c8ec3d45b88e11dced435698ed", "style": "IPY_MODEL_bf015b6620b0473c9ad50931761bdc60" } }, "e17f6fa3514c42a68a764a6c161949f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "e18a81aadc464062bf645d92f17c1b40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e19c69d380de4bada47b76e0eef0cb06": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e1b2c27e3c344ae69f801834e0d49e33": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e1b52151ec904dd8b58af8491d96e69e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_8542e6d5711e47a4aee37ea15f3a8805", "IPY_MODEL_8084b7f7cc214aeab6c92a829dc5ce16", "IPY_MODEL_3a45758a4ab84a44b66a9927d52683ca", "IPY_MODEL_8cb35211b519422e9bedc4016fadd39f", "IPY_MODEL_06e2e36bd0004e34ac1f68207f3b0899" ], "layout": "IPY_MODEL_c3f0a2f9779449b0b2e4b1e2bec92f01" } }, "e1b996fcb9e9423c91973851926fb5d5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "e1c7588ffd1548ffaefb802c5127c4b6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_415f1552ab0d43cba5885b4ab2c93b79" ], "layout": "IPY_MODEL_ff77a23a671d429ca5e2c265e9337164" } }, "e1c82d761bf64c52ac4ab17f878f9824": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e1c8a5f721ae4e8a86b30503747fb298": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_43b3830d552e4d0b849d22d04fc86eb2", "style": "IPY_MODEL_d95afff51f824e2f8a470914b5d78002", "value": false } }, "e1ceade02af24bfea5230b27174e7672": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e1cf6149dace49fc9dde2c97b66ca123": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e1d83050281e481fa59982ae9d90e466": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_e4f9f04524e54a628dba6231cd8bcd63", "style": "IPY_MODEL_79337443912f44d9811317b76626b7cb" } }, "e1e0e161f6994e388699285a2522536d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "convert_float", "layout": "IPY_MODEL_56ffe83645f349b2beb3caa40480ccb6", "placeholder": "[]", "style": "IPY_MODEL_2eb13b643edf4f079038458748af9012", "value": "True" } }, "e1e6bf0877c242af9acf5621ef74a1c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6e759075929a45e5a7d7608fb01146a9", "IPY_MODEL_177c6b3fc83649f69ef7979c8d30a7e4", "IPY_MODEL_d7f89ab4e8e043028b13909ea312ce48" ], "layout": "IPY_MODEL_ca252c834de440969ed76a9929da1547" } }, "e1e7b98f57a04a939b7b5efc3e3686de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_3456877bc00f42d4919569478acd4313", "style": "IPY_MODEL_5476aa8f88e94644a2586a863687689b" } }, "e1e98468838d4aa4951c01a258048951": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index_col", "layout": "IPY_MODEL_19df37cadc5a46049559d9981474ff20", "placeholder": "[]", "style": "IPY_MODEL_cb54cdd0856343f5943357e0c842c9e2", "value": "None" } }, "e1f1b2d73614481c8ec22a7cc00abb21": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e09ce4a88ebd4bd7a50b1b2b332af1a5" ], "layout": "IPY_MODEL_e1ceade02af24bfea5230b27174e7672" } }, "e1f9db25c07f40159af78d8cafe156e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e1f9f293a827470d8e85d1140d84cead": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e9006211b52e48948b0392505fe72da1", "IPY_MODEL_5d6e97ba65a543a48bb52d100b9007d6", "IPY_MODEL_ac59271138d64cdfa93af5adf3ec286f" ], "layout": "IPY_MODEL_8d82a093436b4991b6c8f137c1378e7f" } }, "e1fd8a099de041238a8e6fc6e38c2d6a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_0c3ac07c56c5415b9b35c68f29a74df1", "style": "IPY_MODEL_ab99af7ea1fe4795923e4641dd267aea", "value": "Choose a method:" } }, "e204d9e8075e4cc0ab9c84750a0c3941": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "e20894c83e9e4fcd90ada497aee00d6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_8136a7737b544386be706c19e843a0e7", "style": "IPY_MODEL_fbda01eebba6491798bd719c8caee62a", "value": "Template 1: load_xyz_polarizability --> generate CoulombMatrix features --> save features" } }, "e213a73398534f8da43354d063a6e15e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_21cb428af2dc498d801b4f85b90fcf78", "style": "IPY_MODEL_ea0434c443994b3a9bd5419fc49ce84b" } }, "e22510c761534c5bb47173f8615d50f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_367ec5921a0141578ae418f8c2d66c77", "IPY_MODEL_9b6c73833a5a4e01a68f42ed7d2ee5eb", "IPY_MODEL_6e7458e6a94a4cc6a266fdc790aa3e6f" ], "layout": "IPY_MODEL_f9acbf3aede74b588b0dbb4e86823606" } }, "e227064e03b246b89561bbd0707ed8bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "e227ebdf8af34bcf9c3a859ba9d57498": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e22fa036fb324b9b9d8d606f09cf159b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_082335fac7b14d93b75aa9adc346d76d", "style": "IPY_MODEL_12eebf4b6b2a4c14a174e154561316ac", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "e236b963b8584b6198289a1e8170907a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_2207e667d8b94b93915f8b457758d245", "style": "IPY_MODEL_01c7e38e9e2f40ceaa0af5530010c391", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "e23995a7beef46a39dad62da7da6ff81": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e23b24a305f54c8e9a1ec86a97b5ef65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e23c86d16593405f92688ffb695692cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e244e816ca5b4d1299f1ad062c132cd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_827559711a8a4ccb958b177508c5af8f", "style": "IPY_MODEL_2736129d72c04766b13566407c361ef9" } }, "e24eded50f734087a85d2e8307ba21e1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e25215276db14074ac387814456ab2fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1c89e815d7064c1dbefd386d576c1ba3" ], "layout": "IPY_MODEL_daa9a4628f644a1bab47af417c716d23" } }, "e2547f55291c4f5c9ebdd46519ca7e8f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e256c6a0fa924c278e07000cdf869903": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e25acbc76a5941a8aa11a059e0fdae08": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_72e2eccf38e1457aabedcd33d8df0dce" ], "layout": "IPY_MODEL_23b80896687148daba181d721cf14f7d" } }, "e26cbec781ca4fa69cfe0c2beb71063a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e271b288d15e45aaba3b4c00b4be7fc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e272eb63582a4e4fbc90240fb4002a23": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e288367978c644298db695fb0f2a8be2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_5a890969c42a44bfad48bb9078644139", "IPY_MODEL_4cb6159338f44a3da24a252da580801f", "IPY_MODEL_df9eba5505a44257b91b186ce8eb7e25" ], "layout": "IPY_MODEL_8283a2e49bca43f3a3e91ef5a5c26b0d", "selected_index": 2 } }, "e288d8a07f494ce28997f6b56fbabd64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "e28bc14f9880459582888901c751539b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e28bc63a7f85470392ad3943c3c763f8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_534413bfd3df4364a81c26e18b824819", "style": "IPY_MODEL_95deb1c6f8cf487780c3ac27229ba50c" } }, "e2918475169d42a08d98bdeaab80a242": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e29ac9ce2236417d945eb2153002d2eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_9d8496cd90164646932438d627691723", "style": "IPY_MODEL_3bbcaaf746784958a7ab720049aa2813", "value": "Function parameters:" } }, "e2a5eddfe3ed4c5da914f9c860b88378": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_97f1d4a1ab1b452a980caa68d2394b11", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_2250d1bb64e8417e9461c76c37cf496d" } }, "e2a662744dc54ba6a355b25b75708af8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_309a94402e4f4e87b7e2e70eb340d3e8" ], "layout": "IPY_MODEL_cbbe5870de9c407fa93998ebb7167286" } }, "e2b1f9ebe85143b3a0230dc188e45191": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "e2bb5b656e59446d98ed5207b2609475": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e2c2428a317f49b69760e2ad6e14190c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_65b0c4e43eb147278809a4c0193d8a8c", "style": "IPY_MODEL_5b4a5840e14b411693be8eee1cd49a5c" } }, "e2c933b3ca564e0e98d675884325c7f9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e2d1d770d5584255abc0b8398285e460": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_bbc49a9c9348490a9fb8e9476f185fd3", "style": "IPY_MODEL_de2fdaa65c6b499080ce4ec4c4ca317c", "value": " Send >>> " } }, "e2d41e4a99ef40d5a4cebe4c687e7f44": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e2d8d8066ce34ac0bf19940332d6ce9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e2e12c8df09f4daa80eafe3a694171e7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e2e16c0571664bfc803bbc664ba772f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "e2e3c6e2023e41a2b84aeb5a7396213d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "e2e737f6debf40c7b4ade910340cb359": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e2ef92ddb7bd487a9a4550d574adfba3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_77b52634525149d2962d8b39e30094ca", "IPY_MODEL_ed3c5692acf04d049549164739eebfd1", "IPY_MODEL_202935ca8748492f8f7f93e3cd1739fe", "IPY_MODEL_4c2821afd0614e8eb22fef5243fc19a2", "IPY_MODEL_5bea919c770a47f4af614551953f03ff", "IPY_MODEL_13c77ae11c6e4df3a4670ab4c46614df", "IPY_MODEL_5cdad0e14310420bb46ae5996599434b" ], "layout": "IPY_MODEL_e04dcd170ab648e5b1a65a3d92fcf345" } }, "e2f6b67da2c6485fa717bcab1752eba8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ed81be4656d24d9685576aded100eac4" ], "layout": "IPY_MODEL_3d4165a89c544db188c70b9bc303ed1e" } }, "e2fb2aeecc424e06926a55d3925007da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_85c9ca0eab3649bf9392e7f312755317" ], "layout": "IPY_MODEL_fe931f18d15d41d6ad841aba18b4b1a4" } }, "e2fc4638c71e4fc7a16bf8f9aa03fe47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_624e2a1ef1f44c8eb2c8d734f3eb383c", "IPY_MODEL_52c8905627ce43cf96bf1f82c48eefe2", "IPY_MODEL_35b381550ada42f3bfb1e4caaa8cc0db" ], "layout": "IPY_MODEL_524263b70abf456585fd253960f68505" } }, "e3046ee57d08462bb95280d2eab17da2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e305799b874f4cc1a8e060a0d297cc22": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e322686dff2c4c4e8ac4acfcb67b2127": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e33336f324584b6380b3cfd2be677182": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ae2afab0c19a4c88b4b1bae4de9190ea", "style": "IPY_MODEL_868c93ac3be6402bab390b654d0db6bf" } }, "e333666f916d4286ba2a5e7416ba5d1e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Convert", "python script", "xyz", "datasets", "table" ], "description": "Subtask:", "index": 0, "layout": "IPY_MODEL_8455f987a6d546769f268c727b91a84f", "style": "IPY_MODEL_ee9cd04c84b347168b8b3a441e6249d7" } }, "e3363c1ad4754717a0e361744dcd3f32": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e342909ebca74f0cb5dfc734ec02d1de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_c7354d717c36447cb4a07854c7bfdcbf", "placeholder": "[]", "style": "IPY_MODEL_daa70a3b168e462d8e739514fd059920", "value": "fingerprints" } }, "e346bda0186b4cd18ff55bef3815ae1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e34ba496afa34080921792718b2d891c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e35688929e364850bbe1151ee71aefa3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e35a3610dc8a41f9a2989503d4e72413": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_855c6d522a5d42f889d63379ee16e12f" } }, "e369cfe826f44173b78063b359e8026c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "e36efaeabacf416bbbdb1414bba23758": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_f852adfe1323475980eceaab40b8ffd9", "style": "IPY_MODEL_97399b56ca544753b036eaa092f2bac0", "value": "Start with a template workflow" } }, "e3701537d61a4330bd4b955fdeb0d9c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e372ff9b74e7457f848c4bcfc20be171": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_4eae46a9ca574bb4af3bfeaa15fdc6f4", "placeholder": "[]", "style": "IPY_MODEL_b15675e3c7004010a6eb4ece9b8ee4ed", "value": "0" } }, "e3771b56bb3443c193c5bd90e060a158": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_6b76b674be7b482eade9fc73c9d4b0de" ], "layout": "IPY_MODEL_a9044f568bc04b7088b0a5f3ddb1fe8a" } }, "e3779d0dbccd4110875b81a1046eb780": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e37c1cf1e20748c796a8b4c12d89b101": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e38015f7f7ff44bf9965236ae796601a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_4d300f2f162448e68e5e13754167fc50", "placeholder": "[]", "style": "IPY_MODEL_8fa88be9b79b4db48dd7bea7d46b1923", "value": "Morgan" } }, "e384c78e6a89481ba0b83cacd7564cc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e39b89bfb6ea40c7a949b59f0d79bf00": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e39ffdf014644875a3adbf3e6b47fe9a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "e3a044921b114d0ab3f4f03216a99f0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e3accf92c3ed4067a701cafb3115a15a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e3ae37ee54424fb28207821cfc1de580": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e3af6a58a9ee4c29af723ae410227ad4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e3d298f38c4948e09ed2aecee0f26355": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e3d6e653ce0f43d8bd587fba1a77fa80": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e3d9870363e14fb9a6bf2523af178804": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "3", "4", "5" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_9b6a9ac3d6e642dd93491eb6fded5925", "style": "IPY_MODEL_97679204c35d4e6fbb2edf7e117dbd31" } }, "e3dafaad02354ee8804c3e3a0087bc8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_733cd7b7495544b5bd1dbc5e0469ddb9", "style": "IPY_MODEL_deb19a2a4aa44c4abe0d75f144bc87dd" } }, "e3e3fae17d2942a1be8c5c0bce7ea979": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e3e6313991964e2dbab07c0582297cf7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e3f49ce5ec0442a2a6860955fb5c394b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_ca0dc292736c4efb9a9faebf6530df64", "style": "IPY_MODEL_2777295baf694ad7b400049bb1d6ef09", "value": "Template 2: load_xyz_polarizability --> generate BagofBonds features --> save features" } }, "e3fd20bab73842d6acfa3725d0065f34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e3fd285c1c904371965a428d65a40650": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_11f66a4ae628473d84350ff6f197d502" ], "layout": "IPY_MODEL_1612f8e284b34ffd8e2e411c9362b7fe" } }, "e3ffa760d8ce4a2ab1f5592fefac29e3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e408d488c72a437a90a7afc9dafa2edd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_a28ff471dd974d41b00a35c030857192", "style": "IPY_MODEL_1c2d59416bae49b2a67f6746c13a36d5" } }, "e40e93263a0648159827d459a0004a34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "New script", "1": "Existing script", "2": "Template workflow" }, "children": [ "IPY_MODEL_4f091f8f228642e6b39501726159dfb1", "IPY_MODEL_37c52f988209413792e3fc083c896a30", "IPY_MODEL_a7acf32418314032a22a2fa2d4a0bd44" ], "layout": "IPY_MODEL_c86c68719b194758a730ad82ca527d1f", "selected_index": 2 } }, "e41a7eff2e4f4a888186c4388c6eb7b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_dee2cfaff39e46f48401ed7d98a68372", "IPY_MODEL_6253e18406c64efcb98861820f0bc91b", "IPY_MODEL_b773c721790b49ba94373c3a39da3f1b" ], "layout": "IPY_MODEL_42c4d9607e834161bb85d0c6f0150f8c" } }, "e41c31efa7d74319942c8338df1cf3fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e41d64b3ad48469dbcf7bee85a0c03e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4204246974349f9917a871962139fcd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e421dc281a554f859dfad7289de651e6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e424f9ca7e5246beb84ca88433ae4381": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "e43b4952a6e247d39bc8cb1836a9f9b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_51fd0aa6e850407aa68e31a3c89f769f", "style": "IPY_MODEL_a82d63c46f574de0b5538b0ac3b4f3de" } }, "e4422a65c9df4deab31bcc9dbd90dec1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e452fef36f4a46b0b738f981f9811c7d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e45fb1b2da124b9a873a9a1ba81e6ab3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e469970cf2824367ba091f5ae984575d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e47046eafdd0493fbe0a60d2b59e500f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e485713de2864412917c7247ae9b5b36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_672c98971def4259bff848cd8d6fe06f", "style": "IPY_MODEL_23d5ba084ca04b0e85e41d8e7ea8ea74", "value": "Requirements: (('pandas', '1.1.3'),)" } }, "e48ea20efdd54fce877788e632383c74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_bb894cb7840e4061b58840299f2c5a18", "IPY_MODEL_70e7d7741ec741d8a364ab9f4c1dfaee", "IPY_MODEL_40ac704cf50d417582f78c49ddeb8a32" ], "layout": "IPY_MODEL_3c1d5c0179594d29adf1f91643c50139" } }, "e48f8bee9be147b59a47b8f2d7940ca1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_2035153ca06649e097edfd55f74d9c0c" } }, "e49479bc42df4d18bd839068c44ebada": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e4a026a546a24335bc6e3999196eb409": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4a1d454fc244786a4bce13d8b86731a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_e7d32498f7dc4851b67a68c3b61bcff1", "placeholder": "[]", "style": "IPY_MODEL_ef36d4653ab74a67b6d8632d1b19ae36", "value": "True" } }, "e4a2c0e9dfb64e2c878763bf1c52222f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_40872a15c8694c0182655f0550c36fd8" ], "layout": "IPY_MODEL_df674618a3d143c1b894b5a5ac8e25c7" } }, "e4a2f222bf924985aa38952c0530b487": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_39ecde50b5934fd8b5f101587062b946", "style": "IPY_MODEL_84e5726014f5475397e3641ef91efcd0", "value": "all input tokens: df" } }, "e4a790f7bec4421c97c04762f93f99ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4a93583443b4722800d7531b4751de7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "ConvertFile" ], "description": "Function:", "index": 0, "layout": "IPY_MODEL_1d2244bd698242518fcfbb8be7efcf46", "style": "IPY_MODEL_ba4ca467be964aa7bd92fa529cf6d77b" } }, "e4b3c0cbf47145cea57ead9f8873e8e8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e4b46ad36e4449728c1edad852ebb633": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4c1f6721357443c990ec0675e80d539": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a7f240954fab43a49542fe665826f064", "IPY_MODEL_cfd8da205f024b6fb00f870d0b122013", "IPY_MODEL_0fdc6c36901b44029ce57f5d002d61c0" ], "layout": "IPY_MODEL_eb8ad548004c4d2dbdb6e16d6b1c6444" } }, "e4c7878405c84802abab492ebc5a4be8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "e4c9f71c853746f5a0c77f7b1bfe090c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c8b1482484fd43eca4f313abbab04c49", "style": "IPY_MODEL_52e32f1248c3438a8389343d5e971ed6", "value": " Molecular Descriptors: " } }, "e4da4674929544508b412bf2cf3cca2d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4df696a01614e68b432084192332ac6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4e1e906951f4e13a1ff9a4564821627": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e4eaee62fd274f05a2f6239c1bb52302": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_43b1f68701af4f23aa0a5ba7e5aa7fd1", "style": "IPY_MODEL_3236f9578a0348349a178b7a689217fa", "value": "Start with a template workflow" } }, "e4ecec0f13034c2fb46d0017fbfd79de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e4eef67584554cd3bf0d8370646ff49e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "print Script", "layout": "IPY_MODEL_6af8026bdbf24803b05801dfb9a76690", "style": "IPY_MODEL_f2adf82761d94c66b52c6604b63f6fc8" } }, "e4f21abaa6d64ccbbbb072cf3657d810": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9536a207070148719972fd9df744b2e3", "style": "IPY_MODEL_44c7b19fc3e14344beb2b7a02c00e977" } }, "e4f9f04524e54a628dba6231cd8bcd63": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "e5131cc1e15b4ea48a5fe0400c590d85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3dfbe371f7b24d868476684d9df172a5", "IPY_MODEL_933f78e435e74365aee6b4461a454ca9", "IPY_MODEL_9600bff80bf041f1b8a4684a229f9428", "IPY_MODEL_3db9feb9265441978036b4a88f9530a4", "IPY_MODEL_b6bf781389bc4d399df74d582aa3795e", "IPY_MODEL_ad8769bfdeee42ba95cabc34725e2417", "IPY_MODEL_27a2bcd83c354b6da47e362db941ae27" ], "layout": "IPY_MODEL_d19f80a8bd33452aa4bfd44580e5838e" } }, "e51621eda28c49228600c8aa12610bbd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e519907dd96c44709bdb4761a744617c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_53fa2fc313a948d5870b926a2d50e103", "IPY_MODEL_a45e607ecce7489698c9f0ae48ce9f0c", "IPY_MODEL_38a51bea389640d69c0a708b3a150b50" ], "layout": "IPY_MODEL_fd3e99013af5402abec688655097b8b1" } }, "e520364cf8cd4a09a8f7995b3941c3a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e520640865b8482a89396c2a20a5bd6d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "e529a1c165074c6daa353f457f4993a0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e52f71f2b14d414b9b30de61f06b2107": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5237f5ef60144564814f2daaed424599", "IPY_MODEL_99c7bf71ba184eb59790fa3cc0c20c9a", "IPY_MODEL_a257b2f88a4e48cf9e033e618150d834" ], "layout": "IPY_MODEL_0311d43944454548840076f86d5d7f03" } }, "e53042e767974d4b8c9e0e0ddc113478": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_eade9a41eb534eb1b905149dceeaf60c", "placeholder": "[]", "style": "IPY_MODEL_6d25b48118ea4124b8dd0605443a0c61", "value": "None" } }, "e53146a082fb42969df4b01b4a3d38bf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_95919dccfa64409ea13173ddbe310986", "style": "IPY_MODEL_fce4daf80ab04f1caecb5ab5b837b85c", "value": false } }, "e53386d709c244bc9e9e0d32bd940f39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e54860ed99d4472790378a4da518f5a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e552b3c0f62b40589d69b21ec8822ba4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e5569068e168402393a917a5941f310c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e556a95d51994ef4a33482e2b3de1e93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e55cb916b35d4a729b3280bf1443039d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e55de9550a08443d83899d6d8b9e3dac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e56440eeec494eec9fd6b151727f9311": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e9af4a7748274c10ad0096890bc6e9eb", "IPY_MODEL_97570d64321e43f5bd33bf61ca2c37b3", "IPY_MODEL_c4dc7faeecfd4dccaad627575c20c018" ], "layout": "IPY_MODEL_efd92106ea214e4baf134dffe8b5e232" } }, "e564a9a65d8145909e7e2f4222ada7fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "e5758bb301f2404e8ce8495fc369ca7e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e58b3c10aa8d4d64aff09781d3c62d99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e590815b859348208836554000217d5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e5a7627dec584e7a8025a57c538f8a1f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skiprows", "layout": "IPY_MODEL_1126f47c7da04eb698d80d6fbff1f023", "placeholder": "[]", "style": "IPY_MODEL_4c078e9097304d55ab4c55443589b1c7", "value": "None" } }, "e5b456eb05c1493aa4d497b563a4d97d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e5b67133909841118ab2cdf80736e89d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bfa185d8013846c09a8a88e648fcb235", "style": "IPY_MODEL_3fe6af0524c54558911cb9c4863a21db" } }, "e5badd38bd39462f8a5ac880aeacfc90": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_05d447cf79254d0ba962ff3e60095f6c", "style": "IPY_MODEL_c7514ae71cae4d3d817a1590065c996e", "value": false } }, "e5c7e911e4e74280b5423f98503bc615": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_764617c9a127430896aac2f5d494fece", "style": "IPY_MODEL_d22df0ff407245d5ab4a0b8fc2f87236", "value": false } }, "e5ca186568554f5f9a10fddd74ccee45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_f3511462ae4847939af1212efb538958", "style": "IPY_MODEL_6a90ed27b3304862a628cebcec652c3c" } }, "e5cd4a13d26b447ea0980c58f2f3918a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_163d370fbfcc4f0ebe7282d3b3aeefdf", "style": "IPY_MODEL_aed4c9cbae6a4b4bb9f42ea8e7de381e" } }, "e5d9bb53120244028cfb10c64972a6dd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e5dba4075a0f4b92ad6bb3332f1c19d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e5dbb8125181472a9a9410c2a85c374e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_3ec778503eb944ab8cd4f5d1bfc2e724", "style": "IPY_MODEL_e66350e28f324cc6b4a0d3736f017fed" } }, "e5e0a13590c5444fa7975b44e59b7d25": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "e5e2b8c5e60c4986b2c1d6914203789d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_511b0f7b323e45c39395e20e5d59e0ba", "style": "IPY_MODEL_1b3a65724a414ef6acad7b1031b3b006", "value": " Receive <<< " } }, "e5e32ecc2f0c45a096b43b4144d06894": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4b44dbc9a0f04a12be1eccac5ee39bd7", "IPY_MODEL_f4ec65f03cf0483aafaf46423b0d9fa8" ], "layout": "IPY_MODEL_f0b73f6abaaf4595a0b04a41eaba48e5" } }, "e5e7d8afd4444a5995270da2e18cccad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_1723878f5a7b41cface75fa0dc57d1f4", "style": "IPY_MODEL_bab58f207efc43ff9b660131f9cb8fc2" } }, "e5e91bdd29c74738a52fcfa1e69d1459": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e5f08a80bbb74f88b0b49f8d2a4e243a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_7001bf8942e24f76b90d6e4ca047a808", "placeholder": "copy a ChemML script (config file) here", "style": "IPY_MODEL_bb2bc0ee0e124cc3b1157d6ffbd250d7" } }, "e5f772d1c1074697891f56cd93bb7664": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e5fa4d1a5ebf460997af3d3af41dc13e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "e5fd2e454b934602a3fb3631d1dc24d6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_12997741cf924016b2723ea58de3862b", "style": "IPY_MODEL_6db8006021d94d05badc1a43ab36298d", "value": "Template 1: A simple machine learning model workflow" } }, "e6046adaf38d4ae9bdc2abe1331682f0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5745d4ecc551468da5d9b08f62da80b1", "IPY_MODEL_ec131d69356c488ea6da62136ae7126c", "IPY_MODEL_a1a5f54f8733445e81721fd5b4cd2107" ], "layout": "IPY_MODEL_f717a882329c472ca95b5986b18e3ecc" } }, "e607475bf65941538bb1d1012c537ecf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_748f3f4cec4c48d1a64f691fbd06cbe6" ], "layout": "IPY_MODEL_6d94be9d1374463e8422fdcdc297e03f" } }, "e6090eea1189486d9b4ca9fc08daa2eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d02fc8090b7e44c0a0eb588078978bb5", "style": "IPY_MODEL_76b46d30e1ed4ffcb336f162ddfe2861" } }, "e609aa6b8da54d40bf0eb12f87a84495": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f71d418e68334179bddf059133cfd909", "style": "IPY_MODEL_e2d8d8066ce34ac0bf19940332d6ce9c", "value": "Documentation: " } }, "e60b92d8960c4f58be4ed1487dff6ba3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "false_values", "layout": "IPY_MODEL_7006157b775b4b3eb7a0b565aef0f191", "placeholder": "[]", "style": "IPY_MODEL_2d7fce6ac1d04084ba4fba0a1fecad02", "value": "None" } }, "e60bd46f5d7e4188979659492745fc75": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "e621f3f41c5d49bfa229c95908f2ed74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e62dc3c757784dd682e7423d4071f56d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f5682f915e6d406dbd78bc11be1ae5f2", "style": "IPY_MODEL_c61a603e1e634a1eb2c33820f68d86ad", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "e6330700598d486ba0561c08bdee27fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b95f8c91486c4eb5a0ea228cd81dccbe", "IPY_MODEL_732ad5a9785d4f1d9a354ffe52458c4f" ], "layout": "IPY_MODEL_3b3bd1976b154773b9c97db07fc6c40d" } }, "e63d60f595f542818ce42d6919119e0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_38295ff30401446ab20e75dbba71ec5a", "style": "IPY_MODEL_04a9a12757b1453589aafc6d31fb81b8" } }, "e64835d9eca34d6bb6a55b6417e20612": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "e65aca5e1fd141bfa5e6dcdaa2ef5a48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4ff3ff89a22f4a68a6bb140369d24b13", "style": "IPY_MODEL_9854eb3ec1b3411a8537e9816341cd20" } }, "e65c770289074fb99ee16fcfa688dcc0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_eb076daab7cb457ba72d63c264f3a0d0", "IPY_MODEL_279cc560a0aa4b51bd13ec72fe5151b8", "IPY_MODEL_7706a53da0e44a25a2703fa6c8473475" ], "layout": "IPY_MODEL_3ca1223b213b49db94beb4da658446d4" } }, "e66350e28f324cc6b4a0d3736f017fed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e66b375b3ef444539888038350118695": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "e6738042908c4ddc9f5eec94cb5e40bb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e67cb6e5dcea41f789bac9119c4dd09a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e5fd2e454b934602a3fb3631d1dc24d6", "IPY_MODEL_2372733467974fbba2ee3f750d79e39f" ], "layout": "IPY_MODEL_f656fa666f4149d1ab7a1997fa028f29" } }, "e681d6e8b536455bb91a81d8a78d068b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e68bf37ae3a64c0bbcca02a30b82ea36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_7a3162f4ad9c43ef8fbfe3c9227789df", "style": "IPY_MODEL_33b90d85bced46f89815150334c8805a", "value": false } }, "e6a8af528008456f9ad36d5e2fe3f1d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e6acf10589674e54b21b9c6ea890c7e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3b05fffa46a74f7484059f1322ec9428", "style": "IPY_MODEL_0eb3843a855740f1a38ee9df04545332" } }, "e6b17d59f552447494770dbcc62483ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e6b2ec4c643b4e81aa321cc93ade427c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_c153e61858eb4f52aec7588e8f45550c", "style": "IPY_MODEL_504320ec7c494f81a5948c39764dc366" } }, "e6c2dfb911714de6951d2b2888783b37": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e6cc5355a4694785ba879201f972b985": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "e6d1171591db42d3b4e0ff4239833f8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1056b30dd3fd4549a81f97d3b33d0b91", "style": "IPY_MODEL_20ea6026ddb24438971a5605b7fbe2f4", "value": "all input tokens: " } }, "e6dd0ac423ee4b27a71fc80960db187b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9501f09ac28b4335ab224a01d7f74c92", "IPY_MODEL_2140a624ced5427fa0bef99375ffaa64", "IPY_MODEL_96a97b67797745619001cbdf6a510333" ], "layout": "IPY_MODEL_0530ce84793e40619fb4faecbec20c55" } }, "e6e5f2d2da8a41ebb11213a243bf2678": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_e987a1f6a35c4678a8eb8a4ca1434dcf", "placeholder": "[]", "style": "IPY_MODEL_f496aa52d2d74d66bb2a136dc319ea83", "value": "0" } }, "e6e84c48f0824be7abf99b11b8fc3612": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e6f4e6da9f5949b190048345641c375c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e6f93ef3a2104838914146ffcd1b2d0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_d1879ba4e4a24d9fb11f32de0fe066e4", "style": "IPY_MODEL_056d0b298249438987c6c20d7bad219f" } }, "e711d72239ad4e1eb019933b832d91c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_46e48cdb8cfc44caa2174929a05d4149", "style": "IPY_MODEL_8e34f92e67ca4bf1901e6e24f28c8417", "value": false } }, "e718a469204b495ea053dcc99661fc75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_896c6c6e1a9f4bb382b6177f9f5f32c0", "style": "IPY_MODEL_70c25658650d4e4b81aa403987abccec", "value": "all input tokens: df" } }, "e71931c3723d4e55b124d0890c5be7cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e71e1134050e41c7a18eeeee2835e8bd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e71e21542cd94d7a8d2a9bf7c13bf9a2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e720b9dee6b64e248dbf80a1ed99ad34": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e724c1a433144105958c7a35cbb41e59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c4b467718f0a443c82f6b6922b0ace3c" ], "layout": "IPY_MODEL_a5e6a67aef4a417ba8c7a6a76c825a71" } }, "e724c1a47730462a9b43a240168f4d9b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e7291b0fbdf74e59a4f29d9b4768455e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e73096df1d3940d0a98ab361edc1035a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_b73c0b468c8a4cadb339c65bbedf8f83", "style": "IPY_MODEL_bfc59c473cc54e0d8979554429c305d4" } }, "e733cdbf87db4a29ba3fe14d1fc38b19": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e736f183f0b3469d85bc398626199abe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e73db41baf044b12a6b642dd2a541564": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6786d861a9644ec28e65931f1e5a0e89", "IPY_MODEL_847214cf6d714d729b9f06c860f8c4e4", "IPY_MODEL_fb736039b3c2460280993221962920fb" ], "layout": "IPY_MODEL_80a20f86f4154adbaa307de19f38c986" } }, "e7413f15973d4d6ca4c0eae97435d5e4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d256dbd0d047437c8a54c4ff16626af0" ], "layout": "IPY_MODEL_ed2b6b92469a48dc95a3608711748b0e" } }, "e7481dc488b54f2db091ebb7c4055294": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e74cb933556d4820b3480e27e33257df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e74d795fbc7e40558de140add167aaf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_25c4835613e94c60b9b14c37f6b8b526", "style": "IPY_MODEL_3d7d193eb1fe4420827600f71028fc5f" } }, "e75110c5612b4cc38e9803ac0965e914": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_be183a8aaa6b4a2180e9224988996c48", "style": "IPY_MODEL_4f964a17a49449cb92c8dc7ea1a1786c" } }, "e751db30b106426db10047c0103000cf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_ee9fe23ee638464a9a5d5e0cbb0c08c7" ], "layout": "IPY_MODEL_e564a9a65d8145909e7e2f4222ada7fd" } }, "e758872617dd47b4ad67412d02d41b58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_df6d211d979a477193081046c96672be", "IPY_MODEL_e5c7e911e4e74280b5423f98503bc615", "IPY_MODEL_35f44f91161140459471613be2f5968f" ], "layout": "IPY_MODEL_0a8dc356bc294adf8cf83e1de0b365eb" } }, "e761b9c6f6a548d9bd75b762f6d6ba7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "molfile" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_a0977522173d41fb8e501888d582ce1b", "style": "IPY_MODEL_0073bc7cb5a44ceb86ab5cbbafd7cec1" } }, "e763df9ecafe4d208138c1b2fc9dfa52": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d3653f90abf54643b854e6b57e295f3a", "IPY_MODEL_2689a9f5f07e4fa9a77c4eec734dcfbd", "IPY_MODEL_13faa5b73d7043148def8cd7d5a6061b" ], "layout": "IPY_MODEL_bf0b0be115b34f5786f17f164a795726" } }, "e7669eacedb94e30acffe431dd53822e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f2a6962395b2445888b1f1e623eca75d", "style": "IPY_MODEL_4b4856393bea423699d1bff9f85f5df1", "value": " Receive <<< " } }, "e76aab2bf94642da9d4198920afd9d01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_65d445403ca948fbb4dde407f75db26d", "style": "IPY_MODEL_1d004a97928b4557baf86b62e9728f4e" } }, "e76d6180c7cd4f3d89cc811b04da55bd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e78235c2460d4b35912110c1b0d000f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "sheet_name", "layout": "IPY_MODEL_812b81c85ca94180b01c5e17d31623ef", "placeholder": "[]", "style": "IPY_MODEL_40b55147f46d4fb8a78012b6638ae2ad", "value": "0" } }, "e7846a7599d840f9a54d78803b741560": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "e7879f3cb8ca48ab8eb8faf4dce90a00": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e7b9201565024288a4626116faa002ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_216f9f23d98c48aebd8fad9777c249a7", "IPY_MODEL_d479c55fe66248bfad2947539ab77fb4", "IPY_MODEL_5db62088be294efa9e7cf6b97215a6c8" ], "layout": "IPY_MODEL_76919bd337574ea38d87dfe54e10cbc3" } }, "e7c2e286141e425bb9ff5707d84fd344": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e7c6f4d289e6424e8147096af4711020": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_eb2fcc5841a84d11bd68ef64a16a7834", "style": "IPY_MODEL_c5b0e840c1a6491cb68e6b5b004e57da" } }, "e7cafaf4a76b43c0913034b58003a5cc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e7cb2cb904bf476993ca2d829b52b223": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1a0df441cf5748848b569723f4e370a5", "IPY_MODEL_4bf332c622f54a26b913fcb8914bfecd", "IPY_MODEL_a95a0e7845e34f90a6cf1fa5ca39496a" ], "layout": "IPY_MODEL_4f03aade571f4e02af7e7da3b3442dac" } }, "e7d32498f7dc4851b67a68c3b61bcff1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e7e99fa08f574057bc920e67eb4706b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e7ee42058f014754a844083ceea676dc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e7f83a7988b34363b3504db2c8b0f932": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e8009d80da7044da90048ebf8209768c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e801425084af44949dd64d6c0d9c6672": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e8057b8dc09d47a19705280f4e3458c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e808208647514a9e85441fed8a5ba00f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e80862c803364de9bff0c7051b9530c4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e812c27985ec4359822614f0aeba813b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_23bf03643fb7408b94f3e1305eac4840", "IPY_MODEL_cc75892ad4c74f8cabd345d1abac14a8" ], "layout": "IPY_MODEL_168b4cab628e4b67b44116eb06e45a99" } }, "e816006b1af74b3e9eef4f517f6e05a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_5c55d19c7d654eee914269513bc01c6c", "style": "IPY_MODEL_5ce83cf55b3f423d8fe218c5a3338558", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "e81b6ad2fc664bb3ae9720bec86e0d3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e8211ddbabec4f60860ef33185fd0f5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e821acea41cd40809ebc7d91bc3fd71b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e82b45ba3e37461ead573ed0a46e0868": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e831914baf7a421790b6fb8fd2e41de1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "e83b295c2ca84db38f5dfda3dc52f5ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_b46ef868ebea4fb4ab5ab765d545a029", "placeholder": "[]", "style": "IPY_MODEL_b5ced1d8a7374c1faf4fd983675bccc4", "value": "fingerprints" } }, "e84923568e7d4a8f9a73d0dfae6b3367": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e84d129bfa88478a99ec1f612a9f83ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "squeeze", "layout": "IPY_MODEL_7bc4ea515ae0496ab97b62e9d6fdff0e", "placeholder": "[]", "style": "IPY_MODEL_10131f8f994c42cc9bcfd6566ffb76f4", "value": "False" } }, "e854df751c2441b2a080c537175c8a25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e858bfc8d3324ca3933cd06f9b8060f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "nBits", "layout": "IPY_MODEL_c4cb106d78a346618f863ad5f64af2cc", "placeholder": "[]", "style": "IPY_MODEL_20f40ca98bbc456d923d24bcbbff1adf", "value": "1024" } }, "e85a537b592144cd978dad6dd172df4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e85d833baf634b26902c0e04c7f82ff1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_f026ec81f78648009bb83996f54f6166" ], "layout": "IPY_MODEL_d6e4a9825a064d9da95f6d826b1ef1d5" } }, "e85e113a0f0747b48ad9bcd0fdebbd17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d25341cba3b8411ab310ff710c2464fe", "style": "IPY_MODEL_2d187b06adaf4e2fa3618be352957032", "value": "Function parameters:" } }, "e868b15c7d0c47e289c23964e297ac4b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_c23a698ab1734e28899255b7b1054dbd", "style": "IPY_MODEL_e1cf6149dace49fc9dde2c97b66ca123", "value": "Start with a new script" } }, "e86e6c75137843b597f36b54a039ea95": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e86e75e4a38c472286108d4fd2e261ba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e88dcec00617428f83c02b2dbd4ebfa2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "e891a42d7cf142d4a25857ca3ba5ce6a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a646c0409ece4aa7801f7d40cbb56722", "IPY_MODEL_dabe0b32a39a4b67a0d0cdcee285fd8e", "IPY_MODEL_fdac4e7beb0f4c90a56c2066b34d7301" ], "layout": "IPY_MODEL_a9c4270295194533a25b30feefb1c34a" } }, "e89747053c7d4f5f8558176eeb8e0ccf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "e8999de75e8a43b1948b3b5959934879": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_638c8f0ce41e4f558230d69662156764", "style": "IPY_MODEL_2f5f3c38619f40e79ce35fdec2f2da27", "value": false } }, "e8a8c4a1e1d34570ba57ed296c0651d5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e8ad16518c444602996166634d107535": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e8b13ad55cfb4d3caa264d526fa5affd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e8c8631e39aa45238bae5d34dc2ba4af": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e8c935a17dcf4af1b2cd897844a4e77e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "e8cbdaa6085b4ee8a98ac1d62c9fa36b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e8d460e25fdc4aca835e8f7db503b397": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e8ef98f4ccc24a68a02067f5651e1132": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e8fa6357b00f44fdb8d7c66ef1e7d139": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e8fcc13c2dff4468863416b155dda2ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e9006211b52e48948b0392505fe72da1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c4049031633e46848dc780881eb75b6c" ], "layout": "IPY_MODEL_66ff3ada025148af83c9919cc875a187" } }, "e9048896eeaa4ef2af193e4616774dee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_616f811be17f43369847c693e6d1819f", "IPY_MODEL_f8d9593a85c74318aa4c8fe73c4d4c2a", "IPY_MODEL_401522662fa4421d99e091e9d6b099fa", "IPY_MODEL_d28ce4d7ecc24b198ed4137a07ede184" ], "layout": "IPY_MODEL_1390abb6d8c04eafa2ab335c35b971aa" } }, "e90904dfa1a747e68eaabfda3e018c36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "e930f2d53f414e54845ee750e68c540a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e9318233d130405080464f27e0c7dfb2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "e934c3b9a5864bd3be7fc13315509267": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "e93fb26210594b198d4b7028a8e01c67": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b3878ab6c01646e996463784dc3cb80b", "IPY_MODEL_be850e5b8be7417d9d7b0a014661190c", "IPY_MODEL_beb75ee865cb456a949168b3573c2ade" ], "layout": "IPY_MODEL_e37c1cf1e20748c796a8b4c12d89b101" } }, "e94706affed14ae68bb227a905caee64": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e94dbe6b825d40b1ad1e91b30751d98c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "e953a31b14c64155921ac91b1d934fed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e9569150d7024e31b1681ab93e96532b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e9590484afc8486fbf12c93c41a8e040": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "e9610ed2fd3644778f5bc7846131c1b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "e971e2abe2194aac86c8e1fe97a4af1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_112b534bc61d48eabb8109afc562c6ed", "style": "IPY_MODEL_c9045c63f4eb490cb8fb0cf614e69a41" } }, "e9723742f47744aa8eb8b19f21725f45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e9740b3861e04b6ea4426ab6060f6efa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3a4d82a9f10b426886b6779daa7e5114", "style": "IPY_MODEL_76f3025c96dd47ab8177235c367a5901", "value": false } }, "e974d294b8954d4fabcbfe53f82df4b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e9771100812f46adb50801c1fcd2893b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_57be2e82426e4b529144c9f9b0077724", "style": "IPY_MODEL_a7dbb90ed9aa4881956688716ff5ce16", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "e9782ed225cf4395a4879366f994cd5a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "e987a1f6a35c4678a8eb8a4ca1434dcf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e98fdac82b444e4dbad07a4d218b42c2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_d36088421bb04375b44442cb2c2fe349", "style": "IPY_MODEL_94f67748ef044f0d8bd58c0e8248c358", "value": "Wrapper parameters:" } }, "e99b25fbd7bb454eb428e751ab5ac013": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e99c042bd3334b0ca311a7a242c7e966": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "e9a5b61f333c4419af6d0a52e78603ae": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e9aeee3078554c388f01bcd1b77dd697": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "e9af4a7748274c10ad0096890bc6e9eb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_c11d86dd020d47cf986c6fbdb9598f87" ], "layout": "IPY_MODEL_8718343ca9e14c89b19f675096dd6f62" } }, "e9afa3fa947c4872b6151f83aefb6d5d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "e9d0c7b7357e4d8a848c1c9654cceb24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "e9f0fa848f804870998b292d3c25b785": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b0f4d655c51b429886350475d8948ba1", "style": "IPY_MODEL_baf3f61380fa47f5b2f4d42bc14fe07d", "value": false } }, "ea0434c443994b3a9bd5419fc49ce84b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea04ad5c448f4569bd48fa00338ef799": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea0d6c6c5fdb4617b590ca9a44d44075": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea0db70fba564e819a9487302be441a8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_a0117505dd724b74ae1b7461b7a2dfb7", "style": "IPY_MODEL_d2c421c19de248638ed0ba697a97ad7b" } }, "ea15eab6e4dd4d1db4248d658ea478ac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea16f9777c6342ceb2ca04a3f56ba69c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_016822b2e6f74339b2865bd5e918ad29", "IPY_MODEL_83b8da74ae9c4ddd9893debe89096530", "IPY_MODEL_d0380b6f6c624912a472b543484df73b" ], "layout": "IPY_MODEL_b71e8760c0c04c69886ec82960491fc0" } }, "ea2bf66ae4a344c29c1c35f9b699cbdf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea2d80c6183a4897a5278f2d8cf0eca1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ea3349e222bf4fa2af2d2c5694d84bf4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e01406673217470fb5bd66a6d53b0564" ], "layout": "IPY_MODEL_a5098d35474b441c93d9152b946a3f6d" } }, "ea35ee22f9394aa4a38a124e8561fc06": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ea395ceddb644e67ba66bb2830f67e90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "ea3e47c8664643b5916caf7ffb92d230": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea3fbf238b3545f08e1dab8823b21d4d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ea44c9f5c1084c81ace3b4bbc3918148": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea45ea91bdf24fdba1766d10311a8fbb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea4c8840b38146efa03820f8bf2e7cbb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_51de46173dfa4eb596c332c97ba37e35", "IPY_MODEL_8b178af7691d4c0080c4e96166996e8d" ], "layout": "IPY_MODEL_075cc0e8929843d5baa7acd1aca2ee67" } }, "ea4de693979f408a838614f7d0446019": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea4e2a58e3244b71a59fc125b76ab1ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "ea50fa34bd6648d18cf79f82746af638": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_8befbac72c3c4316a41863c93769c837" ], "layout": "IPY_MODEL_2828c11a945d4c329dd0b40c5968e5b1" } }, "ea7031ec62f549ceac7cc72046878bd3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_11f7ac7a3be54f18b56b272f45f8c4b4", "IPY_MODEL_1597d81795f74041a231a324eaf05737", "IPY_MODEL_1ab5b0e629ed4e89a50ca159b9039b2a" ], "layout": "IPY_MODEL_e4c7878405c84802abab492ebc5a4be8" } }, "ea7725548eaf488bb78fe29cd8479152": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea839960707243ca9f1610d3605a4b36": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea883b3cd3154b50921c5bfe94efdd82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_42aa524e562b451bb995e268c3393df9", "style": "IPY_MODEL_35d61a5833054f07b4783871bcf61c5e", "value": "Choose how to start:" } }, "ea8b6f10701f473eb74198f0dfeb8ca7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea8c6d2e2eae48a9bd41eef3edb636b1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_0733081c4c4e42caa03cff02ad7d4196", "style": "IPY_MODEL_1f08519fd80441cc8ae746b45f430be0" } }, "ea8e2236800c4bcba065bb4d64a8431d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "ea8fad2fd8954485a4e9c86c4630e8c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ea9a26cffa5748a1b118d992ddd296b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ea9ac4da0dc547ce872b84951a9f129b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "ea9f77fb574e4eee9e51e70b71a69040": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "eaaabea92ece4237a8fedbe773480f03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "eacfc141e0a94f65a1d616999b724334": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "eacfc6a3f64a493ab1c837c85c0b712e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ead1584762f64a38afed1030700db482": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_34392a097a474918b2e4817e747d6dc7", "style": "IPY_MODEL_647389270f4f425b9ff38a0b2d691720" } }, "ead61be0343543bd997abc33529dab79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ead817276a5742aababfbab304f0db8e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_c52227163f0f430abe8b0d867812f508", "placeholder": "[]", "style": "IPY_MODEL_2cedf989847844d69c855fb805dec7e5", "value": "openpyxl" } }, "eade9a41eb534eb1b905149dceeaf60c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eae62c81751f483ca5f438633c17ea0e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_89083393a59e42bfa36ed759ae7fbff2", "IPY_MODEL_24f11d4c9030437f975b4055584eba9d", "IPY_MODEL_d9bbab7635444bc8b03713bdb9aaea59" ], "layout": "IPY_MODEL_b3ace698b9914b5cb1a41e3b1ed4a702" } }, "eae9615f94d242cd9fdae2908d23fce5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_4cf240e683a946be9474ce333fad365c", "style": "IPY_MODEL_8b141169d7154925904aba00b775e351", "value": false } }, "eaef25a55b8c40a0aea783bb8a5c4bb5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eb076daab7cb457ba72d63c264f3a0d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3", "4" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_50f2eabfd5c64cd5bf6e14ef632e7362", "style": "IPY_MODEL_9e9b4e26bcd446a586d1ef0465a060c6" } }, "eb128ccfaa2d4c01aaf6e756005db29a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "eb1380c06131448892b94f6d7f5e50d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eb16f63130d84cc6b1bc9caac3da4dd0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eb22bb13d6224441a220c2ec1789960b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_34987259d53041438b45817bf2e34498", "style": "IPY_MODEL_f189f52c83e042179a5b692ddc157648", "value": false } }, "eb2527649c6d4e7d8968ccfcd47ac950": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_070407dd6c6741578ec38f08569c22a6", "style": "IPY_MODEL_a153b3d92b5e43e7b88e44f2187b7cea" } }, "eb2fcc5841a84d11bd68ef64a16a7834": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "eb32dce1484d42cb9b61bcbe5110604e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "eb35fd4fa0c243d997d6b43c175aac6e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "eb3b7ff4ba3547a99da21e95795eda5e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "eb49dcf8d5074979a42a933602a4ca93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_86ca97aaaa724c4e8275bf06ff3b7360" ], "layout": "IPY_MODEL_3770d7dad56843718304064aff116bb9" } }, "eb4bfa90107c4ae99c1c9d7b01d841ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_75e56eb870e544c78e8e0f4624566c78", "placeholder": "[]", "style": "IPY_MODEL_782bcbc98d5c48fe931ed427cd7d5b2f", "value": "None" } }, "eb50482f0e96457c9116295076446d89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_689458c0fa1c4fdf88dd9cf6686c4aea", "style": "IPY_MODEL_836a080cd52349bea6171347eef904ae" } }, "eb5441c8f70d445c8a0ad27be2194a20": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1b76c9be7ace43b6926ef978b9c73a29" ], "layout": "IPY_MODEL_23cd4532dfe144a8847b3c79ef8d83ca" } }, "eb67727c5d004846a67af4fbde5530ac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eb72dd35b73c49b7badab967ca1be677": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "eb768ef1416947e3b1bb6dadfb49d8bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "eb7ab302eab54198a439a6f71a41542c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_9d30c9f8eb9f4244a8c12c1d92ccb9f1", "IPY_MODEL_05aef3ce71c640ef8aaa63b572f53ae7" ], "layout": "IPY_MODEL_f040417f252749cf9e9d47d48de7145e" } }, "eb87b77686644d3e83f50243070968fc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_83c82bcdeafb4696a6554fd59ab8325e", "IPY_MODEL_4cdd842b23f642fc866323bc95145379" ], "layout": "IPY_MODEL_9744f114611e4f5f96d11991b499660e" } }, "eb8ad548004c4d2dbdb6e16d6b1c6444": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eb999260f07b46b98ad1ae1be775e7d0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "eba2351972964933853464dd5c3351c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "eba5ec9d43804a95b78a10192f342250": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "ebaac9aa518a443e8101b331d8eeafd5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ebb560a244b948409ed3497a4be4a0b7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_62d0fbabce1543a98019c1b81be117e6", "IPY_MODEL_5aa61fd77a194522a26cd84a29c5d962", "IPY_MODEL_9c2a37a0206b4c31b8b1d76dcd270a7f", "IPY_MODEL_8bcde93c3b174b5b8bb236d8816d0511" ], "layout": "IPY_MODEL_b8c5c00f751a45f8a65d3a4fb5e813bd" } }, "ebb652b76d7147a89d1afe4a7077bcbe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ebc427705f2d4dab87fe2560f1405392": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "ebcef26f2602486f886753a84f2a271c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_889c7f02a2d54ef1a151118d9e77f412", "style": "IPY_MODEL_b412a1bd265c429a9c1a5bd70fd019b4" } }, "ebdb3781ad404d09982879a7accfc138": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ebdcd8fabc8e49409a7233879954fdba": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ebe1708b65ad44e78bf0fe7b3106bd66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c92b92f6c5ef4a66b821c1acece9820a", "style": "IPY_MODEL_8fbdae2d3a584f3582145a8d70133f94" } }, "ebe7611aed464962998a6c0d2a836e2d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b31400ad7d274fb094786698a6745a22", "IPY_MODEL_45848fbbb9ca466dabce3dfb3dbffc6e", "IPY_MODEL_1e5e2200e0cc444b8ad537f9d21c6a4e" ], "layout": "IPY_MODEL_6fb531e175f040c19918292b0f15da3d" } }, "ec01f7facebb45e9a35b946d645861a9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "ec05405d087a4b5784575d57365ee91e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ec081183b5aa4d78b4e0588d64c8de32": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9799c989d8064972ae0236108f1c64c5", "style": "IPY_MODEL_260ff124ca57470c9ae453d749a8a1df" } }, "ec131d69356c488ea6da62136ae7126c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_78598540903e457a93a137b542f0c7a4", "style": "IPY_MODEL_57c5c14387014b9f82c011eda2b4a698", "value": false } }, "ec14b7ca69a7408092702bc8029f9f33": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "ec2385a461ed437d8fe716f03797e157": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d78c76a0dfcf4a95a7b74bba2a94b570", "IPY_MODEL_b76c512b938a4f469e0ac624fa968456", "IPY_MODEL_76beb27fa6c44d119887bd9b87ff972e" ], "layout": "IPY_MODEL_bd2cc7033e644d37978491097bf78b5b" } }, "ec243c5c08954f17b53974e5670b0f9d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_2862006cf40b4093adae2ad18eb3b0af", "IPY_MODEL_98c2a40405de453d869dde5a8cfbfe1d", "IPY_MODEL_228785521cb945839ace744932103eb0" ], "layout": "IPY_MODEL_76360ab11074447882a99f922214e836" } }, "ec33960ee0034857be998aaaf71fc395": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ec3635c7aa2c45be95890a687a54d627": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3a815f5a510b4e709f0d1c11f0d51753" ], "layout": "IPY_MODEL_13623034f0974fc28fd21d5ed05911b7" } }, "ec39bd7738fd40a394001e959f46389d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ec429f21a9e949639530e3f171c15d74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_5b4b06795da54ecb9aebda1c8ea92712", "style": "IPY_MODEL_75a697bd53c144c38a8b958e39b31466", "value": true } }, "ec48e305136a4862a2eeb1619cafeca1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7e7d451cd7ae4bb09f28df0339c6d1aa", "IPY_MODEL_42517a5131a4489db55d316ae568da3a" ], "layout": "IPY_MODEL_18cd9da73f604f2abcc3da5d2c9f839d" } }, "ec4c3c42b46f403da8c090292c22419b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "na_values", "layout": "IPY_MODEL_4e9ec82aa89c4a1db2651e8aba1867fc", "placeholder": "[]", "style": "IPY_MODEL_024109ca860c42048efa11f0a085492f", "value": "None" } }, "ec53d7f210004d67b431fde477a4360d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "ec5b0660f08e49b8b38e57140b2352df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ec6373490a594ab39cc3f7a51a257920": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "ec6c00ca5195437a949c36642ae61534": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ec6d329d91fb409bb20c5cc6bb8d0497": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_f38d8b66e131443b9237f073509f7742", "placeholder": "[]", "style": "IPY_MODEL_c7bc0daf7ced491d895a61d3d1c9a3cf", "value": "None" } }, "ec7b904475df4cebb8283667e45a353d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "ec82be49f48d48a68f600bbb32dc8b45": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_d102221907a848f58915b8d4753f88c2", "rows": 5, "style": "IPY_MODEL_a2b5104ac8714924ab6771e4e9edd06f" } }, "ec8e9954f77b4d07b52416a052a31440": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5220e5d2cf1c4bc281676d5c747ab725", "IPY_MODEL_0acf7fa3255a49f6a11bd4396bc5ed12", "IPY_MODEL_e63d60f595f542818ce42d6919119e0f" ], "layout": "IPY_MODEL_db9603c4ac4b4c1c9ff864eb386a4b90" } }, "ec9139323e35487e8b218bd0d2410e74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ec97a873e8e942e4a930e45b5274292c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_f7ebceb14e014e52bbf72f74e28b7ae4", "style": "IPY_MODEL_df28c0f5a28146d681f843069ee2cca9", "value": " Receive <<< " } }, "ec9810e361034db7bf1dce247036ee0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ec993057975b4a17a95e989f5e62557a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ec99441f0f9546d5ad2f24a5c80d9e6f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_c045bd986b364a25b000a7ab237a3a6b", "style": "IPY_MODEL_e8057b8dc09d47a19705280f4e3458c2" } }, "ec99f7120c264a0d8892fafbadb365b0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ec9ada5d8f724821a7403e7e936125e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_097120cf807e45cfbee58584e7704758", "IPY_MODEL_de51476b035c4cd79a6c1e8df1ce5fc9", "IPY_MODEL_fd0e1dcd74434b33ad6263cfbcbb4927", "IPY_MODEL_55bdbc3ed0964ec8a4bb45e30182b822" ], "layout": "IPY_MODEL_6bc930570c3849e38dc1e75576f19509" } }, "eca60508c16f4788a9c9393b7b091f5b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_36265692739c4e26afdaae698e06f8d3", "style": "IPY_MODEL_1fae4b197e4a46e28967bca8629d87be" } }, "eca7a35f6999487eb3da1396970f3f8c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ecaa6130226a41c19dd08c51211b5fe3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_113f432bc00e4d3cb36502eecabd5cc2", "style": "IPY_MODEL_400073cb0f764b8e987cc962a13af2de" } }, "ecc7dcd246f84896bc097dc3cdb8f532": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eccc5139186d41a4ad1fa2e1032a0087": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ecd27322a3ee419db6f97b2c7dc9c11e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_15cb225e04fe4a8f9a144937dadc82dd", "IPY_MODEL_cc0ebce504434754b871338afe46e57f", "IPY_MODEL_b81b91378e51413a815008ce83c0d8ad" ], "layout": "IPY_MODEL_24eda3b9bc25490985f0514a28c45896" } }, "ecd6a5ed994c430089314a5a503a27e9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ecd7fa255a584ccb8836357edfcf5708": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "ece72508b8b9426ab763086bb4706765": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_dc72a392dcb447b99ba2afb0880b526b", "style": "IPY_MODEL_4672ab4d841546289f9339e492c633e7" } }, "ecf098046a294c188794ee5c098b0eaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_8c148fe57d854997a666404481b01d0b", "style": "IPY_MODEL_27e558cc166c4b07914a350ff2e0f906", "value": false } }, "ecfa3441d21944ee8e9ee0a9d0c054c7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ecfa99196e5e406a9bc2d9ca85d3414a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ed0229f1fb164cab9f3be3c15e419ca4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_d22392944148494292424caf433e43d8", "IPY_MODEL_d3aa3c74f9c04d63aa55d3fa1324d31c", "IPY_MODEL_6f6995dd011c49ad9fde7b2eaa8745c4" ], "layout": "IPY_MODEL_a376efddbcc74d3cbba43ace5813a6b8" } }, "ed0bb9f25e3647e2914b9caf46169b76": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "ed247a9763e34004957b68595d3250e0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_23d4482a1e014d58b1b6e13a56e27860" ], "layout": "IPY_MODEL_f4d2a3e842ec4b0b897b05fc5b4635cb" } }, "ed2545a29f4048a2a8e06b128af6beb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ed2b6b92469a48dc95a3608711748b0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "ed3c5692acf04d049549164739eebfd1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_55e8c77b262e49879afe04b8054799f5", "IPY_MODEL_afee39f25d2e4ca9914939318f69f710", "IPY_MODEL_80230277cc5748c4a85cc245d47eb1d9" ], "layout": "IPY_MODEL_2f3b41093ddd4729a65605230803edf4" } }, "ed4637a1c02f404096ac25ffea167732": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ed46be68cec5459389d7afdea528f191": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_00ff11522c674abb8d6ca312649ccb70", "placeholder": "[]", "style": "IPY_MODEL_de72ac5d57fb4c7f91a5d55e4742340c", "value": "True" } }, "ed6ce22de2f64e9d8abfbdf921d157a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_3b849fe55ab14a8580a9031b5483056e", "IPY_MODEL_8b739689d61f459c8399e84e76440606", "IPY_MODEL_412eff660d674d10ab28619a2df8c873", "IPY_MODEL_c6c7a2650430478aa6397c213e401539", "IPY_MODEL_19066f102ffc4bba8c056e350877f2bf", "IPY_MODEL_5d9a6151226341eea815fd236ecf9538", "IPY_MODEL_6807f3ca5ad24a16a2898ecb117f3c38" ], "layout": "IPY_MODEL_52a9876b27f34e3cb3c4668da35be9e3" } }, "ed730f4df8834a529d1e732f2f7f4dce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ed76687665e04d8091a6eb5f4023522d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "ed776a790ff84cb69e102b12aa82ec0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_50d19efefdfe433180227c5a9df5df2b", "style": "IPY_MODEL_38cc9c7afbfa4e88b2c8f28ed2779445" } }, "ed7948eaf92c4835a674ff3d8490be18": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ed7e7fb3197a4f008efd34abb22642fe": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ed813094444841ddb12fca9ad618c178": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ed81be4656d24d9685576aded100eac4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_29445573ef9345b4a6f9778eb3745ee4", "style": "IPY_MODEL_0f3cb782700e46909eba23e546e874a6" } }, "ed909fc04dcf4d578429a333be37ad14": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ed96f00ee1494bc787942d1e459e3d44": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "ed9725016f5f4487a1ffbbba8e0514f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e36efaeabacf416bbbdb1414bba23758", "IPY_MODEL_26e7656fcf1c43a48960dd2c5ecd4875", "IPY_MODEL_fd53e19e59494603b4352e60881b3140", "IPY_MODEL_f92f9727719b40d79bb24a6d1b4ed502", "IPY_MODEL_c97bfe9e9ae64348a4d9f9339e5108fb", "IPY_MODEL_229f7a8c90194099b846e3ca42589473", "IPY_MODEL_03bc221628fb487daa6db21242525a3c", "IPY_MODEL_80044333f2e9480a90814c5918d449c8", "IPY_MODEL_ea4c8840b38146efa03820f8bf2e7cbb", "IPY_MODEL_fe9bc06831734f90b373efb6f66d4e6b", "IPY_MODEL_6275df1862694565a0e3ed69f78e79fe", "IPY_MODEL_78c42f3d298944d68670730f3df0188e", "IPY_MODEL_3c6e378804e14b039084c684690dcc7e", "IPY_MODEL_9125a8947d0c427895b56e144210d6eb", "IPY_MODEL_03c836ae6b334b01a6b1bc7241b78afa", "IPY_MODEL_3a5d4c5e5e3f461485b54d982d56fe41", "IPY_MODEL_62e4ebedb08149d19e0ed387ad1badb8", "IPY_MODEL_2cda25f680d241acba8063fdf2e07834", "IPY_MODEL_3a2abee2673d4460948cef6a50d7a6ea" ], "layout": "IPY_MODEL_9acc180ef6ac43668bc976baea8f4d9f" } }, "eda068994f9f467f80c3268ffb58e2eb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "eda2339cd9e5409f95b630f2b79e655f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eda69a93adc14b99a0b565a9ec6549a1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "eddaa1c314924660be57e946364c1c41": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "engine", "layout": "IPY_MODEL_0fdce88a93b4423c86549f30a516a38b", "placeholder": "[]", "style": "IPY_MODEL_8d6ef2110c1d48cdbc9fbc0978b5e876", "value": "openpyxl" } }, "ee02379450d046008fff1a9c7bc000a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_baab9be80d1d4646b945f551987cc60a", "style": "IPY_MODEL_b5c6909a96224eb0a185c5cc40c57ab8", "value": false } }, "ee1f777935a043c8867b72b68778ec90": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "ee2a2da4d581441f9d7131bc5fc88492": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ee31e4ebab0f4411aae62ccbf5830284": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ee37fa65fbff47bb9096f973bb9a3def": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ee3ab1756a724dacb7c7937cbad89903": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 180px", "width": "110px" } }, "ee3c4610c677497b8631b3b5986936a7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ee40972095cd4946b757c3c0317a90ec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "ee449a239cf24a5da479e7d6e6c86d2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9335a0b238ae4afa82a6b28f86ab7d28", "IPY_MODEL_5ceb6d797d5443608db1b40b555ebe71", "IPY_MODEL_088c65921c6b4e8dbb1bb4c09eea3201" ], "layout": "IPY_MODEL_7ef823b44ed94a2183ca527ed07948ee" } }, "ee4512426f0d46b3affe121074029d73": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ee50532e090745ea9f303820b86d33b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "ee6619f88a2d47878ea22051342ee9d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_175b2f2ad9cc404ba117bc45a875870b", "IPY_MODEL_0be099c584664fb8b2ee5e687198d40c", "IPY_MODEL_1fcf9e9856f140318bfc99ae82e58c26", "IPY_MODEL_9932ca482d3746d0abdf7089ef6f5ce7", "IPY_MODEL_936c65eea0f642ffa16dd7a9fb4bc73d", "IPY_MODEL_efc0bfd8720a4c95ac14ed7f849b6c17", "IPY_MODEL_ef6676105423409c84bf0259eecb35d9", "IPY_MODEL_c69a71941e424a3ab90941d04c39d829", "IPY_MODEL_81a287fbecd2482f9c12032c7e77a8b4" ], "layout": "IPY_MODEL_f46fca3578dd41e3acb1ba9bea6062d0" } }, "ee66e5bc927249dc907305680e01e6dc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ee7e31bad6d147faa72abc529c8a3c0a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ee8440b45e3b466b885b7c21b82b13ab": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px" } }, "ee870e8c3a8b4accb6017b3da750553b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "ee8c27d6bbf5434d9f1b09c111bac4e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_50d268cc6a3d4293a4051bfecb372ab1", "style": "IPY_MODEL_09c76a24d550496cab1b40bcb7b6618b", "value": false } }, "ee8df5a84ef547b5bb599ac00b01f6a3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_258bd73201874792a1814edd723210e8", "IPY_MODEL_fe747012307a45da84874e4e850c7a2c", "IPY_MODEL_5ef62e253af648809e3ea5f9cb9d78ae", "IPY_MODEL_571db9a9ad414525b066ba8bea95285c" ], "layout": "IPY_MODEL_afc1548e55fa47d28b25403a6e4d5063" } }, "ee8e370364634101ac920e3b809b00fb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ee9cd04c84b347168b8b3a441e6249d7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ee9d28d19227408690dabafd209cb7d3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ee9fe23ee638464a9a5d5e0cbb0c08c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df", "removed_rows" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_268311bc5e2848aa88705c2211437156", "style": "IPY_MODEL_1d7472dc452a4f339172a08fe0c2ed3a" } }, "eebf5c6a6f704c139cd1f39a4e906725": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "eec26d41181d409194e1e66fcf86ffd4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "eec53c42bdfc45fe8ecebd417577fdc7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_f89ea1a741e74d2a8a6ba45262853018", "placeholder": "[]", "style": "IPY_MODEL_1e63e8dd47134db5a9fbd218b9f8f3ae", "value": "None" } }, "eecb5a235409494d91f2d4cab62923cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_e98fdac82b444e4dbad07a4d218b42c2" ], "layout": "IPY_MODEL_7b59b3f1250d42679f4f32d10e1e2729" } }, "eece23cdcad3498b853d13db17d4d0fd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_24de1513d366475caa4ebc498cd0b7eb", "style": "IPY_MODEL_4d45685282714ca6a2993af59cff0b5f" } }, "eed89bd2fb8f41ba859411c8ee9f855f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "eeebd4e56743404fb7c70aa3f4b8938f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_85dd22c3b5374c89a859e920bf292865", "IPY_MODEL_03d2ec5d17a54c5b8f95b3a6cd95aea2", "IPY_MODEL_6342a76c716348c29451a24b779bd0ba", "IPY_MODEL_af5221f0e0dc4363b0e67c7754a0364d" ], "layout": "IPY_MODEL_75f2a651ec4e4af4b7690e7012ea5cc4" } }, "eeee4c5815ed415b85aaa44718274940": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "eef3154abfc041a1a29aa209464891a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "ef03ff7b16714d99b17f00dba4f14470": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_34355ec86dcf40dcb566ee649d675ff0", "style": "IPY_MODEL_de59d0a146344feb9ea327db5b8092a5", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'), ('RDKit', '2016.03.1'))" } }, "ef06a13b93fd43b49202462fcad687b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ef0a176863184e6cbc503849ee9ce9af": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_ab6cc0e0e4d2499492c22480019ca4b4", "style": "IPY_MODEL_2236a32d6517407ebcdf2e4b1cfaf128", "value": " <<< " } }, "ef0e73668f4c4cbdacaf550945934b81": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_5ee6d6d5752041bd8df1632d5fcc6e41", "style": "IPY_MODEL_7eeccebecb6246308bd04c648faa7c7a", "value": "Template 2: load_organic_density --> plot feature AMW vs. density --> print 5 SMILES" } }, "ef21ced9f61e454e9f13c58a016f5a17": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ef2a8f647e5e416087b1aa60791ff05b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ef36d4653ab74a67b6d8632d1b19ae36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ef3eb6c93e4642ba979ccdea41a7bd9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1014db463e9349cf86496bbc8b76f772", "IPY_MODEL_d5bd467ece8449e1986f226db01948f3", "IPY_MODEL_087bb11bd060436989393430ddcde3e9" ], "layout": "IPY_MODEL_1abd210755cf4fcf921d2ff918d3a6cc" } }, "ef43a84853a543338237191036d9934a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_472dde9387df42cb8fb1969c42da2704", "style": "IPY_MODEL_633e8a2d81db4815a757e5edc1cdb204" } }, "ef4734e4a69343068768bc36f217752f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ef4c2882635f4dc292c9dcb9f0e27d73": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ef65e46af2514c699294ab48bee87048": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ef662668a8d848d49d223f2335c34d3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_28873d3697b647c2bb690d8b140c9db9", "style": "IPY_MODEL_faddbc9a8a974b9cb3e147e63d3eabfe", "value": false } }, "ef6676105423409c84bf0259eecb35d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_979fdedd904b476794f7494c53029b71", "IPY_MODEL_623ab118a04141718c2fb981b0937c58", "IPY_MODEL_523f26a337bf4639ba5c34d78a6b3767" ], "layout": "IPY_MODEL_65d83d632882478098dfecc363f7a921" } }, "ef72b7aafc674150b2c9991516f61299": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "ef7b3f8f1e964f64bc57c43f0d84ee12": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "ef7ebb8aef0748b1acf87f7241999ee9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_a5a4ca1b62e04746b5315093d021889c", "style": "IPY_MODEL_a82d09d42ec44ba8af0ffd67cda067fa" } }, "ef7f7bb5de2f480e91cdf83f3834d7d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5b06c9b94b9a438ba0dc591428838922", "IPY_MODEL_7f25468310aa426a96b55d79a0212281", "IPY_MODEL_0899d0dba1a24e74bc6621c9671abacb", "IPY_MODEL_11effbb1aca941ba82cddda73953ef8a" ], "layout": "IPY_MODEL_18b696e34e524f4f9225d5d42ea4b146" } }, "ef82e2f4a89d4f089d349f6c2da71f23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_207a6716c4014bf58d0bcc975f6a9dd6", "style": "IPY_MODEL_012969b943d347b1bad3d901ba905446", "value": false } }, "ef8a1ba2cbf9433cbc0b8d2c4b1b5ba6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "ef9d3a9dd3804944a4d946519aa5e8cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ef9f7ebe9add43aba64b6b713a216fcc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "efae034df5714391825285edb43e83ae": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "efb4e1c011fe4c559cb79986e98df85d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "efb791b558414838b1adbb3df3ce9a8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "efba7b6d5f044be7987e471a019c9fe1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "efbadd34a9754e169b778a56075a9921": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "efc0bfd8720a4c95ac14ed7f849b6c17": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_c3edc773d73b409593c3d5aeed835d67", "IPY_MODEL_ff03661e7e8b4ffb952d8b3e0fe2977a", "IPY_MODEL_bcbc9faf7b984e9792975d75c05831c2" ], "layout": "IPY_MODEL_7450e6b17d5b4f8a83380af058566b85" } }, "efc66de9a1f74d16a99e493f7ab008f9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_34eb28780baf43b88733d1f9b0ce8d55", "IPY_MODEL_c705af75710345baab64fdc6586f8fc4", "IPY_MODEL_03b92884a35242cab265f41f65856518" ], "layout": "IPY_MODEL_77e0c8fe235542ef80d472b332c4661d" } }, "efc77a9b252a4d94b68f10485e2685d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_840c19e5ebe64284b6e55f7a3b213d32", "IPY_MODEL_d25b127a29144313a9ebc41811f84818", "IPY_MODEL_b44a4c458af04ff0a9076a7acabaa429", "IPY_MODEL_b46131cc782b463aba29be335a4c68a3" ], "layout": "IPY_MODEL_d04c752f8dd14d889af8bb66d28e0a0b" } }, "efd2ebed939840e9929a1e29d62d9f07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_5829f27b92c84a3a8dc1eac02a0d0d2c", "IPY_MODEL_4385fdc6fe414bfc9898230f1314a5ca" ], "layout": "IPY_MODEL_c404273240e34e2799175669b62b7644" } }, "efd92106ea214e4baf134dffe8b5e232": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "efdd7b3008e84a579cff8b5c4d7a4983": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "efed374bcab741a882aca8975d6a0c1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "efef6671742e4d959c9aca3bfe31cc91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Store", "file", "chemml", "SaveFile" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_10483d58a3a747be99b7e4a583d30101", "style": "IPY_MODEL_690ce5bb897b4758bbc9640047ea1e53", "tooltips": [] } }, "eff63a14022942b4bcb05f981780d56a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3cb4b721bd414d44ae29fded0006dfa4", "style": "IPY_MODEL_da070e2e73844d3eb0950bbdbe75efec", "value": false } }, "f0015ffc63eb4867a770737c75e7c7a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_9c5068f83bc742899d3b4c620d154202" ], "layout": "IPY_MODEL_08693b80403f49d4860bac049b7a3ddc" } }, "f001e6b8e635475a95889f52a0d4175c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f003940310dd4beda24f1b1fb2d70885": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_bbfd9a9c1286476282f8aa27d8ecaf68", "IPY_MODEL_f52fed3e80664ccda96f444b1efadcaa", "IPY_MODEL_844ed94794b0473a9ff3c861b6ced3b0" ], "layout": "IPY_MODEL_9c78242eebba4444a288f60eb86a99ff" } }, "f00cad5a7c38433b99cd88aa08f3e7c9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f01e3f6ec0fb41fea759769d6af04738": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_b572bfc829954070b4176b7e108318a8", "placeholder": "[]", "style": "IPY_MODEL_fff692eac9324dd0bd1020db8ca272e5", "value": "." } }, "f02693aaac8b45fdb2125749a429689c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_aed423ab45d44838a24031f34628ece7", "style": "IPY_MODEL_5d2397aa5e3647c8b631920367f16efa", "value": " >>> " } }, "f026ec81f78648009bb83996f54f6166": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "FPtype", "layout": "IPY_MODEL_878dd032c6e144078e70e4b0e0298b91", "placeholder": "[]", "style": "IPY_MODEL_ad01526c8156425cb903cde1f3f99020", "value": "Morgan" } }, "f0276f0c1bb74725a134f76abc5a33d2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f032ec4c79cb4621b0249db8af7df0b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f0331bb0a6a748b8a49f9faf7248f9da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f03fe826260d481b97fb9607b808dd36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_65a07cba416d44a89693b422f573b044", "IPY_MODEL_5393270165e44f69895bedf24abde634", "IPY_MODEL_ffb93fdb09b74695b7b95a9f7ca20509" ], "layout": "IPY_MODEL_8e2b0f227db448d48feb5aefdc88cc28" } }, "f040417f252749cf9e9d47d48de7145e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px" } }, "f0469f8aa6984e38b65231e4d4eb480e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f0470cabd30546d09611ab173877ff8c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "input token:", "index": null, "layout": "IPY_MODEL_4b58086846714e32ab6509615a67fd28", "style": "IPY_MODEL_9268371643f444a5a4bc08d00f76b821" } }, "f05c33e4f4704389a59686bc2c9add6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f06056df5798412fb8634c38013f68b0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_d5f20b01c6eb4d248dd10af919dce459", "style": "IPY_MODEL_797fbb25106c401fab3ea18514a41553" } }, "f061f73cf7194bf1a2a31610a36cc385": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_2adc96129c6748d6b6ae38782c3122e7" ], "layout": "IPY_MODEL_0d9a39d76cba49f18636b0ee627694e8" } }, "f063a22a0d6447fe9bcdc9a36d0466b8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_290996d7d36c47e5b6155e8998f1e094", "style": "IPY_MODEL_c6759f9e2a8a4243a8195cf653632de4" } }, "f072a2562aab48838f3a63210a2daa15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_70595ff51c2e456bb41842181c1ba3c9", "style": "IPY_MODEL_a5a9a8cba9034a0c8e3a36a6bb1abd35" } }, "f077d5e0dd294d848cfc86465dad636a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f09bbefe08894186b1bf138216f91bf2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_86d4ff7a754d4f99b96e0df5a1bec7cd", "IPY_MODEL_1c7ae51fd9fb471baa8c5159750e24e0", "IPY_MODEL_c1a7f4d2c4f74479b60e7007d70e56f0", "IPY_MODEL_ff652e881d3344ffbaffa51f2ee0a008", "IPY_MODEL_59833259a93547ebbf454950105520aa" ], "layout": "IPY_MODEL_cddc0a26c45b47a888d1370139c5fd9a" } }, "f09be8883d4e437395bcda3bbd6578ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f09d71c04cb344f795b0b0d6da8baff2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_a21c653ddb284b40b24184134b13360b", "style": "IPY_MODEL_f8f89f2f4ca8497abaeecd0f2a88e1b9", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "f0a027100db14169ae76ce4e0bb182ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f0a1139b41b04e968b6000f93fa1bdce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_caa14b3b42744dc48c8fec44dc7121fe", "style": "IPY_MODEL_c6126fc7aff249608050825d790d1407" } }, "f0aa506c17ed4ecd9253f9f5701e1e85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f0b39361027d48c48adc1c16c2b20ba4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f0b51c05f00143c2a02ea8f5769774ca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "record_time", "layout": "IPY_MODEL_d745536070f648dfa397c5b195bfbbd9", "placeholder": "[]", "style": "IPY_MODEL_5e9a2564151943b2a5c5928dfa9346e6", "value": "False" } }, "f0b73f6abaaf4595a0b04a41eaba48e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f0cb83ea18524912a94c1e1baa5cda4a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f0d89be86dd54494bca71669f091413a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 400px" } }, "f0dafcd2bb5f41b899c3d3a1abdfed66": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f0e5401e6cc049d0866d82be99defffd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_258edb6b366349989dcc85e14739e884", "style": "IPY_MODEL_66848ee40bd44b4993f26befb14ff89f", "value": "Start with a template workflow" } }, "f0eecd13125540e98eb480110f667a60": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f0f045f4a03447c8a1a0c69f241d1274": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8a2738b6736f4f579470f3cf3cd52c25", "IPY_MODEL_cdad31444d9949548249022a408980ac", "IPY_MODEL_578ff46807494de48a653be6e96e9879" ], "layout": "IPY_MODEL_1481f7651e014f8dadea6224f5ec529b" } }, "f0f526c9a8dc43a3a4a911eeaa84a7ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f0f8f3167ac24017a1cae72197a34dd2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_3b0d6fe284524c06a2986e517ab7433e", "style": "IPY_MODEL_07df0974cbbd422b84814625328804f2", "value": "Function parameters:" } }, "f0fa518812c040c5b5a2a1bf478a8822": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_b6660d5a17dd4a9780bd46b629010f3c", "IPY_MODEL_2d29c0491e5e43b9a1eec7a0f79ec380", "IPY_MODEL_1aafae97073c477793366432f3346c03" ], "layout": "IPY_MODEL_24bc884e71204910897f676aae194827" } }, "f100d6cd347c4876962a0557bcc3fb40": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_aea5c915534d4871b6222a4a1a1951b2", "IPY_MODEL_acd22de372e84e429180aaf97f26f13b", "IPY_MODEL_c4a04adf26cd48479483d85007a54a91" ], "layout": "IPY_MODEL_22784b6ec8a24444acbaaf9cea52ce6a" } }, "f115b90e66ac4b0daaa43a332c0cda28": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f13a44cff83e4297813d8d23b53e2902": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "f13fd98bd85246feb16da6ade6b53864": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f14603b909234bba9de8e4ac993e642f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_0f237b1132784106ad80b296349a52df", "IPY_MODEL_d9e15ea31dcf4cb3aa5769798329d249", "IPY_MODEL_4bfbb0179e97497fb650806680a73f87", "IPY_MODEL_0fd3201bc9af4d91abf6541dec04905a", "IPY_MODEL_634e55723bc2400db49a38344fb38277", "IPY_MODEL_807e4a1c6e0d4efd845dada60216e6fc", "IPY_MODEL_5cf8eb33265147a1ab9d0d684e86c3ae", "IPY_MODEL_189c398980f74d25adb1d51a6f98df89", "IPY_MODEL_d658d49e2b484d71922045de365c4707", "IPY_MODEL_a4c20fc8180f4510ab6d6294df13fbf2", "IPY_MODEL_7bbe99ca3ada4b96a40061227f2ebe76", "IPY_MODEL_ccb70c510bcc428a9f95c4d0647da2f3", "IPY_MODEL_2fa1cb19b0d04d088cc229dafc8b85fb", "IPY_MODEL_943af92ef6eb4dc093d36cb671358a6d", "IPY_MODEL_24ca0044c1eb409f9f541c38aad8d597", "IPY_MODEL_81ff879388fb4fd68b7dc21da68414c9", "IPY_MODEL_a4e928aeebb7429ab59bd5b8616a609f", "IPY_MODEL_e068961085634d0da969eefdc28eda23", "IPY_MODEL_3d027dc5c66e4f168129bcb2983a9f89" ], "layout": "IPY_MODEL_cffba6d8517f48868319f66f4bb0ef1e" } }, "f14aa5819c5e492ca8f6cb40387ae454": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "f14c661eb35c4d72b968b7a605a3b0b3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_39fe2b9b352b44078596e96fcfcc8796", "style": "IPY_MODEL_f87759cb690a4f1db1d6397886808738" } }, "f15de89b194541898c74330e284124f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f15f100e5f7e425bb13604a1d6e8aa18": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextareaModel", "state": { "layout": "IPY_MODEL_4468562ac1104021b0ca6bffdf764dbe", "placeholder": "Press the 'print Script' button to print the ChemML Wrapper's configuration script here. Copy and save it for the future use.", "style": "IPY_MODEL_c48867525cc94687ba8c21c9e079487c" } }, "f16f12812281498789c42f74baf89548": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f17d516cf36b4ebd8c77545831a38a0e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f180fe83cd87418dbaf86e429048ea9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "config file name:", "layout": "IPY_MODEL_7998916fde30416a8008c6308bca1f0d", "placeholder": "chemML_config.txt", "style": "IPY_MODEL_7fea3c81dc884c72aa7b1164e2b8d1e3", "value": "read_excel.txt" } }, "f189f52c83e042179a5b692ddc157648": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f18c62f995a54b4985e653f48fd7b006": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_633194baa70841e79d45837c573c7fbe", "IPY_MODEL_f02693aaac8b45fdb2125749a429689c", "IPY_MODEL_78fc03dd5cca437498320d975286b1c9", "IPY_MODEL_c5e6e836efce4a958abd0215081b9f95" ], "layout": "IPY_MODEL_18a5c36438084b7c828d34d2f8f48faf" } }, "f19bf380d9bb487eb93793895698703b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f1a07a45795f4bcb9f7a84c084f6fdaa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f1a6375e4daf4ec0891c70499e0a4418": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_21ac0dd6372842be9b8b3944c3afb3cf", "IPY_MODEL_4f34bb5fdc994a6da45b02581fd4005b", "IPY_MODEL_5da3dab45f0a4d21a29ad66783ab0ec9" ], "layout": "IPY_MODEL_58f7c6daa61348a4ad9002ceec168e59" } }, "f1ae925703a24c2d9e976ebece8074f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f1af13998e914d0fa5c1f18a59b90fd5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f1b06d2283784b39a4799a9193d3e9d3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f1b0db4312634f5191df160e25a4b09f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f1bed3977c224ebaae3b660ba6ece118": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f1c61ef3c7754ac6a2fa8c032a4fcc3f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f1c94f280d4247e191e2257f59ab6096": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f1d07ef8510a46088db242b9717c855b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f1ea33f36a1349f4804c5ca1be10c74e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f1eb6f7846e54e9c9d711d0d80f475df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_a4ac9f537f044a0e8af7f108c08c4d77", "IPY_MODEL_8269ae56c32d4904bb3a3514f7369e80" ], "layout": "IPY_MODEL_a7439e25c9ae48d596c7452d3511a8dd" } }, "f1ee583879e0437aa0a2e92867083c74": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_58ff104bfa2444c9b4d264c606a929b9" ], "layout": "IPY_MODEL_dd7dff5b4d4644cb80da47631fe53d80" } }, "f1eeae429f81479bafef70f02d96b9ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f1f1d96bef3248d69f81c009fa218b9c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f2004215bd614e0599379e97b749aa8b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f21f0e4fd7b1455ba3ffe5224c6abb0f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f221573c0f87400c9ef4f9eeae1866f4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2221818f4144587b466b7ce469c3542": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "f2251ae0f9654a4190d252af6c803f70": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f22c0fe2c72043b7aa5f8c2bb153423f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2321e3fbbfd4c63907a5053eddda9e9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f2360d3de99c49648103dc7987e9ca0d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove pipe", "icon": "remove", "layout": "IPY_MODEL_90a4b66984334d19ac278ce229507e12", "style": "IPY_MODEL_2b8016ec2cee444fa8d81207843ef480" } }, "f239caa921b940a2acc63b20aa3caecf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f23b3d8f2de245a8b96209f37fe91eaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_c3c28e8acfdb4bf9bd9896a0d5e40acb", "style": "IPY_MODEL_56fed38ac8024b26a25caac9b4414635", "value": " Note: This page automatically avoid: (1) loops, (2) type inconsistency, and (3) more than one input per token." } }, "f2406e61177a4b67bdb12841580fe997": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_1def59d013764f3697719da5758d9edf", "style": "IPY_MODEL_85873df6bbcd4636843d99d7b40c590e", "value": false } }, "f251a98c8bca4c19bb28fbf40f53a603": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "40px 0px 0px 10px", "width": "120px" } }, "f2552e5749c849019766c469330e0b6d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9b2dbcc5de104c4d9a5b38bf06b35e72", "IPY_MODEL_16c7c0fed7624e5597d49d4b94b12a8a", "IPY_MODEL_2593aa193c3741eeb961fd1bee835734" ], "layout": "IPY_MODEL_2c979325a9f34dc4936a3987c7662c3e" } }, "f25af8413bf146c182d6b2e290ee4c82": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "molfile", "layout": "IPY_MODEL_f4ad2ff5082e4360a5e02847e50ee607", "placeholder": "[]", "style": "IPY_MODEL_323cb8a272ec42f3b41750afb78efa70", "value": "required_required" } }, "f26621faec70445fb6f6f241149511b3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "f269c154b2e34821993be8539d60801a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f271733a219f4c55bb1b5c2f92caeec8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f2790ccfde0b4fca9c917285b7a40d40": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f280ce1194634b11be1bb1b8bfedcbfe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_dc8c9bacc8f14fe5889143a708f096c0", "style": "IPY_MODEL_e5758bb301f2404e8ce8495fc369ca7e", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "f2892ba98b1c4082bda7b7c8bae50a59": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_402062a3da924638a924b8b9eb9fb3a8", "style": "IPY_MODEL_bac1b7f819984b909e544b59bc074055", "value": "Template 1: load_comp_energy --> inorganic descriptors for composition entries --> concatenate and print shape" } }, "f2902c8655e545a1a6b6f5640fb99b1a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f293cb0454474720b3633aa4b9cbf485": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2951a0feca347858d0953db712c1287": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f29cfe3fbc204f95bb16b8621d6b62aa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f29d8eebc13c4aaa857e3d46068e2e15": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_154d3d5e1bd0424bbfa414e638005b91", "style": "IPY_MODEL_e0f547fdd4984601a9af26c5bb792eec", "value": false } }, "f2a6962395b2445888b1f1e623eca75d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "f2a99db00227446a87fb322d5799059f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_b10f5302ed7f4d149227ecac2761528b", "placeholder": "[]", "style": "IPY_MODEL_4f54883d260247edbd9cd51dc082da43", "value": "0" } }, "f2adf82761d94c66b52c6604b63f6fc8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f2b558562c0d4f6eab87bebbc45da01f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_ca9b75a7606f43daa79f133e37e6363d" ], "layout": "IPY_MODEL_b5a9d52b957445edaf1a6d7dd55b3d60" } }, "f2b6da8e1ad041bcbfab9a760a454692": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_43f4e3a9c3cb4233a31fdc127ac016fa", "style": "IPY_MODEL_9041a7eec54f414d9398fabc06c667a6", "value": false } }, "f2bdab6b694d4de18757d11a9ef75cc4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_039fbd1530274f00a9ef10851a05c6ea" ], "layout": "IPY_MODEL_1aa03e3551e64076be4aceab8119a04b" } }, "f2be71a0c93d4b52b4cc3b902513bc4a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_59b5e23928e9482997970ed84b2f9f1b", "placeholder": "[]", "style": "IPY_MODEL_45cec2a2f7074d5babe09d0e9f3d816b", "value": "smi" } }, "f2d49c18cc24453c9ae9b681881c2c1a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_8e69294c834c44be98c84c46cbfe3438", "style": "IPY_MODEL_70c5bc2ef94f49838a751ecd97f3809e" } }, "f2de6f29ff2b4b9cbf02102a8e0c5ec0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2dec25551444510bced6e5736478d46": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2e1436493034e92a958ff52afac93bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f2e3eeecf8934b3d84c6d9d761fc78bc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f2e3f892e1f8409bafbfad6b00941dd6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_db7ef382b4ab40ea906d16fc52fbf150", "style": "IPY_MODEL_2651c2ee67574b2d88b7300ed34945ad" } }, "f2e6bd7cf0ec4aebb0c9b38e324f0e36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f2ebfd25aa0340139d11c818e3eaafc2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f2ee329a37324799a0d8baa90d86ab39": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f30b5fb7708e4b9b8c66379ac5345321": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f30c571ebb0142db812183ffbaf6c990": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsModel", "state": { "_options_labels": [ "Enter", "table", "pandas", "read_excel" ], "button_style": "info", "icons": [], "index": 0, "layout": "IPY_MODEL_bda86562ba5c49819530ac9e5a31b8c8", "style": "IPY_MODEL_e2e16c0571664bfc803bbc664ba772f1", "tooltips": [] } }, "f314d800a5fd49bab26fe4407bb2a532": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f320dc83c6084cd698b63497a0d53cac": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "f32b9303adcb418c82993ecce4966359": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "format", "layout": "IPY_MODEL_dc1029614df344448e4ac698be82447d", "placeholder": "[]", "style": "IPY_MODEL_2136580abc2149dd8d8c67fcca8c78c3", "value": "smi" } }, "f32dbb786f0748cdbf5993062fb5d648": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f32ef87acd6e441cb20a8f08ec3ebefd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "f32efcbc91fb4dc48975ce31797c614e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f3313ad4b43946b3bb7f6d299256b742": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f339014723514062b481687363ee1c92": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f668bdadfa274c1092da522f68a03df2", "IPY_MODEL_4b2478a2d5344496acf78a0abaabe302", "IPY_MODEL_e6090eea1189486d9b4ca9fc08daa2eb" ], "layout": "IPY_MODEL_60ab87e05d31459ba9b793145e6e51a0" } }, "f3393cc9b051493497e94916ee40db25": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_74a65292f74c4e3788e1dcedca2c7a25", "IPY_MODEL_c23565b90dfb44eb9ed5889b35259d68" ], "layout": "IPY_MODEL_dfcfc8d1c0a94b5fa34c5e23c9990076" } }, "f3507ec1ecd5442789479e354c5e915b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f350a4d51db143ebbe0b937da667e596": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f3511462ae4847939af1212efb538958": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "f35999036e49411ca52fefdd57512197": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "f3810d1c8c3b4fbb80b41b3bdf3f57e4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "f38d8b66e131443b9237f073509f7742": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f3a4c7a26c324e90af5400249c01a885": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "f3b70c5572de408b96c2ad51a20c2dd8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_96480841abff4a3695500933632e599b", "IPY_MODEL_1e15c48ece344bdaa06a781fa9db190c", "IPY_MODEL_db48466813834f5ea5a13357d946977f" ], "layout": "IPY_MODEL_be3eb57f61954da59cf6cd8ce1b020bb" } }, "f3c5045cbd7f4181ba547b8959b2059e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f3c8ec92b52843b6bd8665d9c3dc21a2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_15ac885bb6d34a1f945dd98139fdf7c2" ], "layout": "IPY_MODEL_8e7f5bfb792247e4887ecd3fb6e74680" } }, "f3cb00f72da6486e81a10cee39da27f3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f3da940cdca042b180e11140b6489045": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_64bc4065b4e54bddbbf3a4bd026bfe2f", "style": "IPY_MODEL_5dbd6c58caae43a1b62bf7075c4a112d", "value": " Datasets Overview: " } }, "f3dbfd212d2740af9cc6a975ae30308b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "f3e4f5d5d769443b8bb040812581633b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f3eef349445549c59d52344a2245c4c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f3ef270afe9d4d2b9edac54b114704fa": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "f3f1ca97629045c395793f4998f0aa9e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_7dd28c7c4d9f404f99089ac9d4a76c0e", "IPY_MODEL_79e6adb9adeb424a83a98730ab3e7701", "IPY_MODEL_0c89f62918934701b4bcce181478cfdc" ], "layout": "IPY_MODEL_3faf8c69f41645b1a5c90793d3ecbcb0" } }, "f409e02fa1ff4c7a9ae3765562133df2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "f4199ed69272466eba32b6bfe5188fdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f41cf897ea5d48e7a136fec1bea2a88d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_897b5e23cbe9492a8e9e39a0f3c2abd9", "style": "IPY_MODEL_88501ed118244a408b2fb5feec595953", "value": "Template 1: load_cep_homo --> plot histogram of HOMO energies --> print 5 SMILES" } }, "f42a0998150c48d89857e89fed1b7a0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_6549d6e00c6f4ddf91f5a402d0879d72", "IPY_MODEL_cdfc3b1f20594f18a46a765798ec21d0", "IPY_MODEL_476ea6208f0a4e95af0bcddb713841ce" ], "layout": "IPY_MODEL_061188fbb275470c89bab30bac7301ce" } }, "f42a564066ce4f989522ec65627444e7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_2ca82d2e2feb463cb28bbc0658899300", "IPY_MODEL_aad3588eda8d4641b4c7cdbd2fd2b0c7", "IPY_MODEL_ee8df5a84ef547b5bb599ac00b01f6a3", "IPY_MODEL_5b1887220efa4802bbe0d2f2c6ad91af", "IPY_MODEL_31c375248e0f4780a5d768bcd3d583f7", "IPY_MODEL_b95e37f8c4ef4f56b237338bb930afe1", "IPY_MODEL_18ffa88e6948448d8cb2307bda836544" ], "layout": "IPY_MODEL_3271da77d48e46309b9e6c797235f986" } }, "f43bd92b3d51442a89be7cf2a085799f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ac269ea60b074eff991a72ea6096b6b4", "style": "IPY_MODEL_8ba0b42a0102482d95db718205598d1e" } }, "f4412ba173ae46dca74b353855134b76": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "index", "layout": "IPY_MODEL_022da14c77c84f30bdf48ff25271914f", "placeholder": "[]", "style": "IPY_MODEL_e3e6313991964e2dbab07c0582297cf7", "value": "False" } }, "f44d54f9775445d2abdd0e78103cfc57": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f469e3320dfa4ea0a2d1db0ebb364c34": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f46ea919717b4b17a3aa5bce1abaed7b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f46ec2ab249548598b01dc638a0a7130": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_beac8c8d59a04b83a6a312d088fea924", "IPY_MODEL_cd4bbd1598eb4df4a3a25347d3767df1", "IPY_MODEL_54c4729e83aa4ac58c10e523eeee3753", "IPY_MODEL_93b7505aa041427aa45a8fc77951bf4a", "IPY_MODEL_93a81a73cdf54f899bcf6bcc10793979", "IPY_MODEL_ec9ada5d8f724821a7403e7e936125e5", "IPY_MODEL_afc62b3806a245e7bc81af50f67d9dc6" ], "layout": "IPY_MODEL_1b606eb258f5442188ca8cf1cd8ce27a" } }, "f46ef91675c846a1b0f956f5e63ad7ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f46f0a54121f42e4b82bce65b69ad5d2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f46fca3578dd41e3acb1ba9bea6062d0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f47797b3e6e942b0b40b2f2e6f4972c3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f4803fa05e43432eabe6d52c6dc5bdca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Save Script", "icon": "check", "layout": "IPY_MODEL_8fb940fed8434e4d934638579f2d07f6", "style": "IPY_MODEL_a6d2c1bb51df49ee9d9b55b0f4b631b8" } }, "f4820def6b224216b9c28ee5ddebe77f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 20px 250px" } }, "f4838b41182c4b03b8ee9811b073dc3f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f4965ca3f4854813bb87e9a04322c6d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "f496aa52d2d74d66bb2a136dc319ea83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f497a0139b414af18c134d700d05c7f8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "f497b542f83e4f3b873fedb2aaecf4df": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "f4988f4476784e78932c57a65ddaaf89": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_abe53c88bc2c484fa03b736f9ff0f5ca", "IPY_MODEL_77f1ac98efe9448da16b5cb5fad37565" ], "layout": "IPY_MODEL_093c9c6db8a54b89a5a8af24a330864b" } }, "f49d239c906d43efb4c7bb1658b71093": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f49f6bb899f247e489dfca254e769c04": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f4a01006316a4ac6979ff1c2a206589c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_f651f11ae5a94fa89b84e57cf6e7a62c", "IPY_MODEL_5b65844cc9ff4daeb7297bd8fc21600e" ], "layout": "IPY_MODEL_ce74a181b79f48e09a75b2f8ad665226" } }, "f4ad2ff5082e4360a5e02847e50ee607": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f4b87db0956445758766622408bfe963": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "f4bf653324f44f11ba3113cccba14fa4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "f4bf6d9f7ffb431f8f28d2a732f56c91": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8146eb6df3f74003b8286cb2ef9a918e" ], "layout": "IPY_MODEL_1dd5f03750c4474a974b2668050e54e0" } }, "f4d2a3e842ec4b0b897b05fc5b4635cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f4d916e6a317490584586fd3142a990d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "f4dc2659fbdd4e6dbdb3fd8894fab92f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f4de279a1f9c48ba88acf14e2eca7f6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f4e89cebdf214c68bf34e04792d9103d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "f4ea2802f0f342c5ac028b49e87210c1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f4ec65f03cf0483aafaf46423b0d9fa8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_3d1ce76eb7e8480ca7146414ce55e5da", "style": "IPY_MODEL_b7f82ff6ffcf466691e2e75d05163bb8" } }, "f504f5167aac43f8913cb7a92f13fb07": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f50d359a41024a3589c43e081880d318": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "f5219ca73a484ff799a1cb7716ee8734": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ea35ee22f9394aa4a38a124e8561fc06", "style": "IPY_MODEL_6148e1abbd494a6ca00614d9569ce35c", "value": false } }, "f5234f9718764638bce89c1d853694cb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f52cf0b753e14203a7542ea6e8b7efbc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "f52eb2ab5f22463d9443c2d764acbc70": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f52fed3e80664ccda96f444b1efadcaa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ffeaeb9530d1413ebb7aad10fc997a9e", "style": "IPY_MODEL_1ea28665a64845f8bd2f84d14e78a25a", "value": false } }, "f5325eb271fe4459a1c679f1f41a735f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_8bf3c9b7a9074e16956c2bbf8baf4d67", "style": "IPY_MODEL_96d06d2d1db74679be8775dc4b795d02" } }, "f5347569276f44b69c9bc8770a425805": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_689db0399e144740a9e4edcdf8d6f0ec" ], "layout": "IPY_MODEL_06bf7a520c0e49f991a61903f206dd3c" } }, "f548cb9321ba49d8b866b8a04e4cc01f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f54a176b7b5c4a92afc3d601c0363930": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f5505a2d6a2545d8b93bca6cb10cbfb6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_bb1b83aa06c641459acc444dedcd0e93", "IPY_MODEL_1d7db470b2b74601b9e747c6ea774151", "IPY_MODEL_2751d9108ca84df58c061e69c2a7d99c", "IPY_MODEL_7a0b1b875cd3431f90aab7a195e5077c", "IPY_MODEL_016f72584d834ff0bddf3a3784d75f1e", "IPY_MODEL_a54cd07e754342dd88508d4ebe6d081f", "IPY_MODEL_a25b876a087947a7b1d281c92f54e9a0" ], "layout": "IPY_MODEL_7e7071dbcc744df19a6b6f5bf827a575" } }, "f550936053384ceea5206981eefebbed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_376f8c22350d4176bf5a2f97610e245d", "style": "IPY_MODEL_ed813094444841ddb12fca9ad618c178", "value": " Datasets Overview: " } }, "f55518d6e7cd40f0b977411ea0770a62": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "f559072c3d3d4fc9b81ff5dc5737c628": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f55c95be06ef4e468f3b5b654f0385e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f5682f915e6d406dbd78bc11be1ae5f2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "f568684cb62e4793a9eb01eae32ddecd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6f2f01986ad44f2d951e1d824640f192", "style": "IPY_MODEL_48da792fc4864e4289cb35248144c7d2" } }, "f5764eaa5e5b4ed3b2da6e5654b68858": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f57e2b2e97704052b6efce7a8306a003": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f58a5086a9b24793bba2d182478e4618": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_9a7f6e7fea2340a7834182df1f2476dc", "style": "IPY_MODEL_baf0f465053e46d98da0ca27caba1ecf" } }, "f58ec1655f334663aa8247ccb4e85334": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c94dff62c91946fcbe1894e483fb3191", "style": "IPY_MODEL_176c851fb3f1466cbd3e2639bb014502", "value": true } }, "f5a07f8a3e694ea0a3cfa8117d072ecc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f5c48ca5a4104555bd69d3da76f34e3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_c17f124b006449729e41bdfa460bc9b8", "style": "IPY_MODEL_b24b3e5fb89a421287b44a09267eb640", "value": false } }, "f5d2f95e37244b559ef97a460b9958d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f5e31769994c47da95ea9ecd14416b45": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f5e74eb85f2146a4a3c755fe7ae03f0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_512cb68ed1c6453a9369aa5f10d6dbe4" ], "layout": "IPY_MODEL_06127f7650cd487bb2692bcdf3320964" } }, "f5eef296c2504d7ab6b034bd3200a29d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f5f673cde28b4c22b77bc46df9782fe8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_e2fb2aeecc424e06926a55d3925007da", "IPY_MODEL_3dd8958b1afe44caa23f012563948898", "IPY_MODEL_da2b50cca17a4001b059955d9c3084f0" ], "layout": "IPY_MODEL_8eec5128882c448cb244f6f5613c3bcc" } }, "f5f95cc6f3ce4db2ac52d519eae3fdec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_695da21cd9054e37830099f02aa3a9c7", "IPY_MODEL_3449dfe80d244954be2418ecf0f4eaaa", "IPY_MODEL_77b5468244c049ac925c9db115caf16d" ], "layout": "IPY_MODEL_9d61f63497714915b679162452206399" } }, "f605f6c57a584b84a70c2ccd17e1ce05": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f60c3d42ed79486d9126b8587af3989e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_af79f7dca20b41faad865b7ce8fe61f1", "IPY_MODEL_9bb4e4071c944fa1a9d31cf7ab96e7aa", "IPY_MODEL_556dce7e2ab545419aa80a965606c2b3" ], "layout": "IPY_MODEL_2e41c47192684f85b19e8d85dcc2a3be" } }, "f6155f469a9b47f6a2d0b09ec40298b9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "140px" } }, "f617571c7d6847d29e0cd9209aa31a1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_8b0d21b45123491dbf681ec81b9af698", "IPY_MODEL_b1d5c3990e4d43cdb12aeb0e0a7000b9", "IPY_MODEL_1f5a56d3fe6b417eae5c40238e8554d3" ], "layout": "IPY_MODEL_58a26f55a7714eb0af517dde0b684d89" } }, "f6220e76313b4182a1db3cc05fa1eeef": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f62a1bfac2ee443398f2033412e22d0b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f63c7b7948bc4b07aac7bb48f3e88ca9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f651f11ae5a94fa89b84e57cf6e7a62c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1b4e5b6ceb794a65913f14b0cac9ee83", "IPY_MODEL_3724f65643564ebeb311408dbc57a87f", "IPY_MODEL_270f5a8ad28b4af8b4de97f010b8fdc9" ], "layout": "IPY_MODEL_7ba513b5ee32426fb941c65db8aaa50a" } }, "f656fa666f4149d1ab7a1997fa028f29": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f662f75e6b18458881c91a367cf9138b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_cf0ec3b8ad15478bbadd5af9ba9da347", "style": "IPY_MODEL_c75817b0a97f47619a12b689e996beaf", "value": " Molecular Descriptors: " } }, "f66821dccd824dbda85f2fa02859f4c9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f668bdadfa274c1092da522f68a03df2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_7b7e308a7b41427eb24f41ddd85180f2" ], "layout": "IPY_MODEL_a581470d718b47f78c49c2b0795fdc2e" } }, "f67203ca479748d493c2f4fda56690ea": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a2f6778eab9d4e38bd212233e8db379b", "IPY_MODEL_59eab46a30af4ee596ed0df941709ae4" ], "layout": "IPY_MODEL_b3f3b07eb53e40ddb418d2c700a30792" } }, "f674a66e2df948d8a8681c6254b046dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6815c6bd9dc470d9debd251d5318a07": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "converters", "layout": "IPY_MODEL_167125e54b5b471c9cfbd304662bee71", "placeholder": "[]", "style": "IPY_MODEL_b005679d516f4db0b34b7ee59b7b7e9b", "value": "None" } }, "f68470fb6ff346368ae95424d9cdfe65": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "f688c52a8ffb4638b44550b7549ce174": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f68aeaad5c1547068e98a69c25eae94b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f69b965e567a4820a7f2abd9bd21f303": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6a48cf7506c4c8e8cc26fbb712d2316": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_56956ff5269d4a0199ae8e8b5a675f45", "rows": 5, "style": "IPY_MODEL_8a7e07afda6042818134e316c55a1800" } }, "f6aaa3e2883d45e3a0d4c1b624cc8628": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f6ac6845d6d04a1489531dceb11c7630": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6b1c951946f4ae784ea5dd2c49785f1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_bc576df75e2143d58382a6c251e0cc61", "style": "IPY_MODEL_9a6d138b33374235aaae20944a4e1c2c" } }, "f6b587b2935d460ca4dcf89a7760a30e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "path", "layout": "IPY_MODEL_0f9f979e4e52419aa9f6a64963f67d9f", "placeholder": "[]", "style": "IPY_MODEL_d4c1da7bcd974131b0021188e7b0b3b7", "value": "None" } }, "f6b70dd151dd466db3b45d9e4a6020d7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f6bc5fc9487a4b198f05445bc08d3717": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "true_values", "layout": "IPY_MODEL_ea4de693979f408a838614f7d0446019", "placeholder": "[]", "style": "IPY_MODEL_1501434a03c345c3aa67e1a6f0d8a816", "value": "None" } }, "f6bc8e8ee2dc4b47944b7c682c1b2e6e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_3930e592fc2e4509b7ebf674a3cf03f7" ], "layout": "IPY_MODEL_1171da470c344069ae67a87ec06fbf5d" } }, "f6cc5bd41e764f2b9e122dc71b9acedc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6df58722acd4b229c0dea19e2351cac": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_20c36e07ef8a460f8596b2dc7f8fcaf8", "style": "IPY_MODEL_aa5714e835714e1987c1da35c8527f6a" } }, "f6e4ee7794754d2d82503afe2f702a9b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f6ec9168aac8421eaa02ce374deb87a5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6f8d7f30e8545b5a157b4837ad1db50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f6fcf4737b334fad8dba5c7c0d008f3a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "f6ff92c97bb0455795e22ad2c7a36307": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "2", "3" ], "description": "block#:", "index": 0, "layout": "IPY_MODEL_3da6667a92084775ba3abb94a9f82573", "style": "IPY_MODEL_f15de89b194541898c74330e284124f7" } }, "f700977024fa4fad8ba81fca9c2bb4da": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f70c9c19c37f44c49470873bb08c54ee": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "f71622bc5ace4bceb37fa2c951f9fd8a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_92111c7e548b451fbbcc8b881422e27f" ], "layout": "IPY_MODEL_013ca88119934dfba3cea74332fe1cc3" } }, "f717a882329c472ca95b5986b18e3ecc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f71d418e68334179bddf059133cfd909": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "f71d9d80587c48b7b2925eb86c77c375": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "chemml" ], "description": "Host:", "index": 0, "layout": "IPY_MODEL_a5f07b9a1525406f83dfe3dd17d04bab", "style": "IPY_MODEL_8e34f138edd9469d8d2bfd80ec4b032a" } }, "f73bb37fcb8243d9bbb241834f6ee0cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f73c2d7e4bda4921bb6b07ade33eb8a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_343d287fd3c44a4e8d8d29b9c4c7c8e9" ], "layout": "IPY_MODEL_e07fdc3bb65b464e8f9e97a071c203d9" } }, "f748ad761c694600bfa7abaa215a5c1e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "50%" } }, "f74935248f6a4e9eb14bc8dc63d178a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_d24d18b580664462ab8a6d7fbd25c82e", "style": "IPY_MODEL_1935f49a2a81447693dfe9322bd52252" } }, "f772689a76f8466f91eba0ad46b0834f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f77636cbfd114468af2654314898720f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "filepath" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_ceb6d352a0994b4fbd4466464705baa8", "style": "IPY_MODEL_9a145a3591e04951bb019d3898bb6c62" } }, "f77867e18ceb409a87eb2f98f4bdf240": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e94dbe6b825d40b1ad1e91b30751d98c", "style": "IPY_MODEL_b8261298c6e44cc994d9103a93409810", "value": false } }, "f77b12e7e9ba485ab2c69641b9e421a8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f77b196d5aff4120a52dddf68dcdef93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2c884b53705b46d8b4ae979227046d69", "style": "IPY_MODEL_a31364f31faa42b5a33397f3b79aa535", "value": false } }, "f7850aea0a57432db875f3e7e57ba02a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f78aca22b3004fcfbdfb926ac2871819": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f78b5a0f52fd45cbae1be672d7ee502f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f7988b30f79940d3a4a2721b3bde07ad": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_90248925b8cf416a8f7dc053b395bfab" ], "layout": "IPY_MODEL_6e4e19ca1b794407a60e564e3468ed0b" } }, "f7a55c168a484304b427f716b41f634d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "f7c2beb463dc4a8c8e9b9a3e733880d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_95cf5a5a7c504b948aab9e508a1d625d", "IPY_MODEL_b38c348440f042fb80ee7d6a51423583", "IPY_MODEL_baf3d20ff4ae40d980b326f5ea7df056", "IPY_MODEL_f1eb6f7846e54e9c9d711d0d80f475df", "IPY_MODEL_98fd4097fbf74bad8520b099b7884a48" ], "layout": "IPY_MODEL_27c71d4fc5fe4af188e8a206a4cbacb7" } }, "f7c6b3ba1a314b53b42cae7cb7241f60": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f7cdc2c22ef941948fad3c488587f1a3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "f7d1dca0116d4c77a844889b5fc003aa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_874dbeb96ea54a59aed2f740a3934c85", "IPY_MODEL_dd3d31dd9d434ae488d64f8ebad020c9", "IPY_MODEL_e0eee125544643108da3772fbb620c64" ], "layout": "IPY_MODEL_dd713dd3c6aa4f04b57e869caac85edd" } }, "f7ebceb14e014e52bbf72f74e28b7ae4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "f7ee218f96e049d0b02e084a4969d2d4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_1124e18a234d4d9795ee406a888645ec" ], "layout": "IPY_MODEL_7fadc9fa9269491fadd1587f3df2ea1b" } }, "f7f9020e7573430b8863b2ac7b119970": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f802c385f06e4111bc5620920cc65b4b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f80db5d434ab483297e5e76bb31852c7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f81b051d7d824c03826f5d819728b601": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f81c8dfd950148f9a8a6e3d324c8a376": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_b888f4cab2e44e4091e3dedecb067b6c", "style": "IPY_MODEL_63941d9717f44774a24194f72bfa9082", "value": false } }, "f827ec09d3d04302906b0ad062e64b03": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f827fb9003ba417da9c65ad1aa5a6950": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f82a40eb539543deb7fa623bd6892732": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f8312a3eff4549f59a10e21904ca7dd3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f831f54106a34a54a649bbe45ef02b8d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f83a5bfe3a6c4a279bd60613084ac5f5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "f84819c4dda5454dadd8fbde5c199a99": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f852adfe1323475980eceaab40b8ffd9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "f85c7722531040a2b75ac31d7c980c3b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f85cee5d55ab4dd9ad3970424b22e29a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 10px 115px" } }, "f862e405cba34a11bddbbc3c54e9bda5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f8683112c30244c0931b5af58bae924d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f87759cb690a4f1db1d6397886808738": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f88414fa853f4209998a8cb889838fec": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f8935aa40ba74767a45bb5499676eeb3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f8943a0959a346409853eac275ca6e3d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_87cfd3454076474391d05b43d9b63b31", "style": "IPY_MODEL_3b70d68dca184cf6af0e4b5b84ac08d7", "value": " Send >>> " } }, "f898c4c4d6e14b5f95df49a1013e8a93": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 0px", "width": "120px" } }, "f89ea1a741e74d2a8a6ba45262853018": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f8a3dba36964450ba0c78ef0bee17b0b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_def7f83ca35d471a9d86db595116371b", "style": "IPY_MODEL_4df9afb16b034df1b12778ac4a4515f4", "value": "Template 3: a complete machine learning workflow" } }, "f8a57d6acf3a44fbb0b08d740fc7e486": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f8b092b662954911807b7bf2c4dc6ec3": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "f8bcc63dcff24aedbc62cfef919f396b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_f568684cb62e4793a9eb01eae32ddecd" ], "layout": "IPY_MODEL_03bd36f2f10d498e84dae39403788e25" } }, "f8bdf0e56e954992b51234b7a8e26759": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f8c234df566544bab517998dbcbcb55d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_0d3887d5feb84e1a9a55ee4722029a98", "style": "IPY_MODEL_e8211ddbabec4f60860ef33185fd0f5b", "value": " Receive <<< " } }, "f8c9d724916d4f529f480297cdb45e2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_1a02bfab24cd483988525c01abd3b297", "rows": 5, "style": "IPY_MODEL_f469e3320dfa4ea0a2d1db0ebb364c34" } }, "f8d9593a85c74318aa4c8fe73c4d4c2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1e08fef1ae2e46d2bd6dde818568b2fb", "style": "IPY_MODEL_f32efcbc91fb4dc48975ce31797c614e", "value": " >>> " } }, "f8dda35c8ade49e084ef9ca6aa099638": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f8e184823ed74699931592848d299805": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "f8ed34dc183a4f2e8c4f231ed0cbca6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f8f0f3cf6ad74c94b0ab1b319801e76b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_858464480c284314a3c2a195405677d8", "style": "IPY_MODEL_accecb6adaa9443e915dd060728c2287" } }, "f8f5e53e7a9c4777931f51b37148e8f3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f8f64a592013471292818d738327f82e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f8f89f2f4ca8497abaeecd0f2a88e1b9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f8fb1d585d7043729bdf0d98b1a10c17": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 180px" } }, "f8fdb2fc08324e70adb7b7585a3d2559": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "f901e8306b6b4ea6bde234f3d38ad47f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_930025e4d1304b57b0363bca9d0d7eda", "IPY_MODEL_f3f1ca97629045c395793f4998f0aa9e", "IPY_MODEL_6106b38994574801a30b24092bc0de50", "IPY_MODEL_84dde130059e4bdfb84fe83525bb5a75", "IPY_MODEL_2d05bc3174c340b69f37791e7ffa3b3d", "IPY_MODEL_62c7d3771bd24a259beadf05c9120767", "IPY_MODEL_34f8b0c16ab04fd78d6d994bdf8cfd3b", "IPY_MODEL_e52f71f2b14d414b9b30de61f06b2107", "IPY_MODEL_8d1dd42072a845b1aafef24a7369af49" ], "layout": "IPY_MODEL_5a40023a3c7644088dd54d4e5b63be46" } }, "f90be364d5f24d58a1d3ddacb6a08aa5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "f90ea8b38bb546558f9324f442f4f193": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f90f73a9629541bb9576ff04338dca61": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f91de41fac984eacbb1853661ab7dc1d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_46a096e5d642421a986946a0b0d743d7", "style": "IPY_MODEL_ed909fc04dcf4d578429a333be37ad14", "value": false } }, "f92912ca5471482799eabeba831d40fa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f92f9727719b40d79bb24a6d1b4ed502": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_15ca5c50882644a289df0db8e4081a2a", "IPY_MODEL_3afe1c22ff674ea08129f55f71222b36" ], "layout": "IPY_MODEL_d11f80b7f3fb4330981415cffe06c631" } }, "f95f5cb2729e491d9733fb3fbe98ae2e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f968426aa2b24cebad5209e85e342246": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f97a253abbbb46d3b633d3af66c8abfb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "f989ecd6e29949d18de978853e83e96f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "f9950a96d33144eebfa481e651ca3050": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "f998b9947de7478eb28449671c76c1a4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_e6cc5355a4694785ba879201f972b985", "style": "IPY_MODEL_0b2ac1ac2693499da774ec3cf20d4da2" } }, "f99b87327a394647b374df060abf0174": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_e372ff9b74e7457f848c4bcfc20be171" ], "layout": "IPY_MODEL_ae9bfab78f5e47fcbbf99b16103a5491" } }, "f9a876e5fb68453dbd7d5db53ee35c26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_d4f7ae0a48614cf8a71fc9d4b74b291e" } }, "f9acbf3aede74b588b0dbb4e86823606": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "f9c36bfe56a44a2fb7f8beb8d44f7501": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f9ca5172c5e04793a6a5546b6e3ba38b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f9cb3d661d6b4f91a146d920eae82bdc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "f9cbab856e41484ba629917580c6d4bf": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f9e5a57f6ddd4861b7e15b68fed676be": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ead61be0343543bd997abc33529dab79", "style": "IPY_MODEL_df420920411d4aa2a4ee47074e7a4f22", "value": true } }, "f9f07a2c244340e2bd4a05cf4e6552c0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f9f2072675294935a8a75e77ec7c55de": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_df195abbcc20475f9aa439ea57ec1b83", "style": "IPY_MODEL_06048f61fb7a4d798501a53cbbaca466", "value": false } }, "f9f3a3484855445fab25929517f8c2fd": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "f9f651f96f9142a7b513a79e3bd6b0a1": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "AccordionModel", "state": { "_titles": { "0": "Home page", "1": "Add a block", "2": "block# 2: read_excel", "3": "block# 3: SaveFile", "4": "block# 4: RDKitFingerprint", "5": "block# 5: SaveFile" }, "children": [ "IPY_MODEL_4c5a4e4a4a7343b4b97f851facc2f15a", "IPY_MODEL_32a403885ada485cab14032a25f70804", "IPY_MODEL_9ea7eb7442964be1b8c2986f2020c7ad", "IPY_MODEL_62133375501640a7be4322a091416087", "IPY_MODEL_157ae8e537174bc9be3880a2a574e298", "IPY_MODEL_d82c12ea21a9412f932038f9dd89ce6b" ], "layout": "IPY_MODEL_a8692995e38148839dba995f9ce3e219" } }, "f9fc439025614146b199d3c8a676c76f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fa0af3e1928f413f9ba94b0115dd2f83": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_90b2f120eb6d478d8236dcb896213ff3" ], "layout": "IPY_MODEL_ac0b8e81ddd1434abef3ea48d880cc2f" } }, "fa148cf4a3724d2e973244f66e7fff11": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_dcfe746f39144841a487b7cd21bb0012", "style": "IPY_MODEL_73dda7279f3d4a1c9195c0f18ee2268c" } }, "fa1cf968278c419b916d3c1c3cd6678e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_e41c31efa7d74319942c8338df1cf3fe", "style": "IPY_MODEL_94989b163501417fa21441fbd74504b3", "value": false } }, "fa1dfdb2af1a4c44b9d1959ab6a392fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fa1e66076876469997a008e31a070870": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_60d94591cfe24f89be7370ae418ddff5", "style": "IPY_MODEL_334447d54a5c4d83acd93d66210efda5", "value": " Datasets Overview: " } }, "fa1fcf12c4914c6999b7dc60527af0ce": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_d4e5c23c30fc47959514a9ffd64f4734", "style": "IPY_MODEL_b18d1b515c694b94b7addd727dbaea83" } }, "fa267a5f9a4443d1b533c1a0e429eb56": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fa3a658df53c4924a7255ec229e6567e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "fa3e0d7c7e1a4c71883539c6ada95ea2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_e7e99fa08f574057bc920e67eb4706b9", "style": "IPY_MODEL_a32759e4f2de4d46a5a2efdef45331fc" } }, "fa401e0fa945439cb8ce0016d52d42f2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_55858935306b4ba2abf5c82a42eb6df8", "IPY_MODEL_6fa8e9a7512f4856a10eda0bafc3d52a", "IPY_MODEL_af9a3de95ee34c0f94668723aaf5f425" ], "layout": "IPY_MODEL_4904a58a8db34757b456b153e29860bd" } }, "fa560faebacb44d0a350acd5049a72a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_b5d68bc245b648179208c1a89c39f068", "style": "IPY_MODEL_8be1752332884ca2b34a00aedcd6b6e4" } }, "fa588f344b10474ab2db9944d4ffb7bc": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fa5adc58c7894abcaedcf52a44457e99": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9412b9e923ee4cc8ac4d71ff395149be", "style": "IPY_MODEL_7a0c7258f0e8460c81673a71828ecaa6" } }, "fa696d78bd824f969a6aa545b94af97d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fa71123d15554f85ad5323811be18717": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_80149e84a7e6491baca880e27a396e10", "IPY_MODEL_cd23b1aac1e2453cb566dd1df61eae41", "IPY_MODEL_5a10de34864d40829157a3c56462225c" ], "layout": "IPY_MODEL_a3cbe56ca8a5493cba94a1439114a604" } }, "fa76d43153684f139451ffb21371d72f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fa7e0909c08440f591dbc936464f1031": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fa829de14c5b4591a3f3ecbaf063da36": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fa8e310491664039b3919d1f50cdb24c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_06a0b9f5b4fd47fc9b77b9a2297ab238", "style": "IPY_MODEL_819c08d23c1347ec93472770619f4f8f", "value": false } }, "fa94d42c4a74432f8482f7e696d9f82c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_eec53c42bdfc45fe8ecebd417577fdc7" ], "layout": "IPY_MODEL_7cb753484c3f4e1bb84fc13305b6ad99" } }, "fa99725e2787423fbc28ed173a493261": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 10px 0px", "width": "50%" } }, "fa99d1751ec84b409518dde0701ae18a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fa9d43eaee6648fc9cb8b4f7a75d149a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "faada6ca460046a084dc81bc841ff3c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "fab02325275343508ef9b75df1ed472a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "fab665150939411ba7c1d876235b90da": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fabc04b717cf441d973862eefc17dfc5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_74c851a0f0374cf1968bd6d932fb4921", "IPY_MODEL_7c4b10c64f0a44a5b0bfafc2a2743f04", "IPY_MODEL_20945c3e463945a6952f667f9535c191" ], "layout": "IPY_MODEL_2fa8d6eb21504bf787d3cff377a7bf64" } }, "fac301e009674a60ac30113ee19e74e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Default values", "layout": "IPY_MODEL_920024dd0d91408eaccb6c66d80d39bf", "style": "IPY_MODEL_c68d83ea16d4479eacf02bfe53577004" } }, "fac3f9cea7e248b3b4ff35b7bd93ed47": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fac5eae181fd44169b5f348c5d89c662": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fad1ece31884426887a8bca2ba5aeeb4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fad35cfddb084cb488a06669e7f33eaa": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "faddbc9a8a974b9cb3e147e63d3eabfe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fae4185b85a5448390ecf90c2fc0fd78": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fae5056ad4b14bf9bac45e89c2398b0a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "faed17a55cb940cda86862319e3564c6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_3b777ad01d454a139f5c0cab1f5397b3", "style": "IPY_MODEL_fea373aecbc649f487c79614385633cb", "value": false } }, "faf2bf190e234b24b7e3e5741fe44324": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "faf4ff59807d45ddb011a56babf022ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fb07625501e940379f68a9fc4afd0f95": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_3a3244d27b6448fbb44495aa26fb7010", "style": "IPY_MODEL_4473a18934714a7ab3bbf16ca8721bbc" } }, "fb08337ca9ec40dc84ccb0320773e1d9": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb0b12d5d31347949e43b823256c6175": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fb0f9b5e770d417da50868620e8e06f7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "block#:", "index": null, "layout": "IPY_MODEL_adf51f77b9b14ea2a21b941984919ed8", "style": "IPY_MODEL_85a06dfee6e948dda9f61d94597e34fd" } }, "fb1853dee0734fd6ad1d087744538ea7": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fb1932bc00a442cba92ba6cc8331e9b8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb1a7d5f544d4115b7138184b4a8681d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "fb1b2eb99f354dc6ba010bc605537b4f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_11346e7c64aa4803ab193cc03f1b5d07", "IPY_MODEL_7727fa1e34c84ea7b78ad9a398e26961" ], "layout": "IPY_MODEL_9f85eb4f74554846b250d79d52cf1adc" } }, "fb22de05bf5e47d5afb28f63684b66e2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "fb2568e5a5774bdc97c4f904e536b797": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb275ba939634b9689272d09d083c99d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_1d6dd3f60d6e4236abc926d604da1de1", "IPY_MODEL_13f62e4b6f7f43b683bc48b68e349623", "IPY_MODEL_9fcc43e1565a4f74943fca10b7941bd5", "IPY_MODEL_310711304fe44446aefa531c0b331e7e", "IPY_MODEL_b9a7d04fd3804c4f929a2b86e1a3f349", "IPY_MODEL_a4f5002bf01f4d9d95b212f7e7dc6593" ], "layout": "IPY_MODEL_dda45794660b4ca6a9af656c7896ebc2" } }, "fb27deb6fa6443b4bc227bd289a0e4d4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb29fcb213e0445684020f61df47ba48": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "skip_footer", "layout": "IPY_MODEL_f22c0fe2c72043b7aa5f8c2bb153423f", "placeholder": "[]", "style": "IPY_MODEL_a8462c96f0a04447a882f970e222f407", "value": "0" } }, "fb30dcee9a294714aa9cfc3635466e58": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_ac2e341dac2844bfa7cecd6788a0a3c1", "style": "IPY_MODEL_aa15a46025fd44f2b4233f4a7140ec45", "value": false } }, "fb32702ef66448fb9180187b4ba93150": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_e71e21542cd94d7a8d2a9bf7c13bf9a2", "style": "IPY_MODEL_d007d66d717d4b85899871522ac68986" } }, "fb3c7e27eaeb479891ce2158b5f40786": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "fb4180b995584b0e98bab2ec57fba14b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "100%" } }, "fb42a6cfcbef40aabc032d7c71490e0a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "fb43ee38e1884a3a9fbbca7cbc4e8942": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_113d99bee37941e5866728fcadc803ca", "style": "IPY_MODEL_21f8c724290a4271a78a29f2f5a16c7e", "value": "Requirements: (('ChemML', '0.6'), ('pandas', '1.1.3'))" } }, "fb4ee8f5fef74842a0183f17e9b17548": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Remove block", "layout": "IPY_MODEL_9f11d3bca1654a5d828bf7f2bae9052d", "style": "IPY_MODEL_0743f47c00704fccb0ced42a4bbf4cd0" } }, "fb655dbe3ba041d68829ac98426a56e5": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb6accc3d0f24dbc93cb20bdb02d67d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "names", "layout": "IPY_MODEL_cd343cd14808457b8c7c6da3114d2e7f", "placeholder": "[]", "style": "IPY_MODEL_07be207bed8c4a94b44f87f99a9f01fc", "value": "None" } }, "fb6b24e2c0ae4c9a97457046db54e878": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fb736039b3c2460280993221962920fb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_44d0f3b939f44842a43c47b521326484", "style": "IPY_MODEL_05ba7e9c25a54b518a2ff1b3edf1ed78" } }, "fb7b52bc316941dabbaab75dbca255c8": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fb82d3b51faf4026ae3a2cb28b208bcb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "50%" } }, "fb8531d4840a49b4b693a8ce92aaa52c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_16f4c6f0c6f34a96b59db3312b09027f", "style": "IPY_MODEL_51ac3fa93a6a441ba951acd4b7e79839", "value": " Receive <<< " } }, "fb87095f9be647c9bb45ebe6c8553d70": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_569c34083c724a548fd0d38e05064a0b", "style": "IPY_MODEL_36617cea44844b2295a5b16bb424e143" } }, "fba7fbaa04c64d0c971ee6746a836d21": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fbbde196084e4812a0eafad546144ed2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fbcbd963ee174535823049bc38f67fda": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fbda01eebba6491798bd719c8caee62a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fbf5d63d53d74861a3da82c33b152b93": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fbfd88ca3c6049dfb357eeafab6bb876": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "description": "output token:", "index": null, "layout": "IPY_MODEL_3e1f22280af0456a90d4d84f783e355a", "style": "IPY_MODEL_de83d949065c425db32bd9d9ee473081" } }, "fbffe3271ed0437e8a932a4dd3f000e0": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fc031a49643f4b2482df1e72c0ee2a3a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc035d2774c7419e9c84aa8759e3fb85": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc06367b4cf94eb084c31d2b7f477b23": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fc11febb0ba74171b53ce1a55bd3dfeb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_0a98ef6c93444052880829c98f0ade3a", "IPY_MODEL_df3c28f928754cc38de7cb21c77163ab", "IPY_MODEL_24829c7e9ef043af8bd3fbd632911344" ], "layout": "IPY_MODEL_0ac8a81acb7649b6ac22759612be9da8" } }, "fc1312d82def420caaa44188333925b2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fc183e25fc7f4da289758c4edaf60f29": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc195cba3ff947edbfe8ec6470dbbc5a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "fc29baec039547ac94b2ab69b9469f51": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_70f7066f3373496e9306bd93ac9ae515", "style": "IPY_MODEL_30d6d81932924b9d99a7a461104fc0c1", "value": true } }, "fc2e212855f24b3ca30bc839eccea11b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_9371c76643e740e5a9b2fe84c7367c63", "style": "IPY_MODEL_a4635cfc32bc4683ac4e12fd7ec9e1f7", "value": "Template 1: load excel sheet with SMILES codes in first column --> save them --> generate Morgan Fingerprints \n --> save features" } }, "fc30d2e8cfbb417aaf4d49e10826946e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_498fa4e041eb45e1bdb8827b18ed972c", "IPY_MODEL_6df0471608d24fc0beb4301700bccf88", "IPY_MODEL_09de1013d3fe41efb6b0f701b7e31e06" ], "layout": "IPY_MODEL_1333a904edcf4a1cb601000ecec14c86" } }, "fc38d0be261843e49f3357cd0f07356d": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc39a579d45044a9ab7087aa00239c27": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc39dd1049054fe589f6294ab924c7d8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_13ad1f902268402aa7145f1aa36b55f9", "style": "IPY_MODEL_846aa224d470481883e3fb144d95d63b" } }, "fc48965ef8e54b778591960e4341239c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fc495e493a7449ac94a8ec86553f8e22": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fc5532e658b041a098d2475cb14f7a75": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_51f07d716dfe46bfad09e11d2e1efc7f", "IPY_MODEL_c7c897666abf42c79bc7ff8e25a5093a", "IPY_MODEL_23082029fdd8466d8cbddabd48f435fe", "IPY_MODEL_6add47dd39a3411b89536b64b0ec5cff" ], "layout": "IPY_MODEL_ce1ec30d3b4e40838542b6c9f03d3c2d" } }, "fc6219048395443793cd52579b0af540": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "fc6b0dcd565e46028aa1ef9e556d8ead": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "fc6b94f8ccae483d80fb23f41cc8456f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fc6c3c2ff0754ae8b12f46d69e5aee0c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_eda068994f9f467f80c3268ffb58e2eb", "style": "IPY_MODEL_4551c0d873934f0b9ee006ce9b730148" } }, "fc7d3431057b420e840df77c517526ed": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fc7d4c074c5b488fae0f86c89f24e1a0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_471cf8d5cd9648b0a6d707c0df827547", "rows": 5, "style": "IPY_MODEL_4fe16ea33f4d495da8bca982e6596689" } }, "fc89bcc33c1646e3a624e5bccc0890c8": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_7bb22fd02a654f0b8bec52960d36a8af", "style": "IPY_MODEL_22102b33f73b4758a4d2e8fcd03b7388" } }, "fcba132358154c63ac3db1c60acd1e5f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_83fff7a1e7da42c78cc13d56501576ba", "style": "IPY_MODEL_c824eed3655a419db5b1391ab2d8aedd" } }, "fcc4efb88ea349bc8c2ffd4073bf7614": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fcd8ae8eb2504dd584a10cf871ea10c2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fcda9b670a584059ae491949e4f8488e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_6c988537a1e84db8a7ab7f21d6aa93e0", "IPY_MODEL_c9f99786ff3549538ca5e80e98afac82" ], "layout": "IPY_MODEL_5a53da0649764966bbb4f2a586957852" } }, "fcdc363d15c746069b131920a50bd405": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "fce3280be1ac4f4ea2057b09fa18c45f": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "fce4daf80ab04f1caecb5ab5b837b85c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fcfd302a18e048ae82acbb57d9fcc398": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_1eace0d2691e4ca1b6b7abcfccbdd9f4", "style": "IPY_MODEL_681e6e0b15d04bdcab56d7ae48048286", "value": " Receive <<< " } }, "fd03f5f1974b41c285dba983960b1fbb": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "fd057c92e06f4e849941b2816ff43137": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_6be6fc1197b349f19437971439be227c", "style": "IPY_MODEL_64eea2d8bd044fcda7410544786fde7b" } }, "fd0e1dcd74434b33ad6263cfbcbb4927": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_53438b3653414955b31885372720a108", "IPY_MODEL_ece72508b8b9426ab763086bb4706765", "IPY_MODEL_6ef5b1446702406b99ce93304dad463d" ], "layout": "IPY_MODEL_88d18e8eea13460f9384310382b13727" } }, "fd10719d07e54e68b5b83b7745a3d041": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_a83bd101ea514572a17ed9abf93e8e16", "IPY_MODEL_c4b7882652a143eebd668d186d611f61", "IPY_MODEL_f6b1c951946f4ae784ea5dd2c49785f1" ], "layout": "IPY_MODEL_820d346abbb943acaba8a0b98e533c2b" } }, "fd1354d5f46240488e9baf04dc65be0f": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fd1c126e5dd74d3ebd97bd8ec10b1587": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fd2e3a9a825b4e279fe83a390ff4414e": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_54ea871969b74a99bb91d6025fe1866a", "IPY_MODEL_169a4eb885dd4c4d88fe0533ffcd2118", "IPY_MODEL_69dec89a57aa46aa8e0298adcb863864", "IPY_MODEL_5b97e0b0915c480e96aa96a7df108b4e", "IPY_MODEL_2bcc9628788b4688a5938ab53c47012b", "IPY_MODEL_077e81bff6504b84a57071af7a2c6639", "IPY_MODEL_e891a42d7cf142d4a25857ca3ba5ce6a" ], "layout": "IPY_MODEL_b94e96f5176c4778b804bef991d704e0" } }, "fd370d538be54025b2ee07439c312677": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "fd3e99013af5402abec688655097b8b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fd4143f9c0d44a46ae076e4e148e3658": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "output token:", "index": 0, "layout": "IPY_MODEL_43555278600a4e989c7c574141d42132", "style": "IPY_MODEL_5ec8a095951f4b66ba3d7a3e7e7be2c2" } }, "fd4a74e81f014abd90eed663c0340ae2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fd53e19e59494603b4352e60881b3140": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_8643617a750c478d898cbd4afaebc761", "IPY_MODEL_ef7ebb8aef0748b1acf87f7241999ee9" ], "layout": "IPY_MODEL_cfd57b057890435ca869b06115d93cdf" } }, "fd5cd63142844b0ea3a7d17f32e4d280": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fd607eaece24468d81aeb462627861a6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "df" ], "description": "input token:", "index": 0, "layout": "IPY_MODEL_fd4a74e81f014abd90eed663c0340ae2", "style": "IPY_MODEL_2327d8f4fe564ef6b611628cd453a343" } }, "fd6b259f22274387a1f57ccd659b8204": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_9f7e931614e2444ca071a19d88a1e0be", "style": "IPY_MODEL_15f63a9be63140a6a375132dc14484b6" } }, "fd6e91ad8eac4ea989db7673137bb98b": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 20px" } }, "fd742761f481457e842a60802ecd85d9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_64f0b5fecaa54f81ac05c12dafeb3d71", "style": "IPY_MODEL_ceb5c6cd066e4b17aa44f65f9e3f9ca7", "value": "Choose a method:" } }, "fd8e82d8b3144ea89757fcd4a740225a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_17286f0bbbfd4da9aeca66a5eac1740d", "style": "IPY_MODEL_bfa20c21db2c44f4b1a6479a390531a9" } }, "fd919c089dd342f8b0d81d24f953acc3": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fd952a58dec545fcbb9bef1df5ecd55e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "space-between", "margin": "10px 0px 20px 0px" } }, "fd9539af05d44d848588b8b0aa4f0804": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_f83a5bfe3a6c4a279bd60613084ac5f5", "style": "IPY_MODEL_7f4d139fec02415e80c247e92befaad0" } }, "fd9e6c1a728e4f059387c24becf7ea89": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 10px 0px 0px", "width": "60px" } }, "fd9ef121353846a4afb256ddbe457c6c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fdac4e7beb0f4c90a56c2066b34d7301": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_61195fd553484054bb5812b92a34f16b", "style": "IPY_MODEL_41a8e53ed005439faac10b47a551591f" } }, "fdade6365f654ca5a05ad88f114b87c7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fdb2078ed5cf4905b317a52697308c5a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "fdb5718c2efe492690e82f6961cdd979": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "layout": "IPY_MODEL_183676d933364aec9bc90d87902ca278" } }, "fdb83c33094140b780191d6d25a076ed": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40px" } }, "fdb90c271dc9420d8acf77e459bb2942": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fdbb46c707d5463d9fa33e5701dd5626": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fdbf65bf376b487faaf703c36af69f26": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fdc18690eb344f02b8db7d87837b41ec": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Select", "layout": "IPY_MODEL_439cb390ffe246b6bb5a6ee70c88397d", "style": "IPY_MODEL_745bfbd82ba645b98fcaff956ffafe75" } }, "fdc3a7801e0a437cb7c0d6efa4e438ef": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fdca361739574efdbe98f4dca7659e50": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_76698fe6e6804699b2109e41e9aebc75", "IPY_MODEL_64566dc1048b4b8c9bb3eb5fdfb82eed", "IPY_MODEL_fb07625501e940379f68a9fc4afd0f95" ], "layout": "IPY_MODEL_855fda5cb9ed42d28d5d16da118389c9" } }, "fdce38259253496a871247445a0eca01": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fdd127600b2b4938b87604b6392501be": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 0px", "width": "120px" } }, "fdd5a4ceadde4fb4bf325fef0f7bfe97": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "fddf1560e68e46f38febde74078ec404": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_content": "center", "justify_content": "center" } }, "fdeb713ef7e74f22bdd299aba7efe399": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fdf80dce958b4831a2fc32b3716b7b01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_71c372015bf14aafa641cdc107b32c22", "style": "IPY_MODEL_fdbb46c707d5463d9fa33e5701dd5626", "value": "all input tokens: df" } }, "fdfa4270596a426681f9e1e9740ed5ee": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_fea1570826954e7cb13b856cd22939cc", "style": "IPY_MODEL_4cdc5456b9494a298b5c3283c9b9a224", "value": false } }, "fdfdc658b12c440d994ddaa51875afc9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ToggleButtonsStyleModel", "state": { "button_width": "", "description_width": "" } }, "fe17b0051c6a421787abbd9e62085b42": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DropdownModel", "state": { "_options_labels": [ "Enter", "Represent", "Prepare", "Model", "Search", "Visualize", "Store" ], "description": "Task:", "index": 0, "layout": "IPY_MODEL_3d93ca40608145179b69c1bda67f881d", "style": "IPY_MODEL_d49ee354c9cd41d884f08ce16ec31fb9" } }, "fe22b8e6f08245faade64b9ecfa5c4fe": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_8a8830b409f648888578a40789d8f1aa", "style": "IPY_MODEL_87e412d5bdfb490b9aeae9ca798d25f4", "value": " Molecular Descriptors: " } }, "fe4bd9c06aee49e5a2340d870d9c3e8d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "fe50a58050af49b0bb86ad402a4eda24": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fe548d7059d4493a9c235a3ffd33fafb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_9ba92cb6c58546bba0d19e6a3c720bc5", "rows": 5, "style": "IPY_MODEL_4592e904be214a529c217e7959df545f" } }, "fe56ca363cb84f82b6f86e246bae36dd": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_9c6c1c26480f4ca2a870a231d032a5e7", "IPY_MODEL_cfe767350eb64c36ba777da23e71cc05" ], "layout": "IPY_MODEL_b5c37b56fe014b8eaef3076f650fbe71" } }, "fe5ec3da7ca8433dba2b31c214bf58a9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "SelectMultipleModel", "state": { "index": [], "layout": "IPY_MODEL_3a10ae9a177b477da0bebe44e54e8041", "rows": 5, "style": "IPY_MODEL_b6cc1ae9dd654837bf8e3e952a93bf71" } }, "fe6788ffb1ec4a2d886b2137ec29b9e6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fe6c537c3e3549b58efa87c8701847ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "filename", "layout": "IPY_MODEL_bd71ab35053d42aabdf31dc88f4d669f", "placeholder": "[]", "style": "IPY_MODEL_b5b06503d81042cfb96e5224eea9990c", "value": "fingerprints" } }, "fe71854160774862b8a631cfc298c575": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fe747012307a45da84874e4e850c7a2c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_231d621329434048b66b41d06e7fafec", "style": "IPY_MODEL_dc235fb3d2334e609d405abc41f6d25e", "value": " >>> " } }, "fe877ed343194ccc9799ce3d757cf96a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "fe931f18d15d41d6ad841aba18b4b1a4": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fe9bc06831734f90b373efb6f66d4e6b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_58efe897df634cc1ad42680e6759cb85", "IPY_MODEL_4294c7cb3cca4ae1aae5df9a283cf5f8" ], "layout": "IPY_MODEL_96d95c0079db48428de80d0c33d1274d" } }, "fea1570826954e7cb13b856cd22939cc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "fea373aecbc649f487c79614385633cb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fea5935db0624e60a76b4262d4b6a652": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_4547f5e9dee24833bcebd7824f0c5a86" ], "layout": "IPY_MODEL_10314db57eab455a800181e57d57ebef" } }, "feb565be4ae84106b1312b23897eeeca": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_402a14e870cc42a1884a416f065782c0", "IPY_MODEL_93f2c3b299ed4ba6a5025a616ab61247", "IPY_MODEL_dfb1a2354be146678d1512fddd81d06f", "IPY_MODEL_b94eaccced1e4254a570a84d8d9b95f3", "IPY_MODEL_de74de4e8df9456e8b61b4fa9aca3454", "IPY_MODEL_d3245039b8b3479f97690592103fc9e8", "IPY_MODEL_0d5ef7ba068346869882921a7f29fee9", "IPY_MODEL_f0f045f4a03447c8a1a0c69f241d1274", "IPY_MODEL_9145184d02e04a24bd993b1345466169" ], "layout": "IPY_MODEL_eb16f63130d84cc6b1bc9caac3da4dd0" } }, "feb9cad1740b4290b6388f2cda6b6b4d": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fec9f550a74e40be890db2739f5a9896": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "justify_content": "center" } }, "fecddb9b901e4d53bbdc75e831e1675b": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fed0a10db5c94927af6039d0741735ce": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "fed1b68698ca441fb32adb241a085edb": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": { "button_color": "lightblue" } }, "fee135a1044e4c3b84783b3e77607904": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fee2367e10514e27add8dbb763e4ce71": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "fee29fbdc6714956bd4cd05dc0b0b4b1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "feee5f17955e43ab877c1e7be053d6e1": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "20px 0px 0px 10px" } }, "ff03661e7e8b4ffb952d8b3e0fe2977a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_2a174e096f1f4457a1a2f8240d049ce4", "style": "IPY_MODEL_119d3d05d2c34fb1b798ca4d6b38f6c0", "value": false } }, "ff05fbb4f5a9433cb23eaef8a4dcb930": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "border": "dotted black 1px", "height": "40px", "margin": "0px 0px 0px 10px" } }, "ff242c5b543d4a6c995dabf583d88bab": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_60cac1eb851847608b743553c7807a11", "IPY_MODEL_f901e8306b6b4ea6bde234f3d38ad47f", "IPY_MODEL_a4dc5d27273145ae9719a749bec2c9c5" ], "layout": "IPY_MODEL_5bab44f67efa4380ab39f37ef80f4955" } }, "ff254bbe28e748f998e8e9855cd97115": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HTMLModel", "state": { "layout": "IPY_MODEL_e2d41e4a99ef40d5a4cebe4c687e7f44", "style": "IPY_MODEL_d5a08761d0fc4392ba967afde4efde05", "value": " <<< " } }, "ff45738fd3b547b190c80603e351db6a": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ff457f723c0644ef8ebdc5b0f73cde13": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_6279867998f04369b533e5667720943e", "style": "IPY_MODEL_9eb28b2c77274be788bff7305830aabb", "value": "Template 3: load_xyz_polarizability --> plot all 50 polarizabilities --> print first item of coordinates output" } }, "ff4773a307f14355ab465900da79a298": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonStyleModel", "state": {} }, "ff4fee3ace6f4a1f9e839daa0ef2caaf": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_4f62723aeb3b41b7afa1958fe90f54d5", "style": "IPY_MODEL_e3af6a58a9ee4c29af723ae410227ad4" } }, "ff5568cacc1d4e17a3c010a1f8c9cbb7": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ff5feda1b2934f4ab424227e4c0d2d2a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "output_directory", "layout": "IPY_MODEL_0915a446405a454685cb4a75fb72a41b", "placeholder": "[]", "style": "IPY_MODEL_612ef609db4c412f9ae265d209257468", "value": "None" } }, "ff6381018d484c77b13ae0fc78c33eb0": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_d2c14e2362a140679af576c538ea0f87" ], "layout": "IPY_MODEL_9de9892259fa4fd18b140403f3d709d7" } }, "ff652e881d3344ffbaffa51f2ee0a008": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TabModel", "state": { "_titles": { "0": "Parameters", "1": "Input/Output" }, "children": [ "IPY_MODEL_0a9abfe386ab418c9b231f9f5e1d2e2f", "IPY_MODEL_c980bcc744ed4b08a1f28448c89de802" ], "layout": "IPY_MODEL_02bdef15536b4286be5fa653416f3722" } }, "ff6a780e04b14f4f8b9caf2a0e2483ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "ff77a23a671d429ca5e2c265e9337164": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ff7e876a1cb54db8bb590873a3f082f6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "width": "40%" } }, "ff8c58c30da442cd846c9f3a0a85aad9": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "description": "Add", "layout": "IPY_MODEL_5df67733f77749a2962bb53f5176bec7", "style": "IPY_MODEL_aa21f74c0463427a97ac7c94f4639eeb" } }, "ff949790662f4c2b8271d7feda676489": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ff988052b387486c992d5d1acd7dea7a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "VBoxModel", "state": { "children": [ "IPY_MODEL_67727a2a9c6d484eab3b964d744b2161", "IPY_MODEL_a5cb42eed1fd40a09492d93357115746", "IPY_MODEL_4351124f8c9746f2b3a4ca4a4ebbc8f8", "IPY_MODEL_aecdce14c6bf45e9972967cf7d158109", "IPY_MODEL_26372d15d23d48b2ae4003f1e6c6f202" ], "layout": "IPY_MODEL_7a6a45fb64f34a53832b61a10b8ce5e7" } }, "ff9f2e7e00a14f33a56b07af0b214391": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ff9f93d505cf41fd958fca573a3b7e44": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "CheckboxModel", "state": { "description": "Check to set", "disabled": false, "indent": false, "layout": "IPY_MODEL_00f9e28d4cc24ac3af1c3c93c50f6db1", "style": "IPY_MODEL_cee6838f8eee47c894de76727ef9c233", "value": false } }, "ffa2ccaa6601479f93355c93778d685a": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "header", "layout": "IPY_MODEL_815f606445d241c5aac00b283e78e77d", "placeholder": "[]", "style": "IPY_MODEL_bf08b3ec9ba348e8af25584ab91540d1", "value": "False" } }, "ffb1fc63ca4a43fc9c226b9afd719fcc": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ffb3265921f6455e8485efde2e3fe082": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "10px 0px 0px 10px", "width": "50%" } }, "ffb39f1c957749579eca6f959e00bc0c": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ffb3e8723601436880a32156e33da295": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "ffb93fdb09b74695b7b95a9f7ca20509": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "TextModel", "state": { "description": "Type:", "disabled": true, "layout": "IPY_MODEL_ca716fbc509a4893b6fe6aac4dd5e758", "style": "IPY_MODEL_444914c4125c4920a8b68c916dc70224" } }, "ffcc9e51683d4aee82b25e07ca634af4": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "LabelModel", "state": { "layout": "IPY_MODEL_c8def38ae4fd4dca8dbf640c7c53163a", "style": "IPY_MODEL_aaf7fff0c5374a2690cf8977868f44e0", "value": "Template 4: get SMILES reperesentaion of molecules --> save them --> generate Dragon descriptors --> save features" } }, "ffcfcef054f04279bf6240b46e46c6f6": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "BoxModel", "state": { "children": [ "IPY_MODEL_526d87fefbeb482c82fa1558d507b75b" ], "layout": "IPY_MODEL_40977de570014cf39951913cc99376d5" } }, "ffd04425a8b04a0f95fe35e2fbb5ee01": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "HBoxModel", "state": { "children": [ "IPY_MODEL_1a4cd2856b8d45518baafcba87c86155", "IPY_MODEL_3d82cdf3622b4e83ac6d787bf1e020dc", "IPY_MODEL_06a1bf80d5f84407bdc8f019bfa51776" ], "layout": "IPY_MODEL_3a1075dfc767460dbc0a935ccad0a519" } }, "ffd11a9b91ae4bdfa2fa85a916f572a6": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "border": "dotted black 1px", "justify_content": "space-between" } }, "ffe1f51197514b59b032b4f0c75f5e79": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "align_items": "center", "justify_content": "center", "margin": "10px 0px 0px 0px" } }, "ffeaeb9530d1413ebb7aad10fc997a9e": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": { "margin": "0px 0px 0px 10px" } }, "ffedac81ce58411fb893f73deb916d16": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "fff692eac9324dd0bd1020db8ca272e5": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "initial" } }, "fffa0040892041f6a20b647b66af496c": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "DescriptionStyleModel", "state": { "description_width": "" } }, "ffff6074a36c446f87744f33e44440ba": { "model_module": "@jupyter-widgets/controls", "model_module_version": "1.5.0", "model_name": "ButtonModel", "state": { "icon": "refresh", "layout": "IPY_MODEL_b5abe93128ee4b918eabcd0cf66feb3b", "style": "IPY_MODEL_be04b7fa2b4c4e20ab505e9c5b3edd33" } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 2 }