-
Notifications
You must be signed in to change notification settings - Fork 351
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS code
Description
environment
vscode 1.44.2
vscode-python-ext: 2020.4.76186
recurrent
- make a blank ipynb file
- paste the following code as markdown into the first cell
$$ \text{For } x \in \mathbb{R}^n \text{, } sigmoid(x) = sigmoid\begin{pmatrix} x_1 \\ x_2 \\ ... \\ x_n \\ \end{pmatrix} = \begin{pmatrix} \frac{1}{1+e^{-x_1}} \\ \frac{1}{1+e^{-x_2}} \\ ... \\ \frac{1}{1+e^{-x_n}} \\ \end{pmatrix}\tag{1} $$
the result cannot be displayed properly. but the result is displayed correctly in the other markdown
I tried to delete all the carriage returns and it displayed correctly.
$$ \text{For } x \in \mathbb{R}^n \text{, } sigmoid(x) = sigmoid\begin{pmatrix} x_1 \ x_2 \ ... \ x_n \\end{pmatrix} = \begin{pmatrix} \frac{1}{1+e^{-x_1}} \ \frac{1}{1+e^{-x_2}} \ ... \ \frac{1}{1+e^{-x_n}} \\end{pmatrix}\tag{1} $$
lukelbro
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugupstream-vscodeBlocked on upstream VS codeBlocked on upstream VS code