Content for Udacity's Data Science Nanodegree curriculum, which includes project and lesson content.
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.
Under the root directory of udacity-data-scientist:
pipenv shellAfter activate pipenv environment, you can add kernel to your Jupyter:
ipython kernel install --name "udacity-data-scientist" --userIf you don't have jupyter, run pipenv install jupyter jupyterlab --dev.
List your kernels:
jupyter-kernelspec listIf your Jupyter was installed under a specific virtual environment, you need to run the above list command under this env.
