feat: analisis NATS pub/sub con 3 notebooks

This commit is contained in:
Egutierrez
2026-06-03 19:53:43 +02:00
commit 595930f3c8
24 changed files with 6167 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[project]
name = "nats"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyter>=1.1.1",
"jupyter-collaboration>=4.4.0",
"jupyter-mcp-server>=1.0.2",
"jupyterlab>=4.5.7",
"matplotlib>=3.10.9",
"nats-py>=2.14.0",
"numpy>=2.4.6",
"pandas>=3.0.3",
]