;;; 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 ))