5
votes

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

1

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: 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