Useful Links
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
Core Concepts
The Notebook Document
IPYNB File Format
JSON Structure
Metadata Components
Cell Structure
Versioning and Compatibility
Understanding Cells
Cell as Fundamental Unit
Cell Modes
Edit Mode
Command Mode
Switching Between Modes
Visual Mode Indicators
Cell Selection
Multi-cell Operations
Cell Types
Code Cells
Syntax Highlighting
Execution Count
Input and Output Areas
Markdown Cells
Text Formatting
Rendered Output
Raw NBConvert Cells
Use Cases
Conversion Purposes
Converting Between Cell Types
Previous
3. The Jupyter User Interface
Go to top
Next
5. Working with Code Cells