You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a code cell like this, with your cursor on the empty line at 🌟:
```{python}
1 + 1
🌟
2 + 2
```
and you do "insert code cell", either via keyboard shortcut or the command palette, then you get this result:
```{python}
1 + 1
2 + 2
```
```{python}
```
We are finding that this is quite surprising to users and not what they want/expect. Instead they want output like what you get when taking the same action in RStudio:
```{python}
1 + 1
```
```{python}
2 + 2
```
The text was updated successfully, but these errors were encountered:
If you have a code cell like this, with your cursor on the empty line at 🌟:
and you do "insert code cell", either via keyboard shortcut or the command palette, then you get this result:
We are finding that this is quite surprising to users and not what they want/expect. Instead they want output like what you get when taking the same action in RStudio:
The text was updated successfully, but these errors were encountered: