Jupyter Notebook的缩进

我在用Jupyter Notebook写Julia的时候,使用if block,它会自动缩进成下面这个样子

if x > 0
    y = 1
elseif x == 0
        y = 0
    else
            y = -1
        end

这是IJulia的bug吗?
Jupyter Notebook版本: 5.7.8
IJulia版本:1.21.2

我没有此问题

julia> versioninfo()
Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: AMD Ryzen 5 4600U with Radeon Graphics
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, znver1)
Environment:
  JULIA_PKG_SERVER = https://mirrors.bfsu.edu.cn/julia/static


[7073ff75] IJulia v1.21.2
jerrywang@jerrywang-PC:~$ pip list | grep jupyter
jupyter                            1.0.0              
jupyter-book                       0.7.0              
jupyter-cache                      0.2.2              
jupyter-client                     6.1.3              
jupyter-console                    6.1.0              
jupyter-core                       4.6.1              
jupyter-sphinx                     0.2.4              
jupyterlab                         1.2.6              
jupyterlab-server                  1.0.6 

嗯,可能是我的Julia版本问题,我用的是1.0.3

Julia Version 1.0.3
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)

我再看看其它版本是否有问题。
另外问个小问题,我看到官网LTS版是1.0.5,但是没有找到1.0到1.0.5的changelog,这个在哪里有写?

不知道, 我觉得julia还是用最新稳定版比较好, 不然镜像都用不了