Skip to content

Contains files related to content and project of DSND Term 2

License

Notifications You must be signed in to change notification settings

jpnwagwu/Udacity-Data-Scientist

 
 

Repository files navigation

Data Scientist Nanodegree (Term 2)

Content for Udacity's Data Science Nanodegree curriculum, which includes project and lesson content.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Please refer to Udacity Terms of Service for further information.


Instruction

Python Virtual Environment

Under the root directory of udacity-data-scientist:

pipenv shell

Jupyter

Jupyter Notebook Kernels: How to Add, Change, Remove

After activate pipenv environment, you can add kernel to your Jupyter:

ipython kernel install --name "udacity-data-scientist" --user

If you don't have jupyter, run pipenv install jupyter jupyterlab --dev.


List your kernels:

jupyter-kernelspec list

If your Jupyter was installed under a specific virtual environment, you need to run the above list command under this env.

About

Contains files related to content and project of DSND Term 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.8%
  • Python 2.4%
  • HTML 0.5%
  • Shell 0.1%
  • PowerShell 0.1%
  • JavaScript 0.1%