You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(The CLI is peu bavarde, it is welcome to tell us what's going on for guidance 😉)
I looked into the code and found that the project expects the notebook to be named {id}-something.ipynb.
Immediate suggestion: document this requirement in the readme.
More long-term suggestion: we could find a better way to document dependency of notebook foo.ipynb on directory bar/, for instance parsing all [#]%load instructions.
The text was updated successfully, but these errors were encountered:
I followed the instructions and created the following skeleton:
Then I run
gepetuto
and it said:(The CLI is peu bavarde, it is welcome to tell us what's going on for guidance 😉)
I looked into the code and found that the project expects the notebook to be named
{id}-something.ipynb
.foo.ipynb
on directorybar/
, for instance parsing all[#]%load
instructions.The text was updated successfully, but these errors were encountered: