-
Notifications
You must be signed in to change notification settings - Fork 12
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
FIX: Fix wradlib hvplot render #82
Conversation
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
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.
@mgrover1 Great! Did you run pre-commit, might need an update, though.
I did not - I can run it!! |
@kmuehlbauer - this now includes the properly linted notebook |
@mgrover1 Do you more ideas to tackle this. Not sure where to ask, though. At least in the past this worked well with the older build system in erad2022. |
I do not... I am curious if we should open an issue on the mystmd side... |
Yes, probably a good idea to ask. Can you suggest where? So the tricky part is, that the notebook is currently rendered with nbconvert directly via pytest script ( see https://github.com/openradar/erad2024/blob/main/conftest.py). |
New issue opened @kmuehlbauer 😄 jupyter-book/mystmd#1488 |
Closing this since I could not resolve this issue |
Closes #81
@kmuehlbauer - For the pages to render properly with myst, I believe the extension needs to be set in the imports section! This adds that in 👍