Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/299.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 如何解决JupyterNotebook中此Shell命令的错误_Python_Pandas - Fatal编程技术网

Python 如何解决JupyterNotebook中此Shell命令的错误

Python 如何解决JupyterNotebook中此Shell命令的错误,python,pandas,Python,Pandas,!!cat数据集/入院预测.csv 错误: “cat”未被识别为内部或外部命令, 可操作的程序或批处理文件。您可以在您的情况下使用以下UNIX命令cat %bash cat your_file.extension 如果要执行多行,请使用 试试!更多数据集/入院预测.csv %%bash cmd 1 cmd 2 ... cmd n

!!cat数据集/入院预测.csv

错误: “cat”未被识别为内部或外部命令, 可操作的程序或批处理文件。

您可以在您的情况下使用以下UNIX命令
cat

%bash cat your_file.extension
如果要执行多行,请使用


试试
!更多数据集/入院预测.csv

%%bash
cmd 1
cmd 2
...
cmd n