You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Positron Welcome screen (#2513) will include options for users to get started in different modes, e.g. New Notebook, New File, New Console, and New Project.
This Epic covers the "New Project" option, which will need to ask the user for additional information to help them configure their new project in a folder of their choice.
For Beta, Positron will start with a fix set of project types based on the language extensions we embed, but in the future, other extensions would be able to register their own workflows.
The high-level flow for creating a new project will involve:
Closing as the sub-epics for Beta have now been completed. The next phase of the wizard for the Release Candidate is captured across #3364 and the project wizard board.
Description
The Positron Welcome screen (#2513) will include options for users to get started in different modes, e.g. New Notebook, New File, New Console, and New Project.
This Epic covers the "New Project" option, which will need to ask the user for additional information to help them configure their new project in a folder of their choice.
For Beta, Positron will start with a fix set of project types based on the language extensions we embed, but in the future, other extensions would be able to register their own workflows.
The high-level flow for creating a new project will involve:
Python: Untitled .py file
R: Untitled .R file
Notebook (Python): Untitled .ipynb file
Example, for Python, the user would need to select the Python interpreter, whether they would want a virtual environment created.
Sub-epics
Related issues
The text was updated successfully, but these errors were encountered: