Getting started: Ubuntu
Select SHE BASH Ubuntu from the Kasm list of available workspace images. Once loaded, open Terminal Emulator either by selecting it from the Applications menu or by right clicking on the Desktop and choosing Open Terminal Emulator Here. Create a new, isolated Python environment usingconda.
Testing with an example repository
For the purposes of demonstration and to leverage LLMs in your Python development we recommend getting started using the AskSage Open Source Community repo (a paid subscription to AskSage is required for API access). In your terminal window run:.ipynb files) from within your VS Code editor.
You can operate fully within your VS Code IDE or you can toggle between the system’s terminal application and the IDE. If you want to remain entirely within VS Code, you’ll have to activate the conda environment created earlier.
From within VS Code use the keyboard shortcut Ctrl ~ to open a new terminal.
Rerun conda activate in this terminal session.
Then install all the dependencies for the project:
Getting started: Windows 11
If you are using Windows 11 and would like to use Python for development activities, please use the following instructions to open an Anaconda Prompt in your environment:- From the Start menu search for Anaconda.
- Open Anaconda Prompt.
- By default, you will have a
baseenvironment. - Create a new environment:
- As that populates the requisite packages, make sure to follow the on-screen prompts (
Y) to allow the installation of packages.