takluyver / bookbook

Tools to use a collection of notebooks as 'chapters'
MIT License
99 stars 24 forks source link

Throwing error #17

Open parthi2929 opened 5 years ago

parthi2929 commented 5 years ago

Hi

I tried using your bookbook, but I am getting error as below. could not understand what is going wrong. I had simplified my file names as required.

image

Any idea why this appear? Below is my current directory from where I run the command. image

takluyver commented 5 years ago

Bookbook expects filenames beginning with a number and a dash, like 1-intro.ipynb. The error message could be clearer about that.

parthi2929 commented 5 years ago

Ok It already has "121 - xxx". I had 121 for a reason. The space in between was a problem?

takluyver commented 5 years ago

Yup, it expects it without a space. The requirement could be relaxed, it's just a fairly quick implementation.