Hey how to upload your data in binder so that jovian still remembers it
While running jovian.commit
, use the files
option
jovian.commit(files=['my-data.csv'])
The next time you use the “Run” button, the file will be present on Binder.
3 Likes
Can I have the data in the desktop and upload?
2 Likes
I don’t think you can perform this directly in Jupyter while you’re in Binder. You need to first upload the file to Binder before Jupyter can access it.
2 Likes