如图,运行后什么都没有发生,但是用Ctrl+Enter在REPL中运行可以出图,请问有无办法直接在终端运行后,直接显示图片?
Jun
2
欢迎欢迎~
你可以试下这里的解决办法:
最主要的区别是,在repl里会call display
然后,还需要注意这点:
To prevent julia from exiting immediately, add sleep(5)
or readline()
at the end of the script. readline()
will wait for you to push enter.
2 个赞