Wasim Lorgat

Results 148 comments of Wasim Lorgat

Sort of requested in https://github.com/posit-dev/positron/issues/3884.

@rodrigosf672 Good catch, let's open a new issue for that

After taking a closer look at `insertNotebookCellsTool.ts` it seems to be a work in progress: * The tool is not registered upstream yet. * It doesn't actually seem to insert...

I am able to repro this. There have been a couple issues related to saving new notebooks and automatic kernel selection. It's a bit of a mess because of how...

@jonvanausdeln this looks like a separate Windows-specific issue where our conversion from a file path (`workspaces/python_apps/fastapi_example/fastapi_example.py`) to a Python module import path (`workspaces.python_apps.fastapi_example.fastapi_example`) is not working as expected. I'm not...

I think we should move away from importing third party packages on startup the way we currently do, and instead have functions like `get_pandas` that do the import each time,...

@jthomasmock I made #3800 but then closed it. I think we can use this issue to track the `%pip install pandas` bug.

Note: we currently special case on the "session mode" passed as a command line arg to the kernel to handle this in the Python kernel.

For verification, we should also check that Vetiver apps preview in the viewer pane. Code: ```python from vetiver import VetiverModel, VetiverAPI from vetiver.data import mtcars from sklearn.linear_model import LinearRegression model...