Notebook not working

Hello all, my build went smoothly with no issues, but now I’m getting a 500: Internal Server Error message when trying to load it. Can anyone please advise?

https://mybinder.org/v2/gh/DLMPO/ArctanRPModel/HEAD?filepath=https%3A%2F%2Fgithub.com%2FDLMPO%2FArctanRPModel%2Fblob%2Fmain%2FArctan%20Rating%20Function%20Modeller.ipynb

The filepath argument in your URL needs to be the path to the Notebook relative to the root of the repo directory structure, not the full GitHub link.

Try this:

https://mybinder.org/v2/gh/DLMPO/ArctanRPModel/HEAD?filepath=Arctan%20Rating%20Function%20Modeller.ipynb

3 Likes