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

upload jupiter notebook to html to leave the interactivity of tables aggrid #7284

Closed
AlesyaSeliazniova30032012 opened this issue Feb 29, 2024 · 3 comments
Labels

Comments

@AlesyaSeliazniova30032012

help me figure it out. You need to load jupiter notebook in html to leave the interactivity of ipyaggrid tables. Try: jupyter nbconvert --to html_toc --show-input backtest.ipynb --output output.html. result:
image
Plese help me. How I can to have interactive table exporting notebook to html_toc.Thanks

@AlesyaSeliazniova30032012 AlesyaSeliazniova30032012 added enhancement status:Needs Triage Applied to issues that need triage labels Feb 29, 2024
@RRosio
Copy link
Collaborator

RRosio commented Mar 5, 2024

Hi @AlesyaSeliazniova30032012 thank you for opening this issue. Please correct me if I am misunderstanding... it seems like you are using https://github.com/widgetti/ipyaggrid but are not seeing the interactive element of that library upon converting the notebook to html using NbConvert. Do you see any errors in the console or the terminal from which you started notebook? Would you be able to share the output of jupyter --version as well?

@AlesyaSeliazniova30032012
Copy link
Author

AlesyaSeliazniova30032012 commented Mar 7, 2024

I found decision. Worked for me: jupyter nbconvert --execute --ExecutePreprocessor.allow_errors=True --ExecutePreprocessor.store_widget_state=True --to html_toc --show-input {file}.ipynb --output {output}.html

via jupiter notebook: see decision

@RRosio
Copy link
Collaborator

RRosio commented Mar 7, 2024

Hi @AlesyaSeliazniova30032012, it is good to hear that you resolved your issue. I will go ahead and close this issue. If you encounter any other errors, please feel free to open another issue!

@RRosio RRosio closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants