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
Installation and Setup
Prerequisites
Python Installation Requirements
Understanding Virtual Environments
System Requirements
Package Management Basics
Installation Methods
Using Anaconda Distribution
Downloading Anaconda
Installing Anaconda
Managing Environments with Anaconda
Anaconda Navigator Overview
Using pip Installation
Installing pip
Installing Jupyter via pip
Creating Virtual Environments
Activating Virtual Environments
Alternative Installation Methods
Using Docker Containers
Installing with System Package Managers
Cloud-based Installations
Launching Jupyter
Command Line Launch
Basic Launch Command
Specifying Notebook Directory
Customizing Port and IP
Command Line Options
Anaconda Navigator Launch
Navigating the GUI
Managing Environments
JupyterLab Launch
JupyterHub Launch
Verifying Installation
Confirming Jupyter Version
Opening Test Notebook
Troubleshooting Common Issues
Previous
1. Introduction to Jupyter Notebooks
Go to top
Next
3. The Jupyter User Interface