Skip to content

Commit

Permalink
Fix permission issue which prevented to save changes in notebooks (#155)
Browse files Browse the repository at this point in the history
* fix permission issue which prevented to save changes in notebooks

* normalize paths

Co-authored-by: avouacr <romain.avouac@insee.fr>
  • Loading branch information
avouacr and avouacr committed Sep 28, 2021
1 parent 26ea709 commit 3bdcb80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion init_onyxia.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#!/bin/bash

git clone https://github.com/linogaliana/python-datascientist.git ~/python-datascientist
cp -r ~/python-datascientist/notebooks/course/* ~/work/
cp -r ~/python-datascientist/notebooks/course/* /home/jovyan/work/
chown -R jovyan:users /home/jovyan/work/

0 comments on commit 3bdcb80

Please sign in to comment.