Zhensu Sun

Results 2 issues of Zhensu Sun

My jupyter version is 5.7.5 and I can not use `jupyter labextension install jupyterlab_voyager` to install. The error message is `Error executing Jupyter command 'labextension': [Errno 2] No such file...

The following code will trigger an AttributeError: ``` source_code = dedent(""" def foo(l: list): pass """) finder = RawSimilarFinder(source_code) pattern = "${a}" print(list(finder.get_matches(pattern))) ``` ``` Traceback (most recent call last):...

bug