Onur Solmaz
Onur Solmaz
In refreshers, "linearly dependence" should be corrected to "linear dependence"
See his webpage https://www.kennethreitz.org/projects and github profile https://github.com/kennethreitz
## Description of proposed feature TBD ## How can the new feature be used? ## Additional comments
People forget to use manim with --disable_caching — print out a warning at the second, third, ... voiceover if --disable-caching is not enabled.
The current workflow of prompting, package installation and execution can be improved. This also ties to caching of generated code. - [x] Don't reuse cached code automatically if the user...
Currently, requests to TextCortex API generate code independently for each cell. Without the context of the entire notebook, global variables, etc. the API returns disparate code, forcing the user to...
## Description of bug / unexpected behavior Running `%icortex init` (and also other args) gives the following error. ``` usage: ipykernel_launcher.py [-h] [--user] [--sys-prefix] [--prefix PREFIX] [--uninstall] ipykernel_launcher.py: error: unrecognized...
Module names do not map directly to PyPI package names, so there needs to be a way to bridge that gap to auto-install missing modules. To construct the mapping we...
- [ ] Add spinners - [ ] More colors in output - [ ] Add ICortex lexer to Pygments (either to the official repo or as a plugin) for...