jupyter: hided notebook header and toolbar

This commit is contained in:
Fernando Schauenburg 2021-07-23 15:50:36 +02:00
parent 03bfd16055
commit 064c17817b
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,7 @@ DIRS=$(cat <<EOF
${HOME}/.local/bin
${HOME}/.local/etc/git
${HOME}/.jupyter/custom
${HOME}/.jupyter/nbconfig
${HOME}/.ssh
${XDG_CONFIG_HOME}/alacritty
${XDG_CONFIG_HOME}/dircolors
@ -40,6 +41,7 @@ files/xcompose ${HOME}/.XCompose
files/bashrc ${HOME}/.bash_profile
files/bashrc ${HOME}/.bashrc
files/jupyter_custom.js ${HOME}/.jupyter/custom/custom.js
files/jupyter_notebook.json ${HOME}/.jupyter/nbconfig/notebook.json
files/ssh_config ${HOME}/.ssh/config
files/alacritty.yml ${XDG_CONFIG_HOME}/alacritty/alacritty.yml
files/gitconfig ${XDG_CONFIG_HOME}/git/config

View file

@ -0,0 +1,6 @@
{
"Notebook": {
"Header": false,
"Toolbar": false
}
}