-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Labels
Area-PowerShellSpecific to PowerShellSpecific to PowerShellenhancementNew feature or requestNew feature or request
Description
.NET Interactrive currently does not support the standard Powershell profiles.
Documentation from 'Profile Support.ipynb' says:
.NET Interactive doesn't have a concept of a prompt. Because of this, .NET Interactive does not run your $PROFILE.CurrentUserAllHosts or $PROFILE.AllUsersAllHosts profiles. If you feel like this isn't the right behavior, let us know!
In my case the standard profile is used to do some module initializations like conda that are not trivial. I am left to either create and synchronize yet another profile or include tedious code in my notebooks.
Therefore, I am in favor of supporting the standard profiles.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-PowerShellSpecific to PowerShellSpecific to PowerShellenhancementNew feature or requestNew feature or request