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