Mike Barry
Mike Barry
## Elevator Pitch Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift...
For some reason sshfs-win.exe thinks my profile home is a network share. It is not USERPROFILE=c:\users\[blah]. It's a local folder in the users directory. This is causing my key not...
Hi! Is there any way the notebook can be extended horizontally on my ultrawide? There is a TON of unused space:  Jupyterlab does a good job of this: 
**Describe the problem.** statsmodels < 13 can't be installed with scipy >= 1.8.0: https://stackoverflow.com/questions/71106940/cannot-import-name-centered-from-scipy-signal-signaltools This is a valid configuration per this projects setup.py: https://github.com/goldmansachs/gs-quant/blob/1272790ae3eb43819f80a0ad5053a36b349e9a3d/setup.py#L76-L77 Repro: ``` python3 -m venv .venv...
I need to add an additional label to the api gateway pod to apply an azure ad pod identity. JupyterHub allows this customization with the extraLabels option as seen here:...
Running the following code with history_manager diabled in jupyerlab ``` import plotly.express as px fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) import plotly.io as pio...
#### Is your question related to a specific version? If so, please specify: v3 #### What language does your question apply to? C# #### Question I'd like to know how...
### Describe the bug [Per documentation](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/using-integrated-authentication?view=sql-server-ver16#tracking-access-to-a-database): "Before [connection] reuse, an application must reset pooled connections by executing sp_reset_connection." It is not called in sqlalchemy. This manifests as an issue below...
### Bug description Starting a server with OAuth enabled (unsure if this matters) results in the following warning being generated in the log file. access:servers!server is the default scope of...
### Bug description The below configuration option doesn't do what one would expect and it seems like a bug. ``` singleuser: extraNodeAffinity: required: - matchExpressions: - key: "kubernetes.azure.com/scalesetpriority" operator: NotIn...