ML - displaying all Python and R packages (including system ones) (#10603)

* displaying all packages including readonly
This commit is contained in:
Leila Lali
2020-05-29 13:52:37 -07:00
committed by GitHub
parent 0e0eb7f237
commit 5955953b4a
7 changed files with 77 additions and 54 deletions

View File

@@ -63,6 +63,7 @@ export interface IJupyterServerInstallation {
export interface IPackageDetails {
name: string;
version: string;
readonly?: boolean;
}
/**