Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.11.0
-
Fix Version/s: 3.12.0
-
Component/s: app.editor
-
Labels:None
-
Target Version:
Description
Currently the ordering for which interpreters to show on the notebook wheel just takes the top 5 interpreters. We should allow users to configure which interpreters they want shown first regardless of ordering in hue.ini. This patch adds a setting interpreters_shown_on_wheel which takes a list of interpreters to show on the notebook wheel. If unset, this will still default to the top 5 interpreters.