Artificial Neural Networks

36 / 45

Artificial Neural Networks - TensorBoard







Please login to comment

4 Comments

Hi, why can't I run Linux commands in my Python?

Thank you for your answer

  Upvote    Share

Hi,
You can use the %%bash cell magic command for executing the Linux commands in Jupyter notebook.

 1  Upvote    Share

I do not know just why the %% bash command did not work but I did! I wrote, that is, I just wrote pwd and it worked for me
  Thank you

  Upvote    Share

Yeah, that way works too but only to a limited range of bash commands(like pwd, cd, etc). If you face a problem in future for other Linux commands, try %%bash cell magic.

 1  Upvote    Share