Merging jupyter notebooks from two different systems using Gitbash

I am able to open my jupyter notebook using Gitbash in my old laptop and my new laptop.But the problem is my old laptop does not support internet but my new laptop does. Is there any possibility I can get my old laptop projects to new laptop using Gitbash?

You can use a USB drive to transfer files. Jupyter notebooks are regular files on disk, so you can copy files to a usb stick and then move them to the new computer.

2 Likes

I am trying to find is there any direct way through gitbash?

Well, you could create a Git repository (e.g., on GitHub), push the changes on your old computer, and pull them from your new computer. However, it sounds like an XY problem to me. Why do you want to use Git instead of copying the files using a USB stick (or cloud storage, e.g., Dropbox)?

1 Like

I think it needs internet access.My old laptop doesn’t support Internet.Is it possible without Internet? I think it’s more secure way.USB may adhern to virus attacks.