diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-24 10:35:59 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-24 10:35:59 +0530 |
commit | 18507fd21b7a7709133d8f3049c683e1abffcda2 (patch) | |
tree | d43bc141b2e588300e639bdb4f004ad6945e6081 /.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension | |
parent | e02304f014645a01ef6cdd40276997dea58504d9 (diff) |
jupyter update
Diffstat (limited to '.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension')
-rw-r--r-- | .config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings b/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings new file mode 100644 index 0000000..308629e --- /dev/null +++ b/.config/jupyter/lab/user-settings/@jupyter-notebook/application-extension/top.jupyterlab-settings @@ -0,0 +1,10 @@ +{ + // Jupyter Notebook Top Area + // @jupyter-notebook/application-extension:top + // Jupyter Notebook Top Area settings + // ******************************************* + + // Top Bar Visibility + // Whether to show the top bar or not, yes for always showing, no for always not showing, automatic for adjusting to screen size + "visible": "no" +}
\ No newline at end of file |