We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically, we can do a sed on all ipynb files.
sed
ipynb
The text was updated successfully, but these errors were encountered:
For example: find teachopencadd -name "*.ipynb" -exec sed -i 's/\/home\/[A-Za-z]*\//~\//g' {} \;
find teachopencadd -name "*.ipynb" -exec sed -i 's/\/home\/[A-Za-z]*\//~\//g' {} \;
Sorry, something went wrong.
What is this issue about? I do not understand what's being replaced here. Maybe provide an example of what you want to do or have done?
Some notebooks output absolute paths. Most of them are inside warnings. I think it looks a bit nicer if it doesn't contain paths like /home/michael.
/home/michael
mbackenkoehler
No branches or pull requests
Basically, we can do a
sed
on allipynb
files.The text was updated successfully, but these errors were encountered: