Skip to content
New issue

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

Azure Notebooks issues #85

Open
rjleveque opened this issue Jun 2, 2017 · 1 comment
Open

Azure Notebooks issues #85

rjleveque opened this issue Jun 2, 2017 · 1 comment

Comments

@rjleveque
Copy link
Member

rjleveque commented Jun 2, 2017

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...

@ketch
Copy link
Member

ketch commented Jun 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants