sharoncxu

Results 10 issues of sharoncxu

**Is your feature request related to a problem? Please describe.** Each time the user switches between languages, to share variables, they need to explicitly state which language/kernel they are sharing...

enhancement
Area-Variable sharing

Related to #992 For all input forms where users have to enter multiple fields, display the form in the cell output **User Scenario** When the user runs the `#!connect `command...

enhancement

Error message: "unrecognized name --kernel-name" ### Screenshots ![image](https://github.com/user-attachments/assets/9065b68e-5af4-4ff5-8f20-bbe482d6fa25)

bug
Area-SQL / data querying

### Screenshots ![image](https://github.com/user-attachments/assets/8783a997-f080-4793-ae2f-4cb9e7c9ba29) The connection to python is working fine but variable sharing doesn't work. The variables also do not appear in the variable explorer.

bug
Area-Python

**Is your feature request related to a problem? Please describe.** To use Python, users currently have to run a connection string `#!connect jupyter --kernel-name python --kernel-spec python3` to specify the...

enhancement

**Is your feature request related to a problem? Please describe.** Users have to run an acquisition string, e.g. `#i "nuget: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" #r "nuget: Microsoft.DotNet.Interactive.SqlServer, 1.0.0-beta.22606.2" ` to use R and...

enhancement

Manage a list of previous connections and group them by kernel type/language for the user. All non-standard connections will be placed under the "Other" category. **User Scenario** The user will...

enhancement
Area-Polyglot Notebooks Extension

**Is your feature request related to a problem? Please describe.** Users currently have no way of knowing there is python or R support through UI **Describe the solution you'd like**...

enhancement
Area-Jupyter subkernels

### Describe the bug The input() function results in an error: "StdinNotImplementedError: raw_input was called, but this frontend does not support input requests." which prevents users from providing an input...

Area-Jupyter subkernels

### Describe the bug I am copying cells from one notebook to another. The kernel selection on those cells are automatically changed to be the default kernel of the second...

bug
Area-Polyglot Notebooks Extension