0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jupyter notebookで notebookが保存できない現象

Last updated at Posted at 2018-03-20

dockerでマウントしているフォルダにグローバルで書き込み権限を与えるでOK

マウントしているディレクリで

# chmod 777 . 
# stat .

  File: ‘.’
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 870h/2160d      Inode: ** Links: 3
Access: (0777/drwxrwxrwx)  Uid: ( 1019/kawashima)   Gid: ( 1019/washim)

stat して、drwxrwxrwxになっていればOK

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?