Is it possible to navigate to a parent directory in the jupyter tree?

前端 未结 2 713
野的像风
野的像风 2021-01-12 03:15

Normally, I launch jupyter from a new bash terminal:

~$ jupyter notebook

and then navigate down the tree to the files I want to wo

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-12 03:25

    As explained in https://github.com/ipython/ipython/issues/7751, it is not possible to navigate to the parent directory for security reasons:

    The 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).

    If you want, you can ask for more information in the aforementioned GitHub issue.

提交回复
热议问题