0

我使用 jupyter notebook 已经有一段时间了,并且正在尝试了解有关 jupyter 控制台和 bash 脚本的更多信息。我不知道如何使用 bash 脚本运行最基本的命令:

#!/bin/bash

clear
echo "Testing jupyter console from bash script"
echo

jupyter console 
print('hi')     
exit

这是我的 IDE 中的样子(与终端相同的输出):

在此处输入图像描述

那么是否可以编写一个 bash/jupyter 控制台脚本,或者有其他方法来做这种事情吗?

4

0 回答 0