open-interpreter
open-interpreter copied to clipboard
Jupyter export magic command
Describe the changes you have made:
Added a %jupyter magic command to export the current session as a jupyter notebook file, that you can run in Google Collab.
Reference any relevant issues (e.g. "Fixes #000"):
Pre-Submission Checklist (optional but appreciated):
- [x] I have included relevant documentation updates (stored in /docs)
- [x] I have read
docs/CONTRIBUTING.md
- [x] I have read
docs/ROADMAP.md
OS Tests (optional but appreciated):
- [ ] Tested on Windows
- [x] Tested on MacOS
- [ ] Tested on Linux
Awesome PR @tyfiero I have tested it on windows
Nice! Great feature idea. It looks like the docs say it saves to the desktop, but I think it's saving to downloads. I also think it would be okay if it saved to cwd, any option works. Thanks @tyfiero!
Fixed the docs, it should be good to go!
Looks good, merging now. Great work @tyfiero!