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
Magic Commands
Introduction to Magic Commands
Purpose and Functionality
Line Magics
Cell Magics
Magic Command Syntax
Built-in Magic Commands
File and Script Operations
%run Command
%load Command
%%writefile Command
Performance and Timing
%time Command
%timeit Command
%prun Profiling
Variable and Environment Management
%who Command
%whos Command
%reset Command
History and Navigation
%history Command
%recall Command
Directory Operations
%pwd Command
%cd Command
%ls Command
Output Capture
%%capture Command
Format-specific Rendering
%%html Command
%%javascript Command
%%latex Command
System Shell Integration
Shell Command Execution
Package Installation
System Information
Custom Magic Commands
Creating Custom Magics
Registering Magic Commands
Magic Command Parameters
Previous
7. Data Visualization
Go to top
Next
9. Advanced Features