hello,
I am getting error while commiting to jovian. I have tried everything like
jovian.commit(project=project_name,filename=‘covid-19-india-data-analysis’),
jovian.commit(project=project_name)
jovian.commit(project=covid-19-india-data-analysis)
and also simple jovian.commit()
nothing worked . for everything it is showing error like
[jovian] Error: Failed to read the Jupyter notebook. Please re-run this cell to try again. If the issue persists, provide the “filename” argument to “jovian.commit” e.g. “jovian.commit(filename=‘my-notebook.ipynb’)”
sry @Sebgolos i didn’t get you. filename is the name of jupyter notebook ,isn’t it?? please explain.
According to the example filename given in error filename should be with extension of .ipynb.So according to url of jupyter notebook my filename should be zerotopandas-course-project.ipynb. and I tried this also.
jovian.commit(filename=‘zerotopandas-course-project.ipynb’)
I am still getting same error.
please help me out.