通常,我从一个新的bash终端启动jupyter:
~$jupyter notebook
然后向下导航到我想要工作的文件.
我刚刚从一个已经在不同路径上运行的终端做到了:
~/blah/blah/blah$jupyter notebook
并意识到该目录成为jupyter的家.我想在位于的文件处工作,比如〜/ blah / thingy / luis.ipynb,但是找不到我的路.
如何在jupyter笔记本中向上导航目录树?
如
https://github.com/ipython/ipython/issues/7751中所述,出于安全原因,无法导航到父目录:
原文链接:https://www.f2er.com/bash/383303.htmlThe kernel might not be python,nor on the same machine than the
server,nor do you need a running kernel to use server API(s).
如果您愿意,可以在上述GitHub问题中询问更多信息.