Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pull notebooks from github to google cloud datalab?

I can connect with my instance through datalab connect sample-lab, how to pull my notebooks in?

like image 694
kporcelainluv Avatar asked Apr 13 '17 22:04

kporcelainluv


1 Answers

You can use the built-in ungit client. Click on its icon in the top right toolbar, it looks like this: enter image description here. This wil take you to the ungit interface, where you can clone your notebooks from any github address.

Alternatively, you can clone them from any notebook cell by running a bash command: !git clone https://github.com/my/notebooks/repo

like image 102
yelsayed Avatar answered Oct 22 '22 21:10

yelsayed