Skip to content

Commit cd0ba17

Browse files
authored
Autosave off (#97)
* Autosave off * nox
1 parent e85cc33 commit cd0ba17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

personal-init.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# Set Jupyter autosave off
4+
SETTINGS_DIR="$HOME/work/.jupyter/config/lab/user-settings/@jupyterlab/docmanager-extension"
5+
SETTINGS_FILE="$SETTINGS_DIR/plugin.jupyterlab-settings"
6+
7+
{
8+
"autosave": false
9+
}

0 commit comments

Comments
 (0)