We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Traffic_flow.ipynb
from IPython.display import Image Image('./figures/LWR-Velocity.png')
Links to citations give a "page not found" error even though riemann.html exists.
riemann.html
Probably other issues I haven't run into yet...
The text was updated successfully, but these errors were encountered:
Unfortunately, I believe that the second way of including an image doesn't work in the PDF.
Sorry, something went wrong.
No branches or pull requests
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_bookhttps://notebooks.azure.com/rjleveque/libraries/riemann-book
Some issues:
Linking to figures using this markdown:
as done in
Traffic_flow.ipynb
, for example, doesn't seem to work. But this does:Links to citations give a "page not found" error even though
riemann.html
exists.Probably other issues I haven't run into yet...
The text was updated successfully, but these errors were encountered: