euporie 2.8.9__py3-none-any.whl → 2.8.10__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.
euporie/console/app.py CHANGED
@@ -101,8 +101,6 @@ class ConsoleApp(BaseApp):
101
101
 
102
102
  def load_container(self) -> FloatContainer:
103
103
  """Return a container with all opened tabs."""
104
- self.tabs = [Console(self)]
105
-
106
104
  self.command_bar = CommandBar()
107
105
  self.search_bar = SearchBar()
108
106
  self.pager = Pager()
@@ -115,6 +113,8 @@ class ConsoleApp(BaseApp):
115
113
  self.dialogs["shortcuts"] = ShortcutsDialog(self)
116
114
  self.dialogs["confirm"] = ConfirmDialog(self)
117
115
 
116
+ self.tabs = [Console(self)]
117
+
118
118
  return FloatContainer(
119
119
  DisableMouseOnScroll(
120
120
  HSplit(
euporie/core/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """This package defines the euporie application and its components."""
2
2
 
3
3
  __app_name__ = "euporie"
4
- __version__ = "2.8.9"
4
+ __version__ = "2.8.10"
5
5
  __logo__ = "⚈"
6
6
  __strapline__ = "Jupyter in the terminal"
7
7
  __author__ = "Josiah Outram Halstead"
@@ -360,7 +360,7 @@ class KernelInput(TextArea):
360
360
 
361
361
  def reformat(self) -> None:
362
362
  """Reformat the cell's input."""
363
- original_text = self.buffer.text
363
+ original_text = new_text = self.buffer.text
364
364
  language = self.language
365
365
  for formatter in self.formatters:
366
366
  new_text = formatter._format(original_text, language)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: euporie
3
- Version: 2.8.9
3
+ Version: 2.8.10
4
4
  Summary: Euporie is a suite of terminal applications for interacting with Jupyter kernels
5
5
  Project-URL: Documentation, https://euporie.readthedocs.io/en/latest
6
6
  Project-URL: Issues, https://github.com/joouha/euporie/issues
@@ -2,11 +2,11 @@ euporie/console/__init__.py,sha256=Xgd2sBDyLKQ3_kiRmkRIVNHw6MGB-f-mB1YOxhta0Oc,5
2
2
  euporie/console/__main__.py,sha256=m2EnzIDLO4dHlDt41JNKpUvAUSw6wD-X0V3YhymXqxc,289
3
3
  euporie/console/_commands.py,sha256=89IYo7RaFftffmgXGfPv5p2nm3_4NC--U3AdTPBWT_g,3856
4
4
  euporie/console/_settings.py,sha256=jZroKFFsTzyEhP1Sis41Se70hwxqDmpa2Lb19XnMnRQ,1587
5
- euporie/console/app.py,sha256=EvmL4djuIWN_WlPyZt2tsc4Bc8SZTPphTlB0yGFPj1o,5736
5
+ euporie/console/app.py,sha256=sYuvEds1LctZ4ZrXq7Cl7O_VYLRbi48S-IxejH4hiA0,5736
6
6
  euporie/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  euporie/console/tabs/__init__.py,sha256=Grm9EO1gnBO1o-k6Nqnlzo8XLIgFZSXNAdz49Vvh4zY,55
8
8
  euporie/console/tabs/console.py,sha256=G_md1U6pRZeL34ejokzzrCNKfNKiLkyphCha7z2xuy0,31783
9
- euporie/core/__init__.py,sha256=QsO-N76crcWfk6yDA1y2JWF3cfVEuqsn54njcICMvoA,313
9
+ euporie/core/__init__.py,sha256=JI7aHe_wKQ9j_6tcvz5_04mxDqkrOHmUcRxTeviyA4k,314
10
10
  euporie/core/__main__.py,sha256=QkRamWXgrPiRj7h4sYNhHNpVOUJuEpRuvZE-YLK1dUU,1255
11
11
  euporie/core/_settings.py,sha256=JspB4eMUXry4r5g4Wzn4aV0FmzSVmWf1G96Jcr5bcDE,2937
12
12
  euporie/core/border.py,sha256=HktTPL-sKxaiM8_DPdaetFI5fOvEBVJrw3tmgsKT2jY,48835
@@ -123,7 +123,7 @@ euporie/core/widgets/display.py,sha256=Ht5INitUzG8-zY5jDbBNWarS_lgoH3559lJYS3ORE
123
123
  euporie/core/widgets/file_browser.py,sha256=jj8l5cpX7S6d1HlYXUg3TXdsvmhFneIOiotKpwCVgoQ,20050
124
124
  euporie/core/widgets/formatted_text_area.py,sha256=J7P_TNXPZKZkiBdjAVkPvkfRY1veXe4tzXU241k4b-Q,4037
125
125
  euporie/core/widgets/forms.py,sha256=G_omvjVhbWjY0HYb8s7gs9MqPyABBwAJElyCACsHv_0,85850
126
- euporie/core/widgets/inputs.py,sha256=k0nfl9LawlgCCkEY8azbUooscaPdjU2VtiVBdl-mqVo,20458
126
+ euporie/core/widgets/inputs.py,sha256=rG-Bbi02NmVC0xNdcRefqsWoKNjpXuL6X04evvhjZ6k,20469
127
127
  euporie/core/widgets/layout.py,sha256=jPChBUf8FEbj_c6RwBooaATFnecm_MrSTpJFkPxOFFQ,30521
128
128
  euporie/core/widgets/logo.py,sha256=VU9hSVAiguS5lI0EccQoPm8roAuQNgvFUO5IREvXWFo,1487
129
129
  euporie/core/widgets/menu.py,sha256=1vb7ORM3Avhx2k1D_QpSb4VtwjhBrmDQl1ZEJL3ub2s,34890
@@ -169,10 +169,10 @@ euporie/web/tabs/__init__.py,sha256=0DbkceML8N_qefZFZB7CJQw_FX0gkuNdabQoEu0zV9E,
169
169
  euporie/web/tabs/web.py,sha256=CY8tfy_yrZYLWY2pEyOgJsqIHCfGIj9WVKnK6v9Jg8g,6195
170
170
  euporie/web/widgets/__init__.py,sha256=xIxCPl9KiisYgsX-V1LvDT6BETZRF3nC-ZsP8DP7nOY,46
171
171
  euporie/web/widgets/webview.py,sha256=WhV-e7CeTK3z8fw27cl-aqjeSckLXug1fUINBAkx8Gk,20469
172
- euporie-2.8.9.data/data/share/applications/euporie-console.desktop,sha256=DI08G0Dl2s5asM6afWUfkKvO5YmcBm-pWQZzUHiNnqc,153
173
- euporie-2.8.9.data/data/share/applications/euporie-notebook.desktop,sha256=RtpJzvizTDuOp0BLa2bLgVHx11LG6L7PL-oF-wHTsgU,155
174
- euporie-2.8.9.dist-info/METADATA,sha256=KJ8rRE8ZgVJN6Tm4meAYZywTT-kdVMDdnx3vZOsj4kY,6515
175
- euporie-2.8.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
176
- euporie-2.8.9.dist-info/entry_points.txt,sha256=cJPvjp7siwHeqCcCdu-Q9OCcsp4ylbLv0S4RP7g3Bf0,798
177
- euporie-2.8.9.dist-info/licenses/LICENSE,sha256=yB-auuST68VxkNPXb-E7gVdFzOJShyBnoPyyveuAiYc,1079
178
- euporie-2.8.9.dist-info/RECORD,,
172
+ euporie-2.8.10.data/data/share/applications/euporie-console.desktop,sha256=DI08G0Dl2s5asM6afWUfkKvO5YmcBm-pWQZzUHiNnqc,153
173
+ euporie-2.8.10.data/data/share/applications/euporie-notebook.desktop,sha256=RtpJzvizTDuOp0BLa2bLgVHx11LG6L7PL-oF-wHTsgU,155
174
+ euporie-2.8.10.dist-info/METADATA,sha256=uaIPeA1WJT9fKVrwWb8NXLDQybI3i2VONIHB8GvEin8,6516
175
+ euporie-2.8.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
176
+ euporie-2.8.10.dist-info/entry_points.txt,sha256=cJPvjp7siwHeqCcCdu-Q9OCcsp4ylbLv0S4RP7g3Bf0,798
177
+ euporie-2.8.10.dist-info/licenses/LICENSE,sha256=yB-auuST68VxkNPXb-E7gVdFzOJShyBnoPyyveuAiYc,1079
178
+ euporie-2.8.10.dist-info/RECORD,,