I have installed the Jupyter-book module in Python. On Windows 10, I run this command:
jupyter-book create mybookname
I get an syntax error, ending with this in the trace:
File "c:\users\steve\appdata\local\programs\python\python35\lib\site-packages\jupyter_book\build.py", line 92 f"{path_book}" ^ SyntaxError: invalid syntax
Any ideas of what the syntax error is here? This is Python 3.5.3.