From fb0257d60ffebf88af8e95013f28f1805de9288f Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 6 Feb 2026 13:14:47 +0530 Subject: [PATCH] fixes #12 --- penv | 1 + 1 file changed, 1 insertion(+) diff --git a/penv b/penv index 550efcc..0890329 100755 --- a/penv +++ b/penv @@ -67,6 +67,7 @@ create(){ python -m pip install ipykernel ipywidgets python -m ipykernel install --user --name "$name" echo + echo "--------------------------------------------------------------" echo "Created \"$name\". It should be available as a Jupyter Kernel." echo "Use \"pact $name\" to activate in command line." deactivate