Top 10 IPython Notebook Tutorials for Data Science and Machine Learning
List mostly for beginners.
Link: https://www.kdnuggets.com/2016/04/top-10-ipython-nb-tutorials.html
#novice #beginner #ipython #jupyter
List mostly for beginners.
Link: https://www.kdnuggets.com/2016/04/top-10-ipython-nb-tutorials.html
#novice #beginner #ipython #jupyter
IPython notebooks and git
#IPython or #Jupyter is one of the most popular tools in Data Science. It usage may questionable, but it is optimal for beginners and people who are making thier first steps. This article covers rare theme — keeping notebooks in git repository and optimizing collaboration using them. Main problem lies in technical information (like cell execution count), which is redundant and can be omitted, but still gets written to git in the default scenario.
Link: https://pascalbugnion.net/blog/ipython-notebooks-and-git.html
Code: https://gist.github.com/pbugnion/ea2797393033b54674af
#datascience #practicalML
#IPython or #Jupyter is one of the most popular tools in Data Science. It usage may questionable, but it is optimal for beginners and people who are making thier first steps. This article covers rare theme — keeping notebooks in git repository and optimizing collaboration using them. Main problem lies in technical information (like cell execution count), which is redundant and can be omitted, but still gets written to git in the default scenario.
Link: https://pascalbugnion.net/blog/ipython-notebooks-and-git.html
Code: https://gist.github.com/pbugnion/ea2797393033b54674af
#datascience #practicalML
Gist
Keeping IPython notebooks under Git version control
Keeping IPython notebooks under Git version control - ipython_notebook_in_git.md