hiplot-mm 0.0.3rc1__py3-none-any.whl → 0.0.3rc2__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.
- hiplot/static/built/hiplot.bundle.js +1 -1
- hiplot/static/built/streamlit_component/hiplot_streamlit.bundle.js +1 -1
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/METADATA +15 -4
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/RECORD +9 -9
- hiplot_mm-0.0.3rc2.dist-info/entry_points.txt +4 -0
- hiplot_mm-0.0.3rc1.dist-info/entry_points.txt +0 -3
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/WHEEL +0 -0
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/licenses/LICENSE +0 -0
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/licenses/NOTICE +0 -0
- {hiplot_mm-0.0.3rc1.dist-info → hiplot_mm-0.0.3rc2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hiplot-mm
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3rc2
|
|
4
4
|
Summary: High dimensional Interactive Plotting tool
|
|
5
5
|
Author: Facebook AI Research, mathematicalmichael @ Mind the Math, LLC
|
|
6
6
|
License-Expression: MIT
|
|
@@ -78,15 +78,26 @@ There are several modes to HiPlot:
|
|
|
78
78
|
- In a jupyter notebook (to visualize python data), or in [Streamlit apps](https://mindthemath.github.io/hiplot/tuto_streamlit.html)
|
|
79
79
|
- In CLI to render standalone HTML
|
|
80
80
|
|
|
81
|
+
## Quick Start
|
|
81
82
|
|
|
82
83
|
```bash
|
|
83
|
-
#
|
|
84
|
+
# Render a CSV to interactive HTML (no install needed)
|
|
85
|
+
uvx hiplot-mm data.csv > output.html
|
|
86
|
+
|
|
87
|
+
# Or start an interactive server
|
|
88
|
+
uvx --from 'hiplot-mm[server]' hiplot --port 8765
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## Installation
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
# Core package (HTML export, CLI rendering)
|
|
84
95
|
pip install hiplot-mm
|
|
85
96
|
|
|
86
97
|
# With Jupyter notebook support
|
|
87
98
|
pip install hiplot-mm[notebook]
|
|
88
99
|
|
|
89
|
-
# With web server support (hiplot
|
|
100
|
+
# With web server support (hiplot command)
|
|
90
101
|
pip install hiplot-mm[server]
|
|
91
102
|
|
|
92
103
|
# With Streamlit support
|
|
@@ -144,7 +155,7 @@ uv build
|
|
|
144
155
|
|
|
145
156
|
**Run the dev server:**
|
|
146
157
|
```bash
|
|
147
|
-
uv run hiplot --port 8765
|
|
158
|
+
uv run --extra server hiplot --port 8765
|
|
148
159
|
```
|
|
149
160
|
|
|
150
161
|
|
|
@@ -20,14 +20,14 @@ hiplot/static/logo-w.svg,sha256=Ptvs98gsgr0Qk12LnbglQKx2lSfs6Hc4TUTx6Mk9hF0,2274
|
|
|
20
20
|
hiplot/static/logo.png,sha256=Rd7cq4aMlvQmSrL5OKrOWcucDngQgkt5ZUUKO2i4uRE,15653
|
|
21
21
|
hiplot/static/logo.svg,sha256=vzVSSRpfkuCMuW3RhmrwRk9JkKb2YtHeQIO9f_LFW1k,2265
|
|
22
22
|
hiplot/static/thumbnail.png,sha256=SX3sY85PxZ5y0LbPWzoSWGXHvU-fgBBZgW7zxMT_3hk,45290
|
|
23
|
-
hiplot/static/built/hiplot.bundle.js,sha256=
|
|
24
|
-
hiplot/static/built/streamlit_component/hiplot_streamlit.bundle.js,sha256=
|
|
23
|
+
hiplot/static/built/hiplot.bundle.js,sha256=QPdoDSODRGpy39OYwTEJYX_tWV4iFI_NX3VU1K5OZSU,1579843
|
|
24
|
+
hiplot/static/built/streamlit_component/hiplot_streamlit.bundle.js,sha256=fT7B_j0Y2Q_W3xf7V5-V5TIVrS9JRG6t_DsCGls-LvA,1562716
|
|
25
25
|
hiplot/static/built/streamlit_component/index.html,sha256=9zbuZu0iE1vFr2cy0ulrP3l34i8W_3-Mkl_JCPVq-tc,512
|
|
26
26
|
hiplot/templates/index.html,sha256=cwt7fGGdz3UHxHZAh3EMnudmwMauGV7Jp8YOUxtSFPE,1281
|
|
27
|
-
hiplot_mm-0.0.
|
|
28
|
-
hiplot_mm-0.0.
|
|
29
|
-
hiplot_mm-0.0.
|
|
30
|
-
hiplot_mm-0.0.
|
|
31
|
-
hiplot_mm-0.0.
|
|
32
|
-
hiplot_mm-0.0.
|
|
33
|
-
hiplot_mm-0.0.
|
|
27
|
+
hiplot_mm-0.0.3rc2.dist-info/licenses/LICENSE,sha256=UkEte8fOQVfqYou6rLiCngqcs8WPV_mRdhJryM8r_IU,1086
|
|
28
|
+
hiplot_mm-0.0.3rc2.dist-info/licenses/NOTICE,sha256=BgJexxrr6wJp6w2Sh51mRAiLn1ymNC5o6F5KrnUV8Do,11609
|
|
29
|
+
hiplot_mm-0.0.3rc2.dist-info/METADATA,sha256=iX4FcaOd04nqp5QM3kUBKNMhD2ejTtnS6XurtOd5M5o,7176
|
|
30
|
+
hiplot_mm-0.0.3rc2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
31
|
+
hiplot_mm-0.0.3rc2.dist-info/entry_points.txt,sha256=0jW-wCisYUaBQntq-5xMEPhoJHNpq74wuGTBZQJi_CY,151
|
|
32
|
+
hiplot_mm-0.0.3rc2.dist-info/top_level.txt,sha256=J1kKpj7DXS676kMWcep6U8rHfAHrL1YQWAwhjcHMpMU,7
|
|
33
|
+
hiplot_mm-0.0.3rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|