-
-
Notifications
You must be signed in to change notification settings - Fork 205
ENH: switch to the mystmd enginery for rendering #274
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: main
Are you sure you want to change the base?
Conversation
c4ac7a7 to
627aafd
Compare
462a26a to
ba34aa0
Compare
|
Well, apparently having the make file would make sense so we run the same in conda and in tox. OTOH, do we really still need conda, or should nuke it and redo env management in pixi instead? |
👍 this is my thought too - especially since the environment resolution takes longer than the notebook execution 🙃 . There exists tooling for this exact problem now so let's transition to it. I'd propose to remove the conda job in this PR then re-do/beef up CI after updating tooling. |
|
We're still seeing issues with the preview, so this should not be merged until that is solved. |
How do you pass the BASE_URL to tox? It may need something like passenv. |
|
I'm not sure what we consider blocking for this PR, there are some issues I see. For anything that is a follow-up we may want to open an issue so we don't forget them.
|
Do you have a sense of why this is? Parallel execution of notebooks, setup time, etc.? |
|
Last build failed with timeout :/ |
Unfortunately I don't have any good guesses. My experience with the IRSA notebooks were that the build is faster, but in reality those are the worst benchmarks ever as all of them are about querying data on remote servers and that has a genuine huge scatter in runtime (and gazillion timeouts that are due to the server side). |
No description provided.