-
Notifications
You must be signed in to change notification settings - Fork 905
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
Add svg logo resource for ipython #1851
Conversation
d685ff7
to
98a1f2e
Compare
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Closed accidentally 😅 |
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this! A couple of quick checks:
- if you do
make package
, is the svg definitely included in the .whl file? (I'm very confident it is, owing to the change to MANIFEST.in, but it's worth being absolutely sure because otherwise when youpip install
kedro from a released package thekedro jupyter
commands would not work) - a quick screenshot of our beautiful high fidelity zoomed in logo on Jupyter lab would be nice 🙂 I wonder if we should crop the svg (still keeping it square) since at a glance it seems like it might have quite a big empty space round it?
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good and proper to me 😃.
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
@AntonyMilneQB
It is! 🎊
Here's a look at the logo at 400% zoom, sharp as ever: Cropped the logo as suggested to get rid of some (but not all) of the whitespace, let me know if it needs more of a chop ✂️ |
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
Looks perfect, thank you! |
* Add resource Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Include file in kernel Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Lint Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Fix tests Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Lint (again) Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Alphabetise resources Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> * Crop logo svg Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> * Crop logo svg more Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com> Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: nickolasrm <nickolasrochamachado@gmail.com>
Description
Jupyterlab now prioritises a
logo-svg.svg
file above.png
files in their launcher (see: this issue on jupyterlab). Without including this file, the Kedro logo is replaced by the Python logo that is automatcally included by ipykernel as of6.15.3
. This PR adds this file in order to prevent the Kedro logo from being replaced.Checklist
RELEASE.md
file