Replies: 3 comments 3 replies
-
IMO it should be possible. The first step to take is to figure out if there's a way to make this work with the proper configuration (eg maybe the BASE_URL is wrong?). If we figure that out, we can document it. |
Beta Was this translation helpful? Give feedback.
-
To extend @choldgraf yes AND no. The base url needs to match, which likely will require a server if you're e.g just opening an HTML file from your file system. We also expect extension-free link support, like In future, we would like to drop this base URL dependence, but it's limited by the tooling at the moment. |
Beta Was this translation helpful? Give feedback.
-
You need to run a web server to make this work for the two reasons listed plus one:
I have a simple Python server script that can do all of the above, but given that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
See: the-turing-way/the-turing-way#4268
Should it be possible to run
jupyter-book build --html
and then just open and view the html files as though you were browsing a live site? Or is it necessary to usejupyter-book start
instead if you want to view the output locally?Beta Was this translation helpful? Give feedback.
All reactions