Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codersales/repo-to-fix-isort-issue

Repo created to document solution to isort issue
https://github.com/codersales/repo-to-fix-isort-issue

debugging isort

Last synced: about 5 hours ago
JSON representation

Repo created to document solution to isort issue

Awesome Lists containing this project

README

        

# repo-to-fix-isort-issue

The following content was copied from:
Documentation/issues/isort.md
for ease of readability / ease of discovery.

# isort.md

## Process

- reinstall vscode
- ChatGPT3
- open 02_end_to_end_machine_learning_project.ipynb
- isort client not started error message appears
- nb still runs
- go to settings > Extensions > isort > Path > Cut `C:\Users\steph\anaconda3\envs\mlbkenb\python.exe` from path for isort
- isort error message not appearing now

## References

- [GitHub Issue | Couldn't start client isort | #199](https://github.com/microsoft/vscode-isort/issues/199)
- [Visual Studio Code | Getting Started](https://code.visualstudio.com/docs/?dv=win)
- [ChatGPT3](https://chat.openai.com/)
- [2.3 Git Basics - Viewing the Commit History](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)
- `delete the .git directory in your project root (note that it's hidden)` [how to delete all commit history in github? [duplicate]](https://stackoverflow.com/questions/13716658/how-to-delete-all-commit-history-in-github)
- `git reset --hard` [Undo a Git Commit](https://www.linode.com/docs/guides/how-to-undo-git-commit/)
- [How to remove remote origin from a Git repository](https://stackoverflow.com/questions/16330404/how-to-remove-remote-origin-from-a-git-repository)
- [github/gitignore | GitHub | gitignore/Python.gitignore](https://github.com/github/gitignore/blob/main/Python.gitignore)