Skip to content

Instantly share code, notes, and snippets.

@cheTesta
Created July 25, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheTesta/48912f20aa5d1db0e27b8efcd6147e67 to your computer and use it in GitHub Desktop.
Save cheTesta/48912f20aa5d1db0e27b8efcd6147e67 to your computer and use it in GitHub Desktop.
nbstripout_install guide.md
# HOW To Install nbstripout
1. (on Win) Check if git is in ENV Variables, if not, add it:
- Win+R
- control sysdm.cpl,,3 (to open System Properties, Advanced)
- Click Environment Variables
- Go to System variables
- Add to PATH Variable
;C:\Program Files\Git\bin
- If you had an open prompt close and reopen it
- Tipe git
- git should now work
2. pip install nbstripout nbconvert
3. Go to desiderd versioned folder (e.g. cd \my_git\)
4. nbstripout --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment