Skip to content

Instantly share code, notes, and snippets.

@page2me
Forked from kenjyco/01-Learning-Python3.md
Created February 21, 2020 09:29
Show Gist options
  • Save page2me/f3abab201a63a6a01827714dd3e61f81 to your computer and use it in GitHub Desktop.
Save page2me/f3abab201a63a6a01827714dd3e61f81 to your computer and use it in GitHub Desktop.
Learn Python 3 with Jupyter Notebook

Learning Python 3

This gist provides learning-python3.ipynb (a notebook file) that can be loaded in Jupyter Notebook to learn Python 3.

Once you load the notebook file, you can edit any of the cells, add new cells, or delete cells. The code cells will let you type and execute Python code (since we are using the Python 3 kernel). The markdown cells will let you type notes with a simple syntax.

The online server does not remember any changes you make, so be sure to download your file again before closing.

Load a notebook file to try.jupyter.org

Visit try.jupyter.org in your web browser, then click on the Upload button near the upper right corner

1

Navigate your filesystem to find your *.ipynb file, select it with your mouse, and click Open

2

Click the new Upload button that appears next to your file name

3

Click on your uploaded notebook file

4

Interact with your notebook!

5

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment