Skip to content

Commit

Permalink
Update JupyterLab config to disable trash
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed May 6, 2024
1 parent 40eb4be commit 7c409a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## [1.0.2] - 6 May 2025
### Fixed
- Do not create `.Trash-1000` folder (caused service to fail after re-opening a study) ([#1296](https://github.com/ITISFoundation/osparc-issues/issues/1296))
## [1.0.1] - 23 Apr. 2024
- First version
3 changes: 2 additions & 1 deletion boot_scripts/boot_notebook.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ cat > .jupyter_config.json <<EOF
"token": "${NOTEBOOK_TOKEN}"
},
"FileContentsManager": {
"preferred_dir": "${NOTEBOOK_BASE_DIR}/workspace/"
"preferred_dir": "${NOTEBOOK_BASE_DIR}/workspace/",
"delete_to_trash": false
}
}
EOF
Expand Down

0 comments on commit 7c409a1

Please sign in to comment.