-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for rendering Jupyter notebooks #25
Comments
@Yoshanuikabundi idea from #45 (comment)
|
The best I can found for rendering Jupyter notebooks is https://github.com/jsvine/notebookjs. They have a demo to try https://jsvine.github.io/nbpreview/. This should be sufficient for #66. |
That looks nice. |
I have prepared some Jupyter notebooks to help MD practitioners new to OpenMM get started:
https://github.com/choderalab/openmm-tutorials
It would be great to include these in the OpenMM Tutorials page.
One approach is to use
jupyter nbconvert
to convert them to Markdown, but this loses a lot of formatting of the output cells and graphical displays.An alternative might be to add
jekyll-jupyter-notebook
support to the Jekyll static site renderer and just include the notebooks directly.The text was updated successfully, but these errors were encountered: