mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-04 15:17:14 +00:00
first commit
This commit is contained in:
@ -0,0 +1,94 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"application/vnd.jupyter.widget-view+json": {
|
||||
"model_id": "f46f26da84b54255bccc3a69d7eb08de",
|
||||
"version_major": 2,
|
||||
"version_minor": 0
|
||||
},
|
||||
"text/plain": [
|
||||
"Label(value='Hello World')"
|
||||
]
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"import ipywidgets\n",
|
||||
"label = ipywidgets.Label('Hello World')\n",
|
||||
"label"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# it should also handle custom msg'es\n",
|
||||
"label.send({'msg': 'Hello'})"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
"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.6.4"
|
||||
},
|
||||
"widgets": {
|
||||
"application/vnd.jupyter.widget-state+json": {
|
||||
"state": {
|
||||
"8273e8fe9d9941a4a63c062158e0a630": {
|
||||
"model_module": "@jupyter-widgets/controls",
|
||||
"model_module_version": "1.4.0",
|
||||
"model_name": "DescriptionStyleModel",
|
||||
"state": {
|
||||
"description_width": ""
|
||||
}
|
||||
},
|
||||
"a72770a4f541425f8fe85833a3dc2a8e": {
|
||||
"model_module": "@jupyter-widgets/controls",
|
||||
"model_module_version": "1.4.0",
|
||||
"model_name": "LabelModel",
|
||||
"state": {
|
||||
"context_menu": null,
|
||||
"layout": "IPY_MODEL_dec20f599109458ca607b1df5959469b",
|
||||
"style": "IPY_MODEL_8273e8fe9d9941a4a63c062158e0a630",
|
||||
"value": "Hello World"
|
||||
}
|
||||
},
|
||||
"dec20f599109458ca607b1df5959469b": {
|
||||
"model_module": "@jupyter-widgets/base",
|
||||
"model_module_version": "1.1.0",
|
||||
"model_name": "LayoutModel",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
"version_major": 2,
|
||||
"version_minor": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
Reference in New Issue
Block a user