问题
I have not used ipython-notebook in a while and I think I'm doing something wonky. When I launch it (with ipython notebook) I get a web interface that lets me edit files in the browser:
but the menus are all MIA there's no way to run anything or add new cells.
I suspect that I'm missing something very simple and obvious, here. What am I doing wrong?
回答1:
You'll need to create a new notebook.
Navigate back to http://localhost:8888/tree, browse to the folder where you want to create it, and then use the New menu on the right:
来源:https://stackoverflow.com/questions/35374917/where-is-ipython-notebook-hiding