Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

jupyter - jupyter-工具栏不可见(jupyter -toolbar is invisible)

I newly downloaded a jupyter and try to use it.

(我新下载了一个jupyter,并尝试使用它。)

However, with my mac and window computer, I cannot see the toolbar in jupyter.

(但是,在Mac和Windows计算机上,无法在jupyter中看到工具栏。)

I tried to search to solve this issue and I tried to uninstall every version of python on my computers, both on mac and window one, and reinstall the jupyter.

(我试图进行搜索以解决此问题,并尝试在Mac和Windows 1上的计算机上卸载python的每个版本,然后重新安装jupyter。)

However, I still see the same problem.

(但是,我仍然看到相同的问题。)

Can someone help me do deal this issue?

(有人可以帮我解决这个问题吗?)

Thank you.

(谢谢。)

在此处输入图片说明

  ask by Jaeho Jung translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You're not seeing the toolbar because to Jupyter, you're opening a file.

(您没有看到工具栏,因为对于Jupyter而言,您正在打开文件。)

If you want to run Python code, you need to create a new Notebook.

(如果要运行Python代码,则需要创建一个新的Notebook。)

This will create an .ipynb file, in which Jupyter can run Python code.

(这将创建一个.ipynb文件,Jupyter可以在其中运行Python代码。)

Jupyter cannot run .py files from the web interface.

(Jupyter无法从Web界面运行.py文件。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...