Skip to content
Higherpass
  • DevOps
  • Javascript
  • ML-AI
  • Python
Higherpass
Random Article
  • Home
  • Programming
  • Jupyter Notebooks

Category: Jupyter Notebooks

Matplotlib 3D Visualization
Categories Python Jupyter Notebooks

Creating 3D Visualizations with Matplotlib in Python

  • By Craig
  • May 23, 2025

Introduction Data visualization has evolved beyond simple 2D plots, and Matplotlib’s powerful 3D capabilities enable us to create compelling visualizations that bring data to…

Read More
Categories Jupyter Notebooks

Using Ipywidgets in Jupyter Notebooks

  • By Craig
  • April 26, 2025

Introduction to Ipywidgets Ipywidgets are a powerful tool that can enhance the interactivity and functionality of Jupyter Notebooks. These widgets allow users to create…

Read More
Seaborn Multiple Bar Charts
Categories Python Jupyter Notebooks

Creating Charts with Python and Seaborn

  • By Craig
  • March 27, 2025

Data visualization is a crucial part of understanding and communicating insights from data. Among the many Python libraries available for visualization, Seaborn stands out for its…

Read More
Categories Python Jupyter Notebooks ML-AI

Classifying Technical Documentation with TensorFlow: Building a GitHub README Classifier

  • By Craig
  • March 22, 2025

In this tutorial, I’ll walk you through how to build a machine learning system that automatically classifies GitHub README files by programming language. This…

Read More
Folium MARTA Transit Map
Categories Python Jupyter Notebooks

Interactive Mapping with Python: Building a Transit Visualization using Folium

  • By Craig
  • March 15, 2025

Folium makes it easy to create beautiful interactive web maps in Python by combining the power of Python’s data handling with the Leaflet.js mapping…

Read More
Categories Jupyter Notebooks Python

Getting Started with Jupyter Notebooks in VS Code

  • By Craig
  • February 16, 2025

Introduction Jupyter notebooks are powerful interactive computing environments that have revolutionized how we work with data and code. Originally developed for Python (from IPython…

Read More

Popular Posts

  • Getting Started with Three.js in Vue 3
  • Building Custom Chatbots with Atomic-Agents and OpenAI
  • Building a LangGraph.JS Agent in TypeScript with Memory
  • LangGraph Basics: Building Advanced AI Agents with Graph Architecture
  • Testing LangGraph Agents with pytest and Test-Driven Development
Copyright © 2025
  • DevOps
  • Javascript
  • ML-AI
  • Python