Jan Wille
Jan Wille
I have adressed this and the windows side of readchar in generall within https://github.com/magmax/python-readchar/pull/71, but it's still waiting to be merged. It would be interesting if your issues are also...
`readchar` just releases a new version that should fix this. Please confirm
should be fixed in more recent readchar versions
I am gonna start to collect some infos here. I am not very familiar with prettier and have only used it in a couple of projects, so it's probably incomplete....
Would a RegEx search and replace on the notebook before it is passed to the HTML exporter be a valid option? I have experimented with it and its seems to...
Im am tagging you @betatim, because I am not sure if you got a notification about the above comment.
> How does it handle if there are any external plugins used? good question. I didn't think of that. I will try and test
The user can simply define `additional_dependencies`, which accepts a list of packages installable via `pip`. Here is an example: ```yaml - repo: https://github.com/Cube707/mkdocs rev: 878df16 hooks: - id: mkdocs-build additional_dependencies:...
FYI: The `readchar` libary that handles the userinput for `python-inquirer` is currently broken on both windows and Unix. I recomend pinning it to `readchar!=3.0.5`, that way at least the unix...
another FYI: I am now a colaborator on `readchar` and was able to merge the fixes. Since the new `v3.0.6` the arrow keys should be properly supported on windows. Also...