hiplot-mm 0.0.3rc1__tar.gz → 0.0.3rc3__tar.gz

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.
Files changed (44) hide show
  1. {hiplot_mm-0.0.3rc1/hiplot_mm.egg-info → hiplot_mm-0.0.3rc3}/PKG-INFO +15 -4
  2. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/README.md +14 -3
  3. hiplot_mm-0.0.3rc3/hiplot/static/built/hiplot.bundle.js +3 -0
  4. hiplot_mm-0.0.3rc3/hiplot/static/built/streamlit_component/hiplot_streamlit.bundle.js +3 -0
  5. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3/hiplot_mm.egg-info}/PKG-INFO +15 -4
  6. hiplot_mm-0.0.3rc3/hiplot_mm.egg-info/entry_points.txt +4 -0
  7. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/pyproject.toml +3 -2
  8. hiplot_mm-0.0.3rc1/hiplot/static/built/hiplot.bundle.js +0 -3
  9. hiplot_mm-0.0.3rc1/hiplot/static/built/streamlit_component/hiplot_streamlit.bundle.js +0 -3
  10. hiplot_mm-0.0.3rc1/hiplot_mm.egg-info/entry_points.txt +0 -3
  11. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/LICENSE +0 -0
  12. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/MANIFEST.in +0 -0
  13. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/NOTICE +0 -0
  14. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/__init__.py +0 -0
  15. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/__main__.py +0 -0
  16. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/compress.py +0 -0
  17. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/experiment.py +0 -0
  18. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/fetchers.py +0 -0
  19. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/fetchers_demo.py +0 -0
  20. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/ipython.py +0 -0
  21. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/pkginfo.py +0 -0
  22. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/py.typed +0 -0
  23. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/render.py +0 -0
  24. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/server.py +0 -0
  25. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/built/streamlit_component/index.html +0 -0
  26. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/icon-w.svg +0 -0
  27. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/icon.png +0 -0
  28. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/icon.svg +0 -0
  29. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/logo-w.svg +0 -0
  30. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/logo.png +0 -0
  31. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/logo.svg +0 -0
  32. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/static/thumbnail.png +0 -0
  33. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/streamlit_helpers.py +0 -0
  34. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/templates/index.html +0 -0
  35. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/test_experiment.py +0 -0
  36. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/test_fetchers.py +0 -0
  37. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot/test_render.py +0 -0
  38. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot_mm.egg-info/SOURCES.txt +0 -0
  39. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot_mm.egg-info/dependency_links.txt +0 -0
  40. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot_mm.egg-info/requires.txt +0 -0
  41. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/hiplot_mm.egg-info/top_level.txt +0 -0
  42. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/requirements/dev.txt +0 -0
  43. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/requirements/main.txt +0 -0
  44. {hiplot_mm-0.0.3rc1 → hiplot_mm-0.0.3rc3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hiplot-mm
3
- Version: 0.0.3rc1
3
+ Version: 0.0.3rc3
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
- # Core package (HTML export only)
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 CLI command)
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,15 +20,26 @@ There are several modes to HiPlot:
20
20
  - In a jupyter notebook (to visualize python data), or in [Streamlit apps](https://mindthemath.github.io/hiplot/tuto_streamlit.html)
21
21
  - In CLI to render standalone HTML
22
22
 
23
+ ## Quick Start
23
24
 
24
25
  ```bash
25
- # Core package (HTML export only)
26
+ # Render a CSV to interactive HTML (no install needed)
27
+ uvx hiplot-mm data.csv > output.html
28
+
29
+ # Or start an interactive server
30
+ uvx --from 'hiplot-mm[server]' hiplot --port 8765
31
+ ```
32
+
33
+ ## Installation
34
+
35
+ ```bash
36
+ # Core package (HTML export, CLI rendering)
26
37
  pip install hiplot-mm
27
38
 
28
39
  # With Jupyter notebook support
29
40
  pip install hiplot-mm[notebook]
30
41
 
31
- # With web server support (hiplot CLI command)
42
+ # With web server support (hiplot command)
32
43
  pip install hiplot-mm[server]
33
44
 
34
45
  # With Streamlit support
@@ -86,7 +97,7 @@ uv build
86
97
 
87
98
  **Run the dev server:**
88
99
  ```bash
89
- uv run hiplot --port 8765
100
+ uv run --extra server hiplot --port 8765
90
101
  ```
91
102
 
92
103