.cruft.json
.envrc.disabled
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
commitlint.config.js
environment.yaml
mkdocs.yml
pyproject.toml
setup.cfg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/suggest-a-module.md
.github/workflows/build-darwin.yaml
.github/workflows/build-linux.yaml
.github/workflows/build-windows.yaml
ci/conda/conda-pkg-patch.yaml
docs/SUMMARY.md
docs/development.md
docs/index.md
docs/usage.md
docs/stylesheets/extra.css
examples/data/Readme.md
examples/data/journals/JournalEdges1902.csv
examples/data/journals/JournalNodes1902.csv
examples/data/journals/Readme.md
examples/jupyter/install_example.ipynb
scripts/documentation/gen_api_doc_pages.py
scripts/documentation/gen_info_pages.py
scripts/documentation/gen_module_doc.py
src/kiara_plugin.jupyter.egg-info/PKG-INFO
src/kiara_plugin.jupyter.egg-info/SOURCES.txt
src/kiara_plugin.jupyter.egg-info/dependency_links.txt
src/kiara_plugin.jupyter.egg-info/entry_points.txt
src/kiara_plugin.jupyter.egg-info/not-zip-safe
src/kiara_plugin.jupyter.egg-info/requires.txt
src/kiara_plugin.jupyter.egg-info/top_level.txt
src/kiara_plugin/jupyter/__init__.py
src/kiara_plugin/jupyter/data_types.py
src/kiara_plugin/jupyter/defaults.py
src/kiara_plugin/jupyter/entrypoints.py
src/kiara_plugin/jupyter/models.py
src/kiara_plugin/jupyter/py.typed
src/kiara_plugin/jupyter/modules/__init__.py
src/kiara_plugin/jupyter/pipelines/.gitkeep
src/kiara_plugin/jupyter/pipelines/__init__.py
src/kiara_plugin/jupyter/renderers/__init__.py
src/kiara_plugin/jupyter/renderers/pipeline.py
src/kiara_plugin/jupyter/resources/.gitkeep
src/kiara_plugin/jupyter/resources/templates/pipeline/workflow_tutorial/jupyter_notebook.ipynb.j2
src/kiara_plugin/jupyter/resources/templates/pipeline/workflow_tutorial/workflow_information.j2
src/kiara_plugin/jupyter/resources/templates/pipeline/workflow_tutorial/workflow_inputs.j2
src/kiara_plugin/jupyter/resources/templates/pipeline/workflow_tutorial/workflow_outputs.j2
src/kiara_plugin/jupyter/resources/templates/pipeline/workflow_tutorial/workflow_snapshot.j2
src/kiara_plugin/jupyter/utils/__init__.py
src/kiara_plugin/jupyter/utils/graphs.py
tests/conftest.py
tests/test_kiara_modules_default.py