prismnote 0.4.2__tar.gz → 0.4.3__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.
- {prismnote-0.4.2/python/prismnote.egg-info → prismnote-0.4.3}/PKG-INFO +31 -10
- {prismnote-0.4.2 → prismnote-0.4.3}/README.md +30 -9
- {prismnote-0.4.2 → prismnote-0.4.3}/pyproject.toml +1 -1
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote/__init__.py +1 -1
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote/_cli.py +1 -1
- {prismnote-0.4.2 → prismnote-0.4.3/python/prismnote.egg-info}/PKG-INFO +31 -10
- {prismnote-0.4.2 → prismnote-0.4.3}/LICENSE +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote/__main__.py +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote.egg-info/SOURCES.txt +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote.egg-info/dependency_links.txt +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote.egg-info/entry_points.txt +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote.egg-info/requires.txt +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/python/prismnote.egg-info/top_level.txt +0 -0
- {prismnote-0.4.2 → prismnote-0.4.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prismnote
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Modern, open-source Jupyter-compatible data science notebook with Rust performance
|
|
5
5
|
Author-email: Georgi Mammen Mullassery <mullassery@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -65,7 +65,7 @@ Dynamic: license-file
|
|
|
65
65
|
**A fast, modern, open-source data-science notebook.**
|
|
66
66
|
Rust engine · React UI · local-first · AI-native.
|
|
67
67
|
|
|
68
|
-
**License:** MIT · **Status:** Beta (v0.4) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
68
|
+
**License:** MIT · **Status:** Beta (v0.4.3) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
69
69
|
|
|
70
70
|
</div>
|
|
71
71
|
|
|
@@ -82,10 +82,11 @@ AI assistance, scheduled jobs, git, and generated cloud-deploy files — all on
|
|
|
82
82
|
- **Jupyter-compatible** — native `.ipynb` import/export.
|
|
83
83
|
- **Batteries included** — kernel, SQL, charts, AI, jobs, git, deploy, search, terminal.
|
|
84
84
|
|
|
85
|
-
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
86
|
-
> charts
|
|
87
|
-
>
|
|
88
|
-
> before shipping. See the
|
|
85
|
+
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
86
|
+
> charts, variable explorer, and SQL (databases + warehouses) are functional. SQL runs
|
|
87
|
+
> through the kernel using the OSS driver you install (see [CONNECTORS.md](CONNECTORS.md));
|
|
88
|
+
> deployment files are **generated templates** you review before shipping. See the
|
|
89
|
+
> [roadmap](#roadmap).
|
|
89
90
|
|
|
90
91
|
---
|
|
91
92
|
|
|
@@ -147,6 +148,16 @@ binary isn't published for your platform/version yet, use the from-source steps
|
|
|
147
148
|
- **Interrupt** a running cell and **restart** the kernel.
|
|
148
149
|
- **Dynamic input widgets** — `prism.input / slider / select / checkbox` re-run the
|
|
149
150
|
cell when changed.
|
|
151
|
+
- **Variable explorer** — a Variables tab listing the kernel's variables (name, type,
|
|
152
|
+
shape, preview).
|
|
153
|
+
|
|
154
|
+
### Data & SQL
|
|
155
|
+
- **Connections** for SQLite, DuckDB, PostgreSQL, MySQL, and 8 cloud warehouses
|
|
156
|
+
(Snowflake, BigQuery, Redshift, Databricks, Athena, Trino, Presto, Synapse).
|
|
157
|
+
- **Real query execution** through the kernel using permissively-licensed (OSS)
|
|
158
|
+
drivers you install — no vendored drivers. See [CONNECTORS.md](CONNECTORS.md).
|
|
159
|
+
- Results render with the **Table / Bar / Line** switcher, and **Insert into notebook**
|
|
160
|
+
drops a reproducible `df = …` cell.
|
|
150
161
|
|
|
151
162
|
### AI assistance
|
|
152
163
|
Local models via **Ollama**, or **Claude / OpenAI**.
|
|
@@ -167,12 +178,21 @@ Local models via **Ollama**, or **Claude / OpenAI**.
|
|
|
167
178
|
- **Cloud deploy** — generates `Dockerfile`, `docker-compose.yml`, `k8s.yaml`, and
|
|
168
179
|
`fly.toml` (review before deploying).
|
|
169
180
|
|
|
181
|
+
### Editing & menus
|
|
182
|
+
- Cell ops: **cut / copy / paste / delete / move up·down**, add code/markdown.
|
|
183
|
+
- **Find & Replace** across the notebook (per-cell find via Monaco `⌘F`).
|
|
184
|
+
- Run **all / selected / above / below**, **Restart & Run All**, clear outputs.
|
|
185
|
+
- Dedicated **Kernel** menu (interrupt / restart / restart & clear).
|
|
186
|
+
- Export as **.ipynb** or **.py**; **inline rename** (click the notebook title).
|
|
187
|
+
|
|
170
188
|
### Workspace & UX
|
|
171
189
|
- VS Code-style layout; **all panels collapsible**, each with **independent font +/-**.
|
|
172
190
|
- **Responsive** — side panels auto-collapse on narrow windows.
|
|
173
191
|
- Global **search**, **command palette**, integrated **terminal**, a **Python console**
|
|
174
|
-
(shares the kernel), and a **file
|
|
175
|
-
-
|
|
192
|
+
(shares the kernel), and a **file explorer** (works in any browser) with new/rename/
|
|
193
|
+
delete, **upload**, **drag-and-drop**, multi-select, a filter, hidden-files toggle, and
|
|
194
|
+
**git-status decorations**.
|
|
195
|
+
- **Ocean-blue** dark theme + light theme; `.ipynb` import/export.
|
|
176
196
|
|
|
177
197
|
---
|
|
178
198
|
|
|
@@ -237,7 +257,8 @@ python/ PyPI launcher package (prismnote)
|
|
|
237
257
|
*.md Architecture & comparison docs
|
|
238
258
|
```
|
|
239
259
|
|
|
240
|
-
|
|
260
|
+
Docs: [CONNECTORS.md](CONNECTORS.md) (data connectors & OSS licensing) ·
|
|
261
|
+
[ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
241
262
|
[DATABRICKS_COMPARISON.md](DATABRICKS_COMPARISON.md) ·
|
|
242
263
|
[NOTEBOOK_COMPARISON_MATRIX.md](NOTEBOOK_COMPARISON_MATRIX.md)
|
|
243
264
|
|
|
@@ -245,11 +266,11 @@ Comparisons: [ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
|
245
266
|
|
|
246
267
|
## Roadmap
|
|
247
268
|
|
|
248
|
-
- Functional cloud-warehouse query execution (currently scaffolded/stubbed).
|
|
249
269
|
- Prebuilt release binaries for all platforms (so `pip install` runs out of the box).
|
|
250
270
|
- Distributed compute (Spark) and a catalog/data browser.
|
|
251
271
|
- Real-time collaboration (live cursors / co-editing).
|
|
252
272
|
- Notebook parameters and multi-notebook job composition.
|
|
273
|
+
- Reactive (dependency-aware) cell execution.
|
|
253
274
|
|
|
254
275
|
---
|
|
255
276
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**A fast, modern, open-source data-science notebook.**
|
|
6
6
|
Rust engine · React UI · local-first · AI-native.
|
|
7
7
|
|
|
8
|
-
**License:** MIT · **Status:** Beta (v0.4) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
8
|
+
**License:** MIT · **Status:** Beta (v0.4.3) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
9
9
|
|
|
10
10
|
</div>
|
|
11
11
|
|
|
@@ -22,10 +22,11 @@ AI assistance, scheduled jobs, git, and generated cloud-deploy files — all on
|
|
|
22
22
|
- **Jupyter-compatible** — native `.ipynb` import/export.
|
|
23
23
|
- **Batteries included** — kernel, SQL, charts, AI, jobs, git, deploy, search, terminal.
|
|
24
24
|
|
|
25
|
-
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
26
|
-
> charts
|
|
27
|
-
>
|
|
28
|
-
> before shipping. See the
|
|
25
|
+
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
26
|
+
> charts, variable explorer, and SQL (databases + warehouses) are functional. SQL runs
|
|
27
|
+
> through the kernel using the OSS driver you install (see [CONNECTORS.md](CONNECTORS.md));
|
|
28
|
+
> deployment files are **generated templates** you review before shipping. See the
|
|
29
|
+
> [roadmap](#roadmap).
|
|
29
30
|
|
|
30
31
|
---
|
|
31
32
|
|
|
@@ -87,6 +88,16 @@ binary isn't published for your platform/version yet, use the from-source steps
|
|
|
87
88
|
- **Interrupt** a running cell and **restart** the kernel.
|
|
88
89
|
- **Dynamic input widgets** — `prism.input / slider / select / checkbox` re-run the
|
|
89
90
|
cell when changed.
|
|
91
|
+
- **Variable explorer** — a Variables tab listing the kernel's variables (name, type,
|
|
92
|
+
shape, preview).
|
|
93
|
+
|
|
94
|
+
### Data & SQL
|
|
95
|
+
- **Connections** for SQLite, DuckDB, PostgreSQL, MySQL, and 8 cloud warehouses
|
|
96
|
+
(Snowflake, BigQuery, Redshift, Databricks, Athena, Trino, Presto, Synapse).
|
|
97
|
+
- **Real query execution** through the kernel using permissively-licensed (OSS)
|
|
98
|
+
drivers you install — no vendored drivers. See [CONNECTORS.md](CONNECTORS.md).
|
|
99
|
+
- Results render with the **Table / Bar / Line** switcher, and **Insert into notebook**
|
|
100
|
+
drops a reproducible `df = …` cell.
|
|
90
101
|
|
|
91
102
|
### AI assistance
|
|
92
103
|
Local models via **Ollama**, or **Claude / OpenAI**.
|
|
@@ -107,12 +118,21 @@ Local models via **Ollama**, or **Claude / OpenAI**.
|
|
|
107
118
|
- **Cloud deploy** — generates `Dockerfile`, `docker-compose.yml`, `k8s.yaml`, and
|
|
108
119
|
`fly.toml` (review before deploying).
|
|
109
120
|
|
|
121
|
+
### Editing & menus
|
|
122
|
+
- Cell ops: **cut / copy / paste / delete / move up·down**, add code/markdown.
|
|
123
|
+
- **Find & Replace** across the notebook (per-cell find via Monaco `⌘F`).
|
|
124
|
+
- Run **all / selected / above / below**, **Restart & Run All**, clear outputs.
|
|
125
|
+
- Dedicated **Kernel** menu (interrupt / restart / restart & clear).
|
|
126
|
+
- Export as **.ipynb** or **.py**; **inline rename** (click the notebook title).
|
|
127
|
+
|
|
110
128
|
### Workspace & UX
|
|
111
129
|
- VS Code-style layout; **all panels collapsible**, each with **independent font +/-**.
|
|
112
130
|
- **Responsive** — side panels auto-collapse on narrow windows.
|
|
113
131
|
- Global **search**, **command palette**, integrated **terminal**, a **Python console**
|
|
114
|
-
(shares the kernel), and a **file
|
|
115
|
-
-
|
|
132
|
+
(shares the kernel), and a **file explorer** (works in any browser) with new/rename/
|
|
133
|
+
delete, **upload**, **drag-and-drop**, multi-select, a filter, hidden-files toggle, and
|
|
134
|
+
**git-status decorations**.
|
|
135
|
+
- **Ocean-blue** dark theme + light theme; `.ipynb` import/export.
|
|
116
136
|
|
|
117
137
|
---
|
|
118
138
|
|
|
@@ -177,7 +197,8 @@ python/ PyPI launcher package (prismnote)
|
|
|
177
197
|
*.md Architecture & comparison docs
|
|
178
198
|
```
|
|
179
199
|
|
|
180
|
-
|
|
200
|
+
Docs: [CONNECTORS.md](CONNECTORS.md) (data connectors & OSS licensing) ·
|
|
201
|
+
[ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
181
202
|
[DATABRICKS_COMPARISON.md](DATABRICKS_COMPARISON.md) ·
|
|
182
203
|
[NOTEBOOK_COMPARISON_MATRIX.md](NOTEBOOK_COMPARISON_MATRIX.md)
|
|
183
204
|
|
|
@@ -185,11 +206,11 @@ Comparisons: [ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
|
185
206
|
|
|
186
207
|
## Roadmap
|
|
187
208
|
|
|
188
|
-
- Functional cloud-warehouse query execution (currently scaffolded/stubbed).
|
|
189
209
|
- Prebuilt release binaries for all platforms (so `pip install` runs out of the box).
|
|
190
210
|
- Distributed compute (Spark) and a catalog/data browser.
|
|
191
211
|
- Real-time collaboration (live cursors / co-editing).
|
|
192
212
|
- Notebook parameters and multi-notebook job composition.
|
|
213
|
+
- Reactive (dependency-aware) cell execution.
|
|
193
214
|
|
|
194
215
|
---
|
|
195
216
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "prismnote"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.3"
|
|
8
8
|
description = "Modern, open-source Jupyter-compatible data science notebook with Rust performance"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prismnote
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Modern, open-source Jupyter-compatible data science notebook with Rust performance
|
|
5
5
|
Author-email: Georgi Mammen Mullassery <mullassery@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -65,7 +65,7 @@ Dynamic: license-file
|
|
|
65
65
|
**A fast, modern, open-source data-science notebook.**
|
|
66
66
|
Rust engine · React UI · local-first · AI-native.
|
|
67
67
|
|
|
68
|
-
**License:** MIT · **Status:** Beta (v0.4) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
68
|
+
**License:** MIT · **Status:** Beta (v0.4.3) · **PyPI:** [`prismnote`](https://pypi.org/project/prismnote/)
|
|
69
69
|
|
|
70
70
|
</div>
|
|
71
71
|
|
|
@@ -82,10 +82,11 @@ AI assistance, scheduled jobs, git, and generated cloud-deploy files — all on
|
|
|
82
82
|
- **Jupyter-compatible** — native `.ipynb` import/export.
|
|
83
83
|
- **Batteries included** — kernel, SQL, charts, AI, jobs, git, deploy, search, terminal.
|
|
84
84
|
|
|
85
|
-
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
86
|
-
> charts
|
|
87
|
-
>
|
|
88
|
-
> before shipping. See the
|
|
85
|
+
> **Status note:** PrismNote is **beta**. The notebook, kernel, AI, jobs, git,
|
|
86
|
+
> charts, variable explorer, and SQL (databases + warehouses) are functional. SQL runs
|
|
87
|
+
> through the kernel using the OSS driver you install (see [CONNECTORS.md](CONNECTORS.md));
|
|
88
|
+
> deployment files are **generated templates** you review before shipping. See the
|
|
89
|
+
> [roadmap](#roadmap).
|
|
89
90
|
|
|
90
91
|
---
|
|
91
92
|
|
|
@@ -147,6 +148,16 @@ binary isn't published for your platform/version yet, use the from-source steps
|
|
|
147
148
|
- **Interrupt** a running cell and **restart** the kernel.
|
|
148
149
|
- **Dynamic input widgets** — `prism.input / slider / select / checkbox` re-run the
|
|
149
150
|
cell when changed.
|
|
151
|
+
- **Variable explorer** — a Variables tab listing the kernel's variables (name, type,
|
|
152
|
+
shape, preview).
|
|
153
|
+
|
|
154
|
+
### Data & SQL
|
|
155
|
+
- **Connections** for SQLite, DuckDB, PostgreSQL, MySQL, and 8 cloud warehouses
|
|
156
|
+
(Snowflake, BigQuery, Redshift, Databricks, Athena, Trino, Presto, Synapse).
|
|
157
|
+
- **Real query execution** through the kernel using permissively-licensed (OSS)
|
|
158
|
+
drivers you install — no vendored drivers. See [CONNECTORS.md](CONNECTORS.md).
|
|
159
|
+
- Results render with the **Table / Bar / Line** switcher, and **Insert into notebook**
|
|
160
|
+
drops a reproducible `df = …` cell.
|
|
150
161
|
|
|
151
162
|
### AI assistance
|
|
152
163
|
Local models via **Ollama**, or **Claude / OpenAI**.
|
|
@@ -167,12 +178,21 @@ Local models via **Ollama**, or **Claude / OpenAI**.
|
|
|
167
178
|
- **Cloud deploy** — generates `Dockerfile`, `docker-compose.yml`, `k8s.yaml`, and
|
|
168
179
|
`fly.toml` (review before deploying).
|
|
169
180
|
|
|
181
|
+
### Editing & menus
|
|
182
|
+
- Cell ops: **cut / copy / paste / delete / move up·down**, add code/markdown.
|
|
183
|
+
- **Find & Replace** across the notebook (per-cell find via Monaco `⌘F`).
|
|
184
|
+
- Run **all / selected / above / below**, **Restart & Run All**, clear outputs.
|
|
185
|
+
- Dedicated **Kernel** menu (interrupt / restart / restart & clear).
|
|
186
|
+
- Export as **.ipynb** or **.py**; **inline rename** (click the notebook title).
|
|
187
|
+
|
|
170
188
|
### Workspace & UX
|
|
171
189
|
- VS Code-style layout; **all panels collapsible**, each with **independent font +/-**.
|
|
172
190
|
- **Responsive** — side panels auto-collapse on narrow windows.
|
|
173
191
|
- Global **search**, **command palette**, integrated **terminal**, a **Python console**
|
|
174
|
-
(shares the kernel), and a **file
|
|
175
|
-
-
|
|
192
|
+
(shares the kernel), and a **file explorer** (works in any browser) with new/rename/
|
|
193
|
+
delete, **upload**, **drag-and-drop**, multi-select, a filter, hidden-files toggle, and
|
|
194
|
+
**git-status decorations**.
|
|
195
|
+
- **Ocean-blue** dark theme + light theme; `.ipynb` import/export.
|
|
176
196
|
|
|
177
197
|
---
|
|
178
198
|
|
|
@@ -237,7 +257,8 @@ python/ PyPI launcher package (prismnote)
|
|
|
237
257
|
*.md Architecture & comparison docs
|
|
238
258
|
```
|
|
239
259
|
|
|
240
|
-
|
|
260
|
+
Docs: [CONNECTORS.md](CONNECTORS.md) (data connectors & OSS licensing) ·
|
|
261
|
+
[ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
241
262
|
[DATABRICKS_COMPARISON.md](DATABRICKS_COMPARISON.md) ·
|
|
242
263
|
[NOTEBOOK_COMPARISON_MATRIX.md](NOTEBOOK_COMPARISON_MATRIX.md)
|
|
243
264
|
|
|
@@ -245,11 +266,11 @@ Comparisons: [ZEPPELIN_COMPARISON.md](ZEPPELIN_COMPARISON.md) ·
|
|
|
245
266
|
|
|
246
267
|
## Roadmap
|
|
247
268
|
|
|
248
|
-
- Functional cloud-warehouse query execution (currently scaffolded/stubbed).
|
|
249
269
|
- Prebuilt release binaries for all platforms (so `pip install` runs out of the box).
|
|
250
270
|
- Distributed compute (Spark) and a catalog/data browser.
|
|
251
271
|
- Real-time collaboration (live cursors / co-editing).
|
|
252
272
|
- Notebook parameters and multi-notebook job composition.
|
|
273
|
+
- Reactive (dependency-aware) cell execution.
|
|
253
274
|
|
|
254
275
|
---
|
|
255
276
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|