variable-explorer 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- variable_explorer/__init__.py +7 -0
- variable_explorer/_version.py +4 -0
- variable_explorer/kernel/__init__.py +5 -0
- variable_explorer/kernel/comm_handler.py +255 -0
- variable_explorer/kernel/data_provider.py +235 -0
- variable_explorer/kernel/editor.py +88 -0
- variable_explorer/kernel/introspection.py +186 -0
- variable_explorer/kernel/serialization.py +73 -0
- variable_explorer/kernel/sorter.py +34 -0
- variable_explorer/kernel/statistics.py +101 -0
- variable_explorer/labextension/build_log.json +726 -0
- variable_explorer/labextension/package.json +96 -0
- variable_explorer/labextension/schemas/variable-explorer/package.json.orig +91 -0
- variable_explorer/labextension/schemas/variable-explorer/plugin.json +75 -0
- variable_explorer/labextension/static/lib_index_js.88a2cd3be0f2bf49f0eb.js +1417 -0
- variable_explorer/labextension/static/lib_index_js.88a2cd3be0f2bf49f0eb.js.map +1 -0
- variable_explorer/labextension/static/remoteEntry.a8ed3dcc7548f0b68f93.js +576 -0
- variable_explorer/labextension/static/remoteEntry.a8ed3dcc7548f0b68f93.js.map +1 -0
- variable_explorer/labextension/static/style.js +4 -0
- variable_explorer/labextension/static/style_index_js-data_font_woff2_charset_utf-8_base64_d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEAAAAAA-5c9677.c69a59632d259bde8f84.js +785 -0
- variable_explorer/labextension/static/style_index_js-data_font_woff2_charset_utf-8_base64_d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEAAAAAA-5c9677.c69a59632d259bde8f84.js.map +1 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-community_dist_package_main_esm_mjs.c38425b170e91e5db052.js +50347 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-community_dist_package_main_esm_mjs.c38425b170e91e5db052.js.map +1 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-community_styles_ag-grid_css-node_modules_ag-grid-community_styl-7d25f0.7424d30423d9f1c112f6.js +8124 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-community_styles_ag-grid_css-node_modules_ag-grid-community_styl-7d25f0.7424d30423d9f1c112f6.js.map +1 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-react_dist_package_index_esm_mjs.ca52d36c364e6562240a.js +2917 -0
- variable_explorer/labextension/static/vendors-node_modules_ag-grid-react_dist_package_index_esm_mjs.ca52d36c364e6562240a.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/build_log.json +726 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/install.json +5 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/package.json +96 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/schemas/variable-explorer/package.json.orig +91 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/schemas/variable-explorer/plugin.json +75 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/lib_index_js.88a2cd3be0f2bf49f0eb.js +1417 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/lib_index_js.88a2cd3be0f2bf49f0eb.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/remoteEntry.a8ed3dcc7548f0b68f93.js +576 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/remoteEntry.a8ed3dcc7548f0b68f93.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/style.js +4 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/style_index_js-data_font_woff2_charset_utf-8_base64_d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEAAAAAA-5c9677.c69a59632d259bde8f84.js +785 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/style_index_js-data_font_woff2_charset_utf-8_base64_d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEAAAAAA-5c9677.c69a59632d259bde8f84.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-community_dist_package_main_esm_mjs.c38425b170e91e5db052.js +50347 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-community_dist_package_main_esm_mjs.c38425b170e91e5db052.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-community_styles_ag-grid_css-node_modules_ag-grid-community_styl-7d25f0.7424d30423d9f1c112f6.js +8124 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-community_styles_ag-grid_css-node_modules_ag-grid-community_styl-7d25f0.7424d30423d9f1c112f6.js.map +1 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-react_dist_package_index_esm_mjs.ca52d36c364e6562240a.js +2917 -0
- variable_explorer-0.1.0.data/data/share/jupyter/labextensions/variable-explorer/static/vendors-node_modules_ag-grid-react_dist_package_index_esm_mjs.ca52d36c364e6562240a.js.map +1 -0
- variable_explorer-0.1.0.dist-info/METADATA +80 -0
- variable_explorer-0.1.0.dist-info/RECORD +49 -0
- variable_explorer-0.1.0.dist-info/WHEEL +4 -0
- variable_explorer-0.1.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "variable-explorer",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "A Spyder/Stata-grade variable explorer for JupyterLab",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"jupyter",
|
|
7
|
+
"jupyterlab",
|
|
8
|
+
"jupyterlab-extension",
|
|
9
|
+
"variable-explorer",
|
|
10
|
+
"dataframe-viewer"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": {
|
|
14
|
+
"name": "Variable Explorer Contributors"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
|
18
|
+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
|
|
19
|
+
],
|
|
20
|
+
"main": "lib/index.js",
|
|
21
|
+
"types": "lib/index.d.ts",
|
|
22
|
+
"style": "style/index.css",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": ""
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "jlpm build:lib && jlpm build:labextension:dev",
|
|
29
|
+
"build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension",
|
|
30
|
+
"build:labextension": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path C:/Users/Owner/anaconda3/Lib/site-packages/jupyterlab/staging .",
|
|
31
|
+
"build:labextension:dev": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path C:/Users/Owner/anaconda3/Lib/site-packages/jupyterlab/staging . --development",
|
|
32
|
+
"build:lib": "tsc",
|
|
33
|
+
"clean": "jlpm clean:lib && jlpm clean:labextension",
|
|
34
|
+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
|
35
|
+
"clean:labextension": "rimraf variable_explorer/labextension",
|
|
36
|
+
"install:extension": "jlpm build",
|
|
37
|
+
"watch": "run-p watch:src watch:labextension",
|
|
38
|
+
"watch:src": "tsc -w --sourceMap",
|
|
39
|
+
"watch:labextension": "jupyter labextension watch ."
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@jupyterlab/application": "^4.0.0",
|
|
43
|
+
"@jupyterlab/apputils": "^4.0.0",
|
|
44
|
+
"@jupyterlab/console": "^4.0.0",
|
|
45
|
+
"@jupyterlab/notebook": "^4.0.0",
|
|
46
|
+
"@jupyterlab/services": "^7.0.0",
|
|
47
|
+
"@jupyterlab/statusbar": "^4.0.0",
|
|
48
|
+
"@jupyterlab/ui-components": "^4.0.0",
|
|
49
|
+
"@lumino/coreutils": "^2.0.0",
|
|
50
|
+
"@lumino/disposable": "^2.0.0",
|
|
51
|
+
"@lumino/messaging": "^2.0.0",
|
|
52
|
+
"@lumino/signaling": "^2.0.0",
|
|
53
|
+
"@lumino/widgets": "^2.0.0",
|
|
54
|
+
"ag-grid-community": "^32.0.0",
|
|
55
|
+
"ag-grid-react": "^32.0.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@jupyterlab/builder": "^4.0.0",
|
|
59
|
+
"@types/react": "^18.0.26",
|
|
60
|
+
"@types/react-dom": "^18.0.9",
|
|
61
|
+
"css-loader": "^6.7.1",
|
|
62
|
+
"npm-run-all2": "^7.0.1",
|
|
63
|
+
"rimraf": "^5.0.1",
|
|
64
|
+
"source-map-loader": "^1.0.2",
|
|
65
|
+
"style-loader": "^3.3.1",
|
|
66
|
+
"typescript": "~5.5.0"
|
|
67
|
+
},
|
|
68
|
+
"sideEffects": [
|
|
69
|
+
"style/*.css",
|
|
70
|
+
"style/index.js"
|
|
71
|
+
],
|
|
72
|
+
"styleModule": "style/index.js",
|
|
73
|
+
"publishConfig": {
|
|
74
|
+
"access": "public"
|
|
75
|
+
},
|
|
76
|
+
"jupyterlab": {
|
|
77
|
+
"extension": true,
|
|
78
|
+
"outputDir": "variable_explorer/labextension",
|
|
79
|
+
"schemaDir": "schema",
|
|
80
|
+
"sharedPackages": {
|
|
81
|
+
"ag-grid-community": {
|
|
82
|
+
"bundled": true,
|
|
83
|
+
"singleton": true
|
|
84
|
+
},
|
|
85
|
+
"ag-grid-react": {
|
|
86
|
+
"bundled": true,
|
|
87
|
+
"singleton": true
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"_build": {
|
|
91
|
+
"load": "static\\remoteEntry.a8ed3dcc7548f0b68f93.js",
|
|
92
|
+
"extension": "./extension",
|
|
93
|
+
"style": "./style"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "variable-explorer",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "A Spyder/Stata-grade variable explorer for JupyterLab",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"jupyter",
|
|
7
|
+
"jupyterlab",
|
|
8
|
+
"jupyterlab-extension",
|
|
9
|
+
"variable-explorer",
|
|
10
|
+
"dataframe-viewer"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": {
|
|
14
|
+
"name": "Variable Explorer Contributors"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
|
18
|
+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
|
|
19
|
+
],
|
|
20
|
+
"main": "lib/index.js",
|
|
21
|
+
"types": "lib/index.d.ts",
|
|
22
|
+
"style": "style/index.css",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": ""
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "jlpm build:lib && jlpm build:labextension:dev",
|
|
29
|
+
"build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension",
|
|
30
|
+
"build:labextension": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path C:/Users/Owner/anaconda3/Lib/site-packages/jupyterlab/staging .",
|
|
31
|
+
"build:labextension:dev": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path C:/Users/Owner/anaconda3/Lib/site-packages/jupyterlab/staging . --development",
|
|
32
|
+
"build:lib": "tsc",
|
|
33
|
+
"clean": "jlpm clean:lib && jlpm clean:labextension",
|
|
34
|
+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
|
35
|
+
"clean:labextension": "rimraf variable_explorer/labextension",
|
|
36
|
+
"install:extension": "jlpm build",
|
|
37
|
+
"watch": "run-p watch:src watch:labextension",
|
|
38
|
+
"watch:src": "tsc -w --sourceMap",
|
|
39
|
+
"watch:labextension": "jupyter labextension watch ."
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@jupyterlab/application": "^4.0.0",
|
|
43
|
+
"@jupyterlab/apputils": "^4.0.0",
|
|
44
|
+
"@jupyterlab/console": "^4.0.0",
|
|
45
|
+
"@jupyterlab/notebook": "^4.0.0",
|
|
46
|
+
"@jupyterlab/services": "^7.0.0",
|
|
47
|
+
"@jupyterlab/statusbar": "^4.0.0",
|
|
48
|
+
"@jupyterlab/ui-components": "^4.0.0",
|
|
49
|
+
"@lumino/coreutils": "^2.0.0",
|
|
50
|
+
"@lumino/disposable": "^2.0.0",
|
|
51
|
+
"@lumino/messaging": "^2.0.0",
|
|
52
|
+
"@lumino/signaling": "^2.0.0",
|
|
53
|
+
"@lumino/widgets": "^2.0.0",
|
|
54
|
+
"ag-grid-community": "^32.0.0",
|
|
55
|
+
"ag-grid-react": "^32.0.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@jupyterlab/builder": "^4.0.0",
|
|
59
|
+
"@types/react": "^18.0.26",
|
|
60
|
+
"@types/react-dom": "^18.0.9",
|
|
61
|
+
"css-loader": "^6.7.1",
|
|
62
|
+
"npm-run-all2": "^7.0.1",
|
|
63
|
+
"rimraf": "^5.0.1",
|
|
64
|
+
"source-map-loader": "^1.0.2",
|
|
65
|
+
"style-loader": "^3.3.1",
|
|
66
|
+
"typescript": "~5.5.0"
|
|
67
|
+
},
|
|
68
|
+
"sideEffects": [
|
|
69
|
+
"style/*.css",
|
|
70
|
+
"style/index.js"
|
|
71
|
+
],
|
|
72
|
+
"styleModule": "style/index.js",
|
|
73
|
+
"publishConfig": {
|
|
74
|
+
"access": "public"
|
|
75
|
+
},
|
|
76
|
+
"jupyterlab": {
|
|
77
|
+
"extension": true,
|
|
78
|
+
"outputDir": "variable_explorer/labextension",
|
|
79
|
+
"schemaDir": "schema",
|
|
80
|
+
"sharedPackages": {
|
|
81
|
+
"ag-grid-community": {
|
|
82
|
+
"bundled": true,
|
|
83
|
+
"singleton": true
|
|
84
|
+
},
|
|
85
|
+
"ag-grid-react": {
|
|
86
|
+
"bundled": true,
|
|
87
|
+
"singleton": true
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jupyter.lab.setting-icon-label": "Variable Explorer",
|
|
3
|
+
"title": "Variable Explorer",
|
|
4
|
+
"description": "Variable Explorer settings.",
|
|
5
|
+
"jupyter.lab.toolbars": {
|
|
6
|
+
"Notebook": [
|
|
7
|
+
{
|
|
8
|
+
"name": "variable-explorer-open",
|
|
9
|
+
"command": "variable-explorer:open",
|
|
10
|
+
"rank": 50,
|
|
11
|
+
"label": "Variables"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"jupyter.lab.menus": {
|
|
16
|
+
"main": [
|
|
17
|
+
{
|
|
18
|
+
"id": "jp-mainmenu-view",
|
|
19
|
+
"items": [
|
|
20
|
+
{
|
|
21
|
+
"command": "variable-explorer:open",
|
|
22
|
+
"rank": 1
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"toolbar": {
|
|
31
|
+
"title": "Notebook toolbar items",
|
|
32
|
+
"description": "Toolbar items for notebooks",
|
|
33
|
+
"items": {
|
|
34
|
+
"$ref": "#/definitions/toolbarItem"
|
|
35
|
+
},
|
|
36
|
+
"type": "array",
|
|
37
|
+
"default": []
|
|
38
|
+
},
|
|
39
|
+
"pageSize": {
|
|
40
|
+
"type": "number",
|
|
41
|
+
"title": "Page Size",
|
|
42
|
+
"description": "Number of rows to load per page in the data grid.",
|
|
43
|
+
"default": 1000
|
|
44
|
+
},
|
|
45
|
+
"maxHistogramBins": {
|
|
46
|
+
"type": "number",
|
|
47
|
+
"title": "Max Histogram Bins",
|
|
48
|
+
"description": "Maximum number of bins for column histograms.",
|
|
49
|
+
"default": 20
|
|
50
|
+
},
|
|
51
|
+
"enableConditionalFormatting": {
|
|
52
|
+
"type": "boolean",
|
|
53
|
+
"title": "Enable Conditional Formatting",
|
|
54
|
+
"description": "Enable heatmap coloring for numeric columns.",
|
|
55
|
+
"default": true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"additionalProperties": false,
|
|
59
|
+
"definitions": {
|
|
60
|
+
"toolbarItem": {
|
|
61
|
+
"properties": {
|
|
62
|
+
"name": { "type": "string" },
|
|
63
|
+
"args": { "type": "object" },
|
|
64
|
+
"command": { "type": "string", "default": "" },
|
|
65
|
+
"disabled": { "type": "boolean", "default": false },
|
|
66
|
+
"icon": { "type": "string", "default": "" },
|
|
67
|
+
"label": { "type": "string", "default": "" },
|
|
68
|
+
"type": { "type": "string", "enum": ["command", "spacer"], "default": "command" },
|
|
69
|
+
"rank": { "type": "number", "default": 50 }
|
|
70
|
+
},
|
|
71
|
+
"additionalProperties": false,
|
|
72
|
+
"type": "object"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|