1

I have csv file on a public github repository and I want to be able to access it via a MS Windows or Apple file dialog box. For example, if I want to edit the file in notepad when I click open is ther a way to provide the url so that notepad could access the file on github.

Here is an example: https://raw.githubusercontent.com/MundyMSDS/DATA607/master/elo_data.csv

Mutuelinvestor
  • 3,250
  • 9
  • 38
  • 73

1 Answers1

1

It is easier to:

The alternative would be to use the GitHub API, which mainly works to create a new file.

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755