File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ function banner(io::IO = stdout; short = false)
44
44
$(jl) _ _ _| |_ __ _$(jc) ___ __ _ | || |$(tx) | Julia: $(VERSION )
45
45
$(jl) | | | | | | |/ _` |$(jc) / __|/ _` || || |$(tx) | PythonCall: $(PythonCall. VERSION )
46
46
$(jl) | | |_| | | | (_| |$(jc) |__ (_| || || |$(tx) |
47
- $(jl) _/ |\\ __'_|_|_|\\ __'_|$(jc) \\ ___|\\ __'_||_||_|$(tx) | This REPL is running via Python using JuliaCall .
48
- $(jl) |__/$(tx) | Only basic features are supported.
47
+ $(jl) _/ |\\ __'_|_|_|\\ __'_|$(jc) \\ ___|\\ __'_||_||_|$(tx) | The JuliaCall REPL is experimental .
48
+ $(jl) |__/$(tx) |
49
49
50
50
""" )
51
51
end
@@ -63,9 +63,8 @@ function banner(io::IO = stdout; short = false)
63
63
_ _ _| |_ __ _ ___ __ _ | || | | Julia: $(VERSION )
64
64
| | | | | | |/ _` |/ __|/ _` || || | | PythonCall: $(PythonCall. VERSION )
65
65
| | |_| | | | (_| | |__ (_| || || | |
66
- _/ |\\ __'_|_|_|\\ __'_|\\ ___|\\ __'_||_||_| | This REPL is running via Python using JuliaCall.
67
- |__/ | Only basic features are supported.
68
-
66
+ _/ |\\ __'_|_|_|\\ __'_|\\ ___|\\ __'_||_||_| | The JuliaCall REPL is experimental.
67
+ |__/ |
69
68
""" )
70
69
end
71
70
end
You can’t perform that action at this time.
0 commit comments