This repository is a simple "Hello World" example to get started with the Python Toolset in CodeOnline.
- Install the Python toolset via the
workspace.yml
in your CodeOnline Workspace.
install:
- python-toolset
-
Reload CodeOnline so that the Python extension becomes activated.
-
Add the example repository to the
workspace.yml
.
repositories:
- name: python-example
git: https://github.com/codeonline-io/python-example.git
postInstall: npm install
The following steps explain how to run this example in your CodeOnline Workspace.
- Open the 'Run' panel on the left-side of the screen.
- Select "python-example" run configuration
- Hit the Run button, to start the application with a debugger attached.
- Go to https://code.codeonline.io/proxy/8080 to see the example.