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

Notebooks displayed in Jupyter are not ordered #60

Closed
goggle opened this issue Jun 25, 2019 · 4 comments
Closed

Notebooks displayed in Jupyter are not ordered #60

goggle opened this issue Jun 25, 2019 · 4 comments

Comments

@goggle
Copy link
Contributor

goggle commented Jun 25, 2019

The notebooks in the Jupyter overview are ordered alphabetically by default. It looks like this:
image
But the README suggests to work through the notebooks in a specific order:

  1. Introduction to DifferentialEquations.jl through ODEs
  2. Detecting Stiffness and Choosing an ODE Algorithm
  3. etc.

This could be solved by renaming the notebooks, e.g. 01-ode_introduction.ipynb instead of ode_introduction.ipynb

@ChrisRackauckas
Copy link
Member

Thanks for pointing this out. Yes, not difficult to fix but someone has to go in and do it.

@goggle
Copy link
Contributor Author

goggle commented Jun 26, 2019

I can have a look at this.
Should I replace the files in html/, pdf/ and script/ with the new Weave builds or just rename the existing files in these folders?
I will replace the notebooks with the new Weave builds, because it fixes #49 which was closed for some reason.

@ChrisRackauckas
Copy link
Member

Replace it in the tutorials folder and then rebuild, otherwise all those changes will get overwritten next rebuild.

@goggle
Copy link
Contributor Author

goggle commented Jul 2, 2019

Closed by #62.

@goggle goggle closed this as completed Jul 2, 2019
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