We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5860bb commit 7b00bb5Copy full SHA for 7b00bb5
src/kernel.jl
@@ -9,7 +9,7 @@ end
9
IJulia.init(ARGS)
10
11
startupfile = abspath(homedir(), ".julia", "config", "startup_ijulia.jl")
12
-isfile(startupfile) && Base.include(Main, startupfile)
+isfile(startupfile) && Base.JLOptions().startupfile != 2 && Base.include(Main, startupfile)
13
14
# import things that we want visible in IJulia but not in REPL's using IJulia
15
import IJulia: ans, In, Out, clear_history
0 commit comments