Vincent0706

Results 7 issues of Vincent0706

**Describe the style change** **Examples in the current _Black_ style** ```python compare = torch.tensor( [ [ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...

T: design

I find the function help for matplotlib is not well. It can't find some function. Like this: ![image](https://user-images.githubusercontent.com/82581024/153591894-9eaa9d3e-1711-45e2-bc3e-dbdb4d6de9d7.png) ![image](https://user-images.githubusercontent.com/82581024/153591919-5e1dac30-ee64-4a0f-81cc-abf7f38e6a7e.png)

typestub

Sometimes, I want to revert the project to the old version. But, I found this plug-in don't have this function. This function like this: ![image](https://user-images.githubusercontent.com/82581024/141771736-0aebf56a-1cbd-466a-9b24-c1313561eeb7.png)

## Proposal I found the auto completion lack some Katex function, such as `\pmb` . Whether can add some Katex funtion ? [Katex Supported Functions](https://katex.org/docs/supported.html) ## References

Issue: Enhancement
Res: Fixed

Sometimes I want to write a Math formula block in cite area(begin with `>` ). But I don't know which is right: ``` > $$ > \begin{array} > ...... >\end{array}...

Issue: Question
Area: Math

I found it is hard to know the funtion that mathjax support. Whether can give a function list for mathjax. I think it will like this: https://katex.org/docs/supported.html

When I use some command, such as 'pip', 'python' in cmd, it will run the script in shims folder. I found these command will clear the cmd. I don't want...