Merelda
Merelda
I have a similar issue, and my set up is - Local is OS X (zsh) - Remote is Linux container - nbstripout 0.3.9. - Also mount the relevant folders....
I realised instead of using `nbstripout` directly, I can just use `python -m nbstripout` on my local. Thanks for the awesome tool!
Hi @mfeurer, this feature is quite useful for us as we'd like to ultimately use kserve to serve the autosklearn models. I took a look at the draft, will only...
As a workaround, the `-l` option gives an epoch time. I get something like this in return for `dbfs fs ls dbfs:/user/filepath -l`: ```sh dir 0 my_file_name 1667744151000 ``` And...
I'm experiencing the same issue. @gautambak did you find a solution?