Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
93 views

Learn and Practice Python Programming Using Jupyter Notebook - Part1

This document provides instructions for learning Python programming using Jupyter Notebook. It outlines three tasks: 1) downloading source code and books from a GitHub repository, 2) running Jupyter Notebook on a local machine using either the Anaconda application or browser, and 3) practicing codes from introductory chapters on topics like data types, control flow, and input/output.

Uploaded by

Thành Nguyễn
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Learn and Practice Python Programming Using Jupyter Notebook - Part1

This document provides instructions for learning Python programming using Jupyter Notebook. It outlines three tasks: 1) downloading source code and books from a GitHub repository, 2) running Jupyter Notebook on a local machine using either the Anaconda application or browser, and 3) practicing codes from introductory chapters on topics like data types, control flow, and input/output.

Uploaded by

Thành Nguyễn
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Learn and practice Python programming using Jupyter Notebook

Pre-requisite:
Python has been installed on your local machine, or you can just download Anaconda package and
use

Task 1. Download source code and books into your local machine using GIT
https://github.com/fangohr/introduction-to-python-for-computational-science-and-engineering.git

Unzip all files to your local folder

Task 2. Run on your local machine


Pre-requisite:
Python has been installed on your local machine, or you can just download Anaconda package and
use

Open Jupyter notebook using Application (Anaconda) or Browser


 Run Anaconda Navigator

 The Anaconda dashboard displays and you can see all applications
 Open the JupyterLab

You can see the Jupyter-notebook will be open in integrated browser . Point to the directory in
which you extract the file in step 1. Note that if you want to open from path then ‘\’ should be
replaced by ‘/’

Example
 Open Terminal in current jupyter notebook session, type the folder that you extract files in
step 1

Run command

>>jupyter notebook

Then default folder will be changed and we can start to open jupyter notebook course we just
downloaded in step 1
Task 3. Students need to quick read and practice all codes in following Chapter
01-introduction.ipynb

02-powerful-calculator.ipynb

03-data-types-structures.ipynb

04-introspection.ipynb

05-input-output.ipynb

06-control-flow.ipynb

You might also like