Day 2 - Running Jupyter Notebook Inside VS Code: A Smooth Experience
Context:
I wanted to see how integrating Jupyter Notebook within VS Code could improve my workflow for Python and AI learning.
What I Learned:
- You can run code and see outputs instantly.
- Visualize results right next to your code.
- No need to switch between multiple tools — everything is in one place.
Why It Matters for QA / AI Testing:
- Reduces friction when experimenting with AI models or scripts.
- Makes debugging and validating outputs faster and more intuitive.
- Encourages seamless learning and prototyping without tool fatigue.
My Takeaway:
VS Code + Jupyter Notebook = A powerful combo for Python and AI exploration.