torext
torext
> might need `__init__.py` file in your subfolder I'd disagree with that. First, before the recent LSP changes autocomplete suggestions would work fine without `__init__.py` inside the subfolder. Second, namespace...
For me instead the duplicates appear in normal `.py` files once I open and run a Jupyter notebook, and with the folllowing settings: ` "python.pylanceLspNotebooksEnabled": false, "jupyter.pylanceHandlesNotebooks": true,` Setting `python.pylanceLspNotebooksEnabled`...
Just an update to confirm that I still see this issue in VSCode v1.71.2 + Pylance v.2022.9.21, see https://github.com/microsoft/pylance-release/issues/3017#issuecomment-1248097940
I still seem to have such an issue in notebooks, see https://github.com/microsoft/pylance-release/issues/3017#issuecomment-1248097940
Seeing this issue again exactly as described in https://github.com/microsoft/vscode-jupyter/issues/10846#issuecomment-1202931224, running VS Code `1.73.0` and the following related extensions: ``` Name: Jupyter Id: ms-toolsai.jupyter Description: Jupyter notebook support, interactive programming and...
> NB: I would argue that changing the default setting of the parameter should be considered a breaking change in the API. I presume that a lot of scripts already...
My vote very much goes to option 2. Setting `sort=False` then should behave the way @rhshadrach describes his preferred concat behaviour. Though I really must say, I don't quite see...
>However, if we sorted the non-concatenating index by default, how would users get the alternative order back? That isn't so easy. By using the `sort=False` argument in `pd.concat`, no? Indeed...
> Perhaps "always" doesn't mean what I think it means? Yeah was maybe not being clear here: by "always" I really meant when `sort=True` and to have that as the...
> @bschnurr, I think the issue here is that unsaved notebooks are `limited` workspaces. Once the notebook is saved, the import suggestions work as expected. > > Btw, somewhat related,...