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

Doc: render the widgets in notebook #545

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

unkcpz
Copy link
Member

@unkcpz unkcpz commented Dec 18, 2023

fixes #533

Try to bring this in but a bit tricky for the layout and some widgets are timeout in rendering. Need more time to fix one by one.

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (d025f77) 87.12% compared to head (6dd2d6a) 86.99%.

Files Patch % Lines
aiidalab_widgets_base/utils/__init__.py 12.50% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
- Coverage   87.12%   86.99%   -0.13%     
==========================================
  Files          27       27              
  Lines        4643     4651       +8     
==========================================
+ Hits         4045     4046       +1     
- Misses        598      605       +7     
Flag Coverage Δ
python-3.10 86.99% <30.00%> (-0.13%) ⬇️
python-3.8 87.02% <30.00%> (-0.13%) ⬇️
python-3.9 87.02% <30.00%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@unkcpz
Copy link
Member Author

unkcpz commented Dec 18, 2023

After release of aiida-core==2.5.0, it support temporary sqlite profile, we can use that to import a profile from archive instead of using complex commands to set it up. See https://aiida.discourse.group/t/developing-inside-aiidalab-docker-environment/185/5

@unkcpz unkcpz marked this pull request as draft December 18, 2023 16:56
@unkcpz unkcpz added the blocked This issue/PR is blocked by another issue/PR. label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue/PR is blocked by another issue/PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render notebooks for the documentation
1 participant