Uploaded August 2025 | Updated September 2026, 2 weeks ago
🚀 The LangChain 10 Days FREE Bootcamp is live: 10 lessons, free AI models only, from your first API call to a production grade RAG agent. Start with Day 0 for the roadmap and setup.
📺 Full playlist: youtube.com/watch?v=KJ3_NExk7-Q&list=PLW4pPr9JCovI&index=1
----------
Learn how to set up Anaconda with Python inside WSL and use it directly in VS Code — without opening from the WSL terminal. Perfect for smooth Python coding with Jupyter on Windows!
💻 Commands
# Install WSL with Ubuntu
wsl --install -d Ubuntu
wsl --set-default Ubuntu
# Update Ubuntu
sudo apt update && sudo apt upgrade -y
# Download and install Anaconda
cd ~
wget repo.anaconda.com/archive/Anaconda3-2025.06-0-Linux-x86_64.sh
bash Anaconda3-2025.06-0-Linux-x86_64.sh
# Activate conda (used this manually)
~/anaconda3/bin/conda init bash
source ~/.bashrc
# Use base environment (no new env created)
conda activate base
# Install Jupyter in base
conda install notebook ipykernel -y
🔊 Watch till last for a detailed description
📚 Learn More with My Udemy Courses
🚀 Agentic RAG with LangChain & LangGraph
udemy.com/course/agentic-rag-with-langchain-and-langgraph/?referralCode=C0BCC208F53AF2C98AC5
🧠 LangGraph with Ollama
udemy.com/course/langgraph-with-ollama/?referralCode=B646DCB44A189BEBC20C
⚡ Ollama and LangChain
udemy.com/course/ollama-and-langchain/?referralCode=7F4C0C7B8CF223BA9327
🔧 Fine-Tuning LLM with Hugging Face Transformers
udemy.com/course/fine-tuning-llm-with-hugging-face-transformers/?referralCode=6DEB3BE17C2644422D8E
📖 NLP with BERT in Python
udemy.com/course/nlp-with-bert-in-python/?referralCode=063516494616C76907CD
🌐 Connect with Me
Website & Blogs: kgptalkie.com
LinkedIn: linkedin.com/in/laxmimerit
GitHub: github.com/laxmimerit
Twitter (X): twitter.com/laxmimerit
📌 Support the Channel
👍 Like the video if it helps you
💬 Comment your doubts & feedback
🔔 Subscribe for free weekly AI & Data Science content
#DataScience #MachineLearning #LangChain #LangGraph #Ollama #Python #AI #DeepLearning #NLP #GenerativeAI #LLM #HuggingFace #BERT
🚀 The LangChain 10 Days FREE Bootcamp is live: 10 lessons, free AI models only, from your first API call to a production grade RAG agent. Start with Day 0 for the roadmap and setup.
📺 Full playlist: youtube.com/watch?v=KJ3_NExk7-Q&list=PLW4pPr9JCovI&index=1
----------
Learn how to set up Anaconda with Python inside WSL and use it directly in VS Code — without opening from the WSL terminal. Perfect for smooth Python coding with Jupyter on Windows!
💻 Commands
# Install WSL with Ubuntu
wsl --install -d Ubuntu
wsl --set-default Ubuntu
# Update Ubuntu
sudo apt update && sudo apt upgrade -y
# Download and install Anaconda
cd ~
wget repo.anaconda.com/archive/Anaconda3-2025.06-0-Linux-x86_64.sh
bash Anaconda3-2025.06-0-Linux-x86_64.sh
# Activate conda (used this manually)
~/anaconda3/bin/conda init bash
source ~/.bashrc
# Use base environment (no new env created)
conda activate base
# Install Jupyter in base
conda install notebook ipykernel -y
🔊 Watch till last for a detailed description
📚 Learn More with My Udemy Courses
🚀 Agentic RAG with LangChain & LangGraph
udemy.com/course/agentic-rag-with-langchain-and-langgraph/?referralCode=C0BCC208F53AF2C98AC5
🧠 LangGraph with Ollama
udemy.com/course/langgraph-with-ollama/?referralCode=B646DCB44A189BEBC20C
⚡ Ollama and LangChain
udemy.com/course/ollama-and-langchain/?referralCode=7F4C0C7B8CF223BA9327
🔧 Fine-Tuning LLM with Hugging Face Transformers
udemy.com/course/fine-tuning-llm-with-hugging-face-transformers/?referralCode=6DEB3BE17C2644422D8E
📖 NLP with BERT in Python
udemy.com/course/nlp-with-bert-in-python/?referralCode=063516494616C76907CD
🌐 Connect with Me
Website & Blogs: kgptalkie.com
LinkedIn: linkedin.com/in/laxmimerit
GitHub: github.com/laxmimerit
Twitter (X): twitter.com/laxmimerit
📌 Support the Channel
👍 Like the video if it helps you
💬 Comment your doubts & feedback
🔔 Subscribe for free weekly AI & Data Science content
#DataScience #MachineLearning #LangChain #LangGraph #Ollama #Python #AI #DeepLearning #NLP #GenerativeAI #LLM #HuggingFace #BERT










