calkit-python 0.33.3__tar.gz → 0.33.4__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.
Files changed (268) hide show
  1. {calkit_python-0.33.3 → calkit_python-0.33.4}/.gitignore +1 -0
  2. {calkit_python-0.33.3 → calkit_python-0.33.4}/PKG-INFO +1 -1
  3. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/__init__.py +1 -1
  4. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/main.py +7 -0
  5. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/governance.md +2 -0
  6. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/index.md +1 -0
  7. calkit_python-0.33.4/docs/tutorials/jupyterlab.md +7 -0
  8. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/latex-codespaces.md +1 -26
  9. {calkit_python-0.33.3 → calkit_python-0.33.4}/mkdocs.yml +1 -0
  10. {calkit_python-0.33.3 → calkit_python-0.33.4}/.pre-commit-config.yaml +0 -0
  11. {calkit_python-0.33.3 → calkit_python-0.33.4}/.prettierignore +0 -0
  12. {calkit_python-0.33.3 → calkit_python-0.33.4}/.python-version +0 -0
  13. {calkit_python-0.33.3 → calkit_python-0.33.4}/.yarnrc.yml +0 -0
  14. {calkit_python-0.33.3 → calkit_python-0.33.4}/CITATION.cff +0 -0
  15. {calkit_python-0.33.3 → calkit_python-0.33.4}/CODE_OF_CONDUCT.md +0 -0
  16. {calkit_python-0.33.3 → calkit_python-0.33.4}/CONTRIBUTING.md +0 -0
  17. {calkit_python-0.33.3 → calkit_python-0.33.4}/LICENSE +0 -0
  18. {calkit_python-0.33.3 → calkit_python-0.33.4}/Makefile +0 -0
  19. {calkit_python-0.33.3 → calkit_python-0.33.4}/README.md +0 -0
  20. {calkit_python-0.33.3 → calkit_python-0.33.4}/babel.config.js +0 -0
  21. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/__main__.py +0 -0
  22. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/calc.py +0 -0
  23. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/check.py +0 -0
  24. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/__init__.py +0 -0
  25. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/check.py +0 -0
  26. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/cloud.py +0 -0
  27. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/config.py +0 -0
  28. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/core.py +0 -0
  29. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/describe.py +0 -0
  30. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/import_.py +0 -0
  31. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/latex.py +0 -0
  32. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/list.py +0 -0
  33. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/new.py +0 -0
  34. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/notebooks.py +0 -0
  35. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/office.py +0 -0
  36. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/overleaf.py +0 -0
  37. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/slurm.py +0 -0
  38. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cli/update.py +0 -0
  39. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/cloud.py +0 -0
  40. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/conda.py +0 -0
  41. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/config.py +0 -0
  42. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/core.py +0 -0
  43. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/datasets.py +0 -0
  44. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/docker.py +0 -0
  45. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/dvc.py +0 -0
  46. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/environments.py +0 -0
  47. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/git.py +0 -0
  48. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/github.py +0 -0
  49. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/gui.py +0 -0
  50. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/invenio.py +0 -0
  51. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/jupyter.py +0 -0
  52. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/jupyterlab/__init__.py +0 -0
  53. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/jupyterlab/routes.py +0 -0
  54. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/package.json +0 -0
  55. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/schemas/calkit/package.json.orig +0 -0
  56. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/schemas/calkit/plugin.json +0 -0
  57. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/502.9a2c5772a15466e923ef.js +0 -0
  58. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/695.2c41003a452d43d2b358.js +0 -0
  59. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/867.a42a046aa5108f54f8fb.js +0 -0
  60. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/909.bc803769ea27551457d9.js +0 -0
  61. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js +0 -0
  62. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/946.050af2abf7845cfbdbd2.js.LICENSE.txt +0 -0
  63. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/b2f1c3efe70cb539d121.png +0 -0
  64. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/remoteEntry.bc3529435b6f02f41e8d.js +0 -0
  65. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/style.js +0 -0
  66. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/labextension/static/third-party-licenses.json +0 -0
  67. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/licenses.py +0 -0
  68. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/magics.py +0 -0
  69. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/matlab.py +0 -0
  70. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/models/__init__.py +0 -0
  71. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/models/core.py +0 -0
  72. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/models/io.py +0 -0
  73. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/models/iteration.py +0 -0
  74. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/models/pipeline.py +0 -0
  75. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/notebooks.py +0 -0
  76. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/office.py +0 -0
  77. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/ops.py +0 -0
  78. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/overleaf.py +0 -0
  79. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/pipeline.py +0 -0
  80. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/releases.py +0 -0
  81. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/server.py +0 -0
  82. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/__init__.py +0 -0
  83. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/core.py +0 -0
  84. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/__init__.py +0 -0
  85. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/article/paper.tex +0 -0
  86. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/core.py +0 -0
  87. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/jfm/jfm.bst +0 -0
  88. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/jfm/jfm.cls +0 -0
  89. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/jfm/lineno-FLM.sty +0 -0
  90. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/jfm/paper.tex +0 -0
  91. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/templates/latex/jfm/upmath.sty +0 -0
  92. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/__init__.py +0 -0
  93. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/__init__.py +0 -0
  94. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_check.py +0 -0
  95. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_config.py +0 -0
  96. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_import.py +0 -0
  97. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_latex.py +0 -0
  98. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_list.py +0 -0
  99. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_main.py +0 -0
  100. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_new.py +0 -0
  101. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_notebooks.py +0 -0
  102. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/cli/test_overleaf.py +0 -0
  103. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/jupyterlab/__init__.py +0 -0
  104. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/jupyterlab/test_routes.py +0 -0
  105. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/models/__init__.py +0 -0
  106. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/models/test_iteration.py +0 -0
  107. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/models/test_pipeline.py +0 -0
  108. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_calc.py +0 -0
  109. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_check.py +0 -0
  110. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_conda.py +0 -0
  111. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_core.py +0 -0
  112. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_dvc.py +0 -0
  113. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_environments.py +0 -0
  114. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_git.py +0 -0
  115. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_invenio.py +0 -0
  116. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_jupyter.py +0 -0
  117. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_magics.py +0 -0
  118. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_notebooks.py +0 -0
  119. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_pipeline.py +0 -0
  120. {calkit_python-0.33.3 → calkit_python-0.33.4}/calkit/tests/test_templates.py +0 -0
  121. {calkit_python-0.33.3 → calkit_python-0.33.4}/conftest.py +0 -0
  122. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/CNAME +0 -0
  123. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/apps.md +0 -0
  124. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/calculations.md +0 -0
  125. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/calkit-yaml.md +0 -0
  126. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/cli-reference.md +0 -0
  127. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/cloud-integration.md +0 -0
  128. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/datasets.md +0 -0
  129. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/dependencies.md +0 -0
  130. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/environments.md +0 -0
  131. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/examples.md +0 -0
  132. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/help.md +0 -0
  133. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/c-to-the-k-white.svg +0 -0
  134. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/calkit-fragmentation-compendium.png +0 -0
  135. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/calkit-no-bg.png +0 -0
  136. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/connect-zenodo.png +0 -0
  137. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab/all-green.png +0 -0
  138. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab/collect-data-stale.png +0 -0
  139. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab/new-env.png +0 -0
  140. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab/new-notebook.png +0 -0
  141. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab/pipeline-badge.png +0 -0
  142. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/jupyterlab-params.png +0 -0
  143. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/plos-osi-code-2024-03.png +0 -0
  144. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/img/vscode-nb-params.png +0 -0
  145. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/index.md +0 -0
  146. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/installation.md +0 -0
  147. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/jupyterlab.md +0 -0
  148. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/local-server.md +0 -0
  149. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/notebooks.md +0 -0
  150. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/overleaf.md +0 -0
  151. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/pipeline/index.md +0 -0
  152. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/pipeline/manual-steps.md +0 -0
  153. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/pipeline/running-and-logging.md +0 -0
  154. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/pipeline/slurm.md +0 -0
  155. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/quickstart.md +0 -0
  156. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/references.md +0 -0
  157. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/releases.md +0 -0
  158. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/adding-latex-pub-docker.md +0 -0
  159. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/conda-envs.md +0 -0
  160. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/existing-project.md +0 -0
  161. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/first-project.md +0 -0
  162. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/github-actions.md +0 -0
  163. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/actions-repo-secrets.png +0 -0
  164. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/building-codespace.png +0 -0
  165. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/codespaces-secrets-2.png +0 -0
  166. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/editor-split.png +0 -0
  167. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/go-to-linked-code.png +0 -0
  168. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/issue-from-selection.png +0 -0
  169. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/new-project.png +0 -0
  170. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/new-pub-2.png +0 -0
  171. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/new-token.png +0 -0
  172. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/paper.tex.png +0 -0
  173. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/project-home-3.png +0 -0
  174. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/push.png +0 -0
  175. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/latex-codespaces/stage.png +0 -0
  176. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/anakin-excel.jpg +0 -0
  177. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/chart-more-rows.png +0 -0
  178. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/create-project.png +0 -0
  179. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/elsevier-research-data-guidelines.png +0 -0
  180. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/excel-chart.png +0 -0
  181. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/excel-data.png +0 -0
  182. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/insert-link-to-file.png +0 -0
  183. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/needs-clone.png +0 -0
  184. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/new-stage.png +0 -0
  185. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/phd-comics-version-control.webp +0 -0
  186. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/pipeline-out-of-date.png +0 -0
  187. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/status-more-rows.png +0 -0
  188. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/uncommitted-changes.png +0 -0
  189. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/untracked-data.png +0 -0
  190. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/updated-publication.png +0 -0
  191. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/word-to-pdf-stage-2.png +0 -0
  192. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/office/workflow-page.png +0 -0
  193. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/clone.png +0 -0
  194. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/create-project.png +0 -0
  195. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/datasets-page.png +0 -0
  196. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/figure-on-website-updated.png +0 -0
  197. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/figure-on-website.png +0 -0
  198. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/new-token.png +0 -0
  199. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/reclone.png +0 -0
  200. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/openfoam/status-after-import-dataset.png +0 -0
  201. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/quick-actions.png +0 -0
  202. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/img/run-proc.png +0 -0
  203. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/matlab.md +0 -0
  204. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/notebook-pipeline.md +0 -0
  205. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/office.md +0 -0
  206. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/openfoam.md +0 -0
  207. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/tutorials/procedures.md +0 -0
  208. {calkit_python-0.33.3 → calkit_python-0.33.4}/docs/version-control.md +0 -0
  209. {calkit_python-0.33.3 → calkit_python-0.33.4}/install.json +0 -0
  210. {calkit_python-0.33.3 → calkit_python-0.33.4}/jest.config.js +0 -0
  211. {calkit_python-0.33.3 → calkit_python-0.33.4}/jupyter-config/server-config/calkit.json +0 -0
  212. {calkit_python-0.33.3 → calkit_python-0.33.4}/package.json +0 -0
  213. {calkit_python-0.33.3 → calkit_python-0.33.4}/pyproject.toml +0 -0
  214. {calkit_python-0.33.3 → calkit_python-0.33.4}/schema/plugin.json +0 -0
  215. {calkit_python-0.33.3 → calkit_python-0.33.4}/scripts/install.ps1 +0 -0
  216. {calkit_python-0.33.3 → calkit_python-0.33.4}/scripts/install.sh +0 -0
  217. {calkit_python-0.33.3 → calkit_python-0.33.4}/scripts/make-calk9.sh +0 -0
  218. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/__tests__/useQueries.spec.ts +0 -0
  219. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/calkit-config.ts +0 -0
  220. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/cell-output-marker.ts +0 -0
  221. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/commit-dialog.tsx +0 -0
  222. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/environment-editor.tsx +0 -0
  223. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/notebook-registration.tsx +0 -0
  224. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/notebook-toolbar.tsx +0 -0
  225. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/pipeline-status-bar.tsx +0 -0
  226. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/project-info-editor.tsx +0 -0
  227. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/sidebar-settings.tsx +0 -0
  228. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/sidebar.tsx +0 -0
  229. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/components/stage-editor.tsx +0 -0
  230. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/feature-flags.ts +0 -0
  231. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/file-browser-menu.ts +0 -0
  232. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/hooks/__tests__/useQueries.test.tsx +0 -0
  233. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/hooks/useQueries.ts +0 -0
  234. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/icons.ts +0 -0
  235. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/index.ts +0 -0
  236. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/io-tracker.ts +0 -0
  237. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/pipeline-state.ts +0 -0
  238. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/queryClient.ts +0 -0
  239. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/request.ts +0 -0
  240. {calkit_python-0.33.3 → calkit_python-0.33.4}/src/shims-mainmenu.d.ts +0 -0
  241. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/base.css +0 -0
  242. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/cell-output-marker.css +0 -0
  243. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/environment-editor.css +0 -0
  244. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/environment-selector.css +0 -0
  245. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/img/calkit-no-bg.png +0 -0
  246. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/index.css +0 -0
  247. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/index.js +0 -0
  248. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/notebook-toolbar.css +0 -0
  249. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/pipeline-status-bar.css +0 -0
  250. {calkit_python-0.33.3 → calkit_python-0.33.4}/style/sidebar.css +0 -0
  251. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/dvc-md5-dir/osx-arm64.txt +0 -0
  252. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/nb-julia.ipynb +0 -0
  253. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/nb-params.ipynb +0 -0
  254. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/nb-subdir.ipynb +0 -0
  255. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/pipeline.ipynb +0 -0
  256. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/script.py +0 -0
  257. {calkit_python-0.33.3 → calkit_python-0.33.4}/test/test-log.log +0 -0
  258. {calkit_python-0.33.3 → calkit_python-0.33.4}/tsconfig.json +0 -0
  259. {calkit_python-0.33.3 → calkit_python-0.33.4}/tsconfig.test.json +0 -0
  260. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/.gitignore +0 -0
  261. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/README.md +0 -0
  262. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/jupyter_server_test_config.py +0 -0
  263. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/package.json +0 -0
  264. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/playwright.config.js +0 -0
  265. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/tests/calkit.spec.ts +0 -0
  266. {calkit_python-0.33.3 → calkit_python-0.33.4}/ui-tests/yarn.lock +0 -0
  267. {calkit_python-0.33.3 → calkit_python-0.33.4}/uv.lock +0 -0
  268. {calkit_python-0.33.3 → calkit_python-0.33.4}/yarn.lock +0 -0
