Tag

Jupyter Notebook

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2024 · Fundamentals

Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables

This article introduces four Python packages—Pivottablejs, PyGWalker, Qgrid, and Itables—that transform Pandas DataFrames into interactive tables within Jupyter Notebook, providing code examples, visual demos, and guidance on when to choose each tool for data exploration and lightweight analysis.

Interactive TablesJupyter NotebookPython packages
0 likes · 5 min read
Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables
Python Programming Learning Circle
Python Programming Learning Circle
Jun 18, 2024 · Fundamentals

How to Use Pandas for Data Processing and Office Automation

This tutorial introduces Pandas installation, basic DataFrame creation, CSV reading, merging, filtering, chunked processing, value modification, column management, and exporting, providing beginners with practical steps to leverage Pandas for data handling and automation tasks.

AutomationCSVData Processing
0 likes · 5 min read
How to Use Pandas for Data Processing and Office Automation
Python Programming Learning Circle
Python Programming Learning Circle
Jan 16, 2024 · Fundamentals

Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables

This article introduces four Python packages—Pivottablejs, PyGWalker, Qgrid, and Itables—that transform Pandas DataFrames into interactive tables and visualizations within Jupyter Notebook, providing code examples, usage tips, and comparisons to help users choose the right tool for data exploration.

Data VisualizationInteractive TablesJupyter Notebook
0 likes · 4 min read
Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables
Python Programming Learning Circle
Python Programming Learning Circle
Sep 19, 2023 · Fundamentals

Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables

This article introduces four Python packages—Pivottablejs, PyGWalker, Qgrid, and Itables—that transform Pandas DataFrames into interactive tables within Jupyter Notebook, providing features such as pivoting, drag‑and‑drop filtering, visual exploration, and lightweight data inspection for enhanced data analysis.

Data VisualizationInteractive TablesJupyter Notebook
0 likes · 5 min read
Interactive DataFrame Visualization in Jupyter Notebook with Pivottablejs, PyGWalker, Qgrid, and Itables
Python Programming Learning Circle
Python Programming Learning Circle
Mar 4, 2023 · Fundamentals

Using Plotly for Data Visualization in Python: Line, Scatter, and Bar Charts

This article introduces Plotly, a powerful Python library for creating interactive line, scatter, and bar charts, explains how to install and use it in offline mode within Jupyter notebooks, and provides complete code examples for each chart type along with visual results.

ChartingData VisualizationJupyter Notebook
0 likes · 7 min read
Using Plotly for Data Visualization in Python: Line, Scatter, and Bar Charts
Python Programming Learning Circle
Python Programming Learning Circle
Oct 11, 2022 · Fundamentals

Plotly Overview: Interactive Python Visualizations Made Easy

This article introduces the powerful open‑source Plotly library for Python, showing how a single line of code can create interactive charts such as bar, box, scatter, time‑series, and advanced visualizations, while also covering installation, theme customization, and integration with Jupyter Notebook and Plotly Chart Studio.

Data VisualizationJupyter NotebookPlotly
0 likes · 8 min read
Plotly Overview: Interactive Python Visualizations Made Easy
Model Perspective
Model Perspective
Sep 18, 2022 · Fundamentals

How to Open and Use Jupyter Notebook Files

This guide explains how to launch Jupyter Notebook, open existing notebook files, and begin working with them, providing clear step‑by‑step instructions for users new to the interactive computing environment, including tips on navigating the interface and saving your work.

Jupyter NotebookPythonTutorial
0 likes · 1 min read
How to Open and Use Jupyter Notebook Files
Python Programming Learning Circle
Python Programming Learning Circle
Aug 25, 2022 · Fundamentals

Plotly Basics: Offline Plotting, Traces, Layout, and Customization in Jupyter Notebook

This article introduces Plotly's offline plotting in Jupyter Notebook, explains the key parameters of plotly.offline.iplot, demonstrates how to create and combine traces, and shows how to customize layout elements such as fonts, titles, axes, legends, grids, and other figure properties using Python code.

