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

Automated HTML rendering of notebooks #17

Open
ejconlon opened this issue Jan 2, 2017 · 2 comments
Open

Automated HTML rendering of notebooks #17

ejconlon opened this issue Jan 2, 2017 · 2 comments

Comments

@ejconlon
Copy link

ejconlon commented Jan 2, 2017

jupyter's nbconvert is very handy when rendering ipynb into HTML for report generation. It would be nice to have the same thing for hyper-haskell notebooks. To that end I have a dummy implementation here: https://github.com/ejconlon/hyper-eval . (I still have to set cwd right and use stack.yaml and such to configure the interpreter environment, but it works for Prelude examples.) Let me know if this is a feature you'd like to see!

@HeinrichApfelmus
Copy link
Owner

Oh, very nice!

At some point, I would like HyperHaskell to support this feature, indeed. But right now, I intend to focus on core features, delegating this to external tools like the one you wrote.

Perhaps you could upload it to Hackage? In that case, I would also recommend a slightly different name, e.g. hyper-to-html, as this would reflect more precisely what the tool does. But that is, of course, entirely up to you. 😄

@ejconlon
Copy link
Author

Sounds good to me.

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

No branches or pull requests

2 participants