-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Getting Started Walkthrough flow #20740
Comments
We could adapt our current views to reflect a more ideal flow (i.e. using a workspace, using a virtual environment, etc.) For users that are visiting the getting started page with a workspace open when can encourage them to take the following steps:
For users visiting the getting started page with no workspace open we can encourage them to take the following steps:
Currently in "Explore more resources" we have:
Changing the wording on the "Learn More" button to something more related to the tutorial might make new users more likely to interact with it. Perhaps, "Python Tutorial" or "Follow Along with the Python Tutorial" |
Looks good. It would be great if we can somehow teach what "Select Interpreter" tile does as well. Something like: "Create a Python environment or use <...> to select an existing one". |
good point on learn more, +1 to "Follow Along with the Python Tutorial" I think the ideal would be to make #20249 happen, then we could just guide people on "Select Interpreter" from both flows 😁 |
When doing getting started or supporting a #20249 exposes "Create Environment" as a secondary option though 😅 so many users can simply end up choosing a global interpreter and moving on. |
I agree, whichever one we think is more important should be the top level option, and then the nested one is secondary. |
Yes good point. This is especially important when there isn't a virtual environment in the workspace (or a folder open). Would the idea here be to expose a picker with "Create environment" and "Select an existing interpreter" first? |
I like it 🙂 kind of like mirror idea of #20249: |
Closing as this investigation is finished with the following issues as a result: |
We should investigate the flow we are encouraging in the Getting Started with Python walkthrough to ensure it reflects best practice's and the idealized use of the tool.
We currently guide users to:
We also show a different flow if the user has a workspace open:
Some considerations are if we should encourage the user to open a folder instead of a file, where we should prompt the user to create an environment, if these tiles are in the best order, etc.
Ref #20649
The text was updated successfully, but these errors were encountered: