-
Notifications
You must be signed in to change notification settings - Fork 0
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
Put tutorial in a place where it has a stable link to a HTML rendering #102
Comments
This is very easy to do, and I've done it in PR #103.
Once PR #103 has been merged, there will be two versions of this file that we could use to do this:
I think the second option would be better. What do you think? Note that the Jupyter Notebook is itself rendered on both GitHub and (more reliably) on the Jupyter Notebook Viewer. I think we should link to the Jupyter Notebook Viewer from the README as well. What do you think? If you approve, I'll make this changes in PR #103 as well.
We could use either of the HTML versions listed above, but neither of them do a good job with the long lines of source code in our tutorial. I tried to convert the Markdown file into an HTML file, which looks better to me but also has the same issue. I also tried to generate a PDF from within Jupyter Notebook -- this would also require some tweaking, but produces a pretty readable PDF. I think the best solution might be to convert the Markdown file into a PDF via pandoc -- the I've used PR #103 to store some of the possible supplementary materials file -- once we decide about the best approach, I'll delete the alternatives we don't need and add a README to record how we generated this file. |
|
|
Okay, here's what we have now:
This is a slightly different approach to what we discussed last week, which was to focus on nbviewer, but GitHub seems to render the Jupyter Notebook pretty quickly without any bugs, so I think this is probably the better approach for now. Links to nbviewer are also available in the tutorials README file, although the main README file only links directly to the Markdown version of the tutorial. Hilmar: what do you think of this approach? Let me know if you think we should do something differently. Otherwise, I think we can close this issue. |
This sounds fine, I agree we are done with this. Note that the HTML version renders the front matter metadata in a less-than-ideal way, but that's a cosmetic issue we can try to fix down the road. |
This PR adds a note to the tutorials README to note that Binder cannot be used as per #102 (comment).
Right now there's only a Markdown file in the repository. We should consider and if not too difficult achieve the following:
We should keep in mind that we'll probably want to add the tutorial also as supplementary material to the manuscript. This could be done using HackMD and the Markdown version, but it be preferable is there were simply a HTML version that we could then archive to a PDF and submit as supplementary document.
The text was updated successfully, but these errors were encountered: