Skip to content

Commit 1565aae

Browse files
authored
Autosave (#99)
* ok * ok * ok
1 parent d6d0892 commit 1565aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

personal-init.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/bin/bash
2-
32
# Set Jupyter autosave off
43
SETTINGS_DIR="$HOME/work/.jupyter/config/lab/user-settings/@jupyterlab/docmanager-extension"
54
SETTINGS_FILE="$SETTINGS_DIR/plugin.jupyterlab-settings"
6-
5+
mkdir -p "$SETTINGS_DIR"
76
cat > "$SETTINGS_FILE" <<EOF
87
{
98
"autosave": false

0 commit comments

Comments
 (0)