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

Export as an html file #15

Open
ssj9596 opened this issue Mar 19, 2022 · 1 comment
Open

Export as an html file #15

ssj9596 opened this issue Mar 19, 2022 · 1 comment

Comments

@ssj9596
Copy link

ssj9596 commented Mar 19, 2022

Is there any way to export the result on jupyter notebook as html?I need it badly and I would really appreciate it if this can be solved

@A-baoYang
Copy link

image

write the html object here to ".html" file, dont use HTML

with open('/path/to/file.html', 'w') as f:
    f.write(html)

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