Skip to content

AndersonUyekita/ND110_data_science_foundations_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ND110 - Data Science I - Nanodegree Foundation

This is the first course of the Nanodegree of Data Science from Udacity.

Tags

  • Author : AH Uyekita
  • Dedication : 10 hours/week (suggested)
  • Start : 05/12/2018
  • End : 14/12/2018
  • Title : Data Science I - Foundations Nanodegree Program

Objectives

Finish the course in less than two weeks.

Documentation

Syllabus

This course is divided into three chapters and two projects.

Repository Structure

I have structured the repository folder in this way:

ND110_data_science_foundation_02
|
+--  01-Chapter_01
|           |
|           +--  README.md                       # General information
|
+--  02-Chapter_02
|           |
|           +--  README.md                       # General information
|           +--  00-Project_01                   # Project 01
|           +--  01-Lesson_01                    # Files from Lesson 01
|           |        +--  README.md              # Notes from Lesson 01 from Chapter 02
|           +--  02-Lesson_02                    # Files from Lesson 02
|           |        +--  README.md              # Notes from Lesson 02 from Chapter 02
|           .
|
+--  03-Chapter_03
|           |
|           +--  README.md                       # General information
|           +--  00-Project_02                   # Project 02
|           +--  01-Lesson_01                    # Files from Lesson 01
|           |        +--  README.md              # Notes from Lesson 01 from Chapter 02
|           +--  02-Lesson_02                    # Files from Lesson 02
|           |        +--  README.md              # Notes from Lesson 02 from Chapter 02
|           .

Best practice

Atom + Hydrogen

How to fix my problem.

  1. Git Bash in root and run:
python -m pip install ipykernel
python -m ipykernel install --user

Source

How to open Jupyter Notebook

In Anaconda Prompt:

jupyter notebook --notebook-dir='D:/'