Last active
April 5, 2024 16:04
-
-
Save goerz/bb2f1589d2aa523ffa8ccd4d0addcd86 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
channels: | |
- conda-forge | |
dependencies: | |
- ipykernel=6.26.0 | |
- ipython=8.17.2 | |
- pip=24.0 | |
- python=3.10 | |
- ipympl=0.9.3 | |
- ipywidgets=8.1.2 | |
- jupyterlab=4.0.8 |
Adding a space in front of the parenthesis, i.e.,
md = MD(Markdown.Code("julia", "gate_concurrence(U) = gate_concurrence(weyl_chamber_coordinates(U)... )"))
also displays properly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported as jupyterlab/jupyterlab#16112 and JuliaLang/IJulia.jl#1111