From 3e1b7751c8b56e0d96f2d4cea511736f2aa6d00d Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 5 Aug 2025 00:07:35 -0400 Subject: Add jupyter notebook comparing Aergia and Yappi --- manifest.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..d001fcb --- /dev/null +++ b/manifest.scm @@ -0,0 +1,20 @@ +;;; defines an environment for guix +(use-modules (gnu packages python) + (gnu packages python-xyz) + (gnu packages python-web) + (gnu packages python-science) + (gnu packages jupyter)) + +(packages->manifest + (list + ;; env + python + jupyter + python-plotly + + ;; async libs + python-aiofiles + python-aiohttp + python-httpx + python-quart + )) -- cgit v1.2.3