swarmauri_tool_jupyterstartkernel 0.7.0.dev12__tar.gz → 0.7.1.dev1__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.
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/PKG-INFO +9 -8
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/README.md +8 -8
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/pyproject.toml +2 -2
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/LICENSE +0 -0
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/swarmauri_tool_jupyterstartkernel/JupyterStartKernelTool.py +0 -0
- {swarmauri_tool_jupyterstartkernel-0.7.0.dev12 → swarmauri_tool_jupyterstartkernel-0.7.1.dev1}/swarmauri_tool_jupyterstartkernel/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: swarmauri_tool_jupyterstartkernel
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1.dev1
|
|
4
4
|
Summary: A tool designed to start a new Jupyter kernel programmatically using jupyter_client, enabling execution of notebook cells.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Jacob Stewart
|
|
@@ -18,25 +18,25 @@ Requires-Dist: swarmauri_core
|
|
|
18
18
|
Requires-Dist: swarmauri_standard
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
|
|
21
|
+
|
|
21
22
|

|
|
22
23
|
|
|
23
24
|
<p align="center">
|
|
24
25
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
25
26
|
<img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterstartkernel" alt="PyPI - Downloads"/></a>
|
|
26
|
-
<a href="https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel">
|
|
27
|
-
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
28
|
-
<a href="https://pypi.org/project/
|
|
27
|
+
<a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_jupyterstartkernel/README.md">
|
|
28
|
+
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
29
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
29
30
|
<img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterstartkernel" alt="PyPI - Python Version"/></a>
|
|
30
|
-
<a href="https://pypi.org/project/
|
|
31
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
31
32
|
<img src="https://img.shields.io/pypi/l/swarmauri_tool_jupyterstartkernel" alt="PyPI - License"/></a>
|
|
32
|
-
<
|
|
33
|
-
<a href="https://pypi.org/project/swarmauri/swarmauri_tool_jupyterstartkernel">
|
|
33
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
34
34
|
<img src="https://img.shields.io/pypi/v/swarmauri_tool_jupyterstartkernel?label=swarmauri_tool_jupyterstartkernel&color=green" alt="PyPI - swarmauri_tool_jupyterstartkernel"/></a>
|
|
35
35
|
</p>
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
39
|
-
#
|
|
39
|
+
# Swarmauri Tool Jupyter Start Kernel
|
|
40
40
|
|
|
41
41
|
## Overview
|
|
42
42
|
The swarmauri_tool_jupyterstartkernel package provides a tool that programmatically starts a Jupyter kernel using jupyter_client. It integrates seamlessly with the Swarmauri framework to offer flexible kernel initialization, monitoring, and error handling.
|
|
@@ -127,3 +127,4 @@ swarmauri_tool_jupyterstartkernel is distributed under the Apache-2.0 License.
|
|
|
127
127
|
© 2023 Swarmauri. All Rights Reserved.
|
|
128
128
|
|
|
129
129
|
For additional support, feel free to open an issue or contact our team for guidance on leveraging this tool within your Swarmauri-based deployments.
|
|
130
|
+
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
+
|
|
1
2
|

|
|
2
3
|
|
|
3
4
|
<p align="center">
|
|
4
5
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
5
6
|
<img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterstartkernel" alt="PyPI - Downloads"/></a>
|
|
6
|
-
<a href="https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel">
|
|
7
|
-
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
8
|
-
<a href="https://pypi.org/project/
|
|
7
|
+
<a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_jupyterstartkernel/README.md">
|
|
8
|
+
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterstartkernel/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
9
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
9
10
|
<img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterstartkernel" alt="PyPI - Python Version"/></a>
|
|
10
|
-
<a href="https://pypi.org/project/
|
|
11
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
11
12
|
<img src="https://img.shields.io/pypi/l/swarmauri_tool_jupyterstartkernel" alt="PyPI - License"/></a>
|
|
12
|
-
<
|
|
13
|
-
<a href="https://pypi.org/project/swarmauri/swarmauri_tool_jupyterstartkernel">
|
|
13
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterstartkernel/">
|
|
14
14
|
<img src="https://img.shields.io/pypi/v/swarmauri_tool_jupyterstartkernel?label=swarmauri_tool_jupyterstartkernel&color=green" alt="PyPI - swarmauri_tool_jupyterstartkernel"/></a>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
#
|
|
19
|
+
# Swarmauri Tool Jupyter Start Kernel
|
|
20
20
|
|
|
21
21
|
## Overview
|
|
22
22
|
The swarmauri_tool_jupyterstartkernel package provides a tool that programmatically starts a Jupyter kernel using jupyter_client. It integrates seamlessly with the Swarmauri framework to offer flexible kernel initialization, monitoring, and error handling.
|
|
@@ -106,4 +106,4 @@ if km:
|
|
|
106
106
|
swarmauri_tool_jupyterstartkernel is distributed under the Apache-2.0 License.
|
|
107
107
|
© 2023 Swarmauri. All Rights Reserved.
|
|
108
108
|
|
|
109
|
-
For additional support, feel free to open an issue or contact our team for guidance on leveraging this tool within your Swarmauri-based deployments.
|
|
109
|
+
For additional support, feel free to open an issue or contact our team for guidance on leveraging this tool within your Swarmauri-based deployments.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_tool_jupyterstartkernel"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.1.dev1"
|
|
4
4
|
description = "A tool designed to start a new Jupyter kernel programmatically using jupyter_client, enabling execution of notebook cells."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -46,7 +46,7 @@ log_cli_format = "%(asctime)s [%(levelname)s] %(message)s"
|
|
|
46
46
|
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
|
47
47
|
asyncio_default_fixture_loop_scope = "function"
|
|
48
48
|
|
|
49
|
-
[
|
|
49
|
+
[project.entry-points.'swarmauri.tools']
|
|
50
50
|
jupyterstartkerneltool = "swarmauri_tool_jupyterstartkernel:JupyterStartKernelTool"
|
|
51
51
|
[build-system]
|
|
52
52
|
requires = ["poetry-core>=1.0.0"]
|
|
File without changes
|
|
File without changes
|