Replies: 3 comments 1 reply
-
One the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for reporting @mmcky. I'll have a look at it by this weekend. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mmcky , I tried fixing the local build issue. The nbclient issue on CI still exists due to some reason. Locally, it works fine for me: % jupytext --to ipynb applications/shortest_paths.md
[jupytext] Reading applications/shortest_paths.md in format md
[jupytext] Writing applications/shortest_paths.ipynb (destination file replaced [use --update to preserve cell outputs and ids])
% jupyter nbconvert --execute --to html applications/shortest_paths.ipynb
[NbConvertApp] Converting notebook applications/shortest_paths.ipynb to html
[6705:98793:20231230,164628.234605:ERROR directory_reader_posix.cc:42] opendir /Users/kpl/.modular/crashdb/attachments/76396b1a-1e4d-4566-856c-1c58c0bdcd98: No such file or directory (2)
[NbConvertApp] Writing 297757 bytes to applications/shortest_paths.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@QuantEcon/high-performance The following repository
https://github.com/QuantEcon/project.lecture-mojo
contains the demo site for the
QuantEcon
mojo examples and tutorials.It would be great to set the
gh-pages
site up and running@kp992 or @HumphreyYang would you have time to:
gh-action
builds (the build artefacts are now available for each run)Beta Was this translation helpful? Give feedback.
All reactions