Archived
ML - displaying all Python and R packages (including system ones) (#10603)
* displaying all packages including readonly
This commit is contained in:
Vendored
+1
@@ -63,6 +63,7 @@ export interface IJupyterServerInstallation {
|
||||
export interface IPackageDetails {
|
||||
name: string;
|
||||
version: string;
|
||||
readonly?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user