Anaconda

How to use Anaconda

Anaconda has already been installed. To use it, type

use conda

Conda Environment

VS Code

Remotely Connect Your VS Code to the Workstation

To connect your local VS Code to the workstation, you can use the “SSH” function in the VS Code. The “SSH” function in VS Code basically allows the VS Code to connect to the remote machine through SSH and no tunnel is needed. To use “SSH” (for first-time user):

  1. Open “Extensions” → Type “ssh” in the search bar and click “Remote - SSH” → Install the extension.

    Untitled

  2. Click “Remote Explorer” → Add new SSH remote by clicking “+” sign

    Untitled

  3. Type ssh your_UBIT_name[@qilin.eng.buffalo.edu](<mailto:[email protected]>) in the pop-up bar. Replace your_UBIT_name with your UBIT name. Then choose the first option to store this address to the config file. Then click “Connect” in the pop-up window at the bottom right corner.

  4. Now a new window should open. Select “Linux”. Then type in your UBIT password.

  5. Now you should be connected! 📶

  6. By default, you are in your HOME directory (e.g., /eng/home/kaihangs). You can click “Open folder” to select the address you want to go. Once you change the address, you may need to type in your UBIT password again.

    Untitled