Skip to content

Conversation

@amcnicho
Copy link
Contributor

@amcnicho amcnicho commented Jul 7, 2020

While working through the notebooks today at SciPy2020 I found the following small corrections due to an excess of copy editing in a past life. Feel free to incorporate at your discretion. Thanks for the great tutorial session!

Edits made using the following bash commands

  • find . -name "*.ipynb" -exec sed -i '' s/wondereful/wonderful/g {} +
  • find . -name "*.ipynb" -exec sed -i '' s/probabilty/probability/g {} +
  • find . -name "*.ipynb" -exec sed -i '' s/sensitivy/sensitivity/g {} +
  • find . -name "*.ipynb" -exec sed -i "" s/'of of'/'is of'/g {} +
  • find . -name "*.ipynb" -exec sed -i "" s/'is know as'/'is known as'/g {} +
Edits made using the following bash commands `find . -name "*.ipynb" -exec sed -i '' s/wondereful/wonderful/g {} +` `find . -name "*.ipynb" -exec sed -i '' s/probabilty/probability/g {} +` `find . -name "*.ipynb" -exec sed -i '' s/sensitivy/sensitivity/g {} +` `find . -name "*.ipynb" -exec sed -i "" s/'of of'/'is of'/g {} +` `find . -name "*.ipynb" -exec sed -i "" s/'is know as'/'is known as'/g {} +`
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

@ericmjl
Copy link
Owner

ericmjl commented Jul 7, 2020

@amcnicho thank you so much for your help here! Merging in!

@ericmjl ericmjl merged commit 1a2c0f2 into ericmjl:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants