interactive
interactive copied to clipboard
Don't name kernel directories starting with a period character
Describe the bug
Naming the .NET kernels with a period hides them in Unix/Linux. This is confusing, as normal attempts to list the directories will not show them. I suggest "dotnet" rather than ".net".
# ls
python3 python3.10 python3.9
# ls -a
. .. .net-csharp .net-fsharp .net-powershell python3 python3.10 python3.9