Skip to content
Snippets Groups Projects
Commit adcf7fba authored by ali asaria's avatar ali asaria
Browse files

show current conda environment in computer tab

parent e7be86c6
No related branches found
No related tags found
No related merge requests found
...@@ -196,11 +196,13 @@ export default function Computer() { ...@@ -196,11 +196,13 @@ export default function Computer() {
</Sheet> </Sheet>
</> </>
)} )}
<Typography level="h2" paddingBottom={0}> <Typography level="h2" paddingTop={2}>
Installed Python Libraries Installed Python Libraries
</Typography> </Typography>
<Typography level="title-sm" paddingBottom={0}>
Conda Environment: {server?.conda_environment} @ {server?.conda_prefix}
</Typography>
<FormControl size="sm"> <FormControl size="sm">
<FormLabel>&nbsp;</FormLabel>
<Input <Input
placeholder="Search" placeholder="Search"
value={searchText} value={searchText}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment