UsefulLinks
Computer Science
Other Tools and Technologies
Jupyter Notebooks
1. Introduction to Jupyter Notebooks
2. Installation and Setup
3. The Jupyter User Interface
4. Core Concepts
5. Working with Code Cells
6. Writing and Formatting with Markdown
7. Data Visualization
8. Magic Commands
9. Advanced Features
10. Best Practices and Workflow
11. Sharing and Export
12. The Broader Jupyter Ecosystem
4.
Core Concepts
4.1.
The Notebook Document
4.1.1.
IPYNB File Format
4.1.2.
JSON Structure
4.1.3.
Metadata Components
4.1.4.
Cell Structure
4.1.5.
Versioning and Compatibility
4.2.
Understanding Cells
4.2.1.
Cell as Fundamental Unit
4.2.2.
Cell Modes
4.2.2.1.
Edit Mode
4.2.2.2.
Command Mode
4.2.2.3.
Switching Between Modes
4.2.2.4.
Visual Mode Indicators
4.2.3.
Cell Selection
4.2.4.
Multi-cell Operations
4.3.
Cell Types
4.3.1.
Code Cells
4.3.1.1.
Syntax Highlighting
4.3.1.2.
Execution Count
4.3.1.3.
Input and Output Areas
4.3.2.
Markdown Cells
4.3.2.1.
Text Formatting
4.3.2.2.
Rendered Output
4.3.3.
Raw NBConvert Cells
4.3.3.1.
Use Cases
4.3.3.2.
Conversion Purposes
4.3.4.
Converting Between Cell Types
Previous
3. The Jupyter User Interface
Go to top
Next
5. Working with Code Cells