Jupyter Notes - fcrimins/fcrimins.github.io GitHub Wiki

Jupyter Kernels

6 points to compare Python and Scala for Data Science using Apache Spark

  • Python is more analytical oriented while Scala is more engineering oriented

Example Notebooks (12/6/16)

Python Data Science Handbook from O'Reilly by Jake VanderPlas

  • Run jupyter notebook inside ~/code/PythonDataScienceHandbook/notebooks/ to see the book
    • Local version here: http://localhost:8888/notebooks/01.00-IPython-Beyond-Normal-Python.ipynb
  • First chapter is a nice background on Jupyter

Jupyter Notebook Tutorial: The Definitive Guide