How to save a file into a directory in Jupyter notebook?

后端 未结 3 1293
梦如初夏
梦如初夏 2021-02-20 01:43

I invoke \"jupyter notebook\" under:

 [abigail@localhost anaconda3]$ jupyter notebook

By default, it saves to the directory of anaconda3/ with

3条回答
  •  走了就别回头了
    2021-02-20 02:10

    It is easiest to select a destination before you create a program using Jupyter Notebook; as then you do not run into this issue.

    However, since you have already made a program, one possible solution is to make a copy of the file, move it to your desired location, and then delete the old file. Before doing this, ensure that you have saved it first, otherwise data might be lost.

提交回复
热议问题