Skip to content

neyazahmad007/python_learning_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 learning workshop

Setup Python

1. Download the latest version for Windows/Linux/UNIX/Mac OS X

2. Run the Installer

3. To Check Python version

python --version


Installing Jupyter Notebook with pip

pip install --upgrade pip

pip install jupyter

Launch jupyter notebook

  • Open terminal/cmd.
  • Enter the startup folder by changing folder/directory. cd /some_folder_name.
  • Type 'jupyter notebook' to launch the Jupyter Notebook App The notebook interface will appear

jupyter notebook

Table of contents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published