Using Jupyter Notebook Interface
Jupyter Notebook Interface
The Jupyter interface allows developers to combine Python code, documentation, and visualizations in a single notebook.
Running Python Code
python
print("Hello Data Science")
Next Tutorial: Installing Python Libraries

