-
-
Notifications
You must be signed in to change notification settings - Fork 56
[GSOC] CARSUS Dashboard #440
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
base: master
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hello Mentors, @jvshields @wkerzendorf can you please review |
*beep* *bop* 3 F811 [*] redefined-while-unused
2 E902 [ ] io-error
1 F401 [*] unused-import
1 F541 [*] f-string-missing-placeholders
Complete output(might be large): carsus/carsus_dashboard.ipynb:cell 4:1:20: F811 [*] Redefinition of unused `Template` from cell 3, line 1
carsus/carsus_dashboard.ipynb:cell 4:2:18: F811 [*] Redefinition of unused `pd` from cell 3, line 2
carsus/carsus_dashboard.ipynb:cell 4:2:18: F401 [*] `pandas` imported but unused
carsus/io/lanlads/base.py:1:1: E902 No such file or directory (os error 2)
carsus/io/lanlads/parsers.py:1:1: E902 No such file or directory (os error 2)
carsus/io/output/base.py:267:25: F541 [*] f-string without any placeholders
carsus/io/util.py:8:8: F811 [*] Redefinition of unused `requests` from line 2
Found 7 errors.
[*] 5 fixable with the `--fix` option.
|
Hello mentor @jvshields can you please review.. |
📝 Description
Type: | 🚀
feature
| ☣️breaking change
| 🎢infrastructure
This PR introduces Carsus Dashboard using Jinja2 to generate an HTML Report of Silicon for Levels and Lines dataframe.
📌 Resources
Execution Video (watch here): Demo
https://drive.google.com/drive/folders/1wjSPCB536eDJU3IDz-sKwUZWbxQQOsMM?usp=sharing
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label