@@ -16,3 +16,4 @@ calkit/labextension
16
16
  coverage
17
17
  junit.xml
18
18
  calk9
19
+ dist
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: calkit-python
3
- Version: 0.33.3
3
+ Version: 0.33.4
4
4
  Summary: Reproducibility simplified.
5
5
  Project-URL: Homepage, https://calkit.org
6
6
  Project-URL: Issues, https://github.com/calkit/calkit/issues
@@ -1,4 +1,4 @@
1
- __version__ = "0.33.3"
1
+ __version__ = "0.33.4"
2
2
 
3
3
  from .core import * # noqa: F403, I001
4
4
  from . import git # noqa: F401
@@ -1072,6 +1072,13 @@ def run(
1072
1072
  except Exception as e:
1073
1073
  os.environ.pop("CALKIT_PIPELINE_RUNNING", None)
1074
1074
  raise_error(f"Pipeline compilation failed: {e}")
1075
+ # Initialize DVC repo if necessary
1076
+ try:
1077
+ dvc.repo.Repo()
1078
+ except Exception:
1079
+ if not quiet:
1080
+ typer.echo("Initializing DVC repo")
1081
+ dvc.repo.Repo.init()
1075
1082
  # Convert deps into target stage names
1076
1083
  # TODO: This could probably be merged back upstream into DVC
1077
1084
  if dvc_stages is None:
@@ -80,6 +80,8 @@ tooling and infrastructure.
80
80
  - **Intuitive tooling:**
81
81
  Simplify the "hard parts" of modern scientific computing:
82
82
  caching, version control, and environment management.
83
+ Instead of telling scientists to adapt software development tools for
84
+ their science, build the tools that do the adaptation.
83
85
  - **Bridging the gap:**
84
86
  Create a natural transition from interactive discovery (notebooks/shells)
85
87
  to automated batch pipelines.
@@ -1,6 +1,7 @@
1
1
  # Tutorials
2
2
 
3
3
  - [Creating your first project](first-project.md)
4
+ - [Composing a pipeline from multiple Jupyter notebooks in JupyterLab](jupyterlab.md)
4
5
  - [Converting an existing project to a Calkit project](existing-project.md)
5
6
  - [Reproducible OpenFOAM simulations](openfoam.md)
6
7
  - [LaTeX collaboration with GitHub Codespaces](latex-codespaces.md)
@@ -0,0 +1,7 @@
1
+ # 🎥 Composing a pipeline from multiple Jupyter notebooks in JupyterLab
2
+
3
+ The video below explains how to use the Calkit JupyterLab extension to
4
+ create a single-button reproducible pipeline from a collection of Jupyter
5
+ notebooks, including automated environment management and output tracking.
6
+
7
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/8q-nFxqfP-k?si=gfECpFRf0e0oydGa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
@@ -30,13 +30,6 @@ environment with Calkit and
30
30
  [GitHub Codespaces](https://github.com/features/codespaces),
31
31
  a container-based virtual machine service.
32
32
 
33
- **Disclosure:** There is a paid aspect of the Calkit Cloud,
34
- which I manage,
35
- to help with the costs of running the system,
36
- and to prevent users for pushing up unreasonable amounts of data.
37
- However, the software is open source and there is a free plan
38
- that provides more than enough storage to do what we'll do here.
39
-
40
33
  ## Create the project
41
34
 
42
35
  In order to follow along, you'll need a GitHub account,
@@ -75,25 +68,7 @@ drop a note in a
75
68
 
76
69
  ## Create the Codespace
77
70
 
78
- In order to push artifacts like PDFs up to the Calkit Cloud's DVC remote,
79
- we will need a token and we'll need to set it as a secret for the Codespace.
80
- On the Calkit project homepage you'll see a link in the quick actions
81
- section for managing user tokens.
82
-
83
- ![Project home page.](img/latex-codespaces/project-home-3.png)
84
-
85
- Head over there and create one, selecting "DVC" as the purpose.
86
- Save this in a password manager if you have one,
87
- then head back to the project homepage and click the quick action link
88
- to configure GitHub Codespaces secrets for the project.
89
- Create a secret called `CALKIT_DVC_TOKEN`
90
- and paste in the token.
91
-
92
- ![Creating the token.](img/latex-codespaces/new-token.png)
93
-
94
- ![Adding the secret.](img/latex-codespaces/codespaces-secrets-2.png)
95
-
96
- Next, from the project homepage,
71
+ From the project homepage,
97
72
  click "Open in GitHub Codespaces."
98
73
  Alternatively, if you haven't created your own project,
99
74
  you can
@@ -60,6 +60,7 @@ nav:
60
60
  - Tutorials:
61
61
  - tutorials/index.md
62
62
  - tutorials/first-project.md
63
+ - tutorials/jupyterlab.md
63
64
  - tutorials/existing-project.md
64
65
  - tutorials/openfoam.md
65
66
  - tutorials/adding-latex-pub-docker.md
File without changes
File without changes
File without changes