在jupyter的终端中,当我需要运行诸如ps -ef|grep 'GatewayServer'
之类的命令时,我得到:
ml 98408 97227 0 16:00 pts/21 00:00:00 grep GatewayServer
在Linux服务器的终端上运行它时,我得到:
ml 98347 98315 29 15:59 pts/19 00:00:02 java -classpath /home/ml/anaconda3/lib/python3.6/site-packages/py4j-0.10.7-py3.6.egg/py4j/../share/py4j/py4j0.10.7.jar:ojdbc8.jar py4j.GatewayServer --die-on-broken-pipe 25333
ml 98403 96363 0 15:59 pts/19 00:00:00 grep GatewayServer
那么我应该继续使用jupyter的终端进行开发吗?