swarmauri_tool_jupyterexportlatex 0.7.0.dev12__py3-none-any.whl → 0.7.1.dev1__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.
- {swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info → swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info}/METADATA +9 -8
- swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/RECORD +7 -0
- swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/entry_points.txt +3 -0
- swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info/RECORD +0 -6
- {swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info → swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info}/LICENSE +0 -0
- {swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info → swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: swarmauri_tool_jupyterexportlatex
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.1.dev1
|
4
4
|
Summary: A tool that exports a Jupyter Notebook to LaTeX format using nbconvert’s LatexExporter, enabling further conversion to PDF.
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Jacob Stewart
|
@@ -17,25 +17,25 @@ Requires-Dist: swarmauri_core
|
|
17
17
|
Requires-Dist: swarmauri_standard
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
|
20
|
+
|
20
21
|

|
21
22
|
|
22
23
|
<p align="center">
|
23
24
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex/">
|
24
25
|
<img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterexportlatex" alt="PyPI - Downloads"/></a>
|
25
|
-
<a href="https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportlatex">
|
26
|
-
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportlatex&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
27
|
-
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex">
|
26
|
+
<a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_jupyterexportlatex/README.md">
|
27
|
+
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportlatex/README.md&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/swarmauri_tool_jupyterexportlatex/">
|
28
29
|
<img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterexportlatex" alt="PyPI - Python Version"/></a>
|
29
|
-
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex">
|
30
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex/">
|
30
31
|
<img src="https://img.shields.io/pypi/l/swarmauri_tool_jupyterexportlatex" alt="PyPI - License"/></a>
|
31
|
-
<
|
32
|
-
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex">
|
32
|
+
<a href="https://pypi.org/project/swarmauri_tool_jupyterexportlatex/">
|
33
33
|
<img src="https://img.shields.io/pypi/v/swarmauri_tool_jupyterexportlatex?label=swarmauri_tool_jupyterexportlatex&color=green" alt="PyPI - swarmauri_tool_jupyterexportlatex"/></a>
|
34
34
|
</p>
|
35
35
|
|
36
36
|
---
|
37
37
|
|
38
|
-
#
|
38
|
+
# Swarmauri Tool Jupyterexportlatex
|
39
39
|
|
40
40
|
A tool that exports a Jupyter Notebook to LaTeX format using nbconvert’s LatexExporter. This tool can optionally convert the produced LaTeX into PDF form, making it easy to prepare high-quality, publication-ready documents.
|
41
41
|
|
@@ -340,3 +340,4 @@ Apache 2.0
|
|
340
340
|
---
|
341
341
|
|
342
342
|
Feel free to explore the provided examples and code to see how you can tailor the export of your Jupyter notebooks for academic publications, internal documentation, or any other use case that requires a clean LaTeX output.
|
343
|
+
|
@@ -0,0 +1,7 @@
|
|
1
|
+
swarmauri_tool_jupyterexportlatex/JupyterExportLatexTool.py,sha256=HzfWXVUPQJVge6Ln1d8m3CIZik-QRM8miRA5BLrHSho,7948
|
2
|
+
swarmauri_tool_jupyterexportlatex/__init__.py,sha256=xJH-jw0wmi9OwAmHwEvnLZcGBKWYPYzS1TrNx_DvWMY,573
|
3
|
+
swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
4
|
+
swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/METADATA,sha256=-vmRptwtyBGHkJnSPDJ5c76OVc0Gmkfoa1I2naOY1I0,13542
|
5
|
+
swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
+
swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/entry_points.txt,sha256=4Elgjl_w-5SpMmObeW2xbraGIQvordZZ-OrTpbtxApQ,99
|
7
|
+
swarmauri_tool_jupyterexportlatex-0.7.1.dev1.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
swarmauri_tool_jupyterexportlatex/JupyterExportLatexTool.py,sha256=HzfWXVUPQJVge6Ln1d8m3CIZik-QRM8miRA5BLrHSho,7948
|
2
|
-
swarmauri_tool_jupyterexportlatex/__init__.py,sha256=xJH-jw0wmi9OwAmHwEvnLZcGBKWYPYzS1TrNx_DvWMY,573
|
3
|
-
swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
4
|
-
swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info/METADATA,sha256=tj1b629Kb33ZVNNHifXc2Y51tnJCvaJw4rELziJltH8,13517
|
5
|
-
swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
-
swarmauri_tool_jupyterexportlatex-0.7.0.dev12.dist-info/RECORD,,
|
File without changes
|