I can connect with my instance through datalab connect sample-lab
, how to pull my notebooks in?
5
votes
1 Answers
5
votes
You can use the built-in ungit
client. Click on its icon in the top right toolbar, it looks like this: . 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