Skip to content

Instantly share code, notes, and snippets.

View hedaprakash's full-sized avatar

Prakash Heda hedaprakash

View GitHub Profile
@hedaprakash
hedaprakash / X11 Forwarding Setup for VSCode Remote SSH
Last active November 1, 2025 18:07
X11 Forwarding Setup for VSCode Remote SSH
# X11 Forwarding Setup for VSCode Remote SSH
This guide details how to configure X11 forwarding to enable GUI support when using VSCode Remote SSH.
---
## Steps
```powershell
# 1. Install and Configure Xming on Windows
import openai
import time
import streamlit as st
from dotenv import load_dotenv
# Load the environment variables from .env file
load_dotenv()
# Initialize the client
client = openai.OpenAI()