Skip to content

Commit

Permalink
show current conda environment in computer tab
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed May 27, 2024
1 parent e7be86c commit adcf7fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/renderer/components/Computer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,13 @@ export default function Computer() {
</Sheet>
</>
)}
<Typography level="h2" paddingBottom={0}>
<Typography level="h2" paddingTop={2}>
Installed Python Libraries
</Typography>
<Typography level="title-sm" paddingBottom={0}>
Conda Environment: {server?.conda_environment} @ {server?.conda_prefix}
</Typography>
<FormControl size="sm">
<FormLabel>&nbsp;</FormLabel>
<Input
placeholder="Search"
value={searchText}
Expand Down

0 comments on commit adcf7fb

Please sign in to comment.