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

Directly export notebook app into interactive HTML #7343

Open
YongcaiHuang opened this issue Sep 29, 2024 · 3 comments
Open

Directly export notebook app into interactive HTML #7343

YongcaiHuang opened this issue Sep 29, 2024 · 3 comments

Comments

@YongcaiHuang
Copy link

Is your feature request related to a problem? Please describe.

I have many situation where I need to export the notebook app into HTML rendered by panel for sharing purpose. I understand there is .save method to export into HTML, but It needs me to explicitly concate and arrange the panel object before exporting. It is somehow not handy. Although jupyter nbconvert can export into HTML, but it is not interactive, not like panel

Describe the solution you'd like

It would be great if we can have some command line to export whole notebook into HTML in defaut layout or .servable() layout. e.g.:

panel export notebook.ipynb --servable

Describe alternatives you've considered

I have to explicitly concate and arrange the panel object before exporting

@philippjfr
Copy link
Member

This issue has been mentioned on HoloViz Discourse. There might be relevant details there:

https://discourse.holoviz.org/t/how-can-i-export-the-notebook-into-html/8282/3

@YongcaiHuang
Copy link
Author

Hi @philippjfr
thanks for such quick reply. I actually came from discourse with no solution. therefore, open this feature request.

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Sep 29, 2024

I've been wanting this feature since I wrote the basic tutorial about static reports with the same arguments as above.

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

3 participants