Matthias Endler
Matthias Endler
@thomaseizinger, did you run into any issues so far? If not, I guess this is safe to merge (and release 3.0). 😄
Thanks for the feedback @thomaseizinger. @Arteiii, I think it's a great idea to have a dedicated action argument for it. +1 for that. We should add it before the merge....
Hum, from what I can see, `${{ github.workspace }}` works for your use-case? Shall we focus on better documentation at this point? E.g. we could add a note to the...
And yes, it might not be the most accessible for beginners, but on the other side, I trust in people to copy working code from the docs. ✌ 😅 At...
Amazing. Thanks for the quick turnaround.
@dkarlovi, glad to hear that remap works for you, so that would be a workaround for now. `--root-dir` should actually also work, but I have a few questions: 1. You're...
For future reference, here's the JSON version of the linked notebook: ```json { "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [] }, "kernelspec": { "name": "python3", "display_name": "Python...
I wrote a small test script for parsing the file. https://github.com/lycheeverse/notebook Turns out, version 4.0 is currently not supported. I get this error when I try it on your file:...
Thanks for the idea. The tool is quite extensive. I wouldn't want to call into Python either. We only need a subset of the functionality. Let's see if `nbformat` works...
You mean removing the `/n` at the end of the link? You can use a remap rule. The following would change all URLs that end with `/n` to versions without...