Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for User Repo for Files #14

Open
westonMS opened this issue Apr 13, 2023 · 2 comments
Open

Add support for User Repo for Files #14

westonMS opened this issue Apr 13, 2023 · 2 comments
Assignees

Comments

@westonMS
Copy link
Collaborator

westonMS commented Apr 13, 2023

Add support for the user to grab files from their own repo. This would allow the user to save files to their github, then use those verilog files in their colabs, allowing them to leave then come back.

-Allow user to push files to their own repo.
-Allow user to specifiy their repo. (Use a jinja action??)
-Have the Simulation widget be able to pull first from the user file or the base file

@resoluteprogrammer
Copy link
Collaborator

Added Support to save files to Google drive. Currently only will save one copy for each workspace. (Possible room for improvement to save files) Pull request #75

@resoluteprogrammer
Copy link
Collaborator

Adding github support seems impractical it would require either somehow generating ssh keys (which would have to be done in each google colab instance generated)

Personal access tokens could be used but that would require the user to generate one and then we'd need to add a method for a user to enter their repository, their user id, and the access token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants