Date | What/Why |
---|---|
2022/11/16 |
Initial draft |
2023/1/30 |
Unified the swinging of expressions |
2023/5/26 |
Fixed parenthesis notation for tool names |
-
This book is functional specifications of a Codespaces development environment for Python.
Terms/Abbreviations | Meaning |
---|---|
"Console Access Library" |
SDK that provides access to the "Console for AITRIOS" |
Codespaces |
Cloud-hosted and containerized VS Code environment from GitHub |
-
Codespaces documentation (external link)
-
Provide a Codespaces development environment for Python.
-
Users can launch Codespaces from the repository and get a development environment for Python with SDK-provided libraries and tools to aid development.
-
-
Users can launch Codespaces from the repository and get a development environment for Python.
-
As an editor, VS Code’s UI runs in the browser.
-
-
Provide an environment in which SDK-provided libraries required for application development can be used.
-
Add submodules from the GitHub repository to the environment.
-
-
Provide an environment where development aids can be used.
-
Add extensions to the environment to facilitate development work, such as input completion and debugging aids.
-
-
Build a container environment using a specified Python base image.
-
Visit the VS Code’s marketplace to install the extension.
-
Python
Features for the Python development environment are available. -
Pylance
Input completion is available in the Python environment. -
Jupyter
-
Jupyter Keymap
Jupyter Notebook is available on VS Code as a debugging aid for Python development.
-
-
Run shell scripts to add libraries to the environment as submodules.
-
"Console Access Library"
Provide access to the "Console for AITRIOS".
-
-
You have access to Codespaces.
-
You have access to the private repository for the "Console Access Library".