jupyter: hided notebook header and toolbar
This commit is contained in:
parent
03bfd16055
commit
064c17817b
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@ DIRS=$(cat <<EOF
|
||||||
${HOME}/.local/bin
|
${HOME}/.local/bin
|
||||||
${HOME}/.local/etc/git
|
${HOME}/.local/etc/git
|
||||||
${HOME}/.jupyter/custom
|
${HOME}/.jupyter/custom
|
||||||
|
${HOME}/.jupyter/nbconfig
|
||||||
${HOME}/.ssh
|
${HOME}/.ssh
|
||||||
${XDG_CONFIG_HOME}/alacritty
|
${XDG_CONFIG_HOME}/alacritty
|
||||||
${XDG_CONFIG_HOME}/dircolors
|
${XDG_CONFIG_HOME}/dircolors
|
||||||
|
@ -40,6 +41,7 @@ files/xcompose ${HOME}/.XCompose
|
||||||
files/bashrc ${HOME}/.bash_profile
|
files/bashrc ${HOME}/.bash_profile
|
||||||
files/bashrc ${HOME}/.bashrc
|
files/bashrc ${HOME}/.bashrc
|
||||||
files/jupyter_custom.js ${HOME}/.jupyter/custom/custom.js
|
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/ssh_config ${HOME}/.ssh/config
|
||||||
files/alacritty.yml ${XDG_CONFIG_HOME}/alacritty/alacritty.yml
|
files/alacritty.yml ${XDG_CONFIG_HOME}/alacritty/alacritty.yml
|
||||||
files/gitconfig ${XDG_CONFIG_HOME}/git/config
|
files/gitconfig ${XDG_CONFIG_HOME}/git/config
|
||||||
|
|
6
files/jupyter_notebook.json
Normal file
6
files/jupyter_notebook.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"Notebook": {
|
||||||
|
"Header": false,
|
||||||
|
"Toolbar": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue