riemann_book icon indicating copy to clipboard operation
riemann_book copied to clipboard

Azure Notebooks issues

Open rjleveque opened this issue 7 years ago • 1 comments

I'm trying to get everything working on the Azure notebook server.

You should be able to try it out from this link: ~~https://notebooks.azure.com/anon-gmbcuq/libraries/riemann_book~~ https://notebooks.azure.com/rjleveque/libraries/riemann-book

Some issues:

Linking to figures using this markdown:

![Velocity as a function of density in the LWR traffic model.](./figures/LWR-Velocity.png)

as done in Traffic_flow.ipynb, for example, doesn't seem to work. But this does:

from IPython.display import Image
Image('./figures/LWR-Velocity.png')

Links to citations give a "page not found" error even though riemann.html exists.

Probably other issues I haven't run into yet...

rjleveque avatar Jun 02 '17 03:06 rjleveque

Unfortunately, I believe that the second way of including an image doesn't work in the PDF.

ketch avatar Jun 06 '17 12:06 ketch