Reader small image

You're reading from  Jupyter Cookbook

Product typeBook
Published inApr 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788839440
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Dan Toomey
Dan Toomey
author image
Dan Toomey

Dan Toomey has been developing application software for over 20 years. He has worked in a variety of industries and companies, in roles from sole contributor to VP/CTO-level. For the last few years, he has been contracting for companies in the eastern Massachusetts area. Dan has been contracting under Dan Toomey Software Corp. Dan has also written R for Data Science, Jupyter for Data Sciences, and the Jupyter Cookbook, all with Packt.
Read more about Dan Toomey

Right arrow

Sharing your Notebook through a public server


Currently there is one hosting company that allows you to host your Notebooks for free: GitHub. GitHub is the standard web provider for 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 the tools that you need to use in your Notebook, already installed on the server. For example, to use R programming in your Notebook, you would have had to install the R tool set on your machine and possibly some of the packages used by your script. But GitHub has already done all of these steps.

How to do it...

  1. In order to host your Notebook on GitHub, go to the GitHub website and sign up for a free website.
  2. Once logged in you are provided with a website that can be added to. If you have development tools to use (git push commands are programmer commands to store files on a git server) you can do that or simply drag and drop your...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Jupyter Cookbook
Published in: Apr 2018Publisher: PacktISBN-13: 9781788839440

Author (1)

author image
Dan Toomey

Dan Toomey has been developing application software for over 20 years. He has worked in a variety of industries and companies, in roles from sole contributor to VP/CTO-level. For the last few years, he has been contracting for companies in the eastern Massachusetts area. Dan has been contracting under Dan Toomey Software Corp. Dan has also written R for Data Science, Jupyter for Data Sciences, and the Jupyter Cookbook, all with Packt.
Read more about Dan Toomey