Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codersales/repo-to-fix-isort-issue
- Owner: CoderSales
- Created: 2023-06-27T10:35:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:59:41.000Z (4 months ago)
- Last Synced: 2024-07-07T18:48:20.052Z (4 months ago)
- Topics: debugging, isort
- Language: Jupyter Notebook
- Homepage:
- Size: 9.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)