简体   繁体   中英

Unable to Run Python file in Jupyter Notebook

I have recently setup Anaconda with python 3.6, and installed tensorflow, networkx, and a github package I am hoping to use. When I run Jupyter Notebook and open a random file, it says "python3" in the upper right hand corner and I am given the standard options to run a cell, create a new cell, etc. However, when I open one of the files from the github package it says "python" in the upper right hand corner and I am only given "file" "edit" "view" and "language" options in the toolbar. I am unsure why it is not giving me an option to simply run the file and since I am new to Python/Anaconda/etc I am not sure what to do.

what i ve understood is that you wanna open a python file inside Jupyter Notebook.

However, Jupyter Notebook files have the extension .ipynb which is not the same for python files (.py)

so my answer is : you cant run a python file inside Jupyter Notebook

您可以通过导入笔记本来引用.py文件,就像在另一个.py脚本中一样。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM