August 2018
Beginner
282 pages
5h 51m
English
Currently, there is one hosting company that allows you to host your Notebooks for free: GitHub. GitHub is the standard web provider of source control (Git source control) systems. Source control is used to maintain historical versions of your files to allow you to retrace your steps.
GitHub's implementation includes all of the tools that you need to use in your Notebook already installed on the server. For example, in previous chapters, to use R programming in your Notebook, you would have had to install the R toolset on your machine. GitHub has already done all of these steps.
Go to the https://github.com/ website and sign up for a free website.
Once logged in, you are provided with a website that can ...
Read now
Unlock full access