Data VisualizationJupyter NotebookOffline Plotting
0 likes · 15 min read
Plotly Basics: Offline Plotting, Traces, Layout, and Customization in Jupyter Notebook
Python Programming Learning Circle
Python Programming Learning Circle
Aug 10, 2022 · Fundamentals

Python and Jupyter Notebook Tips: Data Profiling, Interactive Plotting, and Handy Magic Commands

This article presents a collection of practical Python and Jupyter Notebook tips—including pandas‑profiling for quick data exploration, interactive plotting with Cufflinks/Plotly, useful magic commands, debugging shortcuts, and styled alert boxes—to boost productivity and streamline data analysis workflows.

Data ProfilingInteractive PlottingJupyter Notebook
0 likes · 9 min read
Python and Jupyter Notebook Tips: Data Profiling, Interactive Plotting, and Handy Magic Commands
Python Programming Learning Circle
Python Programming Learning Circle
Mar 1, 2022 · Fundamentals

Comprehensive Guide to Installing, Configuring, and Using Jupyter Notebook

This article provides a detailed step‑by‑step tutorial on what Jupyter Notebook is, how to install it via Anaconda or pip, configure its settings, use its various interfaces, extend its functionality with extensions, manage kernels, employ shortcuts, and properly close and exit the application.

ConfigurationInstallationJupyter Notebook
0 likes · 27 min read
Comprehensive Guide to Installing, Configuring, and Using Jupyter Notebook
Python Programming Learning Circle
Python Programming Learning Circle
Sep 19, 2021 · Big Data

Visualizing Historical National Games Medal Rankings with Python

This tutorial demonstrates how to collect, clean, and visualize historical Chinese National Games medal data using Python, covering data extraction with regular expressions, organization into pandas DataFrames, and creating both static line charts with Matplotlib and interactive charts with PyEcharts, complete with code snippets and practical tips.

Data VisualizationJupyter NotebookMatplotlib
0 likes · 6 min read
Visualizing Historical National Games Medal Rankings with Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 31, 2021 · Fundamentals

Using Plotly and Cufflinks for Powerful Interactive Data Visualizations in Python

This article introduces the open‑source Plotly library (with Cufflinks) for Python, explains how to install it, and demonstrates with concise code examples how to create a wide range of interactive charts—including bar, box, scatter, time‑series, 3D, and custom‑themed visualizations—directly in Jupyter notebooks.

Data VisualizationJupyter NotebookPlotly
0 likes · 8 min read
Using Plotly and Cufflinks for Powerful Interactive Data Visualizations in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 26, 2021 · Fundamentals

Step-by-Step Guide to Data Analysis with Python: Import, Clean, Visualize, and Merge Using Pandas

This tutorial walks data analysts through setting up a Python environment with Jupyter and Anaconda, importing diverse datasets via Pandas, cleaning and reshaping data, performing calculations, filtering, visualizing results, and finally merging and grouping data to produce insightful analyses comparable to SQL and Excel workflows.

Data AnalysisData VisualizationExcel
0 likes · 12 min read
Step-by-Step Guide to Data Analysis with Python: Import, Clean, Visualize, and Merge Using Pandas
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2021 · Fundamentals

A Minimalist Guide to Jupyter Notebook Extensions and the Top Five Useful Plugins

This article explains how to install Jupyter Notebook extensions, walks through a quick and a detailed tutorial, and reviews the five most popular extensions—Table of Contents, Autopep8, Variable Inspector, ExecuteTime, and Hide Code Input—highlighting their benefits for data‑science workflows.

Jupyter NotebookPythonTutorial
0 likes · 6 min read
A Minimalist Guide to Jupyter Notebook Extensions and the Top Five Useful Plugins
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2021 · Fundamentals

Building a Hangman Word‑Guessing Game in Python

This tutorial walks through the complete design and implementation of a Hangman word‑guessing game in Python, covering library imports, variable declarations, hidden‑word generation, the main game loop, input handling, guess validation, life‑count management, repeated‑guess detection, win/lose conditions, and output clearing within a Jupyter Notebook environment.

Game developmentJupyter NotebookLists
0 likes · 12 min read
Building a Hangman Word‑Guessing Game in Python