jpterm 0.2.0__tar.gz → 0.2.2__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.
- {jpterm-0.2.0 → jpterm-0.2.2}/CHANGELOG.md +30 -2
- {jpterm-0.2.0 → jpterm-0.2.2}/PKG-INFO +1 -1
- jpterm-0.2.2/jpterm/__init__.py +1 -0
- jpterm-0.2.2/plugins/cell/txl_cell/__init__.py +1 -0
- jpterm-0.2.2/plugins/console/txl_console/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/console/txl_console/components.py +28 -27
- jpterm-0.2.2/plugins/editors/txl_editors/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/file_browser/pyproject.toml +4 -4
- jpterm-0.2.2/plugins/file_browser/txl_file_browser/__init__.py +1 -0
- jpterm-0.2.2/plugins/image_viewer/txl_image_viewer/__init__.py +1 -0
- jpterm-0.2.2/plugins/jpterm/txl_jpterm/__init__.py +1 -0
- jpterm-0.2.2/plugins/kernel/txl_kernel/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/kernel/txl_kernel/driver.py +1 -1
- jpterm-0.2.2/plugins/launcher/txl_launcher/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_contents/pyproject.toml +1 -1
- jpterm-0.2.2/plugins/local_contents/txl_local_contents/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/pyproject.toml +1 -1
- jpterm-0.2.2/plugins/local_kernels/txl_local_kernels/__init__.py +1 -0
- jpterm-0.2.2/plugins/local_terminals/txl_local_terminals/__init__.py +1 -0
- jpterm-0.2.2/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_editor/pyproject.toml +1 -0
- jpterm-0.2.2/plugins/notebook_editor/txl_notebook_editor/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_contents/pyproject.toml +1 -0
- jpterm-0.2.2/plugins/remote_contents/txl_remote_contents/__init__.py +1 -0
- jpterm-0.2.2/plugins/remote_kernels/txl_remote_kernels/__init__.py +1 -0
- jpterm-0.2.2/plugins/remote_terminals/txl_remote_terminals/__init__.py +1 -0
- jpterm-0.2.2/plugins/terminal/txl_terminal/__init__.py +1 -0
- jpterm-0.2.2/plugins/text_editor/txl_text_editor/__init__.py +1 -0
- jpterm-0.2.2/plugins/text_viewer/txl_text_viewer/__init__.py +1 -0
- jpterm-0.2.2/plugins/widgets/txl_widgets/__init__.py +1 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/pyproject.toml +0 -1
- jpterm-0.2.2/txl/txl/__init__.py +1 -0
- jpterm-0.2.0/jpterm/__init__.py +0 -1
- jpterm-0.2.0/plugins/cell/txl_cell/__init__.py +0 -1
- jpterm-0.2.0/plugins/console/txl_console/__init__.py +0 -1
- jpterm-0.2.0/plugins/editors/txl_editors/__init__.py +0 -1
- jpterm-0.2.0/plugins/file_browser/txl_filebrowser/__init__.py +0 -1
- jpterm-0.2.0/plugins/image_viewer/txl_image_viewer/__init__.py +0 -1
- jpterm-0.2.0/plugins/jpterm/txl_jpterm/__init__.py +0 -1
- jpterm-0.2.0/plugins/kernel/txl_kernel/__init__.py +0 -1
- jpterm-0.2.0/plugins/launcher/txl_launcher/__init__.py +0 -1
- jpterm-0.2.0/plugins/local_contents/txl_local_contents/__init__.py +0 -1
- jpterm-0.2.0/plugins/local_kernels/txl_local_kernels/__init__.py +0 -1
- jpterm-0.2.0/plugins/local_terminals/txl_local_terminals/__init__.py +0 -1
- jpterm-0.2.0/plugins/markdown_viewer/txl_markdown_viewer/__init__.py +0 -1
- jpterm-0.2.0/plugins/notebook_editor/txl_notebook_editor/__init__.py +0 -1
- jpterm-0.2.0/plugins/remote_contents/txl_remote_contents/__init__.py +0 -1
- jpterm-0.2.0/plugins/remote_kernels/txl_remote_kernels/__init__.py +0 -1
- jpterm-0.2.0/plugins/remote_terminals/txl_remote_terminals/__init__.py +0 -1
- jpterm-0.2.0/plugins/terminal/txl_terminal/__init__.py +0 -1
- jpterm-0.2.0/plugins/text_editor/txl_text_editor/__init__.py +0 -1
- jpterm-0.2.0/plugins/text_viewer/txl_text_viewer/__init__.py +0 -1
- jpterm-0.2.0/plugins/widgets/txl_widgets/__init__.py +0 -1
- jpterm-0.2.0/txl/txl/__init__.py +0 -1
- {jpterm-0.2.0 → jpterm-0.2.2}/.github/workflows/test.yml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/.gitignore +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/.pre-commit-config.yaml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/LICENSE +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/config.yaml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/button.ipynb +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/demo.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/jupyter.png +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/plotext.ipynb +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/switch.ipynb +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/examples/widget.ipynb +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/jpterm/cli.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/cell/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/cell/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/cell/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/cell/txl_cell/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/console/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/console/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/console/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/editors/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/editors/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/editors/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/editors/txl_editors/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/file_browser/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/file_browser/README.md +0 -0
- {jpterm-0.2.0/plugins/file_browser/txl_filebrowser → jpterm-0.2.2/plugins/file_browser/txl_file_browser}/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/image_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/image_viewer/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/image_viewer/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/image_viewer/txl_image_viewer/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/txl_jpterm/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/txl_jpterm/footer.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/txl_jpterm/header.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/txl_jpterm/jpterm.css +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/jpterm/txl_jpterm/main_area.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/kernel/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/kernel/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/kernel/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/kernel/txl_kernel/message.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/launcher/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/launcher/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/launcher/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/launcher/txl_launcher/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_contents/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_contents/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_contents/txl_local_contents/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/connect.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/driver.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/kernelspec.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/message.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_kernels/txl_local_kernels/paths.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/txl_local_terminals/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/txl_local_terminals/terminal.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/local_terminals/txl_local_terminals/win_terminal.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/markdown_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/markdown_viewer/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/markdown_viewer/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/markdown_viewer/txl_markdown_viewer/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_editor/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_editor/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_editor/txl_notebook_editor/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_viewer/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_viewer/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/notebook_viewer/txl_notebook_viewer/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_contents/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_contents/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_contents/txl_remote_contents/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/txl_remote_kernels/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/txl_remote_kernels/driver.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_kernels/txl_remote_kernels/message.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_terminals/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_terminals/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_terminals/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/remote_terminals/txl_remote_terminals/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/terminal/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/terminal/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/terminal/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/terminal/txl_terminal/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_editor/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_editor/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_editor/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_editor/txl_text_editor/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_viewer/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_viewer/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_viewer/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/text_viewer/txl_text_viewer/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/widgets/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/widgets/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/widgets/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/plugins/widgets/txl_widgets/components.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/pyproject.toml +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/LICENSE.txt +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/README.md +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/txl/app.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/txl/base.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/txl/cli.py +0 -0
- {jpterm-0.2.0 → jpterm-0.2.2}/txl/txl/text_input.py +0 -0
@@ -2,6 +2,36 @@
|
|
2
2
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
4
4
|
|
5
|
+
## 0.2.2
|
6
|
+
|
7
|
+
([Full Changelog](https://github.com/davidbrochart/jpterm/compare/v0.2.1...e6480de616a8a8b471c5510910c90cbd4aa52cdf))
|
8
|
+
|
9
|
+
### Merged PRs
|
10
|
+
|
11
|
+
- Update dependencies [#68](https://github.com/davidbrochart/jpterm/pull/68) ([@davidbrochart](https://github.com/davidbrochart))
|
12
|
+
|
13
|
+
### Contributors to this release
|
14
|
+
|
15
|
+
([GitHub contributors page for this release](https://github.com/davidbrochart/jpterm/graphs/contributors?from=2023-12-20&to=2023-12-21&type=c))
|
16
|
+
|
17
|
+
[@davidbrochart](https://github.com/search?q=repo%3Adavidbrochart%2Fjpterm+involves%3Adavidbrochart+updated%3A2023-12-20..2023-12-21&type=Issues)
|
18
|
+
|
19
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
20
|
+
|
21
|
+
## 0.2.1
|
22
|
+
|
23
|
+
([Full Changelog](https://github.com/davidbrochart/jpterm/compare/v0.2.0...b54b3b60006897ba67fe6c03b38a6f03e9a3d023))
|
24
|
+
|
25
|
+
### Merged PRs
|
26
|
+
|
27
|
+
- Rename txl_filebrowser -> txl_file_browser [#67](https://github.com/davidbrochart/jpterm/pull/67) ([@davidbrochart](https://github.com/davidbrochart))
|
28
|
+
|
29
|
+
### Contributors to this release
|
30
|
+
|
31
|
+
([GitHub contributors page for this release](https://github.com/davidbrochart/jpterm/graphs/contributors?from=2023-12-20&to=2023-12-20&type=c))
|
32
|
+
|
33
|
+
[@davidbrochart](https://github.com/search?q=repo%3Adavidbrochart%2Fjpterm+involves%3Adavidbrochart+updated%3A2023-12-20..2023-12-20&type=Issues)
|
34
|
+
|
5
35
|
## 0.2.0
|
6
36
|
|
7
37
|
([Full Changelog](https://github.com/davidbrochart/jpterm/compare/v0.1.24...ad02105b38d40f104343f914a247e373a37d9911))
|
@@ -18,8 +48,6 @@
|
|
18
48
|
|
19
49
|
[@davidbrochart](https://github.com/search?q=repo%3Adavidbrochart%2Fjpterm+involves%3Adavidbrochart+updated%3A2023-12-04..2023-12-20&type=Issues)
|
20
50
|
|
21
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
22
|
-
|
23
51
|
## 0.1.24
|
24
52
|
|
25
53
|
([Full Changelog](https://github.com/davidbrochart/jpterm/compare/v0.1.23...ea44c1ed62e36d998c0fad6a92ff8109c87db463))
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -67,34 +67,35 @@ class _Console(Console, VerticalScroll, metaclass=ConsoleMeta):
|
|
67
67
|
if target == "cells":
|
68
68
|
for event in events:
|
69
69
|
if isinstance(event, ArrayEvent):
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
insert
|
75
|
-
|
76
|
-
retain
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
self.
|
89
|
-
|
90
|
-
if i < len(self.cells):
|
91
|
-
self.mount(cell, before=self.cells[i])
|
70
|
+
if len(event.path) < 2:
|
71
|
+
insert = None
|
72
|
+
retain = None
|
73
|
+
for d in event.delta:
|
74
|
+
if "insert" in d:
|
75
|
+
insert = d["insert"]
|
76
|
+
elif "retain" in d:
|
77
|
+
retain = d["retain"]
|
78
|
+
i = 0 if retain is None else retain
|
79
|
+
if insert is not None:
|
80
|
+
for c in insert:
|
81
|
+
cell = self.cell_factory(
|
82
|
+
ycell=c,
|
83
|
+
language=self.language,
|
84
|
+
kernel=self.kernel,
|
85
|
+
show_execution_count=False,
|
86
|
+
show_border=False,
|
87
|
+
)
|
88
|
+
if not self.cells:
|
89
|
+
self.mount(cell)
|
92
90
|
else:
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
91
|
+
if i < len(self.cells):
|
92
|
+
self.mount(cell, before=self.cells[i])
|
93
|
+
else:
|
94
|
+
self.mount(cell, after=self.cells[i - 1])
|
95
|
+
if i <= self.cell_i:
|
96
|
+
self.cell_i += 1
|
97
|
+
self.cells.insert(i, cell)
|
98
|
+
i += 1
|
98
99
|
if self.cells:
|
99
100
|
self.cells[self.cell_i].select()
|
100
101
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -3,7 +3,7 @@ requires = ["hatchling"]
|
|
3
3
|
build-backend = "hatchling.build"
|
4
4
|
|
5
5
|
[project]
|
6
|
-
name = "
|
6
|
+
name = "txl_file_browser"
|
7
7
|
description = "TXL plugin for a file browser"
|
8
8
|
readme = "README.md"
|
9
9
|
requires-python = ">=3.10"
|
@@ -30,8 +30,8 @@ dynamic = ["version"]
|
|
30
30
|
Source = "https://github.com/davidbrochart/jpterm/plugins/file_browser"
|
31
31
|
|
32
32
|
[project.entry-points]
|
33
|
-
"asphalt.components" = {
|
34
|
-
"txl.components" = {
|
33
|
+
"asphalt.components" = {file_browser = "txl_file_browser.components:FileBrowserComponent"}
|
34
|
+
"txl.components" = {file_browser = "txl_file_browser.components:FileBrowserComponent"}
|
35
35
|
|
36
36
|
[tool.hatch.version]
|
37
|
-
path = "
|
37
|
+
path = "txl_file_browser/__init__.py"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -183,7 +183,7 @@ class KernelMixin:
|
|
183
183
|
elif msg_type in ("display_data", "execute_result"):
|
184
184
|
outputs.append(
|
185
185
|
{
|
186
|
-
"data":
|
186
|
+
"data": content["data"],
|
187
187
|
"execution_count": content["execution_count"],
|
188
188
|
"metadata": {},
|
189
189
|
"output_type": msg_type,
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.2"
|
jpterm-0.2.0/jpterm/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
jpterm-0.2.0/txl/txl/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|