sharoncxu
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...
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...
Error message: "unrecognized name --kernel-name" ### Screenshots 
### Screenshots  The connection to python is working fine but variable sharing doesn't work. The variables also do not appear in the variable explorer.
**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...
**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...
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...
**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**...
### 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...
### 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...