Errors found in `modules_and_packages`
- [ ] Generating the github token is not documented so well, we need to tell them which access rights they need to use and maybe more
- [ ] Renaming
gitignoreis not possible - [ ] Pushing your changes from within GitHub Codespaces was not possible, no prompt appears to enter username/password
I would also
- [x] Switch to SSH to push to GitHub. It's not more complex than with tokens, which don't work. We just need to update the instructions in the notebook
- [x] It's not a bug, but consider #279
A more general issue, but related to modules and package section: https://github.com/empa-scientific-it/python-tutorial/issues/281
- Renaming
gitignoreis not possible
That was fixed in #316
- It's not a bug, but consider Modules and Packages: avoid the need to restart the kernel #279
For this, I am not 100% sure it makes sense to add some weird magic. The point is, it is a feature of Python, so anyone developing modules will encounter this problem. I would keep it as is.
- It's not a bug, but consider Modules and Packages: avoid the need to restart the kernel #279
For this, I am not 100% sure it makes sense to add some weird magic. The point is, it is a feature of Python, so anyone developing modules will encounter this problem. I would keep it as is.
Good point, no need to worry about that, at least know. I'll close that issue