
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 11:44 AM
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 12:58 PM
If you're looking for python packages, you can use standard conda list commands (see example below):
%conda list
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 12:58 PM
If you're looking for python packages, you can use standard conda list commands (see example below):
%conda list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 08:19 AM
On newer Databricks Runtime versions, %conda commands are not supported. You can use %pip commands instead:
%pip list
I have tested this on Databricks Runtime 15.4 LTS Beta.

