1

I have anaconda, using pycharm pro, when I try to run a "hello, world" to to test my notebook I get the error:

Cannot run program "/home/tyrin/anaconda3/envs/JupyterTest/bin/jupyter" (in directory "/home/tyrin/PycharmProjects/JupyterTest"): error=2, No such file or directory

Does anyone had this problem and solved it?

Code:print("Hello, world")
Aksen P
  • 4,564
  • 3
  • 14
  • 27

1 Answers1

0

Export your notebook as a py, then you can run it in at the terminal or pycharm

enter image description here

Geancarlo Murillo
  • 509
  • 1
  • 5
  • 14