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
In [2]: versioninfo()
Julia Version 1.9.0-rc2
Commit 72aec423c2a (2023-04-01 10:41 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × AMD Ryzen 7 3700X 8-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, znver2)
Threads: 1 on 16 virtual cores
Environment:
LD_LIBRARY_PATH = .:../lib:./lib
JULIA_PKG_SERVER = https://mirrors.tuna.tsinghua.edu.cn/julia
In [3]: nothing
In [4]: # ng
In [5]: 1+1
Out[5]: 2
What's your startup.jl? Here is mine:
import REPL
using Revise
using OhMyREPL
# colorscheme!("GruvboxDark")
atreplinit() do repl
if !isdefined(repl, :interface)
repl.interface = REPL.setup_interface(repl)
end
REPL.ipython_mode!(repl)
end
MRE:
The text was updated successfully, but these errors were encountered: