You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click the "Suggest edit" button on the rendered version, it gives a 404 error. On inspection, it was found that "notebooks/" was added to the link twice, and removing one of them fixes the link. The same problem also seems to be causing trouble while loading the notebooks on Binder. Binder loads the notebooks, but there is an error message once loaded.
The problem could be due to the _config.yml file having path_to_book having the value "notebooks", but you have also included "notebooks/" to the paths in the _toc.yml.
The text was updated successfully, but these errors were encountered:
When you click the "Suggest edit" button on the rendered version, it gives a 404 error. On inspection, it was found that "notebooks/" was added to the link twice, and removing one of them fixes the link. The same problem also seems to be causing trouble while loading the notebooks on Binder. Binder loads the notebooks, but there is an error message once loaded.
The problem could be due to the _config.yml file having
path_to_book
having the value "notebooks", but you have also included "notebooks/" to the paths in the _toc.yml.The text was updated successfully, but these errors were encountered: